2018-07-22 00:13:39,050 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-172 | | 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-07-22 00:13:39,053 - 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.29,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.29:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=obRzbwHv1CBQVZXXRQo4vheIN 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=f5b7a000a3ef4a4ba0a76d3e2e67fe49 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=LbD0dLdAZTW832I1b02UaIEfN export OS_REGION_NAME=regionOne 2018-07-22 00:13:39,053 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 00:13:39,053 - 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-07-22 00:13:39,077 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-22 00:13:39,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:13:39,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:13:39,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:13:39,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:13:39,364 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-22 00:13:39,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-22 00:13:39,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:13:39,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a5ec7fd-7f16-4489-a36e-5ea1755a8ab7 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:13:39,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-8a5ec7fd-7f16-4489-a36e-5ea1755a8ab7 2018-07-22 00:13:39,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:13:39,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["fJKwBRpjTKWW6Ty3uLYmbg"], "issued_at": "2018-07-22T00:13:39.000000Z"}} 2018-07-22 00:13:39,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:40,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2806f0ba-4a72-4c13-ab53-b6e03f1e69eb x-compute-request-id: req-2806f0ba-4a72-4c13-ab53-b6e03f1e69eb Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-22 00:13:40,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-2806f0ba-4a72-4c13-ab53-b6e03f1e69eb 2018-07-22 00:13:40,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.30515313148s 2018-07-22 00:13:40,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-2806f0ba-4a72-4c13-ab53-b6e03f1e69eb 2018-07-22 00:13:40,670 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-22 00:13:40,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:13:40,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fdd6244-8f2e-4836-a688-880a3c0add0e Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:13:40,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-5fdd6244-8f2e-4836-a688-880a3c0add0e 2018-07-22 00:13:40,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:13:40,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:40,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91b80d3-6b06-45a1-9e1c-807db18b045a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:13:40,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e91b80d3-6b06-45a1-9e1c-807db18b045a 2018-07-22 00:13:40,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113811969757s 2018-07-22 00:13:40,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e91b80d3-6b06-45a1-9e1c-807db18b045a 2018-07-22 00:13:40,795 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'8aa387cb50304809a6b4e2edc8637a77', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-22 00:13:40,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-22 00:13:40,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:40,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9036cadd-efd8-4b6a-a113-d586307865fb Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/052fccfbcfeb4bf8a84d14fc2f46a694"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "682c82a1fef24107b917a4ae6a20f80e", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/05fce9401d804750834b7116263da570"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "29e4a1c9bc9f4662879b54d538e79671", "id": "05fce9401d804750834b7116263da570"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0b93b75bdee048a4b43eeb917e8ca781"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7734e33856704d9196ca77c260e13584", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1173e3f4ef2d415fb77e1cc076b3e713"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "813447b80a444948b086f8372ec47c70", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/158a7aeb32a14712a97d632a7f6a09c7"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ed49e57cccd4baabf668d1c37d1a54d", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1b7b841fce314f20b204275f621ca6c8"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d74dd1325d5e4f4aaaf58865c548ad1f", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/22cb6eb4e880457587926ea24af7f5fc"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fc1b27c853d74184bd3172beed0a387f", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/263d05f9a34a422ca072b416ea4b796e"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd66012c81fd4204aa93165a623a24b4", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2cc07bdd47374a11ba30c37fe802e623"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "29e4a1c9bc9f4662879b54d538e79671", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3d66d74b6f184009abbf55b9bb8b2caf"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "095e740c646949218eff8f5944df344f", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3efa2613d167404ca4fa55a94f421782"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d74dd1325d5e4f4aaaf58865c548ad1f", "id": "3efa2613d167404ca4fa55a94f421782"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/415824937068435796b6892b04c1e309"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da8c57e408c94a8b9b3249d17fc5af94", "id": "415824937068435796b6892b04c1e309"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4fe440de69674d3593da78ec7df9167b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fc1b27c853d74184bd3172beed0a387f", "id": "4fe440de69674d3593da78ec7df9167b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/57020f2df2b8421ea2fd9a478a3ecd5e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ed49e57cccd4baabf668d1c37d1a54d", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5e4482797ce94aafa61182a72300280a"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d74dd1325d5e4f4aaaf58865c548ad1f", "id": "5e4482797ce94aafa61182a72300280a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/61ce6b3f70be4716afd3f27ff5ba4fe4"}, "url": "http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d7b77256046248c497c929b58ab84ee7", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/6988944c7f6d4ed6a489dde5771cdf73"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/6a4f73e29b8a4278b875cf83d7c9d160"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "29e4a1c9bc9f4662879b54d538e79671", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/7e43ad2cda46478e88b59527b51a3ddf"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d7b77256046248c497c929b58ab84ee7", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/7fe725814a4743d198b8380527e3e67f"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fc1b27c853d74184bd3172beed0a387f", "id": "7fe725814a4743d198b8380527e3e67f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/85960312354844f7813a57f990908b65"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7734e33856704d9196ca77c260e13584", "id": "85960312354844f7813a57f990908b65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/87166185dbe245d8a96a46838fa526a4"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "682c82a1fef24107b917a4ae6a20f80e", "id": "87166185dbe245d8a96a46838fa526a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/87723f3fdf4f4f8289cf1e3efc0ac81c"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "095e740c646949218eff8f5944df344f", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/89e508de6cc044ab9dcce5785b8fc683"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd66012c81fd4204aa93165a623a24b4", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8cdcbd59a83849a48b5aa0f78d2223f1"}, "url": "http://172.30.9.29:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da8c57e408c94a8b9b3249d17fc5af94", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8dac25572b87445d8b445585808f817e"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd66012c81fd4204aa93165a623a24b4", "id": "8dac25572b87445d8b445585808f817e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8ff286701e334664ad67dcb548371e69"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "id": "8ff286701e334664ad67dcb548371e69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/919d48497ba14db99f4ed8a65f50c689"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da8c57e408c94a8b9b3249d17fc5af94", "id": "919d48497ba14db99f4ed8a65f50c689"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/93d3e8a120704ed1bc871d61e30bb5cf"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d5ef9f86f311451d8ea6efb5b4673c1c", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9e490a2b3fef432e8e380a4e56dba14d"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "682c82a1fef24107b917a4ae6a20f80e", "id": "9e490a2b3fef432e8e380a4e56dba14d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a4980eec82f949cca15adc20f74e4723"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "813447b80a444948b086f8372ec47c70", "id": "a4980eec82f949cca15adc20f74e4723"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b27bd78fe34c43e2bf8fdf391bd7b9bd"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ed49e57cccd4baabf668d1c37d1a54d", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/bb8cd95d2847447388b6668172b5d759"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d5ef9f86f311451d8ea6efb5b4673c1c", "id": "bb8cd95d2847447388b6668172b5d759"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/be6c51576a0b4229802888c2a2f390a6"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "227420fa5b3d45648b074abb2ef99723", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c5ee52e230f5477e855a0dde0dfa4b0c"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "227420fa5b3d45648b074abb2ef99723", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/cab77130c662478fa8fbcc7828900c73"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "095e740c646949218eff8f5944df344f", "id": "cab77130c662478fa8fbcc7828900c73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d76ea63242184c1db489c70a5aca54fc"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "813447b80a444948b086f8372ec47c70", "id": "d76ea63242184c1db489c70a5aca54fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/dd9f68d6121b43e1b65c0042fc44beaa"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "227420fa5b3d45648b074abb2ef99723", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5f700a1e64d4e58ac7b7a293e944823"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d7b77256046248c497c929b58ab84ee7", "id": "e5f700a1e64d4e58ac7b7a293e944823"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/eb13671c7ddf4195804908525dfc32cf"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7734e33856704d9196ca77c260e13584", "id": "eb13671c7ddf4195804908525dfc32cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ee0319cc0aee4801a56d8de8b5c5b960"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d5ef9f86f311451d8ea6efb5b4673c1c", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f199b01373e34eb9885375a53342948a"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "id": "f199b01373e34eb9885375a53342948a"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-22 00:13:40,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-9036cadd-efd8-4b6a-a113-d586307865fb 2018-07-22 00:13:40,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0275881290436s 2018-07-22 00:13:40,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-9036cadd-efd8-4b6a-a113-d586307865fb 2018-07-22 00:13:40,833 - 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.29:5000/v3/endpoints/052fccfbcfeb4bf8a84d14fc2f46a694'}, 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'682c82a1fef24107b917a4ae6a20f80e', u'id': u'052fccfbcfeb4bf8a84d14fc2f46a694'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/05fce9401d804750834b7116263da570'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'29e4a1c9bc9f4662879b54d538e79671', u'id': u'05fce9401d804750834b7116263da570'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/0b93b75bdee048a4b43eeb917e8ca781'}, u'url': u'http://172.30.9.29:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7734e33856704d9196ca77c260e13584', u'id': u'0b93b75bdee048a4b43eeb917e8ca781'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1173e3f4ef2d415fb77e1cc076b3e713'}, u'url': u'http://172.30.9.29:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'813447b80a444948b086f8372ec47c70', u'id': u'1173e3f4ef2d415fb77e1cc076b3e713'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/158a7aeb32a14712a97d632a7f6a09c7'}, u'url': u'http://172.30.9.29:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7ed49e57cccd4baabf668d1c37d1a54d', u'id': u'158a7aeb32a14712a97d632a7f6a09c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1b7b841fce314f20b204275f621ca6c8'}, u'url': u'http://172.30.9.29:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd74dd1325d5e4f4aaaf58865c548ad1f', u'id': u'1b7b841fce314f20b204275f621ca6c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/22cb6eb4e880457587926ea24af7f5fc'}, u'url': u'http://172.30.9.29:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fc1b27c853d74184bd3172beed0a387f', u'id': u'22cb6eb4e880457587926ea24af7f5fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/263d05f9a34a422ca072b416ea4b796e'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bd66012c81fd4204aa93165a623a24b4', u'id': u'263d05f9a34a422ca072b416ea4b796e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/2cc07bdd47374a11ba30c37fe802e623'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'29e4a1c9bc9f4662879b54d538e79671', u'id': u'2cc07bdd47374a11ba30c37fe802e623'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/3d66d74b6f184009abbf55b9bb8b2caf'}, u'url': u'http://172.30.9.29:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'095e740c646949218eff8f5944df344f', u'id': u'3d66d74b6f184009abbf55b9bb8b2caf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/3efa2613d167404ca4fa55a94f421782'}, 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'd74dd1325d5e4f4aaaf58865c548ad1f', u'id': u'3efa2613d167404ca4fa55a94f421782'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/415824937068435796b6892b04c1e309'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'da8c57e408c94a8b9b3249d17fc5af94', u'id': u'415824937068435796b6892b04c1e309'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4fe440de69674d3593da78ec7df9167b'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fc1b27c853d74184bd3172beed0a387f', u'id': u'4fe440de69674d3593da78ec7df9167b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/57020f2df2b8421ea2fd9a478a3ecd5e'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7ed49e57cccd4baabf668d1c37d1a54d', u'id': u'57020f2df2b8421ea2fd9a478a3ecd5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/5e4482797ce94aafa61182a72300280a'}, 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'd74dd1325d5e4f4aaaf58865c548ad1f', u'id': u'5e4482797ce94aafa61182a72300280a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/61ce6b3f70be4716afd3f27ff5ba4fe4'}, u'url': u'http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd7b77256046248c497c929b58ab84ee7', u'id': u'61ce6b3f70be4716afd3f27ff5ba4fe4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/6988944c7f6d4ed6a489dde5771cdf73'}, u'url': u'http://172.30.9.29:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'30ed504cd7ae4cac9c32ed7ac2d8e555', u'id': u'6988944c7f6d4ed6a489dde5771cdf73'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/6a4f73e29b8a4278b875cf83d7c9d160'}, u'url': u'http://172.30.9.29:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'29e4a1c9bc9f4662879b54d538e79671', u'id': u'6a4f73e29b8a4278b875cf83d7c9d160'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/7e43ad2cda46478e88b59527b51a3ddf'}, u'url': u'http://12.0.0.27:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd7b77256046248c497c929b58ab84ee7', u'id': u'7e43ad2cda46478e88b59527b51a3ddf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/7fe725814a4743d198b8380527e3e67f'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fc1b27c853d74184bd3172beed0a387f', u'id': u'7fe725814a4743d198b8380527e3e67f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/85960312354844f7813a57f990908b65'}, 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'7734e33856704d9196ca77c260e13584', u'id': u'85960312354844f7813a57f990908b65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/87166185dbe245d8a96a46838fa526a4'}, 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'682c82a1fef24107b917a4ae6a20f80e', u'id': u'87166185dbe245d8a96a46838fa526a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/87723f3fdf4f4f8289cf1e3efc0ac81c'}, 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'095e740c646949218eff8f5944df344f', u'id': u'87723f3fdf4f4f8289cf1e3efc0ac81c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/89e508de6cc044ab9dcce5785b8fc683'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bd66012c81fd4204aa93165a623a24b4', u'id': u'89e508de6cc044ab9dcce5785b8fc683'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/8cdcbd59a83849a48b5aa0f78d2223f1'}, u'url': u'http://172.30.9.29:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'da8c57e408c94a8b9b3249d17fc5af94', u'id': u'8cdcbd59a83849a48b5aa0f78d2223f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/8dac25572b87445d8b445585808f817e'}, u'url': u'http://172.30.9.29:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bd66012c81fd4204aa93165a623a24b4', u'id': u'8dac25572b87445d8b445585808f817e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/8ff286701e334664ad67dcb548371e69'}, 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'30ed504cd7ae4cac9c32ed7ac2d8e555', u'id': u'8ff286701e334664ad67dcb548371e69'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/919d48497ba14db99f4ed8a65f50c689'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'da8c57e408c94a8b9b3249d17fc5af94', u'id': u'919d48497ba14db99f4ed8a65f50c689'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/93d3e8a120704ed1bc871d61e30bb5cf'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd5ef9f86f311451d8ea6efb5b4673c1c', u'id': u'93d3e8a120704ed1bc871d61e30bb5cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/9e490a2b3fef432e8e380a4e56dba14d'}, u'url': u'http://172.30.9.29:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'682c82a1fef24107b917a4ae6a20f80e', u'id': u'9e490a2b3fef432e8e380a4e56dba14d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/a4980eec82f949cca15adc20f74e4723'}, 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'813447b80a444948b086f8372ec47c70', u'id': u'a4980eec82f949cca15adc20f74e4723'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/b27bd78fe34c43e2bf8fdf391bd7b9bd'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7ed49e57cccd4baabf668d1c37d1a54d', u'id': u'b27bd78fe34c43e2bf8fdf391bd7b9bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/bb8cd95d2847447388b6668172b5d759'}, u'url': u'http://172.30.9.29:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd5ef9f86f311451d8ea6efb5b4673c1c', u'id': u'bb8cd95d2847447388b6668172b5d759'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/be6c51576a0b4229802888c2a2f390a6'}, 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'227420fa5b3d45648b074abb2ef99723', u'id': u'be6c51576a0b4229802888c2a2f390a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/c5ee52e230f5477e855a0dde0dfa4b0c'}, u'url': u'http://172.30.9.29:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'227420fa5b3d45648b074abb2ef99723', u'id': u'c5ee52e230f5477e855a0dde0dfa4b0c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/cab77130c662478fa8fbcc7828900c73'}, 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'095e740c646949218eff8f5944df344f', u'id': u'cab77130c662478fa8fbcc7828900c73'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/d76ea63242184c1db489c70a5aca54fc'}, 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'813447b80a444948b086f8372ec47c70', u'id': u'd76ea63242184c1db489c70a5aca54fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/dd9f68d6121b43e1b65c0042fc44beaa'}, 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'227420fa5b3d45648b074abb2ef99723', u'id': u'dd9f68d6121b43e1b65c0042fc44beaa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e5f700a1e64d4e58ac7b7a293e944823'}, u'url': u'http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd7b77256046248c497c929b58ab84ee7', u'id': u'e5f700a1e64d4e58ac7b7a293e944823'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/eb13671c7ddf4195804908525dfc32cf'}, 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'7734e33856704d9196ca77c260e13584', u'id': u'eb13671c7ddf4195804908525dfc32cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ee0319cc0aee4801a56d8de8b5c5b960'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd5ef9f86f311451d8ea6efb5b4673c1c', u'id': u'ee0319cc0aee4801a56d8de8b5c5b960'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/f199b01373e34eb9885375a53342948a'}, 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'30ed504cd7ae4cac9c32ed7ac2d8e555', u'id': u'f199b01373e34eb9885375a53342948a'})] 2018-07-22 00:13:40,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-22 00:13:40,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:40,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5db9b4fd-c71c-42dc-b62f-d66bb2f8c456 x-compute-request-id: req-5db9b4fd-c71c-42dc-b62f-d66bb2f8c456 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-07-22 00:13:40,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-5db9b4fd-c71c-42dc-b62f-d66bb2f8c456 2018-07-22 00:13:40,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.116816997528s 2018-07-22 00:13:40,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-5db9b4fd-c71c-42dc-b62f-d66bb2f8c456 2018-07-22 00:13:40,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-22 00:13:40,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:42,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d80da5a0-f9e1-4cbe-af41-35f20401c28d x-compute-request-id: req-d80da5a0-f9e1-4cbe-af41-35f20401c28d Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-22 00:13:42,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-d80da5a0-f9e1-4cbe-af41-35f20401c28d 2018-07-22 00:13:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.88923001289s 2018-07-22 00:13:42,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-d80da5a0-f9e1-4cbe-af41-35f20401c28d 2018-07-22 00:13:42,858 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-22 00:13:42,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:13:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:43,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3b3e1ec2-09d9-4bdc-9b50-135f7755d8d5 Date: Sun, 22 Jul 2018 00:13:43 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:13:43,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3b3e1ec2-09d9-4bdc-9b50-135f7755d8d5 2018-07-22 00:13:43,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.08219599724s 2018-07-22 00:13:43,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3b3e1ec2-09d9-4bdc-9b50-135f7755d8d5 2018-07-22 00:13:43,946 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-22 00:13:43,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 00:13:43,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:44,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2f10e68-304c-4f3f-af5c-b45aad5eb0a0 x-compute-request-id: req-c2f10e68-304c-4f3f-af5c-b45aad5eb0a0 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 50}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 53}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-22 00:13:44,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-c2f10e68-304c-4f3f-af5c-b45aad5eb0a0 2018-07-22 00:13:44,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195808887482s 2018-07-22 00:13:44,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-c2f10e68-304c-4f3f-af5c-b45aad5eb0a0 2018-07-22 00:13:44,144 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.9', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 50}, 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.10', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 53}, 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-07-22 00:13:44,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-22 00:13:44,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:44,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:44 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-53de4001-f311-442a-91de-3140d41002db x-compute-request-id: req-53de4001-f311-442a-91de-3140d41002db Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 00:13:44,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-53de4001-f311-442a-91de-3140d41002db 2018-07-22 00:13:44,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.127712965012s 2018-07-22 00:13:44,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-53de4001-f311-442a-91de-3140d41002db 2018-07-22 00:13:44,273 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-22 00:13:44,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:13:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:45,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f605d05f-6088-4f43-b836-154a16b5c15e Date: Sun, 22 Jul 2018 00:13:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:13:45,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f605d05f-6088-4f43-b836-154a16b5c15e 2018-07-22 00:13:45,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.989232063293s 2018-07-22 00:13:45,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f605d05f-6088-4f43-b836-154a16b5c15e 2018-07-22 00:13:45,263 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'58942421-7cb3-46a4-be65-78d945914cf0'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-22T00:10:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', 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'db3c6d8733c847e6a6a2bafe8cb46953', u'created_at': u'2018-07-22T00:10:23Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'db3c6d8733c847e6a6a2bafe8cb46953'})] 2018-07-22 00:13:45,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:13:45,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:46,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d1fdec8-168e-4f12-9708-8c4ddb70518e Date: Sun, 22 Jul 2018 00:13:46 GMT RESP BODY: {"ports":[]} 2018-07-22 00:13:46,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-2d1fdec8-168e-4f12-9708-8c4ddb70518e 2018-07-22 00:13:46,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.02836799622s 2018-07-22 00:13:46,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-2d1fdec8-168e-4f12-9708-8c4ddb70518e 2018-07-22 00:13:46,292 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-22 00:13:46,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:13:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:46,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9cf114-b68c-44be-8870-e65335398a5e Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "2c60f714464647b792d1a836e73f2fd3"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/2c60f714464647b792d1a836e73f2fd3/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "40469a2b456d472f853f893fe1982c11"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/40469a2b456d472f853f893fe1982c11/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "4fce754d7cf147a4b5fdc79160d76024"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/4fce754d7cf147a4b5fdc79160d76024/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "59bfa383296f4a9892c2448ec54557fc"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/59bfa383296f4a9892c2448ec54557fc/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "6fb3871fb82948859506aed3c3f49de1"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/6fb3871fb82948859506aed3c3f49de1/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "a0998ce4c7064f33a0aaa0561c645f97"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/a0998ce4c7064f33a0aaa0561c645f97/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "a41b317e98fc4e14b30afd848874b43a"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/a41b317e98fc4e14b30afd848874b43a/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "680ca573c67c455ebbc02e2c30a9870f"}, "user": {"id": "a41b317e98fc4e14b30afd848874b43a"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/a41b317e98fc4e14b30afd848874b43a/roles/680ca573c67c455ebbc02e2c30a9870f"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "a70c31c39e9f480c95dc73b8577e37e3"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/a70c31c39e9f480c95dc73b8577e37e3/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "c8421886f8de448f882d5dea5d76bb93"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49/users/c8421886f8de448f882d5dea5d76bb93/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "f7fee9a0887344359d93a9f206d2a286"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/f7fee9a0887344359d93a9f206d2a286/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "f8dfe144759040bc8c7a22c9445ba9cb"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/f8dfe144759040bc8c7a22c9445ba9cb/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "fa372f65e32343168d49f4c40558f72f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/fa372f65e32343168d49f4c40558f72f/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"project": {"id": "db3c6d8733c847e6a6a2bafe8cb46953"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "fe9607613d7544588a9517be70e6ef0c"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953/users/fe9607613d7544588a9517be70e6ef0c/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"domain": {"id": "8aa387cb50304809a6b4e2edc8637a77"}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "2b793f10758b45309f712fda7986a363"}, "links": {"assignment": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77/users/2b793f10758b45309f712fda7986a363/roles/0f1c588222474ae7a9983d4158b4c7c6"}}, {"scope": {"system": {"all": true}}, "role": {"id": "0f1c588222474ae7a9983d4158b4c7c6"}, "user": {"id": "c8421886f8de448f882d5dea5d76bb93"}, "links": {"assignment": "http://172.30.9.29:5000/v3/system/users/c8421886f8de448f882d5dea5d76bb93/roles/0f1c588222474ae7a9983d4158b4c7c6"}}], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-22 00:13:46,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-3d9cf114-b68c-44be-8870-e65335398a5e 2018-07-22 00:13:46,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102906942368s 2018-07-22 00:13:46,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-3d9cf114-b68c-44be-8870-e65335398a5e 2018-07-22 00:13:46,401 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'2c60f714464647b792d1a836e73f2fd3'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'40469a2b456d472f853f893fe1982c11'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'4fce754d7cf147a4b5fdc79160d76024'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'59bfa383296f4a9892c2448ec54557fc'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'6fb3871fb82948859506aed3c3f49de1'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'a0998ce4c7064f33a0aaa0561c645f97'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'a41b317e98fc4e14b30afd848874b43a'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'680ca573c67c455ebbc02e2c30a9870f', 'user': u'a41b317e98fc4e14b30afd848874b43a'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'a70c31c39e9f480c95dc73b8577e37e3'}), Munch({'project': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'c8421886f8de448f882d5dea5d76bb93'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'f7fee9a0887344359d93a9f206d2a286'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'f8dfe144759040bc8c7a22c9445ba9cb'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'fa372f65e32343168d49f4c40558f72f'}), Munch({'project': u'db3c6d8733c847e6a6a2bafe8cb46953', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'fe9607613d7544588a9517be70e6ef0c'}), Munch({'domain': u'8aa387cb50304809a6b4e2edc8637a77', 'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'2b793f10758b45309f712fda7986a363'}), Munch({'id': u'0f1c588222474ae7a9983d4158b4c7c6', 'user': u'c8421886f8de448f882d5dea5d76bb93'})] 2018-07-22 00:13:46,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:13:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:46,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23b5904-0440-413b-9396-97642ed519c8 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:13:46,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c23b5904-0440-413b-9396-97642ed519c8 2018-07-22 00:13:46,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191010951996s 2018-07-22 00:13:46,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-c23b5904-0440-413b-9396-97642ed519c8 2018-07-22 00:13:46,598 - 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'member', 'id': u'061df7a840a9463dbb92a46927bebbe8'}), 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'0f1c588222474ae7a9983d4158b4c7c6'}), 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'445e31f7118c4198aa18da49d6235625'}), 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'63c84f7e6de7495f905d5b089f837d8e'}), 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'680ca573c67c455ebbc02e2c30a9870f'}), 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'reader', 'id': u'87ec2ed8a7c74c14a2cdfeb85f40b2b6'}), 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'})] 2018-07-22 00:13:46,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:13:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:47,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1686c3e2-974e-4223-b061-b64b26f01352 Date: Sun, 22 Jul 2018 00:13:47 GMT RESP BODY: {"routers": []} 2018-07-22 00:13:47,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1686c3e2-974e-4223-b061-b64b26f01352 2018-07-22 00:13:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.940742015839s 2018-07-22 00:13:47,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-1686c3e2-974e-4223-b061-b64b26f01352 2018-07-22 00:13:47,540 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-22 00:13:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:13:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:47,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-929f51c8-ebdf-4bb9-86b1-327c76562a02 x-compute-request-id: req-929f51c8-ebdf-4bb9-86b1-327c76562a02 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 00:13:47,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-929f51c8-ebdf-4bb9-86b1-327c76562a02 2018-07-22 00:13:47,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230174064636s 2018-07-22 00:13:47,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-929f51c8-ebdf-4bb9-86b1-327c76562a02 2018-07-22 00:13:47,771 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-22 00:13:47,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 00:13:47,778 - 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.14" 2018-07-22 00:13:47,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:13:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a7f919f-3eb7-4bce-a66f-c58387aa9f9c Content-Length: 266 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"}]}]}} 2018-07-22 00:13:47,785 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.8:35357/ used request id req-4a7f919f-3eb7-4bce-a66f-c58387aa9f9c 2018-07-22 00:13:47,786 - 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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:47,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-086de7f0-a9f0-4c53-80ee-29ac57116f5b Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/095e740c646949218eff8f5944df344f"}, "enabled": true, "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/227420fa5b3d45648b074abb2ef99723"}, "enabled": true, "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/29e4a1c9bc9f4662879b54d538e79671"}, "enabled": true, "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/30ed504cd7ae4cac9c32ed7ac2d8e555"}, "enabled": true, "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/682c82a1fef24107b917a4ae6a20f80e"}, "enabled": true, "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7734e33856704d9196ca77c260e13584"}, "enabled": true, "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/7ed49e57cccd4baabf668d1c37d1a54d"}, "enabled": true, "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/80fd843116024652839d106e91b64e50"}, "enabled": true, "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/813447b80a444948b086f8372ec47c70"}, "enabled": true, "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/bd66012c81fd4204aa93165a623a24b4"}, "enabled": true, "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d5ef9f86f311451d8ea6efb5b4673c1c"}, "enabled": true, "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d74dd1325d5e4f4aaaf58865c548ad1f"}, "enabled": true, "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d7b77256046248c497c929b58ab84ee7"}, "enabled": true, "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/da8c57e408c94a8b9b3249d17fc5af94"}, "enabled": true, "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/fc1b27c853d74184bd3172beed0a387f"}, "enabled": true, "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-07-22 00:13:47,973 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-086de7f0-a9f0-4c53-80ee-29ac57116f5b 2018-07-22 00:13:47,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.198575019836s 2018-07-22 00:13:47,974 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-086de7f0-a9f0-4c53-80ee-29ac57116f5b 2018-07-22 00:13:47,979 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'095e740c646949218eff8f5944df344f', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'227420fa5b3d45648b074abb2ef99723', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'29e4a1c9bc9f4662879b54d538e79671', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'30ed504cd7ae4cac9c32ed7ac2d8e555', 'name': u'placement'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'682c82a1fef24107b917a4ae6a20f80e', 'name': u'cinderv2'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'7734e33856704d9196ca77c260e13584', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'7ed49e57cccd4baabf668d1c37d1a54d', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'80fd843116024652839d106e91b64e50', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'813447b80a444948b086f8372ec47c70', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'bd66012c81fd4204aa93165a623a24b4', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'd5ef9f86f311451d8ea6efb5b4673c1c', 'name': u'glance'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'd74dd1325d5e4f4aaaf58865c548ad1f', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'd7b77256046248c497c929b58ab84ee7', 'name': u'swift'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'da8c57e408c94a8b9b3249d17fc5af94', 'name': u'panko'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'fc1b27c853d74184bd3172beed0a387f', 'name': u'gnocchi'})] 2018-07-22 00:13:47,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:13:47,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8dfdd25a526fc6a12a56f3e35afac9a7ce519df6" 2018-07-22 00:13:48,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f38628da-e185-4393-9ab2-1a9eecde7fa7 Date: Sun, 22 Jul 2018 00:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:31Z","dns_nameservers":[],"updated_at":"2018-07-22T00:10:31Z","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":"db3c6d8733c847e6a6a2bafe8cb46953","id":"58942421-7cb3-46a4-be65-78d945914cf0","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 00:13:48,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-f38628da-e185-4393-9ab2-1a9eecde7fa7 2018-07-22 00:13:48,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.051488161087s 2018-07-22 00:13:48,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-f38628da-e185-4393-9ab2-1a9eecde7fa7 2018-07-22 00:13:48,033 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:10:31Z', 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'58942421-7cb3-46a4-be65-78d945914cf0', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'tenant_id': u'db3c6d8733c847e6a6a2bafe8cb46953', u'created_at': u'2018-07-22T00:10:31Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'db3c6d8733c847e6a6a2bafe8cb46953'})] 2018-07-22 00:13:48,160 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:13:48,161 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-22 00:13:48,212 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-22 00:13:48,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:13:48,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:13:48,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:13:48,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:13:48,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:13:48,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:13:48,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f193155-0ecf-44dd-beab-cfee7d03bea5 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:13:48,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-1f193155-0ecf-44dd-beab-cfee7d03bea5 2018-07-22 00:13:48,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:13:48,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["FzHJDKi8SMmyy5mJZ52kmA"], "issued_at": "2018-07-22T00:13:48.000000Z"}} 2018-07-22 00:13:48,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:13:48,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:13:49,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7ecd8c83-01c5-4616-b547-3bf331f03f9c Date: Sun, 22 Jul 2018 00:13:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:13:49,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7ecd8c83-01c5-4616-b547-3bf331f03f9c 2018-07-22 00:13:49,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.99941778183s 2018-07-22 00:13:49,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7ecd8c83-01c5-4616-b547-3bf331f03f9c 2018-07-22 00:13:49,719 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-22 00:13:49,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:13:49,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" -d '{"network": {"name": "tenantnetwork1-net_f636eae2-da3b-41cf-81b1-1e86f7dd2a90", "admin_state_up": true}}' 2018-07-22 00:13:50,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ff2d471a-0de3-48ef-9f2e-e3aedc38fe1b Date: Sun, 22 Jul 2018 00:13:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d3d265dc-8db3-4bbf-b805-7ca441765163","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:13:50Z","is_default":false,"provider:segmentation_id":28,"name":"tenantnetwork1-net_f636eae2-da3b-41cf-81b1-1e86f7dd2a90","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:13:50Z","mtu":1450}} 2018-07-22 00:13:50,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ff2d471a-0de3-48ef-9f2e-e3aedc38fe1b 2018-07-22 00:13:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.792798995972s 2018-07-22 00:13:50,513 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ff2d471a-0de3-48ef-9f2e-e3aedc38fe1b 2018-07-22 00:13:50,513 - 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-07-22T00:13:50Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd3d265dc-8db3-4bbf-b805-7ca441765163', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_f636eae2-da3b-41cf-81b1-1e86f7dd2a90', u'admin_state_up': True, u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:13:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:13:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:13:50,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:13:51,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-b6e74968-7df2-4dab-970b-11c8b99b8be0 Date: Sun, 22 Jul 2018 00:13:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d3d265dc-8db3-4bbf-b805-7ca441765163","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:13:50Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_f636eae2-da3b-41cf-81b1-1e86f7dd2a90","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:13:50Z","provider:network_type":"vxlan"}]} 2018-07-22 00:13:51,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b6e74968-7df2-4dab-970b-11c8b99b8be0 2018-07-22 00:13:51,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.957674980164s 2018-07-22 00:13:51,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b6e74968-7df2-4dab-970b-11c8b99b8be0 2018-07-22 00:13:51,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:13:51,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" -d '{"subnet": {"name": "tenantnetwork1-subnet_f636eae2-da3b-41cf-81b1-1e86f7dd2a90", "enable_dhcp": true, "network_id": "d3d265dc-8db3-4bbf-b805-7ca441765163", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:13:52,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-34600294-6bfe-44cb-a4d8-b40358ec37f1 Date: Sun, 22 Jul 2018 00:13:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3d265dc-8db3-4bbf-b805-7ca441765163","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:13:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:13: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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"7205b4e6-1ef8-46c1-aeb0-3076565ed448","subnetpool_id":null,"name":"tenantnetwork1-subnet_f636eae2-da3b-41cf-81b1-1e86f7dd2a90"}} 2018-07-22 00:13:52,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-34600294-6bfe-44cb-a4d8-b40358ec37f1 2018-07-22 00:13:52,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.696520090103s 2018-07-22 00:13:52,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-34600294-6bfe-44cb-a4d8-b40358ec37f1 2018-07-22 00:13:52,171 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:13: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'7205b4e6-1ef8-46c1-aeb0-3076565ed448', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_f636eae2-da3b-41cf-81b1-1e86f7dd2a90', u'enable_dhcp': True, u'network_id': u'd3d265dc-8db3-4bbf-b805-7ca441765163', u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:13: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'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:13:52,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:13:52,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "tenantnetwork1-router_f636eae2-da3b-41cf-81b1-1e86f7dd2a90", "admin_state_up": true}}' 2018-07-22 00:13:54,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-c6c220e5-bc9f-436c-8fcd-2e7411f0f102 Date: Sun, 22 Jul 2018 00:13:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:13:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:13:54Z", "revision_number": 2, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "25f6a75c-a243-4569-ae88-23995c324ad7", "name": "tenantnetwork1-router_f636eae2-da3b-41cf-81b1-1e86f7dd2a90"}} 2018-07-22 00:13:54,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c6c220e5-bc9f-436c-8fcd-2e7411f0f102 2018-07-22 00:13:54,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.44493317604s 2018-07-22 00:13:54,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c6c220e5-bc9f-436c-8fcd-2e7411f0f102 2018-07-22 00:13:54,618 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:13:53Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T00:13:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'id': u'25f6a75c-a243-4569-ae88-23995c324ad7', u'name': u'tenantnetwork1-router_f636eae2-da3b-41cf-81b1-1e86f7dd2a90'}) 2018-07-22 00:13:54,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:13:54,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" -d '{"subnet_id": "7205b4e6-1ef8-46c1-aeb0-3076565ed448"}' 2018-07-22 00:13:56,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b9746d62-3d20-4ef2-9a2b-c646ce1ce317 Date: Sun, 22 Jul 2018 00:13:56 GMT RESP BODY: {"network_id": "d3d265dc-8db3-4bbf-b805-7ca441765163", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "7205b4e6-1ef8-46c1-aeb0-3076565ed448", "subnet_ids": ["7205b4e6-1ef8-46c1-aeb0-3076565ed448"], "port_id": "370b290a-187e-4165-b9b1-347a9852ec11", "id": "25f6a75c-a243-4569-ae88-23995c324ad7"} 2018-07-22 00:13:56,279 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/add_router_interface.json used request id req-b9746d62-3d20-4ef2-9a2b-c646ce1ce317 2018-07-22 00:13:56,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.6603000164s 2018-07-22 00:13:56,279 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/add_router_interface.json used request id req-b9746d62-3d20-4ef2-9a2b-c646ce1ce317 returning object 25f6a75c-a243-4569-ae88-23995c324ad7 2018-07-22 00:13:56,404 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:13:56,404 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 00:13:56,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:13:56,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" -d '{"subnet_id": "7205b4e6-1ef8-46c1-aeb0-3076565ed448"}' 2018-07-22 00:13:59,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-38f7de5b-2892-4329-b83c-05d314252d56 Date: Sun, 22 Jul 2018 00:13:59 GMT RESP BODY: {"network_id": "d3d265dc-8db3-4bbf-b805-7ca441765163", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "7205b4e6-1ef8-46c1-aeb0-3076565ed448", "subnet_ids": ["7205b4e6-1ef8-46c1-aeb0-3076565ed448"], "port_id": "370b290a-187e-4165-b9b1-347a9852ec11", "id": "25f6a75c-a243-4569-ae88-23995c324ad7"} 2018-07-22 00:13:59,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/remove_router_interface.json used request id req-38f7de5b-2892-4329-b83c-05d314252d56 2018-07-22 00:13:59,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.90627217293s 2018-07-22 00:13:59,316 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7/remove_router_interface.json used request id req-38f7de5b-2892-4329-b83c-05d314252d56 returning object 25f6a75c-a243-4569-ae88-23995c324ad7 2018-07-22 00:13:59,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:13:59,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:13:59,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-649916af-7f5d-4097-9a2f-4b11e38d1d09 Date: Sun, 22 Jul 2018 00:13:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:13:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:13:58Z", "revision_number": 4, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "25f6a75c-a243-4569-ae88-23995c324ad7", "name": "tenantnetwork1-router_f636eae2-da3b-41cf-81b1-1e86f7dd2a90"}]} 2018-07-22 00:13:59,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-649916af-7f5d-4097-9a2f-4b11e38d1d09 2018-07-22 00:13:59,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10698390007s 2018-07-22 00:13:59,424 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-649916af-7f5d-4097-9a2f-4b11e38d1d09 2018-07-22 00:13:59,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:13:59,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7.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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:14:01,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bfd1549-d13b-4a2d-a2f8-466d94a76a00 Content-Length: 0 Date: Sun, 22 Jul 2018 00:14:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:01,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7.json used request id req-7bfd1549-d13b-4a2d-a2f8-466d94a76a00 2018-07-22 00:14:01,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.98394608498s 2018-07-22 00:14:01,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/25f6a75c-a243-4569-ae88-23995c324ad7.json used request id req-7bfd1549-d13b-4a2d-a2f8-466d94a76a00 2018-07-22 00:14:01,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:14:01,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:14:02,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-de0b89fe-4e9e-4ead-87d3-eb904d00b9ed Date: Sun, 22 Jul 2018 00:14:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:31Z","dns_nameservers":[],"updated_at":"2018-07-22T00:10:31Z","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":"db3c6d8733c847e6a6a2bafe8cb46953","id":"58942421-7cb3-46a4-be65-78d945914cf0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3d265dc-8db3-4bbf-b805-7ca441765163","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:13:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:13: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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"7205b4e6-1ef8-46c1-aeb0-3076565ed448","subnetpool_id":null,"name":"tenantnetwork1-subnet_f636eae2-da3b-41cf-81b1-1e86f7dd2a90"}]} 2018-07-22 00:14:02,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-de0b89fe-4e9e-4ead-87d3-eb904d00b9ed 2018-07-22 00:14:02,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.00324702263s 2018-07-22 00:14:02,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-de0b89fe-4e9e-4ead-87d3-eb904d00b9ed 2018-07-22 00:14:02,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:14:02,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/7205b4e6-1ef8-46c1-aeb0-3076565ed448.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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:14:04,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b8e111b-3f67-4f8b-95c9-eb99a4bfe8d1 Date: Sun, 22 Jul 2018 00:14:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:04,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7205b4e6-1ef8-46c1-aeb0-3076565ed448.json used request id req-6b8e111b-3f67-4f8b-95c9-eb99a4bfe8d1 2018-07-22 00:14:04,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.16288805008s 2018-07-22 00:14:04,579 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/7205b4e6-1ef8-46c1-aeb0-3076565ed448.json used request id req-6b8e111b-3f67-4f8b-95c9-eb99a4bfe8d1 2018-07-22 00:14:04,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:04,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:14:04,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-efdc059c-5a29-4404-8b77-a8c01cd34a1d Date: Sun, 22 Jul 2018 00:14:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3d265dc-8db3-4bbf-b805-7ca441765163","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:14:04Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_f636eae2-da3b-41cf-81b1-1e86f7dd2a90","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:13:50Z","provider:network_type":"vxlan"}]} 2018-07-22 00:14:04,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-efdc059c-5a29-4404-8b77-a8c01cd34a1d 2018-07-22 00:14:04,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.30474114418s 2018-07-22 00:14:04,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-efdc059c-5a29-4404-8b77-a8c01cd34a1d 2018-07-22 00:14:04,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:14:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/d3d265dc-8db3-4bbf-b805-7ca441765163.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.14" -H "X-Auth-Token: {SHA1}92292220d2a78da5e57ac206fb742abb0d13e69b" 2018-07-22 00:14:06,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-924db57c-5522-4f8d-83cd-7186eae37cc1 Date: Sun, 22 Jul 2018 00:14:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:06,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d3d265dc-8db3-4bbf-b805-7ca441765163.json used request id req-924db57c-5522-4f8d-83cd-7186eae37cc1 2018-07-22 00:14:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.80387783051s 2018-07-22 00:14:06,690 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/d3d265dc-8db3-4bbf-b805-7ca441765163.json used request id req-924db57c-5522-4f8d-83cd-7186eae37cc1 2018-07-22 00:14:06,744 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-22 00:14:06,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:14:06,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:14:06,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:14:06,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:14:06,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:14:06,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:06,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbd9a6c-28ad-4090-ab82-7b8939462cdd 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:14:06,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-bdbd9a6c-28ad-4090-ab82-7b8939462cdd 2018-07-22 00:14:06,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:14:07,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["nRUuqL4cSUie_9c4vCU46Q"], "issued_at": "2018-07-22T00:14:07.000000Z"}} 2018-07-22 00:14:07,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:07,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:07,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-12ded08c-fb51-4e1c-9cca-67d07c9ef04e Date: Sun, 22 Jul 2018 00:14:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:14:07,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-12ded08c-fb51-4e1c-9cca-67d07c9ef04e 2018-07-22 00:14:07,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348261117935s 2018-07-22 00:14:07,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-12ded08c-fb51-4e1c-9cca-67d07c9ef04e 2018-07-22 00:14:07,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:07,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:14:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e31fbe-cd1b-4559-b926-f16c53303a51 Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:14:07,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-94e31fbe-cd1b-4559-b926-f16c53303a51 2018-07-22 00:14:07,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:14:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:07,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19aeda3-5c33-49f2-8d7e-c58119272f29 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:14:07,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e19aeda3-5c33-49f2-8d7e-c58119272f29 2018-07-22 00:14:07,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106831073761s 2018-07-22 00:14:07,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-e19aeda3-5c33-49f2-8d7e-c58119272f29 2018-07-22 00:14:07,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 00:14:07,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb"}}' 2018-07-22 00:14:08,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:14:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a708369-b668-4ae7-88bf-b3a7025c6319 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.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229"}, "tags": [], "enabled": true, "id": "0cad8e4a7231423a824b46045027a229", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb"}} 2018-07-22 00:14:08,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2a708369-b668-4ae7-88bf-b3a7025c6319 2018-07-22 00:14:08,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.472566127777s 2018-07-22 00:14:08,284 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-2a708369-b668-4ae7-88bf-b3a7025c6319 2018-07-22 00:14:08,284 - 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'0cad8e4a7231423a824b46045027a229', '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_469d2be2-9299-4d29-b58a-f191036606fb'}) 2018-07-22 00:14:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 00:14:08,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0444fa35-0da7-4324-96fe-d53da808f515", "email": null, "name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb"}}' 2018-07-22 00:14:08,793 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:14:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f922bea2-9db6-4288-a0fd-0ea12ee0d430 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb", "links": {"self": "http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1eeb3f17eea24eee91746b6de6e7639b", "domain_id": "default", "password_expires_at": null}} 2018-07-22 00:14:08,794 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-f922bea2-9db6-4288-a0fd-0ea12ee0d430 2018-07-22 00:14:08,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.503189086914s 2018-07-22 00:14:08,794 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-f922bea2-9db6-4288-a0fd-0ea12ee0d430 2018-07-22 00:14:08,795 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1eeb3f17eea24eee91746b6de6e7639b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb'}) 2018-07-22 00:14:08,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:08,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bacc531a-9c56-44ba-a5c7-335b66707ced Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:09,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bacc531a-9c56-44ba-a5c7-335b66707ced 2018-07-22 00:14:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212792873383s 2018-07-22 00:14:09,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-bacc531a-9c56-44ba-a5c7-335b66707ced 2018-07-22 00:14:09,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:09,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e46d356-b519-4331-a9f0-ce12b809b323 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:09,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e46d356-b519-4331-a9f0-ce12b809b323 2018-07-22 00:14:09,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111331939697s 2018-07-22 00:14:09,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-0e46d356-b519-4331-a9f0-ce12b809b323 2018-07-22 00:14:09,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:09,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1502759-5bbb-4c77-82b9-ac8c85bff2d6 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:09,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f1502759-5bbb-4c77-82b9-ac8c85bff2d6 2018-07-22 00:14:09,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107530117035s 2018-07-22 00:14:09,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f1502759-5bbb-4c77-82b9-ac8c85bff2d6 2018-07-22 00:14:09,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:14:09,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24cc37dc-247b-4d33-bf45-2787b528d708 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 00:14:09,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-24cc37dc-247b-4d33-bf45-2787b528d708 2018-07-22 00:14:09,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.114120006561s 2018-07-22 00:14:09,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-24cc37dc-247b-4d33-bf45-2787b528d708 2018-07-22 00:14:09,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:14:09,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4169e15-d20c-4950-8a41-50866ddd2c83 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb", "links": {"self": "http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1eeb3f17eea24eee91746b6de6e7639b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:14:09,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e4169e15-d20c-4950-8a41-50866ddd2c83 2018-07-22 00:14:09,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130925178528s 2018-07-22 00:14:09,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e4169e15-d20c-4950-8a41-50866ddd2c83 2018-07-22 00:14:09,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:14:09,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06784cac-350c-4d37-9573-ec634824d1f8 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229"}, "tags": [], "enabled": true, "id": "0cad8e4a7231423a824b46045027a229", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb"}]} 2018-07-22 00:14:09,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-06784cac-350c-4d37-9573-ec634824d1f8 2018-07-22 00:14:09,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107462882996s 2018-07-22 00:14:09,614 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-06784cac-350c-4d37-9573-ec634824d1f8 2018-07-22 00:14:09,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:14:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=1eeb3f17eea24eee91746b6de6e7639b&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=0cad8e4a7231423a824b46045027a229" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:09,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a7c2ab-c6c0-467a-bdc3-32b8eb41825b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1eeb3f17eea24eee91746b6de6e7639b&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=0cad8e4a7231423a824b46045027a229", "previous": null, "next": null}} 2018-07-22 00:14:09,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1eeb3f17eea24eee91746b6de6e7639b&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=0cad8e4a7231423a824b46045027a229 used request id req-a9a7c2ab-c6c0-467a-bdc3-32b8eb41825b 2018-07-22 00:14:09,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101985931396s 2018-07-22 00:14:09,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1eeb3f17eea24eee91746b6de6e7639b&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=0cad8e4a7231423a824b46045027a229 used request id req-a9a7c2ab-c6c0-467a-bdc3-32b8eb41825b 2018-07-22 00:14:09,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 00:14:09,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229/users/1eeb3f17eea24eee91746b6de6e7639b/roles/061df7a840a9463dbb92a46927bebbe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:10,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:14:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3609c939-bb06-4767-8ba8-2a59de622310 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:14:10,123 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229/users/1eeb3f17eea24eee91746b6de6e7639b/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-3609c939-bb06-4767-8ba8-2a59de622310 2018-07-22 00:14:10,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.394264936447s 2018-07-22 00:14:10,124 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229/users/1eeb3f17eea24eee91746b6de6e7639b/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-3609c939-bb06-4767-8ba8-2a59de622310 2018-07-22 00:14:10,124 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb', 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'0cad8e4a7231423a824b46045027a229', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0444fa35-0da7-4324-96fe-d53da808f515', 'username': u'tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:14:10,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:14:10,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:14:10,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:14:10,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:14:10,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:14:10,131 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb', 'password': '0444fa35-0da7-4324-96fe-d53da808f515', 'project_name': 'tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '0cad8e4a7231423a824b46045027a229', 'project_domain_name': 'Default'} 2018-07-22 00:14:10,132 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-22 00:14:10,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:10,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b30f68e7-9234-4597-9395-7d016f79a147 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:14:10,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b30f68e7-9234-4597-9395-7d016f79a147 2018-07-22 00:14:10,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:14:10,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:14:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0cad8e4a7231423a824b46045027a229", "name": "tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/0cad8e4a7231423a824b46045027a229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/0cad8e4a7231423a824b46045027a229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/0cad8e4a7231423a824b46045027a229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0cad8e4a7231423a824b46045027a229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/0cad8e4a7231423a824b46045027a229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/0cad8e4a7231423a824b46045027a229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/0cad8e4a7231423a824b46045027a229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/0cad8e4a7231423a824b46045027a229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/0cad8e4a7231423a824b46045027a229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/0cad8e4a7231423a824b46045027a229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/0cad8e4a7231423a824b46045027a229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/0cad8e4a7231423a824b46045027a229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_0cad8e4a7231423a824b46045027a229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_0cad8e4a7231423a824b46045027a229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb", "id": "1eeb3f17eea24eee91746b6de6e7639b"}, "audit_ids": ["NgcQULEXQpuZjuAj_dYSpg"], "issued_at": "2018-07-22T00:14:10.000000Z"}} 2018-07-22 00:14:10,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:14:10,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" -d '{"network": {"name": "tenantnetwork2-net_469d2be2-9299-4d29-b58a-f191036606fb", "admin_state_up": true}}' 2018-07-22 00:14:12,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d09f4039-c969-4661-af27-5b5b018699a4 Date: Sun, 22 Jul 2018 00:14:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0cad8e4a7231423a824b46045027a229","created_at":"2018-07-22T00:14:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T00:14:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0cad8e4a7231423a824b46045027a229","id":"6789b27d-3db2-4716-829d-59311fd13ede","name":"tenantnetwork2-net_469d2be2-9299-4d29-b58a-f191036606fb"}} 2018-07-22 00:14:12,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d09f4039-c969-4661-af27-5b5b018699a4 2018-07-22 00:14:12,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.52959918976s 2018-07-22 00:14:12,148 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d09f4039-c969-4661-af27-5b5b018699a4 2018-07-22 00:14:12,148 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:14:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6789b27d-3db2-4716-829d-59311fd13ede', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_469d2be2-9299-4d29-b58a-f191036606fb', u'admin_state_up': True, u'tenant_id': u'0cad8e4a7231423a824b46045027a229', u'created_at': u'2018-07-22T00:14:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0cad8e4a7231423a824b46045027a229'}) 2018-07-22 00:14:12,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:13,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-2ba9b413-c8cd-4cf4-8f6c-ac6577840fca Date: Sun, 22 Jul 2018 00:14:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:14:11Z","tenant_id":"0cad8e4a7231423a824b46045027a229","created_at":"2018-07-22T00:14:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0cad8e4a7231423a824b46045027a229","id":"6789b27d-3db2-4716-829d-59311fd13ede","name":"tenantnetwork2-net_469d2be2-9299-4d29-b58a-f191036606fb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:14:13,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2ba9b413-c8cd-4cf4-8f6c-ac6577840fca 2018-07-22 00:14:13,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.15858006477s 2018-07-22 00:14:13,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2ba9b413-c8cd-4cf4-8f6c-ac6577840fca 2018-07-22 00:14:13,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:14:13,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" -d '{"subnet": {"name": "tenantnetwork2-subnet_469d2be2-9299-4d29-b58a-f191036606fb", "enable_dhcp": true, "network_id": "6789b27d-3db2-4716-829d-59311fd13ede", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:14:14,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0968db24-4114-456a-9382-e923939f2be4 Date: Sun, 22 Jul 2018 00:14:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6789b27d-3db2-4716-829d-59311fd13ede","tenant_id":"0cad8e4a7231423a824b46045027a229","created_at":"2018-07-22T00:14:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:14:13Z","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":"0cad8e4a7231423a824b46045027a229","id":"3c61def9-8be8-4346-98c0-7cbdd9ac8cfe","subnetpool_id":null,"name":"tenantnetwork2-subnet_469d2be2-9299-4d29-b58a-f191036606fb"}} 2018-07-22 00:14:14,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0968db24-4114-456a-9382-e923939f2be4 2018-07-22 00:14:14,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.980689048767s 2018-07-22 00:14:14,290 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0968db24-4114-456a-9382-e923939f2be4 2018-07-22 00:14:14,291 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:14:13Z', 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'3c61def9-8be8-4346-98c0-7cbdd9ac8cfe', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_469d2be2-9299-4d29-b58a-f191036606fb', u'enable_dhcp': True, u'network_id': u'6789b27d-3db2-4716-829d-59311fd13ede', u'tenant_id': u'0cad8e4a7231423a824b46045027a229', u'created_at': u'2018-07-22T00:14:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0cad8e4a7231423a824b46045027a229'}) 2018-07-22 00:14:14,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:14:14,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "tenantnetwork2-router_469d2be2-9299-4d29-b58a-f191036606fb", "admin_state_up": true}}' 2018-07-22 00:14:16,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-67f408ae-4f31-4474-ad7f-4fec46681b47 Date: Sun, 22 Jul 2018 00:14:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0cad8e4a7231423a824b46045027a229", "created_at": "2018-07-22T00:14:15Z", "admin_state_up": true, "updated_at": "2018-07-22T00:14:16Z", "revision_number": 2, "routes": [], "project_id": "0cad8e4a7231423a824b46045027a229", "id": "06eea16e-eca2-4e2b-a107-3148e8ddb9b1", "name": "tenantnetwork2-router_469d2be2-9299-4d29-b58a-f191036606fb"}} 2018-07-22 00:14:16,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-67f408ae-4f31-4474-ad7f-4fec46681b47 2018-07-22 00:14:16,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.37365007401s 2018-07-22 00:14:16,665 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-67f408ae-4f31-4474-ad7f-4fec46681b47 2018-07-22 00:14:16,666 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0cad8e4a7231423a824b46045027a229', u'created_at': u'2018-07-22T00:14:15Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T00:14:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'0cad8e4a7231423a824b46045027a229', u'id': u'06eea16e-eca2-4e2b-a107-3148e8ddb9b1', u'name': u'tenantnetwork2-router_469d2be2-9299-4d29-b58a-f191036606fb'}) 2018-07-22 00:14:16,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:14:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" -d '{"subnet_id": "3c61def9-8be8-4346-98c0-7cbdd9ac8cfe"}' 2018-07-22 00:14:18,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3933003-e0ee-4e87-91cf-9e19a7d27014 Date: Sun, 22 Jul 2018 00:14:18 GMT RESP BODY: {"network_id": "6789b27d-3db2-4716-829d-59311fd13ede", "tenant_id": "0cad8e4a7231423a824b46045027a229", "subnet_id": "3c61def9-8be8-4346-98c0-7cbdd9ac8cfe", "subnet_ids": ["3c61def9-8be8-4346-98c0-7cbdd9ac8cfe"], "port_id": "699402d0-6ea6-433a-a4d6-54a507c51226", "id": "06eea16e-eca2-4e2b-a107-3148e8ddb9b1"} 2018-07-22 00:14:18,888 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/add_router_interface.json used request id req-c3933003-e0ee-4e87-91cf-9e19a7d27014 2018-07-22 00:14:18,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22109508514s 2018-07-22 00:14:18,888 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/add_router_interface.json used request id req-c3933003-e0ee-4e87-91cf-9e19a7d27014 returning object 06eea16e-eca2-4e2b-a107-3148e8ddb9b1 2018-07-22 00:14:18,994 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:14:18,994 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 00:14:18,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:14:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" -d '{"subnet_id": "3c61def9-8be8-4346-98c0-7cbdd9ac8cfe"}' 2018-07-22 00:14:21,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12d362b8-ac11-46cc-83c6-e7a9122d490a Date: Sun, 22 Jul 2018 00:14:21 GMT RESP BODY: {"network_id": "6789b27d-3db2-4716-829d-59311fd13ede", "tenant_id": "0cad8e4a7231423a824b46045027a229", "subnet_id": "3c61def9-8be8-4346-98c0-7cbdd9ac8cfe", "subnet_ids": ["3c61def9-8be8-4346-98c0-7cbdd9ac8cfe"], "port_id": "699402d0-6ea6-433a-a4d6-54a507c51226", "id": "06eea16e-eca2-4e2b-a107-3148e8ddb9b1"} 2018-07-22 00:14:21,550 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/remove_router_interface.json used request id req-12d362b8-ac11-46cc-83c6-e7a9122d490a 2018-07-22 00:14:21,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.5507581234s 2018-07-22 00:14:21,550 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1/remove_router_interface.json used request id req-12d362b8-ac11-46cc-83c6-e7a9122d490a returning object 06eea16e-eca2-4e2b-a107-3148e8ddb9b1 2018-07-22 00:14:21,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:14:21,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:21,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-649e006a-aa38-4a1f-b199-964c399f0535 Date: Sun, 22 Jul 2018 00:14:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "0cad8e4a7231423a824b46045027a229", "created_at": "2018-07-22T00:14:15Z", "admin_state_up": true, "updated_at": "2018-07-22T00:14:20Z", "revision_number": 4, "routes": [], "project_id": "0cad8e4a7231423a824b46045027a229", "id": "06eea16e-eca2-4e2b-a107-3148e8ddb9b1", "name": "tenantnetwork2-router_469d2be2-9299-4d29-b58a-f191036606fb"}]} 2018-07-22 00:14:21,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-649e006a-aa38-4a1f-b199-964c399f0535 2018-07-22 00:14:21,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.302732944489s 2018-07-22 00:14:21,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-649e006a-aa38-4a1f-b199-964c399f0535 2018-07-22 00:14:21,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:14:21,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1.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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:23,751 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a0338a2-abf7-406f-8882-a784e7f644cd Content-Length: 0 Date: Sun, 22 Jul 2018 00:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:23,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1.json used request id req-3a0338a2-abf7-406f-8882-a784e7f644cd 2018-07-22 00:14:23,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.89612412453s 2018-07-22 00:14:23,752 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/06eea16e-eca2-4e2b-a107-3148e8ddb9b1.json used request id req-3a0338a2-abf7-406f-8882-a784e7f644cd 2018-07-22 00:14:23,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:14:23,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:24,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4ee69e5c-6cde-48ff-a435-c4e3e82a422a Date: Sun, 22 Jul 2018 00:14:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6789b27d-3db2-4716-829d-59311fd13ede","tenant_id":"0cad8e4a7231423a824b46045027a229","created_at":"2018-07-22T00:14:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:14:13Z","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":"0cad8e4a7231423a824b46045027a229","id":"3c61def9-8be8-4346-98c0-7cbdd9ac8cfe","subnetpool_id":null,"name":"tenantnetwork2-subnet_469d2be2-9299-4d29-b58a-f191036606fb"}]} 2018-07-22 00:14:24,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4ee69e5c-6cde-48ff-a435-c4e3e82a422a 2018-07-22 00:14:24,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.08756899834s 2018-07-22 00:14:24,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4ee69e5c-6cde-48ff-a435-c4e3e82a422a 2018-07-22 00:14:24,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:14:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/3c61def9-8be8-4346-98c0-7cbdd9ac8cfe.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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:27,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb55a877-d550-46fc-ad26-7fa4ddc8d81e Date: Sun, 22 Jul 2018 00:14:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:27,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/3c61def9-8be8-4346-98c0-7cbdd9ac8cfe.json used request id req-bb55a877-d550-46fc-ad26-7fa4ddc8d81e 2018-07-22 00:14:27,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36567687988s 2018-07-22 00:14:27,208 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/3c61def9-8be8-4346-98c0-7cbdd9ac8cfe.json used request id req-bb55a877-d550-46fc-ad26-7fa4ddc8d81e 2018-07-22 00:14:27,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:27,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:27,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-1cd357bf-319c-4f13-9ac4-c322610826ef Date: Sun, 22 Jul 2018 00:14:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:14:27Z","tenant_id":"0cad8e4a7231423a824b46045027a229","created_at":"2018-07-22T00:14:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0cad8e4a7231423a824b46045027a229","id":"6789b27d-3db2-4716-829d-59311fd13ede","name":"tenantnetwork2-net_469d2be2-9299-4d29-b58a-f191036606fb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:14:27,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1cd357bf-319c-4f13-9ac4-c322610826ef 2018-07-22 00:14:27,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12064909935s 2018-07-22 00:14:27,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1cd357bf-319c-4f13-9ac4-c322610826ef 2018-07-22 00:14:27,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:14:27,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/6789b27d-3db2-4716-829d-59311fd13ede.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.14" -H "X-Auth-Token: {SHA1}5bdb747e1cd995a886954beb59e8343ff99c902d" 2018-07-22 00:14:29,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87924d79-9345-4431-b310-8e050e07994e Date: Sun, 22 Jul 2018 00:14:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:29,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6789b27d-3db2-4716-829d-59311fd13ede.json used request id req-87924d79-9345-4431-b310-8e050e07994e 2018-07-22 00:14:29,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.70833396912s 2018-07-22 00:14:29,039 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/6789b27d-3db2-4716-829d-59311fd13ede.json used request id req-87924d79-9345-4431-b310-8e050e07994e 2018-07-22 00:14:29,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:14:29,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:29,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d956325a-bc86-433d-8214-6c10292b15ef Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb", "links": {"self": "http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1eeb3f17eea24eee91746b6de6e7639b", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:14:29,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d956325a-bc86-433d-8214-6c10292b15ef 2018-07-22 00:14:29,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204502105713s 2018-07-22 00:14:29,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-d956325a-bc86-433d-8214-6c10292b15ef 2018-07-22 00:14:29,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:14:29,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:29,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853e4a52-3aa7-4ac9-ac3e-8d59a11abe34 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_469d2be2-9299-4d29-b58a-f191036606fb", "links": {"self": "http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1eeb3f17eea24eee91746b6de6e7639b", "description": null}} 2018-07-22 00:14:29,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b used request id req-853e4a52-3aa7-4ac9-ac3e-8d59a11abe34 2018-07-22 00:14:29,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125348806381s 2018-07-22 00:14:29,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b used request id req-853e4a52-3aa7-4ac9-ac3e-8d59a11abe34 2018-07-22 00:14:29,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 00:14:29,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:29,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:14:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65f5c680-f12f-452a-9c15-77a627c2fc8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:14:29,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b used request id req-65f5c680-f12f-452a-9c15-77a627c2fc8a 2018-07-22 00:14:29,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.320691108704s 2018-07-22 00:14:29,698 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1eeb3f17eea24eee91746b6de6e7639b used request id req-65f5c680-f12f-452a-9c15-77a627c2fc8a 2018-07-22 00:14:29,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:14:29,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:29,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec41e3e3-b287-4088-91ec-e41772e8284a Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229"}, "tags": [], "enabled": true, "id": "0cad8e4a7231423a824b46045027a229", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_469d2be2-9299-4d29-b58a-f191036606fb"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 00:14:29,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-ec41e3e3-b287-4088-91ec-e41772e8284a 2018-07-22 00:14:29,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111514091492s 2018-07-22 00:14:29,816 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-ec41e3e3-b287-4088-91ec-e41772e8284a 2018-07-22 00:14:29,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 00:14:29,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fdbb2cfba4cbb1ba5852bef1f6a7569c4beeba3f" 2018-07-22 00:14:30,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:14:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-344a70b3-2ca1-433a-9005-43805790b865 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:14:30,002 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229 used request id req-344a70b3-2ca1-433a-9005-43805790b865 2018-07-22 00:14:30,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.182039022446s 2018-07-22 00:14:30,003 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/0cad8e4a7231423a824b46045027a229 used request id req-344a70b3-2ca1-433a-9005-43805790b865 2018-07-22 00:14:30,058 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:14:30,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:14:30,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:14:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:30,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20db389d-db95-47c7-a2f4-195a0e591af9 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:14:30,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-20db389d-db95-47c7-a2f4-195a0e591af9 2018-07-22 00:14:30,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:14:30,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:14:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["XMl7MZ6mRQqelIautFDb4g"], "issued_at": "2018-07-22T00:14:30.000000Z"}} 2018-07-22 00:14:30,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:31,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4b2f2f30-b761-4f86-afb5-aa15c60b3697 Date: Sun, 22 Jul 2018 00:14:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:14:31,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b2f2f30-b761-4f86-afb5-aa15c60b3697 2018-07-22 00:14:31,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00097298622s 2018-07-22 00:14:31,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4b2f2f30-b761-4f86-afb5-aa15c60b3697 2018-07-22 00:14:31,543 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-22 00:14:31,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:14:31,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"network": {"name": "vmready1-net_389fe6be-92b4-433b-a4c3-ededc717f358", "admin_state_up": true}}' 2018-07-22 00:14:32,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e37d8fd4-fbc1-41e4-9d5c-adb8681c8a26 Date: Sun, 22 Jul 2018 00:14:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:14:32Z","is_default":false,"provider:segmentation_id":14,"name":"vmready1-net_389fe6be-92b4-433b-a4c3-ededc717f358","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:14:32Z","mtu":1450}} 2018-07-22 00:14:32,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e37d8fd4-fbc1-41e4-9d5c-adb8681c8a26 2018-07-22 00:14:32,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.25517678261s 2018-07-22 00:14:32,799 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e37d8fd4-fbc1-41e4-9d5c-adb8681c8a26 2018-07-22 00:14:32,800 - 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-07-22T00:14:32Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d', u'provider:segmentation_id': 14, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_389fe6be-92b4-433b-a4c3-ededc717f358', u'admin_state_up': True, u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:14:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:14:32,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:32,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:33,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-caaed3ee-a56c-4731-88a9-59db17f45316 Date: Sun, 22 Jul 2018 00:14:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:14:32Z","provider:segmentation_id":14,"name":"vmready1-net_389fe6be-92b4-433b-a4c3-ededc717f358","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:14:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:14:33,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-caaed3ee-a56c-4731-88a9-59db17f45316 2018-07-22 00:14:33,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06170988083s 2018-07-22 00:14:33,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-caaed3ee-a56c-4731-88a9-59db17f45316 2018-07-22 00:14:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:14:33,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"subnet": {"name": "vmready1-subnet_389fe6be-92b4-433b-a4c3-ededc717f358", "enable_dhcp": true, "network_id": "40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:14:34,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4eea9b80-d018-4946-b0ce-f1325f2aaf46 Date: Sun, 22 Jul 2018 00:14:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:14:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:14:34Z","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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"372ffe2f-21b8-4d40-8e8f-6030e494c10a","subnetpool_id":null,"name":"vmready1-subnet_389fe6be-92b4-433b-a4c3-ededc717f358"}} 2018-07-22 00:14:34,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4eea9b80-d018-4946-b0ce-f1325f2aaf46 2018-07-22 00:14:34,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.455410957336s 2018-07-22 00:14:34,320 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-4eea9b80-d018-4946-b0ce-f1325f2aaf46 2018-07-22 00:14:34,321 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:14:34Z', 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'372ffe2f-21b8-4d40-8e8f-6030e494c10a', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_389fe6be-92b4-433b-a4c3-ededc717f358', u'enable_dhcp': True, u'network_id': u'40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d', u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:14:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:14:34,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:14:34,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "vmready1-router_389fe6be-92b4-433b-a4c3-ededc717f358", "admin_state_up": true}}' 2018-07-22 00:14:36,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-e0de7605-752a-47c6-af85-b105be544905 Date: Sun, 22 Jul 2018 00:14:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:14:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:14:36Z", "revision_number": 2, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "8631c736-e51d-41fc-879a-d9bcf869b13f", "name": "vmready1-router_389fe6be-92b4-433b-a4c3-ededc717f358"}} 2018-07-22 00:14:36,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e0de7605-752a-47c6-af85-b105be544905 2018-07-22 00:14:36,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.23629999161s 2018-07-22 00:14:36,558 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e0de7605-752a-47c6-af85-b105be544905 2018-07-22 00:14:36,559 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:14:35Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T00:14:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'id': u'8631c736-e51d-41fc-879a-d9bcf869b13f', u'name': u'vmready1-router_389fe6be-92b4-433b-a4c3-ededc717f358'}) 2018-07-22 00:14:36,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:14:36,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"subnet_id": "372ffe2f-21b8-4d40-8e8f-6030e494c10a"}' 2018-07-22 00:14:38,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a92e002-f39b-465a-81ce-c6422663ff2c Date: Sun, 22 Jul 2018 00:14:38 GMT RESP BODY: {"network_id": "40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "372ffe2f-21b8-4d40-8e8f-6030e494c10a", "subnet_ids": ["372ffe2f-21b8-4d40-8e8f-6030e494c10a"], "port_id": "d75773db-3bbb-4189-aafa-8e5eaff1d15e", "id": "8631c736-e51d-41fc-879a-d9bcf869b13f"} 2018-07-22 00:14:38,466 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/add_router_interface.json used request id req-8a92e002-f39b-465a-81ce-c6422663ff2c 2018-07-22 00:14:38,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90714287758s 2018-07-22 00:14:38,467 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/add_router_interface.json used request id req-8a92e002-f39b-465a-81ce-c6422663ff2c returning object 8631c736-e51d-41fc-879a-d9bcf869b13f 2018-07-22 00:14:38,467 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:14:38,599 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:14:38,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:38,606 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:14:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:14:38,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:14:38,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:39,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3e2d5223-962c-4e6f-8deb-57f9b91ff7d1 Date: Sun, 22 Jul 2018 00:14:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:14:39,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3e2d5223-962c-4e6f-8deb-57f9b91ff7d1 2018-07-22 00:14:39,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.700256824493s 2018-07-22 00:14:39,311 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-3e2d5223-962c-4e6f-8deb-57f9b91ff7d1 2018-07-22 00:14:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:14:39,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358"}' 2018-07-22 00:14:40,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0197492f-6b71-45ab-b393-d9465a796d5a Date: Sun, 22 Jul 2018 00:14:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/file", "owner": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "73ee86ba-8514-47f2-a145-ac161b73b519", "size": null, "self": "/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358", "checksum": null, "created_at": "2018-07-22T00:14:40Z", "protected": false} 2018-07-22 00:14:40,148 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0197492f-6b71-45ab-b393-d9465a796d5a 2018-07-22 00:14:40,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.828651189804s 2018-07-22 00:14:40,148 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-0197492f-6b71-45ab-b393-d9465a796d5a returning object 73ee86ba-8514-47f2-a145-ac161b73b519 2018-07-22 00:14:40,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:14:40,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '' 2018-07-22 00:14:43,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7375c87-3c6f-4a9c-9803-5deb4f1e1326 Date: Sun, 22 Jul 2018 00:14:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:14:43,375 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/file used request id req-e7375c87-3c6f-4a9c-9803-5deb4f1e1326 2018-07-22 00:14:43,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.22614717484s 2018-07-22 00:14:43,375 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/file used request id req-e7375c87-3c6f-4a9c-9803-5deb4f1e1326 2018-07-22 00:14:43,375 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:14:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/file', u'owner': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'73ee86ba-8514-47f2-a145-ac161b73b519', u'size': None, u'name': u'vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358', u'checksum': None, u'self': u'/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:14:40Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:14:43,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:14:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_389fe6be-92b4-433b-a4c3-ededc717f358", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:14:44,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb384c3c-7336-4a7d-896a-5cf2b043972a x-compute-request-id: req-bb384c3c-7336-4a7d-896a-5cf2b043972a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_389fe6be-92b4-433b-a4c3-ededc717f358", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4ad67777-1e3b-4c17-b27f-806d245a80c1"}} 2018-07-22 00:14:44,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bb384c3c-7336-4a7d-896a-5cf2b043972a 2018-07-22 00:14:44,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.772686958313s 2018-07-22 00:14:44,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-bb384c3c-7336-4a7d-896a-5cf2b043972a 2018-07-22 00:14:44,150 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_389fe6be-92b4-433b-a4c3-ededc717f358', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4ad67777-1e3b-4c17-b27f-806d245a80c1', 'swap': 0}) 2018-07-22 00:14:44,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:14:44,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"extra_specs": {}}' 2018-07-22 00:14:44,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:44 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-023ed45a-da22-4571-ad08-98ad484f6ae6 x-compute-request-id: req-023ed45a-da22-4571-ad08-98ad484f6ae6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:14:44,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1/os-extra_specs used request id req-023ed45a-da22-4571-ad08-98ad484f6ae6 2018-07-22 00:14:44,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0281050205231s 2018-07-22 00:14:44,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1/os-extra_specs used request id req-023ed45a-da22-4571-ad08-98ad484f6ae6 2018-07-22 00:14:44,292 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:14:44,292 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 00:14:44,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:14:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" -d '{"subnet_id": "372ffe2f-21b8-4d40-8e8f-6030e494c10a"}' 2018-07-22 00:14:46,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d6326da-a8ee-4e16-b426-f5ddda81b0d9 Date: Sun, 22 Jul 2018 00:14:46 GMT RESP BODY: {"network_id": "40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "372ffe2f-21b8-4d40-8e8f-6030e494c10a", "subnet_ids": ["372ffe2f-21b8-4d40-8e8f-6030e494c10a"], "port_id": "d75773db-3bbb-4189-aafa-8e5eaff1d15e", "id": "8631c736-e51d-41fc-879a-d9bcf869b13f"} 2018-07-22 00:14:46,143 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/remove_router_interface.json used request id req-2d6326da-a8ee-4e16-b426-f5ddda81b0d9 2018-07-22 00:14:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84638404846s 2018-07-22 00:14:46,144 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f/remove_router_interface.json used request id req-2d6326da-a8ee-4e16-b426-f5ddda81b0d9 returning object 8631c736-e51d-41fc-879a-d9bcf869b13f 2018-07-22 00:14:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:14:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:46,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-301deab7-c32e-43e9-a6f0-3715e822b09b Date: Sun, 22 Jul 2018 00:14:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:14:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:14:45Z", "revision_number": 4, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "8631c736-e51d-41fc-879a-d9bcf869b13f", "name": "vmready1-router_389fe6be-92b4-433b-a4c3-ededc717f358"}]} 2018-07-22 00:14:46,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-301deab7-c32e-43e9-a6f0-3715e822b09b 2018-07-22 00:14:46,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128074884415s 2018-07-22 00:14:46,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-301deab7-c32e-43e9-a6f0-3715e822b09b 2018-07-22 00:14:46,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:14:46,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f.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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:47,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f56e8f61-92d4-41b8-bfab-ee7eb02818cc Content-Length: 0 Date: Sun, 22 Jul 2018 00:14:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:47,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f.json used request id req-f56e8f61-92d4-41b8-bfab-ee7eb02818cc 2018-07-22 00:14:47,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66253709793s 2018-07-22 00:14:47,937 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/8631c736-e51d-41fc-879a-d9bcf869b13f.json used request id req-f56e8f61-92d4-41b8-bfab-ee7eb02818cc 2018-07-22 00:14:47,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:14:47,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:47,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-0a6467d5-798b-498a-b739-d6e10999b6c3 Date: Sun, 22 Jul 2018 00:14:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:14:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:14:34Z","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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"372ffe2f-21b8-4d40-8e8f-6030e494c10a","subnetpool_id":null,"name":"vmready1-subnet_389fe6be-92b4-433b-a4c3-ededc717f358"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:31Z","dns_nameservers":[],"updated_at":"2018-07-22T00:10:31Z","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":"db3c6d8733c847e6a6a2bafe8cb46953","id":"58942421-7cb3-46a4-be65-78d945914cf0","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 00:14:47,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0a6467d5-798b-498a-b739-d6e10999b6c3 2018-07-22 00:14:47,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0481750965118s 2018-07-22 00:14:47,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0a6467d5-798b-498a-b739-d6e10999b6c3 2018-07-22 00:14:47,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:14:47,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/372ffe2f-21b8-4d40-8e8f-6030e494c10a.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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:50,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b974535c-eeb1-4862-a7fe-a6bc04cca171 Date: Sun, 22 Jul 2018 00:14:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:50,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/372ffe2f-21b8-4d40-8e8f-6030e494c10a.json used request id req-b974535c-eeb1-4862-a7fe-a6bc04cca171 2018-07-22 00:14:50,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50339484215s 2018-07-22 00:14:50,491 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/372ffe2f-21b8-4d40-8e8f-6030e494c10a.json used request id req-b974535c-eeb1-4862-a7fe-a6bc04cca171 2018-07-22 00:14:50,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:50,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:50,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e1e8cdc0-8c28-4a45-a1cb-c427a07ffbf2 Date: Sun, 22 Jul 2018 00:14:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:14:50Z","provider:segmentation_id":14,"name":"vmready1-net_389fe6be-92b4-433b-a4c3-ededc717f358","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:14:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:14:50,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e1e8cdc0-8c28-4a45-a1cb-c427a07ffbf2 2018-07-22 00:14:50,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264803886414s 2018-07-22 00:14:50,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e1e8cdc0-8c28-4a45-a1cb-c427a07ffbf2 2018-07-22 00:14:50,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:14:50,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d.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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:52,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63148340-e5c6-4523-899a-6a0327d09e39 Date: Sun, 22 Jul 2018 00:14:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:14:52,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d.json used request id req-63148340-e5c6-4523-899a-6a0327d09e39 2018-07-22 00:14:52,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.64449286461s 2018-07-22 00:14:52,403 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/40c1c9fa-5bb5-44c4-90cf-4af9bb74bf0d.json used request id req-63148340-e5c6-4523-899a-6a0327d09e39 2018-07-22 00:14:52,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:14:52,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:53,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-fa3b558d-9c92-4328-b5c7-7230a55fd76a Date: Sun, 22 Jul 2018 00:14:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/73ee86ba-8514-47f2-a145-ac161b73b519/snap", "metadata": {}}], "file": "/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519/file", "owner": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "73ee86ba-8514-47f2-a145-ac161b73b519", "size": 12716032, "self": "/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/73ee86ba-8514-47f2-a145-ac161b73b519/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:14:43Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_389fe6be-92b4-433b-a4c3-ededc717f358", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:14:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:14:53,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-fa3b558d-9c92-4328-b5c7-7230a55fd76a 2018-07-22 00:14:53,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.755801916122s 2018-07-22 00:14:53,163 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-fa3b558d-9c92-4328-b5c7-7230a55fd76a 2018-07-22 00:14:53,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:14:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:54,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce308ed3-2339-4712-8ce2-f28f22076607 Date: Sun, 22 Jul 2018 00:14:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:14:54,462 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519 used request id req-ce308ed3-2339-4712-8ce2-f28f22076607 2018-07-22 00:14:54,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.29697585106s 2018-07-22 00:14:54,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/73ee86ba-8514-47f2-a145-ac161b73b519 used request id req-ce308ed3-2339-4712-8ce2-f28f22076607 2018-07-22 00:14:54,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:14:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:54,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:54 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-4053b4b7-2f01-4b55-a19b-3bd1246dfdb3 x-compute-request-id: req-4053b4b7-2f01-4b55-a19b-3bd1246dfdb3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_389fe6be-92b4-433b-a4c3-ededc717f358", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4ad67777-1e3b-4c17-b27f-806d245a80c1"}]} 2018-07-22 00:14:54,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4053b4b7-2f01-4b55-a19b-3bd1246dfdb3 2018-07-22 00:14:54,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289261341095s 2018-07-22 00:14:54,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-4053b4b7-2f01-4b55-a19b-3bd1246dfdb3 2018-07-22 00:14:54,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:14:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c100809042424e4e1452c6d65df178e4f659c95f" 2018-07-22 00:14:54,537 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:14:54 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-c467c202-1c4f-4a82-98cd-b7671d1f855f x-compute-request-id: req-c467c202-1c4f-4a82-98cd-b7671d1f855f Content-Length: 0 Content-Type: application/json 2018-07-22 00:14:54,537 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1 used request id req-c467c202-1c4f-4a82-98cd-b7671d1f855f 2018-07-22 00:14:54,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416769981384s 2018-07-22 00:14:54,537 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/4ad67777-1e3b-4c17-b27f-806d245a80c1 used request id req-c467c202-1c4f-4a82-98cd-b7671d1f855f 2018-07-22 00:14:54,592 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:14:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:14:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:14:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:14:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:14:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:14:54,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:54,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-894b951b-ca9c-4911-b42f-65356651b9ca 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:14:54,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-894b951b-ca9c-4911-b42f-65356651b9ca 2018-07-22 00:14:54,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:14:55,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:14:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["lAomQo37Q-uKsczVxBcv7g"], "issued_at": "2018-07-22T00:14:55.000000Z"}} 2018-07-22 00:14:55,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:55,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-09400bf3-a79f-4ffd-babb-6aa95df99c23 Date: Sun, 22 Jul 2018 00:14:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:14:55,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09400bf3-a79f-4ffd-babb-6aa95df99c23 2018-07-22 00:14:55,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.400053024292s 2018-07-22 00:14:55,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09400bf3-a79f-4ffd-babb-6aa95df99c23 2018-07-22 00:14:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:55,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:14:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b1c40a-09eb-4324-9c89-67b8a5ed8011 Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:14:55,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-79b1c40a-09eb-4324-9c89-67b8a5ed8011 2018-07-22 00:14:55,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:14:55,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:55,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b749bf41-c641-4bac-bf02-60614f702918 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:14:55,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b749bf41-c641-4bac-bf02-60614f702918 2018-07-22 00:14:55,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.165132045746s 2018-07-22 00:14:55,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b749bf41-c641-4bac-bf02-60614f702918 2018-07-22 00:14:55,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 00:14:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670"}}' 2018-07-22 00:14:55,899 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:14:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f23fadf-e2db-49ba-a404-719d12ec3618 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65"}, "tags": [], "enabled": true, "id": "7c86439b2f96411b81b52c7cc8ec4c65", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670"}} 2018-07-22 00:14:55,899 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4f23fadf-e2db-49ba-a404-719d12ec3618 2018-07-22 00:14:55,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.254283189774s 2018-07-22 00:14:55,899 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-4f23fadf-e2db-49ba-a404-719d12ec3618 2018-07-22 00:14:55,900 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'7c86439b2f96411b81b52c7cc8ec4c65', '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'vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670'}) 2018-07-22 00:14:55,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 00:14:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f020a6ad-15f2-4534-9f33-a9e339ffbe38", "email": null, "name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670"}}' 2018-07-22 00:14:56,365 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:14:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02742b68-7472-49b0-8ca7-c1ff6a7167ec Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": {"self": "http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "419b6c20f8674a2cbf8bf6b45b18f163", "domain_id": "default", "password_expires_at": null}} 2018-07-22 00:14:56,365 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-02742b68-7472-49b0-8ca7-c1ff6a7167ec 2018-07-22 00:14:56,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459779024124s 2018-07-22 00:14:56,366 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-02742b68-7472-49b0-8ca7-c1ff6a7167ec 2018-07-22 00:14:56,366 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'419b6c20f8674a2cbf8bf6b45b18f163', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670'}) 2018-07-22 00:14:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:56,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4e40dc3-9a6e-4a8b-834e-bdde047065de Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:56,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d4e40dc3-9a6e-4a8b-834e-bdde047065de 2018-07-22 00:14:56,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102915048599s 2018-07-22 00:14:56,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d4e40dc3-9a6e-4a8b-834e-bdde047065de 2018-07-22 00:14:56,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:56,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:56,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6faab979-39f9-4618-b748-c2abe85d77da Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:56,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6faab979-39f9-4618-b748-c2abe85d77da 2018-07-22 00:14:56,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105581998825s 2018-07-22 00:14:56,584 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-6faab979-39f9-4618-b748-c2abe85d77da 2018-07-22 00:14:56,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:14:56,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:56,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a9ff52-c8ae-4270-bd31-0f92bd75a658 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:14:56,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d9a9ff52-c8ae-4270-bd31-0f92bd75a658 2018-07-22 00:14:56,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.171550035477s 2018-07-22 00:14:56,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d9a9ff52-c8ae-4270-bd31-0f92bd75a658 2018-07-22 00:14:56,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:14:56,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:56,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e97b40e-c33e-4322-b4c3-03b4f33a77ef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 00:14:56,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8e97b40e-c33e-4322-b4c3-03b4f33a77ef 2018-07-22 00:14:56,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101665019989s 2018-07-22 00:14:56,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-8e97b40e-c33e-4322-b4c3-03b4f33a77ef 2018-07-22 00:14:56,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:14:56,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:57,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b801fb0-1ccb-48df-bf79-40083e88f0fa Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": {"self": "http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "419b6c20f8674a2cbf8bf6b45b18f163", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:14:57,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1b801fb0-1ccb-48df-bf79-40083e88f0fa 2018-07-22 00:14:57,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209313154221s 2018-07-22 00:14:57,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1b801fb0-1ccb-48df-bf79-40083e88f0fa 2018-07-22 00:14:57,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:14:57,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:57,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffca39d8-d41e-4a3a-b16c-e5e7c91540fa Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65"}, "tags": [], "enabled": true, "id": "7c86439b2f96411b81b52c7cc8ec4c65", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670"}]} 2018-07-22 00:14:57,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ffca39d8-d41e-4a3a-b16c-e5e7c91540fa 2018-07-22 00:14:57,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.125334024429s 2018-07-22 00:14:57,215 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-ffca39d8-d41e-4a3a-b16c-e5e7c91540fa 2018-07-22 00:14:57,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:14:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=419b6c20f8674a2cbf8bf6b45b18f163&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=7c86439b2f96411b81b52c7cc8ec4c65" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:57,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-195828ca-471f-4d7d-a0a6-80a78cf497fe Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=419b6c20f8674a2cbf8bf6b45b18f163&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=7c86439b2f96411b81b52c7cc8ec4c65", "previous": null, "next": null}} 2018-07-22 00:14:57,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=419b6c20f8674a2cbf8bf6b45b18f163&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=7c86439b2f96411b81b52c7cc8ec4c65 used request id req-195828ca-471f-4d7d-a0a6-80a78cf497fe 2018-07-22 00:14:57,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.172270059586s 2018-07-22 00:14:57,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=419b6c20f8674a2cbf8bf6b45b18f163&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=7c86439b2f96411b81b52c7cc8ec4c65 used request id req-195828ca-471f-4d7d-a0a6-80a78cf497fe 2018-07-22 00:14:57,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 00:14:57,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65/users/419b6c20f8674a2cbf8bf6b45b18f163/roles/061df7a840a9463dbb92a46927bebbe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:14:57,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:14:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bf13371-1a07-4508-ae78-5dadf365be05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:14:57,560 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65/users/419b6c20f8674a2cbf8bf6b45b18f163/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-8bf13371-1a07-4508-ae78-5dadf365be05 2018-07-22 00:14:57,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.162396907806s 2018-07-22 00:14:57,561 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65/users/419b6c20f8674a2cbf8bf6b45b18f163/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-8bf13371-1a07-4508-ae78-5dadf365be05 2018-07-22 00:14:57,561 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670', 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'7c86439b2f96411b81b52c7cc8ec4c65', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f020a6ad-15f2-4534-9f33-a9e339ffbe38', 'username': u'vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:14:57,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:14:57,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:14:57,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:14:57,567 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670', 'password': 'f020a6ad-15f2-4534-9f33-a9e339ffbe38', 'project_name': 'vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '7c86439b2f96411b81b52c7cc8ec4c65', 'project_domain_name': 'Default'} 2018-07-22 00:14:57,567 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-22 00:14:57,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:14:57,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6071c286-e647-42a4-a17f-3b3b428ae0e2 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:14:57,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6071c286-e647-42a4-a17f-3b3b428ae0e2 2018-07-22 00:14:57,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:14:57,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c86439b2f96411b81b52c7cc8ec4c65", "name": "vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/7c86439b2f96411b81b52c7cc8ec4c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_7c86439b2f96411b81b52c7cc8ec4c65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_7c86439b2f96411b81b52c7cc8ec4c65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670", "id": "419b6c20f8674a2cbf8bf6b45b18f163"}, "audit_ids": ["BvPBlrxXQ6ecQSIIIbXduw"], "issued_at": "2018-07-22T00:14:57.000000Z"}} 2018-07-22 00:14:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:14:57,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"network": {"name": "vmready2-net_0f8a96e6-fac3-4a4b-831e-974d68000670", "admin_state_up": true}}' 2018-07-22 00:14:59,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-1079b8d5-0820-4da0-8c7a-363cbf0ba67e Date: Sun, 22 Jul 2018 00:14:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7c86439b2f96411b81b52c7cc8ec4c65","created_at":"2018-07-22T00:14:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T00:14:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7c86439b2f96411b81b52c7cc8ec4c65","id":"3f3d7f92-667f-4c98-a6ce-d980b08ffe40","name":"vmready2-net_0f8a96e6-fac3-4a4b-831e-974d68000670"}} 2018-07-22 00:14:59,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1079b8d5-0820-4da0-8c7a-363cbf0ba67e 2018-07-22 00:14:59,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.44375395775s 2018-07-22 00:14:59,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1079b8d5-0820-4da0-8c7a-363cbf0ba67e 2018-07-22 00:14:59,423 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:14:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3f3d7f92-667f-4c98-a6ce-d980b08ffe40', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_0f8a96e6-fac3-4a4b-831e-974d68000670', u'admin_state_up': True, u'tenant_id': u'7c86439b2f96411b81b52c7cc8ec4c65', u'created_at': u'2018-07-22T00:14:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7c86439b2f96411b81b52c7cc8ec4c65'}) 2018-07-22 00:14:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:14:59,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:14:59,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-1b8c0d3a-ff06-42a7-9fd3-c9029c3b870f Date: Sun, 22 Jul 2018 00:14:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:14:59Z","tenant_id":"7c86439b2f96411b81b52c7cc8ec4c65","created_at":"2018-07-22T00:14:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"7c86439b2f96411b81b52c7cc8ec4c65","id":"3f3d7f92-667f-4c98-a6ce-d980b08ffe40","name":"vmready2-net_0f8a96e6-fac3-4a4b-831e-974d68000670"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:14:59,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1b8c0d3a-ff06-42a7-9fd3-c9029c3b870f 2018-07-22 00:14:59,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34712100029s 2018-07-22 00:14:59,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1b8c0d3a-ff06-42a7-9fd3-c9029c3b870f 2018-07-22 00:14:59,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:14:59,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"subnet": {"name": "vmready2-subnet_0f8a96e6-fac3-4a4b-831e-974d68000670", "enable_dhcp": true, "network_id": "3f3d7f92-667f-4c98-a6ce-d980b08ffe40", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:15:01,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3fe81d5b-1813-4fc5-a545-7b8c0486aed8 Date: Sun, 22 Jul 2018 00:15:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f3d7f92-667f-4c98-a6ce-d980b08ffe40","tenant_id":"7c86439b2f96411b81b52c7cc8ec4c65","created_at":"2018-07-22T00:15:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:15:00Z","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":"7c86439b2f96411b81b52c7cc8ec4c65","id":"45880af9-92d5-4dd5-8137-27ad761cb5f8","subnetpool_id":null,"name":"vmready2-subnet_0f8a96e6-fac3-4a4b-831e-974d68000670"}} 2018-07-22 00:15:01,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3fe81d5b-1813-4fc5-a545-7b8c0486aed8 2018-07-22 00:15:01,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.60151410103s 2018-07-22 00:15:01,374 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-3fe81d5b-1813-4fc5-a545-7b8c0486aed8 2018-07-22 00:15:01,375 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:15:00Z', 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'45880af9-92d5-4dd5-8137-27ad761cb5f8', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_0f8a96e6-fac3-4a4b-831e-974d68000670', u'enable_dhcp': True, u'network_id': u'3f3d7f92-667f-4c98-a6ce-d980b08ffe40', u'tenant_id': u'7c86439b2f96411b81b52c7cc8ec4c65', u'created_at': u'2018-07-22T00:15:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7c86439b2f96411b81b52c7cc8ec4c65'}) 2018-07-22 00:15:01,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:15:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "vmready2-router_0f8a96e6-fac3-4a4b-831e-974d68000670", "admin_state_up": true}}' 2018-07-22 00:15:03,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-ce42dd6b-e26a-404c-ba3e-8fcf4d6e3e37 Date: Sun, 22 Jul 2018 00:15:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "created_at": "2018-07-22T00:15:02Z", "admin_state_up": true, "updated_at": "2018-07-22T00:15:03Z", "revision_number": 2, "routes": [], "project_id": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "b51dd696-5589-468b-aefc-8268b7559570", "name": "vmready2-router_0f8a96e6-fac3-4a4b-831e-974d68000670"}} 2018-07-22 00:15:03,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ce42dd6b-e26a-404c-ba3e-8fcf4d6e3e37 2018-07-22 00:15:03,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.08495402336s 2018-07-22 00:15:03,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ce42dd6b-e26a-404c-ba3e-8fcf4d6e3e37 2018-07-22 00:15:03,461 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7c86439b2f96411b81b52c7cc8ec4c65', u'created_at': u'2018-07-22T00:15:02Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T00:15:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'7c86439b2f96411b81b52c7cc8ec4c65', u'id': u'b51dd696-5589-468b-aefc-8268b7559570', u'name': u'vmready2-router_0f8a96e6-fac3-4a4b-831e-974d68000670'}) 2018-07-22 00:15:03,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:15:03,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"subnet_id": "45880af9-92d5-4dd5-8137-27ad761cb5f8"}' 2018-07-22 00:15:05,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b74fab60-489a-4af8-92fe-f0367e9fd7fc Date: Sun, 22 Jul 2018 00:15:05 GMT RESP BODY: {"network_id": "3f3d7f92-667f-4c98-a6ce-d980b08ffe40", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "subnet_id": "45880af9-92d5-4dd5-8137-27ad761cb5f8", "subnet_ids": ["45880af9-92d5-4dd5-8137-27ad761cb5f8"], "port_id": "456c02a5-e236-4807-a6ef-1c0f6e950f69", "id": "b51dd696-5589-468b-aefc-8268b7559570"} 2018-07-22 00:15:05,515 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/add_router_interface.json used request id req-b74fab60-489a-4af8-92fe-f0367e9fd7fc 2018-07-22 00:15:05,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05348396301s 2018-07-22 00:15:05,516 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/add_router_interface.json used request id req-b74fab60-489a-4af8-92fe-f0367e9fd7fc returning object b51dd696-5589-468b-aefc-8268b7559570 2018-07-22 00:15:05,516 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:15:05,642 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:15:05,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:15:05,649 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:15:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:15:05,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:15:05,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:06,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2294dc21-ec91-4df8-b2e4-988ba3df6f13 Date: Sun, 22 Jul 2018 00:15:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:15:06,373 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2294dc21-ec91-4df8-b2e4-988ba3df6f13 2018-07-22 00:15:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.720232963562s 2018-07-22 00:15:06,374 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2294dc21-ec91-4df8-b2e4-988ba3df6f13 2018-07-22 00:15:06,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:15:06,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670"}' 2018-07-22 00:15:07,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b718ef6f-5a64-4585-9d88-a89e7a7fb85d Date: Sun, 22 Jul 2018 00:15:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/file", "owner": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "6ea84a2c-e596-4b86-bd3d-836522e99867", "size": null, "self": "/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:15:07Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670", "checksum": null, "created_at": "2018-07-22T00:15:07Z", "protected": false} 2018-07-22 00:15:07,295 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b718ef6f-5a64-4585-9d88-a89e7a7fb85d 2018-07-22 00:15:07,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.913445949554s 2018-07-22 00:15:07,295 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b718ef6f-5a64-4585-9d88-a89e7a7fb85d returning object 6ea84a2c-e596-4b86-bd3d-836522e99867 2018-07-22 00:15:07,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:15:07,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '' 2018-07-22 00:15:09,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14e99328-d12c-4b6b-941c-f6939a31a3b3 Date: Sun, 22 Jul 2018 00:15:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:15:09,123 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/file used request id req-14e99328-d12c-4b6b-941c-f6939a31a3b3 2018-07-22 00:15:09,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.82654213905s 2018-07-22 00:15:09,123 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/file used request id req-14e99328-d12c-4b6b-941c-f6939a31a3b3 2018-07-22 00:15:09,123 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:15:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/file', u'owner': u'7c86439b2f96411b81b52c7cc8ec4c65', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6ea84a2c-e596-4b86-bd3d-836522e99867', u'size': None, u'name': u'vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670', u'checksum': None, u'self': u'/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:15:07Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:15:09,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:15:09,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_0f8a96e6-fac3-4a4b-831e-974d68000670", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:15:09,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86462166-f09d-45d8-8bfc-dfabc4edbe01 x-compute-request-id: req-86462166-f09d-45d8-8bfc-dfabc4edbe01 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bcd8b829-011e-4af4-9097-95749070fea2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bcd8b829-011e-4af4-9097-95749070fea2"}} 2018-07-22 00:15:09,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-86462166-f09d-45d8-8bfc-dfabc4edbe01 2018-07-22 00:15:09,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.846044063568s 2018-07-22 00:15:09,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-86462166-f09d-45d8-8bfc-dfabc4edbe01 2018-07-22 00:15:09,971 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_0f8a96e6-fac3-4a4b-831e-974d68000670', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'bcd8b829-011e-4af4-9097-95749070fea2', 'swap': 0}) 2018-07-22 00:15:09,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:15:09,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" -d '{"extra_specs": {}}' 2018-07-22 00:15:10,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04f7bfd1-29d9-4120-9ca0-0b9d3f2a76d1 x-compute-request-id: req-04f7bfd1-29d9-4120-9ca0-0b9d3f2a76d1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:15:10,107 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2/os-extra_specs used request id req-04f7bfd1-29d9-4120-9ca0-0b9d3f2a76d1 2018-07-22 00:15:10,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134956121445s 2018-07-22 00:15:10,108 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2/os-extra_specs used request id req-04f7bfd1-29d9-4120-9ca0-0b9d3f2a76d1 2018-07-22 00:15:10,220 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:15:10,221 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 00:15:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:15:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" -d '{"subnet_id": "45880af9-92d5-4dd5-8137-27ad761cb5f8"}' 2018-07-22 00:15:12,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f22f0d3f-c721-42b0-80f4-be0a0457ac1d Date: Sun, 22 Jul 2018 00:15:12 GMT RESP BODY: {"network_id": "3f3d7f92-667f-4c98-a6ce-d980b08ffe40", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "subnet_id": "45880af9-92d5-4dd5-8137-27ad761cb5f8", "subnet_ids": ["45880af9-92d5-4dd5-8137-27ad761cb5f8"], "port_id": "456c02a5-e236-4807-a6ef-1c0f6e950f69", "id": "b51dd696-5589-468b-aefc-8268b7559570"} 2018-07-22 00:15:12,198 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/remove_router_interface.json used request id req-f22f0d3f-c721-42b0-80f4-be0a0457ac1d 2018-07-22 00:15:12,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97242498398s 2018-07-22 00:15:12,199 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570/remove_router_interface.json used request id req-f22f0d3f-c721-42b0-80f4-be0a0457ac1d returning object b51dd696-5589-468b-aefc-8268b7559570 2018-07-22 00:15:12,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:15:12,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:12,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-907b606f-3eb8-40a9-a203-88b324188d71 Date: Sun, 22 Jul 2018 00:15:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "created_at": "2018-07-22T00:15:02Z", "admin_state_up": true, "updated_at": "2018-07-22T00:15:11Z", "revision_number": 4, "routes": [], "project_id": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "b51dd696-5589-468b-aefc-8268b7559570", "name": "vmready2-router_0f8a96e6-fac3-4a4b-831e-974d68000670"}]} 2018-07-22 00:15:12,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-907b606f-3eb8-40a9-a203-88b324188d71 2018-07-22 00:15:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.308149814606s 2018-07-22 00:15:12,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-907b606f-3eb8-40a9-a203-88b324188d71 2018-07-22 00:15:12,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:15:12,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570.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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:14,800 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dc23ce9-49ab-4c3f-a0bb-b3001aec0e0a Content-Length: 0 Date: Sun, 22 Jul 2018 00:15:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:15:14,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570.json used request id req-0dc23ce9-49ab-4c3f-a0bb-b3001aec0e0a 2018-07-22 00:15:14,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.28969216347s 2018-07-22 00:15:14,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/b51dd696-5589-468b-aefc-8268b7559570.json used request id req-0dc23ce9-49ab-4c3f-a0bb-b3001aec0e0a 2018-07-22 00:15:14,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:15:14,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:15,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-74c63c17-9cd5-492b-a01d-2c86c1591ee7 Date: Sun, 22 Jul 2018 00:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f3d7f92-667f-4c98-a6ce-d980b08ffe40","tenant_id":"7c86439b2f96411b81b52c7cc8ec4c65","created_at":"2018-07-22T00:15:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:15:00Z","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":"7c86439b2f96411b81b52c7cc8ec4c65","id":"45880af9-92d5-4dd5-8137-27ad761cb5f8","subnetpool_id":null,"name":"vmready2-subnet_0f8a96e6-fac3-4a4b-831e-974d68000670"}]} 2018-07-22 00:15:15,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-74c63c17-9cd5-492b-a01d-2c86c1591ee7 2018-07-22 00:15:15,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.236811876297s 2018-07-22 00:15:15,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-74c63c17-9cd5-492b-a01d-2c86c1591ee7 2018-07-22 00:15:15,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:15:15,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/45880af9-92d5-4dd5-8137-27ad761cb5f8.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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:17,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47e4d3c0-624d-4fb2-a194-e3d336644ca1 Date: Sun, 22 Jul 2018 00:15:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:15:17,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/45880af9-92d5-4dd5-8137-27ad761cb5f8.json used request id req-47e4d3c0-624d-4fb2-a194-e3d336644ca1 2018-07-22 00:15:17,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2101380825s 2018-07-22 00:15:17,250 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/45880af9-92d5-4dd5-8137-27ad761cb5f8.json used request id req-47e4d3c0-624d-4fb2-a194-e3d336644ca1 2018-07-22 00:15:17,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:17,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:17,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5f6e2029-c4f3-474c-bc3f-10b245705279 Date: Sun, 22 Jul 2018 00:15:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:15:17Z","tenant_id":"7c86439b2f96411b81b52c7cc8ec4c65","created_at":"2018-07-22T00:14:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c86439b2f96411b81b52c7cc8ec4c65","id":"3f3d7f92-667f-4c98-a6ce-d980b08ffe40","name":"vmready2-net_0f8a96e6-fac3-4a4b-831e-974d68000670"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:15:17,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5f6e2029-c4f3-474c-bc3f-10b245705279 2018-07-22 00:15:17,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336920976639s 2018-07-22 00:15:17,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5f6e2029-c4f3-474c-bc3f-10b245705279 2018-07-22 00:15:17,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:15:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/3f3d7f92-667f-4c98-a6ce-d980b08ffe40.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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:18,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d2034f2-4a44-4f11-914b-e2fe087c3603 Date: Sun, 22 Jul 2018 00:15:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:15:18,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3f3d7f92-667f-4c98-a6ce-d980b08ffe40.json used request id req-7d2034f2-4a44-4f11-914b-e2fe087c3603 2018-07-22 00:15:18,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39703392982s 2018-07-22 00:15:18,987 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3f3d7f92-667f-4c98-a6ce-d980b08ffe40.json used request id req-7d2034f2-4a44-4f11-914b-e2fe087c3603 2018-07-22 00:15:18,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:15:18,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:19,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-7d88771f-0fc9-42cb-b218-0b1dccc51300 Date: Sun, 22 Jul 2018 00:15:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/6ea84a2c-e596-4b86-bd3d-836522e99867/snap", "metadata": {}}], "file": "/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867/file", "owner": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "6ea84a2c-e596-4b86-bd3d-836522e99867", "size": 12716032, "self": "/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/6ea84a2c-e596-4b86-bd3d-836522e99867/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:15:09Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_0f8a96e6-fac3-4a4b-831e-974d68000670", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:15:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:15:19,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7d88771f-0fc9-42cb-b218-0b1dccc51300 2018-07-22 00:15:19,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.70053601265s 2018-07-22 00:15:19,692 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-7d88771f-0fc9-42cb-b218-0b1dccc51300 2018-07-22 00:15:19,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:15:19,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}249c20b8ce42fd88a0a064020cb03d5dedaee00d" 2018-07-22 00:15:20,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30c9a8b0-78da-4baf-b01c-43b7e71875c5 Date: Sun, 22 Jul 2018 00:15:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:15:20,810 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867 used request id req-30c9a8b0-78da-4baf-b01c-43b7e71875c5 2018-07-22 00:15:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11653113365s 2018-07-22 00:15:20,811 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/6ea84a2c-e596-4b86-bd3d-836522e99867 used request id req-30c9a8b0-78da-4baf-b01c-43b7e71875c5 2018-07-22 00:15:20,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:15:20,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:20,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:20 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-ae99c772-7e0f-4381-a0e8-6b58266846ae x-compute-request-id: req-ae99c772-7e0f-4381-a0e8-6b58266846ae Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/bcd8b829-011e-4af4-9097-95749070fea2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "bcd8b829-011e-4af4-9097-95749070fea2"}]} 2018-07-22 00:15:20,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ae99c772-7e0f-4381-a0e8-6b58266846ae 2018-07-22 00:15:20,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.029688835144s 2018-07-22 00:15:20,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ae99c772-7e0f-4381-a0e8-6b58266846ae 2018-07-22 00:15:20,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:15:20,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:20,902 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:15:20 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-b2ea8b97-f7e3-4e6e-a3f3-795382ddf10b x-compute-request-id: req-b2ea8b97-f7e3-4e6e-a3f3-795382ddf10b Content-Length: 0 Content-Type: application/json 2018-07-22 00:15:20,902 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2 used request id req-b2ea8b97-f7e3-4e6e-a3f3-795382ddf10b 2018-07-22 00:15:20,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0588359832764s 2018-07-22 00:15:20,902 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/bcd8b829-011e-4af4-9097-95749070fea2 used request id req-b2ea8b97-f7e3-4e6e-a3f3-795382ddf10b 2018-07-22 00:15:20,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:15:20,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:21,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0253908b-6d58-4ed9-a103-d6ad84f9a18a Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": {"self": "http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "419b6c20f8674a2cbf8bf6b45b18f163", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:15:21,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0253908b-6d58-4ed9-a103-d6ad84f9a18a 2018-07-22 00:15:21,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189379930496s 2018-07-22 00:15:21,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0253908b-6d58-4ed9-a103-d6ad84f9a18a 2018-07-22 00:15:21,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:15:21,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:21,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d357b73-3195-405b-a776-8075c55d2f81 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_0f8a96e6-fac3-4a4b-831e-974d68000670", "links": {"self": "http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "419b6c20f8674a2cbf8bf6b45b18f163", "description": null}} 2018-07-22 00:15:21,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 used request id req-6d357b73-3195-405b-a776-8075c55d2f81 2018-07-22 00:15:21,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125185012817s 2018-07-22 00:15:21,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 used request id req-6d357b73-3195-405b-a776-8075c55d2f81 2018-07-22 00:15:21,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 00:15:21,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:21,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af5ca48d-f9ac-49f5-a67e-ec66534b2bbe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:15:21,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 used request id req-af5ca48d-f9ac-49f5-a67e-ec66534b2bbe 2018-07-22 00:15:21,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.261837005615s 2018-07-22 00:15:21,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/419b6c20f8674a2cbf8bf6b45b18f163 used request id req-af5ca48d-f9ac-49f5-a67e-ec66534b2bbe 2018-07-22 00:15:21,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:15:21,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:21,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab68632-3f8f-4636-89e2-fbf94eeff19e Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65"}, "tags": [], "enabled": true, "id": "7c86439b2f96411b81b52c7cc8ec4c65", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0f8a96e6-fac3-4a4b-831e-974d68000670"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 00:15:21,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9ab68632-3f8f-4636-89e2-fbf94eeff19e 2018-07-22 00:15:21,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.118278980255s 2018-07-22 00:15:21,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9ab68632-3f8f-4636-89e2-fbf94eeff19e 2018-07-22 00:15:21,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 00:15:21,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4114b55938e45d4133551cbef58b033c7754b34" 2018-07-22 00:15:21,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d54858f-86b6-4dfb-a889-9c0b930d367c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:15:21,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65 used request id req-7d54858f-86b6-4dfb-a889-9c0b930d367c 2018-07-22 00:15:21,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.226464986801s 2018-07-22 00:15:21,843 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/7c86439b2f96411b81b52c7cc8ec4c65 used request id req-7d54858f-86b6-4dfb-a889-9c0b930d367c 2018-07-22 00:15:21,907 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-22 00:15:21,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:15:21,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:15:21,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:15:21,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:15:21,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c42508-b462-411a-b569-085ce0011aba 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:15:21,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f3c42508-b462-411a-b569-085ce0011aba 2018-07-22 00:15:21,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:15:22,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:15:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["A8YktUUgQMe8pSrZrtscOg"], "issued_at": "2018-07-22T00:15:22.000000Z"}} 2018-07-22 00:15:22,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:22,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:22,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-050343f9-a8d2-4bbf-ac8d-6dd7c1885749 Date: Sun, 22 Jul 2018 00:15:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:15:22,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-050343f9-a8d2-4bbf-ac8d-6dd7c1885749 2018-07-22 00:15:22,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336189031601s 2018-07-22 00:15:22,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-050343f9-a8d2-4bbf-ac8d-6dd7c1885749 2018-07-22 00:15:22,742 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-22 00:15:22,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:15:22,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"network": {"name": "singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0", "admin_state_up": true}}' 2018-07-22 00:15:23,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c2fd6db8-0119-4921-8eba-c64eb69590c6 Date: Sun, 22 Jul 2018 00:15:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:15:23Z","is_default":false,"provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","mtu":1450}} 2018-07-22 00:15:23,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c2fd6db8-0119-4921-8eba-c64eb69590c6 2018-07-22 00:15:23,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.530503034592s 2018-07-22 00:15:23,273 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c2fd6db8-0119-4921-8eba-c64eb69590c6 2018-07-22 00:15:23,274 - 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-07-22T00:15:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'986456aa-6798-414e-960d-14b3823daa1f', u'provider:segmentation_id': 11, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0', u'admin_state_up': True, u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:15:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:15:23,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:23,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:23,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-b2af6180-f051-44c2-976c-0f9b680e83ab Date: Sun, 22 Jul 2018 00:15:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:15:23Z","provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:15:23,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b2af6180-f051-44c2-976c-0f9b680e83ab 2018-07-22 00:15:23,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266720056534s 2018-07-22 00:15:23,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b2af6180-f051-44c2-976c-0f9b680e83ab 2018-07-22 00:15:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:15:23,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"subnet": {"name": "singlevm1-subnet_bc66e68c-dec5-4f2c-8771-1b35883935e0", "enable_dhcp": true, "network_id": "986456aa-6798-414e-960d-14b3823daa1f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:15:24,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-966ad501-2c62-4209-8c6f-43bd7a9bd042 Date: Sun, 22 Jul 2018 00:15:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:15:23Z","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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","subnetpool_id":null,"name":"singlevm1-subnet_bc66e68c-dec5-4f2c-8771-1b35883935e0"}} 2018-07-22 00:15:24,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-966ad501-2c62-4209-8c6f-43bd7a9bd042 2018-07-22 00:15:24,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.742729187012s 2018-07-22 00:15:24,287 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-966ad501-2c62-4209-8c6f-43bd7a9bd042 2018-07-22 00:15:24,287 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:15:23Z', 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'4b1e10ef-0ff0-475d-9270-29c087d7de57', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_bc66e68c-dec5-4f2c-8771-1b35883935e0', u'enable_dhcp': True, u'network_id': u'986456aa-6798-414e-960d-14b3823daa1f', u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:15:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49'}) 2018-07-22 00:15:24,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:15:24,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "singlevm1-router_bc66e68c-dec5-4f2c-8771-1b35883935e0", "admin_state_up": true}}' 2018-07-22 00:15:26,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-cc1fa5c0-0203-4bf7-88e2-492d37342314 Date: Sun, 22 Jul 2018 00:15:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:15:26Z", "revision_number": 2, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "52f4b014-209c-4841-b7db-8564530cc23e", "name": "singlevm1-router_bc66e68c-dec5-4f2c-8771-1b35883935e0"}} 2018-07-22 00:15:26,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cc1fa5c0-0203-4bf7-88e2-492d37342314 2018-07-22 00:15:26,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.26443099976s 2018-07-22 00:15:26,553 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cc1fa5c0-0203-4bf7-88e2-492d37342314 2018-07-22 00:15:26,553 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'created_at': u'2018-07-22T00:15:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T00:15:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'id': u'52f4b014-209c-4841-b7db-8564530cc23e', u'name': u'singlevm1-router_bc66e68c-dec5-4f2c-8771-1b35883935e0'}) 2018-07-22 00:15:26,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:15:26,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"subnet_id": "4b1e10ef-0ff0-475d-9270-29c087d7de57"}' 2018-07-22 00:15:28,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-73d5bcdf-54d7-460e-bf79-535cb9bfea03 Date: Sun, 22 Jul 2018 00:15:28 GMT RESP BODY: {"network_id": "986456aa-6798-414e-960d-14b3823daa1f", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "4b1e10ef-0ff0-475d-9270-29c087d7de57", "subnet_ids": ["4b1e10ef-0ff0-475d-9270-29c087d7de57"], "port_id": "f3a1cb09-38cb-4a41-8006-5be4e6f03b18", "id": "52f4b014-209c-4841-b7db-8564530cc23e"} 2018-07-22 00:15:28,384 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/add_router_interface.json used request id req-73d5bcdf-54d7-460e-bf79-535cb9bfea03 2018-07-22 00:15:28,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82991504669s 2018-07-22 00:15:28,384 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/add_router_interface.json used request id req-73d5bcdf-54d7-460e-bf79-535cb9bfea03 returning object 52f4b014-209c-4841-b7db-8564530cc23e 2018-07-22 00:15:28,385 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:15:28,517 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:15:28,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:15:28,523 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:15:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:15:28,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:15:28,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:29,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-690e387e-41d8-4cf8-9cb6-fcf8b323f8e8 Date: Sun, 22 Jul 2018 00:15:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:15:29,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-690e387e-41d8-4cf8-9cb6-fcf8b323f8e8 2018-07-22 00:15:29,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.693942070007s 2018-07-22 00:15:29,222 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-690e387e-41d8-4cf8-9cb6-fcf8b323f8e8 2018-07-22 00:15:29,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:15:29,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0"}' 2018-07-22 00:15:29,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-871a8b6b-c7d5-4be0-9b4b-56dca2e7a2fa Date: Sun, 22 Jul 2018 00:15:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file", "owner": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "size": null, "self": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:15:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "checksum": null, "created_at": "2018-07-22T00:15:29Z", "protected": false} 2018-07-22 00:15:29,968 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-871a8b6b-c7d5-4be0-9b4b-56dca2e7a2fa 2018-07-22 00:15:29,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.737733840942s 2018-07-22 00:15:29,968 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-871a8b6b-c7d5-4be0-9b4b-56dca2e7a2fa returning object d81c897e-1df0-4f46-89a1-3130e3761daf 2018-07-22 00:15:29,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:15:29,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '' 2018-07-22 00:15:31,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-902ed730-fcb5-45ed-805c-b58d487a2424 Date: Sun, 22 Jul 2018 00:15:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:15:31,143 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file used request id req-902ed730-fcb5-45ed-805c-b58d487a2424 2018-07-22 00:15:31,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.17395806313s 2018-07-22 00:15:31,143 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file used request id req-902ed730-fcb5-45ed-805c-b58d487a2424 2018-07-22 00:15:31,143 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:15:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file', u'owner': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd81c897e-1df0-4f46-89a1-3130e3761daf', u'size': None, u'name': u'singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0', u'checksum': None, u'self': u'/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:15:29Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:15:31,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:15:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_bc66e68c-dec5-4f2c-8771-1b35883935e0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:15:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:31 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-ec7c54a3-be7a-4961-baa6-c5957ccd233f x-compute-request-id: req-ec7c54a3-be7a-4961-baa6-c5957ccd233f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_bc66e68c-dec5-4f2c-8771-1b35883935e0", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba"}} 2018-07-22 00:15:32,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ec7c54a3-be7a-4961-baa6-c5957ccd233f 2018-07-22 00:15:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.900648832321s 2018-07-22 00:15:32,045 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-ec7c54a3-be7a-4961-baa6-c5957ccd233f 2018-07-22 00:15:32,046 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_bc66e68c-dec5-4f2c-8771-1b35883935e0', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'ce2eef86-b024-4ad0-a0a3-9ec058928eba', 'swap': 0}) 2018-07-22 00:15:32,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:15:32,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"extra_specs": {}}' 2018-07-22 00:15:32,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:32 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-79445254-3c35-42fa-af3b-a885c068d180 x-compute-request-id: req-79445254-3c35-42fa-af3b-a885c068d180 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:15:32,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba/os-extra_specs used request id req-79445254-3c35-42fa-af3b-a885c068d180 2018-07-22 00:15:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.148612976074s 2018-07-22 00:15:32,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba/os-extra_specs used request id req-79445254-3c35-42fa-af3b-a885c068d180 2018-07-22 00:15:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 00:15:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"keypair": {"name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0"}}' 2018-07-22 00:15:32,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:32 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-b5758b89-3cf3-441c-ae80-78c0c613911b x-compute-request-id: req-b5758b89-3cf3-441c-ae80-78c0c613911b Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1P7aDrmsqacml7gaAdvUvoVlyI2SbDcZJFMmIkDvkpKbvXAyw4vJIdODW4M3Lwct+nwg4BBaabHdWC0gJvjXS9dEm1cZTD6+DiM+p/nGLlpIbeTOFdlSjqdL4tCseVXF7aOi965WD7yrCqrKtUv2B9txdfsi3JdLQ/q2RjDiLlljhaPES9qspCUiTq+xJ3P75aKwhdfzZhSma0uhMq88oRF7zTSpQLi59EgqIxRgG0NmDYFGnsQeIQG/1F67FCj6EBqMIjU5Bf1lTtOCsf3ghCEMkh8KaxDI8lBQAwhsCRI0I8w+apAaFVfZVZE+BEMCpsqu7bh4MTsefSOR22OO/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtT+2g65rKmnJpe4GgHb1L6FZciNkmw3GSRTJiJA75KSm71wM\nsOLySHTg1uDNy8HLfp8IOAQWmmx3VgtICb410vXRJtXGUw+vg4jPqf5xi5aSG3kz\nhXZUo6nS+LQrHlVxe2joveuVg+8qwqqyrVL9gfbcXX7ItyXS0P6tkYw4i5ZY4Wjx\nEvarKQlIk6vsSdz++WisIXX82YUpmtLoTKvPKERe800qUC4ufRIKiMUYBtDZg2BR\np7EHiEBv9ReuxQo+hAajCI1OQX9ZU7TgrH94IQhDJIfCmsQyPJQUAMIbAkSNCPMP\nmqQGhVX2VWRPgRDAqbKru24eDE7Hn0jkdtjjvwIDAQABAoIBAFFHMgSZGcuaRugW\n9mlzbv4d/+t0PbBem/W30axg6crdn1KlV7eW/glKCG2zv/XIgQXWMSxVgQFc9KLs\nSjC8UIy62UDuCpLC7PUyS9WymZ58NicF0fnel5QRGt+Wg+OFc29hG0XXuGPCw80q\nGRgqqC440pdGvKGM354DJzimxdCqKQWrryucJKVqJ3B13oCNAIJ7yrC5JN/Yi8bx\n1iu406gzJtUpLQMrHbr7HhyFvxiycgtDNjQ2TCC9rEbdOIZmjz5sex0A+veC4rZq\nJ/7T6taemx9KlLJZzZsG5UhYzz6hUVtvmjm2KAqIhXwHiWSMVHBRLIsLCfWXrXZ+\nCYS0/GkCgYEA3j+RePaDmwDpJbkqjDZuYizwC3sa+1qcfHUmgLAZn8fkvKNLjiUO\nhJIu8QuENW2Njh1iNp7+5S40yfmfX2v6fnt/BJNSy6Cvo+INIwu1uvQk1oz6gDLC\nN1yyp9mXV2Y4Wm68MCBde2gfS1LuWW9YOGq+/zGPrkshyE82hhPyslMCgYEA0MYx\ntIR/HdYiD/+F+ZKsmPzmeilJwNyz1xx6cFxs1rxX31rMf8by889WG1AdmevNF437\nPFcUVgy2mLYO9XcNR4U1gcB2YSPJkNSBgXaPItD6Oy1GTUKth5tU1BHt8MeWdqBx\nYJOp/wEo+X0U63wkcyAcSOCG6TYwuZuiEdjmM2UCgYEAwKZnymwdjnpOn3WPzTTN\noGqFtd4DeIiGB1hhhMGhpKBYxa/jKZczq3UwHaA2/T02rE8KOIDAQRc5iS7JmKR3\n4bXZV7UA2yQxvCSR8KQQ5rsFR7my1veo5OaEsvzptEgWZ0V/+VPE1Nlf7yI3G+1p\nkpXtdDaY7qOP6BvKDpUyFqMCgYEAyQLKwMABlDykNzsTR6SNQg/d6Sjvth3Jmgf1\na1HSCT72bDsEQtLPAShUA6AzoAuFQHSXvRUqo19CP+6qoHSr+Hytc+xXDlhirmus\n9XWtgxwqkeeZlLHqWnKYTkelDPteR4FbKF2Eg94eEXj5N3IjtiToltJ3kvt2Fn9e\noEhx/HECgYA4pqj9S6fwv+vRP5wfQQDaZydltYmjFRvJ/q2zowwf9ayG8FzohNWV\nYfeqycKEu9yNXmw/92OJNyVq2bkdwbjG6qyivRqnr3fl3bzn7fdyJnuRk2EGiKB8\npInKc+Uf9b8/4IBNNgBD4/pd8hOXzJ1yQR23yhLY8xIXZTmO/TN4Vg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "c8421886f8de448f882d5dea5d76bb93", "name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "fingerprint": "32:71:6b:fc:db:60:ed:70:76:a9:75:57:4e:fd:3f:b4"}} 2018-07-22 00:15:32,481 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b5758b89-3cf3-441c-ae80-78c0c613911b 2018-07-22 00:15:32,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.284204959869s 2018-07-22 00:15:32,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-b5758b89-3cf3-441c-ae80-78c0c613911b 2018-07-22 00:15:32,482 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1P7aDrmsqacml7gaAdvUvoVlyI2SbDcZJFMmIkDvkpKbvXAyw4vJIdODW4M3Lwct+nwg4BBaabHdWC0gJvjXS9dEm1cZTD6+DiM+p/nGLlpIbeTOFdlSjqdL4tCseVXF7aOi965WD7yrCqrKtUv2B9txdfsi3JdLQ/q2RjDiLlljhaPES9qspCUiTq+xJ3P75aKwhdfzZhSma0uhMq88oRF7zTSpQLi59EgqIxRgG0NmDYFGnsQeIQG/1F67FCj6EBqMIjU5Bf1lTtOCsf3ghCEMkh8KaxDI8lBQAwhsCRI0I8w+apAaFVfZVZE+BEMCpsqu7bh4MTsefSOR22OO/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtT+2g65rKmnJpe4GgHb1L6FZciNkmw3GSRTJiJA75KSm71wM\nsOLySHTg1uDNy8HLfp8IOAQWmmx3VgtICb410vXRJtXGUw+vg4jPqf5xi5aSG3kz\nhXZUo6nS+LQrHlVxe2joveuVg+8qwqqyrVL9gfbcXX7ItyXS0P6tkYw4i5ZY4Wjx\nEvarKQlIk6vsSdz++WisIXX82YUpmtLoTKvPKERe800qUC4ufRIKiMUYBtDZg2BR\np7EHiEBv9ReuxQo+hAajCI1OQX9ZU7TgrH94IQhDJIfCmsQyPJQUAMIbAkSNCPMP\nmqQGhVX2VWRPgRDAqbKru24eDE7Hn0jkdtjjvwIDAQABAoIBAFFHMgSZGcuaRugW\n9mlzbv4d/+t0PbBem/W30axg6crdn1KlV7eW/glKCG2zv/XIgQXWMSxVgQFc9KLs\nSjC8UIy62UDuCpLC7PUyS9WymZ58NicF0fnel5QRGt+Wg+OFc29hG0XXuGPCw80q\nGRgqqC440pdGvKGM354DJzimxdCqKQWrryucJKVqJ3B13oCNAIJ7yrC5JN/Yi8bx\n1iu406gzJtUpLQMrHbr7HhyFvxiycgtDNjQ2TCC9rEbdOIZmjz5sex0A+veC4rZq\nJ/7T6taemx9KlLJZzZsG5UhYzz6hUVtvmjm2KAqIhXwHiWSMVHBRLIsLCfWXrXZ+\nCYS0/GkCgYEA3j+RePaDmwDpJbkqjDZuYizwC3sa+1qcfHUmgLAZn8fkvKNLjiUO\nhJIu8QuENW2Njh1iNp7+5S40yfmfX2v6fnt/BJNSy6Cvo+INIwu1uvQk1oz6gDLC\nN1yyp9mXV2Y4Wm68MCBde2gfS1LuWW9YOGq+/zGPrkshyE82hhPyslMCgYEA0MYx\ntIR/HdYiD/+F+ZKsmPzmeilJwNyz1xx6cFxs1rxX31rMf8by889WG1AdmevNF437\nPFcUVgy2mLYO9XcNR4U1gcB2YSPJkNSBgXaPItD6Oy1GTUKth5tU1BHt8MeWdqBx\nYJOp/wEo+X0U63wkcyAcSOCG6TYwuZuiEdjmM2UCgYEAwKZnymwdjnpOn3WPzTTN\noGqFtd4DeIiGB1hhhMGhpKBYxa/jKZczq3UwHaA2/T02rE8KOIDAQRc5iS7JmKR3\n4bXZV7UA2yQxvCSR8KQQ5rsFR7my1veo5OaEsvzptEgWZ0V/+VPE1Nlf7yI3G+1p\nkpXtdDaY7qOP6BvKDpUyFqMCgYEAyQLKwMABlDykNzsTR6SNQg/d6Sjvth3Jmgf1\na1HSCT72bDsEQtLPAShUA6AzoAuFQHSXvRUqo19CP+6qoHSr+Hytc+xXDlhirmus\n9XWtgxwqkeeZlLHqWnKYTkelDPteR4FbKF2Eg94eEXj5N3IjtiToltJ3kvt2Fn9e\noEhx/HECgYA4pqj9S6fwv+vRP5wfQQDaZydltYmjFRvJ/q2zowwf9ayG8FzohNWV\nYfeqycKEu9yNXmw/92OJNyVq2bkdwbjG6qyivRqnr3fl3bzn7fdyJnuRk2EGiKB8\npInKc+Uf9b8/4IBNNgBD4/pd8hOXzJ1yQR23yhLY8xIXZTmO/TN4Vg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c8421886f8de448f882d5dea5d76bb93', 'name': u'singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0', 'created_at': '2018-07-22T00:15:32.482223', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'32:71:6b:fc:db:60:ed:70:76:a9:75:57:4e:fd:3f:b4', 'type': 'ssh', 'id': u'singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0'}) 2018-07-22 00:15:32,482 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtT+2g65rKmnJpe4GgHb1L6FZciNkmw3GSRTJiJA75KSm71wM sOLySHTg1uDNy8HLfp8IOAQWmmx3VgtICb410vXRJtXGUw+vg4jPqf5xi5aSG3kz hXZUo6nS+LQrHlVxe2joveuVg+8qwqqyrVL9gfbcXX7ItyXS0P6tkYw4i5ZY4Wjx EvarKQlIk6vsSdz++WisIXX82YUpmtLoTKvPKERe800qUC4ufRIKiMUYBtDZg2BR p7EHiEBv9ReuxQo+hAajCI1OQX9ZU7TgrH94IQhDJIfCmsQyPJQUAMIbAkSNCPMP mqQGhVX2VWRPgRDAqbKru24eDE7Hn0jkdtjjvwIDAQABAoIBAFFHMgSZGcuaRugW 9mlzbv4d/+t0PbBem/W30axg6crdn1KlV7eW/glKCG2zv/XIgQXWMSxVgQFc9KLs SjC8UIy62UDuCpLC7PUyS9WymZ58NicF0fnel5QRGt+Wg+OFc29hG0XXuGPCw80q GRgqqC440pdGvKGM354DJzimxdCqKQWrryucJKVqJ3B13oCNAIJ7yrC5JN/Yi8bx 1iu406gzJtUpLQMrHbr7HhyFvxiycgtDNjQ2TCC9rEbdOIZmjz5sex0A+veC4rZq J/7T6taemx9KlLJZzZsG5UhYzz6hUVtvmjm2KAqIhXwHiWSMVHBRLIsLCfWXrXZ+ CYS0/GkCgYEA3j+RePaDmwDpJbkqjDZuYizwC3sa+1qcfHUmgLAZn8fkvKNLjiUO hJIu8QuENW2Njh1iNp7+5S40yfmfX2v6fnt/BJNSy6Cvo+INIwu1uvQk1oz6gDLC N1yyp9mXV2Y4Wm68MCBde2gfS1LuWW9YOGq+/zGPrkshyE82hhPyslMCgYEA0MYx tIR/HdYiD/+F+ZKsmPzmeilJwNyz1xx6cFxs1rxX31rMf8by889WG1AdmevNF437 PFcUVgy2mLYO9XcNR4U1gcB2YSPJkNSBgXaPItD6Oy1GTUKth5tU1BHt8MeWdqBx YJOp/wEo+X0U63wkcyAcSOCG6TYwuZuiEdjmM2UCgYEAwKZnymwdjnpOn3WPzTTN oGqFtd4DeIiGB1hhhMGhpKBYxa/jKZczq3UwHaA2/T02rE8KOIDAQRc5iS7JmKR3 4bXZV7UA2yQxvCSR8KQQ5rsFR7my1veo5OaEsvzptEgWZ0V/+VPE1Nlf7yI3G+1p kpXtdDaY7qOP6BvKDpUyFqMCgYEAyQLKwMABlDykNzsTR6SNQg/d6Sjvth3Jmgf1 a1HSCT72bDsEQtLPAShUA6AzoAuFQHSXvRUqo19CP+6qoHSr+Hytc+xXDlhirmus 9XWtgxwqkeeZlLHqWnKYTkelDPteR4FbKF2Eg94eEXj5N3IjtiToltJ3kvt2Fn9e oEhx/HECgYA4pqj9S6fwv+vRP5wfQQDaZydltYmjFRvJ/q2zowwf9ayG8FzohNWV YfeqycKEu9yNXmw/92OJNyVq2bkdwbjG6qyivRqnr3fl3bzn7fdyJnuRk2EGiKB8 pInKc+Uf9b8/4IBNNgBD4/pd8hOXzJ1yQR23yhLY8xIXZTmO/TN4Vg== -----END RSA PRIVATE KEY----- 2018-07-22 00:15:32,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 00:15:32,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"security_group": {"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-22 00:15:32,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-6165a213-3520-46dd-895b-4bd68f4ceeeb Date: Sun, 22 Jul 2018 00:15:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:32Z", "updated_at": "2018-07-22T00:15:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "4a0cc901-f080-4fbc-9a8d-9ef9b16c0d4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "d499c536-1a56-470e-bb86-d11ebb80c005", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 1, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}} 2018-07-22 00:15:32,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-6165a213-3520-46dd-895b-4bd68f4ceeeb 2018-07-22 00:15:32,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.437222003937s 2018-07-22 00:15:32,922 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-6165a213-3520-46dd-895b-4bd68f4ceeeb 2018-07-22 00:15:32,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:15:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:33,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-c3cba1c7-2b0f-4a5f-a292-596d47289803 Date: Sun, 22 Jul 2018 00:15:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "created_at": "2018-07-22T00:10:23Z", "updated_at": "2018-07-22T00:10:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "287028af-e774-4386-a173-b434b832358c", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "5ac32804-d80d-43e8-bc6d-1545ccdc64cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "be7bdcf5-145f-4f37-88f2-d57fcae9a5d9", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "fcf0112c-4d8e-4cfb-aaa8-06d593d91267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}], "revision_number": 1, "project_id": "db3c6d8733c847e6a6a2bafe8cb46953", "id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:13:50Z", "updated_at": "2018-07-22T00:13:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "161a2f38-0c02-4ed8-b087-a8a796aa0a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "20131a24-dcab-4e66-97db-90fc42e579ea", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "4e162900-7c93-4631-87ae-cf170531eea3", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "9741b2d3-63ba-48b0-bf10-b0428c3e9311", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 1, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "created_at": "2018-07-22T00:14:59Z", "updated_at": "2018-07-22T00:14:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "32671bec-8aa0-455f-b3ec-0fbbe3103841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "5754d9b6-25ab-4fd2-b57b-3e0e447f6447", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "70bae9ed-bdd4-4cfe-830c-7e5c91895290", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "ab51422e-3e30-4fc5-82ee-3154e2ced0ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}], "revision_number": 1, "project_id": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "782d7c06-d42b-470d-960d-f096c0cc5102", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T00:13:53Z", "updated_at": "2018-07-22T00:13:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "0e0a25d4-700b-4331-83d0-27e678f484b2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "54f4dffb-1937-4e8c-9ce5-a5547d25cbec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "5e2c1e52-74c2-4711-91b9-abab7c85b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "b0532d04-c70c-4a48-8b71-c4ab824a94e2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:32Z", "updated_at": "2018-07-22T00:15:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "4a0cc901-f080-4fbc-9a8d-9ef9b16c0d4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "d499c536-1a56-470e-bb86-d11ebb80c005", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 1, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}, {"description": "Default security group", "tags": [], "tenant_id": "0cad8e4a7231423a824b46045027a229", "created_at": "2018-07-22T00:14:11Z", "updated_at": "2018-07-22T00:14:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "6421afaf-2c73-402c-9109-b4c25f30a7af", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "881b0c95-0f57-486b-b4cd-8a027acca94b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "ba02f55b-c664-4f7c-90d3-edd74d7b2083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "f80fc6b9-20fe-46d7-9c59-fd01edcebbad", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}], "revision_number": 1, "project_id": "0cad8e4a7231423a824b46045027a229", "id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "name": "default"}]} 2018-07-22 00:15:33,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-c3cba1c7-2b0f-4a5f-a292-596d47289803 2018-07-22 00:15:33,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.24788403511s 2018-07-22 00:15:33,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-c3cba1c7-2b0f-4a5f-a292-596d47289803 2018-07-22 00:15:33,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:15:33,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d"}}' 2018-07-22 00:15:33,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e42cd108-3017-4de9-b74b-c2eaf3f7ef9f Date: Sun, 22 Jul 2018 00:15:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T00:15:33Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "port_range_min": 22, "revision_number": 0, "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:33Z", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "95a017db-5623-49d6-9e19-66a7d9f47c6c"}} 2018-07-22 00:15:33,466 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e42cd108-3017-4de9-b74b-c2eaf3f7ef9f 2018-07-22 00:15:33,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.285882949829s 2018-07-22 00:15:33,467 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e42cd108-3017-4de9-b74b-c2eaf3f7ef9f 2018-07-22 00:15:33,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:15:33,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:33,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-4c39d538-1e08-4588-ba90-66cd06350f1c Date: Sun, 22 Jul 2018 00:15:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "created_at": "2018-07-22T00:10:23Z", "updated_at": "2018-07-22T00:10:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "287028af-e774-4386-a173-b434b832358c", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "5ac32804-d80d-43e8-bc6d-1545ccdc64cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "be7bdcf5-145f-4f37-88f2-d57fcae9a5d9", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "fcf0112c-4d8e-4cfb-aaa8-06d593d91267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}], "revision_number": 1, "project_id": "db3c6d8733c847e6a6a2bafe8cb46953", "id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:13:50Z", "updated_at": "2018-07-22T00:13:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "161a2f38-0c02-4ed8-b087-a8a796aa0a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "20131a24-dcab-4e66-97db-90fc42e579ea", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "4e162900-7c93-4631-87ae-cf170531eea3", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "9741b2d3-63ba-48b0-bf10-b0428c3e9311", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 1, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "created_at": "2018-07-22T00:14:59Z", "updated_at": "2018-07-22T00:14:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "32671bec-8aa0-455f-b3ec-0fbbe3103841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "5754d9b6-25ab-4fd2-b57b-3e0e447f6447", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "70bae9ed-bdd4-4cfe-830c-7e5c91895290", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "ab51422e-3e30-4fc5-82ee-3154e2ced0ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}], "revision_number": 1, "project_id": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "782d7c06-d42b-470d-960d-f096c0cc5102", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T00:13:53Z", "updated_at": "2018-07-22T00:13:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "0e0a25d4-700b-4331-83d0-27e678f484b2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "54f4dffb-1937-4e8c-9ce5-a5547d25cbec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "5e2c1e52-74c2-4711-91b9-abab7c85b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "b0532d04-c70c-4a48-8b71-c4ab824a94e2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:32Z", "updated_at": "2018-07-22T00:15:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "4a0cc901-f080-4fbc-9a8d-9ef9b16c0d4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:15:33Z", "revision_number": 0, "id": "95a017db-5623-49d6-9e19-66a7d9f47c6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:33Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "d499c536-1a56-470e-bb86-d11ebb80c005", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 2, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}, {"description": "Default security group", "tags": [], "tenant_id": "0cad8e4a7231423a824b46045027a229", "created_at": "2018-07-22T00:14:11Z", "updated_at": "2018-07-22T00:14:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "6421afaf-2c73-402c-9109-b4c25f30a7af", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "881b0c95-0f57-486b-b4cd-8a027acca94b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "ba02f55b-c664-4f7c-90d3-edd74d7b2083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "f80fc6b9-20fe-46d7-9c59-fd01edcebbad", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}], "revision_number": 1, "project_id": "0cad8e4a7231423a824b46045027a229", "id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "name": "default"}]} 2018-07-22 00:15:33,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-4c39d538-1e08-4588-ba90-66cd06350f1c 2018-07-22 00:15:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.25802898407s 2018-07-22 00:15:33,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-4c39d538-1e08-4588-ba90-66cd06350f1c 2018-07-22 00:15:33,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:15:33,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d"}}' 2018-07-22 00:15:34,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0e670e25-c628-466a-be4c-de47bdc25a56 Date: Sun, 22 Jul 2018 00:15:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T00:15:34Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "port_range_min": null, "revision_number": 0, "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:34Z", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "7a7679f0-050e-4d8c-8c21-6a5141b65b39"}} 2018-07-22 00:15:34,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-0e670e25-c628-466a-be4c-de47bdc25a56 2018-07-22 00:15:34,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.429545879364s 2018-07-22 00:15:34,163 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-0e670e25-c628-466a-be4c-de47bdc25a56 2018-07-22 00:15:34,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:35,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-9d838e73-3a8d-42f5-9599-dcf577b9afb1 Date: Sun, 22 Jul 2018 00:15:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":["4b1e10ef-0ff0-475d-9270-29c087d7de57"],"description":"","tags":[],"updated_at":"2018-07-22T00:15:23Z","provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:15:35,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9d838e73-3a8d-42f5-9599-dcf577b9afb1 2018-07-22 00:15:35,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.990754127502s 2018-07-22 00:15:35,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9d838e73-3a8d-42f5-9599-dcf577b9afb1 2018-07-22 00:15:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:15:35,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:35,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-26675faa-abf7-4e22-8bd2-9aded056331d Date: Sun, 22 Jul 2018 00:15:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/d81c897e-1df0-4f46-89a1-3130e3761daf/snap", "metadata": {}}], "file": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file", "owner": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "size": 12716032, "self": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/d81c897e-1df0-4f46-89a1-3130e3761daf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:15:31Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:15:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:15:35,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-26675faa-abf7-4e22-8bd2-9aded056331d 2018-07-22 00:15:35,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223658084869s 2018-07-22 00:15:35,384 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-26675faa-abf7-4e22-8bd2-9aded056331d 2018-07-22 00:15:35,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:15:35,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:35,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:35 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-87cf14b8-501f-4e9d-a6cf-97ced3007b29 x-compute-request-id: req-87cf14b8-501f-4e9d-a6cf-97ced3007b29 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bc66e68c-dec5-4f2c-8771-1b35883935e0", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba"}]} 2018-07-22 00:15:35,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-87cf14b8-501f-4e9d-a6cf-97ced3007b29 2018-07-22 00:15:35,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257639884949s 2018-07-22 00:15:35,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-87cf14b8-501f-4e9d-a6cf-97ced3007b29 2018-07-22 00:15:35,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:15:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"server": {"name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "imageRef": "d81c897e-1df0-4f46-89a1-3130e3761daf", "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "flavorRef": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "max_count": 1, "min_count": 1, "networks": [{"uuid": "986456aa-6798-414e-960d-14b3823daa1f"}], "security_groups": [{"name": "ca316b4a-45dd-4cce-8509-8e90f890739d"}]}}' 2018-07-22 00:15:38,680 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:15:35 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-bda43420-b896-4454-8afe-17ddefe870af x-compute-request-id: req-bda43420-b896-4454-8afe-17ddefe870af Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ca316b4a-45dd-4cce-8509-8e90f890739d"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c04282c-6354-447c-930c-b68e6d728001", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "adminPass": "GPKtZf7iHhA9"}} 2018-07-22 00:15:38,681 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-bda43420-b896-4454-8afe-17ddefe870af 2018-07-22 00:15:38,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.26678800583s 2018-07-22 00:15:38,681 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-bda43420-b896-4454-8afe-17ddefe870af 2018-07-22 00:15:38,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:39,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:38 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-89a231dc-ce77-429f-85c5-c5f5efaad58c x-compute-request-id: req-89a231dc-ce77-429f-85c5-c5f5efaad58c Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:15:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:39,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-89a231dc-ce77-429f-85c5-c5f5efaad58c 2018-07-22 00:15:39,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.895956039429s 2018-07-22 00:15:39,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-89a231dc-ce77-429f-85c5-c5f5efaad58c 2018-07-22 00:15:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:39,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:39,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5ae0af9f-486a-434e-a3ce-05a3c4298822 Date: Sun, 22 Jul 2018 00:15:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":["4b1e10ef-0ff0-475d-9270-29c087d7de57"],"description":"","tags":[],"updated_at":"2018-07-22T00:15:23Z","provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:15:39,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5ae0af9f-486a-434e-a3ce-05a3c4298822 2018-07-22 00:15:39,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0930762290955s 2018-07-22 00:15:39,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5ae0af9f-486a-434e-a3ce-05a3c4298822 2018-07-22 00:15:39,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:15:39,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:39,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-cc9bc110-4f00-40cc-9b40-fed931c4199f Date: Sun, 22 Jul 2018 00:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:15:23Z","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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","subnetpool_id":null,"name":"singlevm1-subnet_bc66e68c-dec5-4f2c-8771-1b35883935e0"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:31Z","dns_nameservers":[],"updated_at":"2018-07-22T00:10:31Z","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":"db3c6d8733c847e6a6a2bafe8cb46953","id":"58942421-7cb3-46a4-be65-78d945914cf0","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 00:15:39,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cc9bc110-4f00-40cc-9b40-fed931c4199f 2018-07-22 00:15:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.256447792053s 2018-07-22 00:15:39,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cc9bc110-4f00-40cc-9b40-fed931c4199f 2018-07-22 00:15:39,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:15:41,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:41,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:43,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:41 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-6036c7e1-3d0c-4845-ae6f-7440ed625497 x-compute-request-id: req-6036c7e1-3d0c-4845-ae6f-7440ed625497 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:15:41Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:43,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6036c7e1-3d0c-4845-ae6f-7440ed625497 2018-07-22 00:15:43,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.88610196114s 2018-07-22 00:15:43,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6036c7e1-3d0c-4845-ae6f-7440ed625497 2018-07-22 00:15:43,831 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:15:45,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:47,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:45 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-335cd867-4048-4de0-b514-090a4cf08d03 x-compute-request-id: req-335cd867-4048-4de0-b514-090a4cf08d03 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:15:42Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:47,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-335cd867-4048-4de0-b514-090a4cf08d03 2018-07-22 00:15:47,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36630797386s 2018-07-22 00:15:47,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-335cd867-4048-4de0-b514-090a4cf08d03 2018-07-22 00:15:47,205 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:15:49,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:49,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:50,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:49 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-b4ee159f-fb4c-4d64-be45-0fd5f8cda786 x-compute-request-id: req-b4ee159f-fb4c-4d64-be45-0fd5f8cda786 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:6f:75", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:15:42Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:50,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b4ee159f-fb4c-4d64-be45-0fd5f8cda786 2018-07-22 00:15:50,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.880658864975s 2018-07-22 00:15:50,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b4ee159f-fb4c-4d64-be45-0fd5f8cda786 2018-07-22 00:15:50,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:15:52,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:52,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:52,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:52 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-85060681-75ee-439e-a2d4-34691fbfdb79 x-compute-request-id: req-85060681-75ee-439e-a2d4-34691fbfdb79 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:6f:75", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T00:15:51.000000", "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:15:51Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:52,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85060681-75ee-439e-a2d4-34691fbfdb79 2018-07-22 00:15:52,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.755328893661s 2018-07-22 00:15:52,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-85060681-75ee-439e-a2d4-34691fbfdb79 2018-07-22 00:15:52,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:15:52,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:52,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-2eebd917-9d75-4a9f-b8cc-6d055d61d12b Date: Sun, 22 Jul 2018 00:15:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T00:15:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","ip_address":"192.168.120.9"}],"id":"1d1648bb-1174-48f5-832a-d1a9b4f8e5f1","security_groups":["ca316b4a-45dd-4cce-8509-8e90f890739d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:6f:75","project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3c04282c-6354-447c-930c-b68e6d728001","name":"","admin_state_up":true,"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:42Z","binding:vnic_type":"normal"}]} 2018-07-22 00:15:52,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-2eebd917-9d75-4a9f-b8cc-6d055d61d12b 2018-07-22 00:15:52,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0602040290833s 2018-07-22 00:15:52,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-2eebd917-9d75-4a9f-b8cc-6d055d61d12b 2018-07-22 00:15:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:15:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:52,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7f0b8e4b-e7f1-4668-975e-5a4c29ae50ec Date: Sun, 22 Jul 2018 00:15:52 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:15:52,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1 used request id req-7f0b8e4b-e7f1-4668-975e-5a4c29ae50ec 2018-07-22 00:15:52,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0447828769684s 2018-07-22 00:15:52,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1 used request id req-7f0b8e4b-e7f1-4668-975e-5a4c29ae50ec 2018-07-22 00:15:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:15:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:54,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:52 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-ff2e47af-8859-4515-bb41-6ddb7b684983 x-compute-request-id: req-ff2e47af-8859-4515-bb41-6ddb7b684983 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:6f:75", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T00:15:51.000000", "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:15:51Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:15:54,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ff2e47af-8859-4515-bb41-6ddb7b684983 2018-07-22 00:15:54,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15933895111s 2018-07-22 00:15:54,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ff2e47af-8859-4515-bb41-6ddb7b684983 2018-07-22 00:15:54,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:15:54,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:54,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b81dd8c1-aa84-4ea6-a344-da789a41b84c Date: Sun, 22 Jul 2018 00:15:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T00:15:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","ip_address":"192.168.120.9"}],"id":"1d1648bb-1174-48f5-832a-d1a9b4f8e5f1","security_groups":["ca316b4a-45dd-4cce-8509-8e90f890739d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:6f:75","project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3c04282c-6354-447c-930c-b68e6d728001","name":"","admin_state_up":true,"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:42Z","binding:vnic_type":"normal"}]} 2018-07-22 00:15:54,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-b81dd8c1-aa84-4ea6-a344-da789a41b84c 2018-07-22 00:15:54,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.221785068512s 2018-07-22 00:15:54,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-b81dd8c1-aa84-4ea6-a344-da789a41b84c 2018-07-22 00:15:54,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:15:54,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:54,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2b0b6758-5174-4346-9e25-0806a860df39 Date: Sun, 22 Jul 2018 00:15:54 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:15:54,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1 used request id req-2b0b6758-5174-4346-9e25-0806a860df39 2018-07-22 00:15:54,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0506038665771s 2018-07-22 00:15:54,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d1648bb-1174-48f5-832a-d1a9b4f8e5f1 used request id req-2b0b6758-5174-4346-9e25-0806a860df39 2018-07-22 00:15:54,411 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:04:6f:75', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd81c897e-1df0-4f46-89a1-3130e3761daf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-22T00:15:51.000000', 'flavor': Munch({u'id': u'ce2eef86-b024-4ad0-a0a3-9ec058928eba'}), 'az': u'nova', 'id': u'3c04282c-6354-447c-930c-b68e6d728001', 'security_groups': [Munch({u'name': u'singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c8421886f8de448f882d5dea5d76bb93', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-22T00:15:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T00:15:51Z', 'hostId': u'0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-22T00:15:51.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0', 'adminPass': None, 'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'created_at': u'2018-07-22T00:15:38Z', 'created': u'2018-07-22T00:15:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 00:15:54,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:15:54,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:54,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8cca56ed-c668-4741-977d-1219e1d103ec Date: Sun, 22 Jul 2018 00:15:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":["4b1e10ef-0ff0-475d-9270-29c087d7de57"],"description":"","tags":[],"updated_at":"2018-07-22T00:15:23Z","provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:15:54,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8cca56ed-c668-4741-977d-1219e1d103ec 2018-07-22 00:15:54,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0926458835602s 2018-07-22 00:15:54,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-8cca56ed-c668-4741-977d-1219e1d103ec 2018-07-22 00:15:54,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:15:54,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:54,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-546e5603-8873-48cb-ae6d-44e78878abc0 Date: Sun, 22 Jul 2018 00:15:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T00:15:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","ip_address":"192.168.120.9"}],"id":"1d1648bb-1174-48f5-832a-d1a9b4f8e5f1","security_groups":["ca316b4a-45dd-4cce-8509-8e90f890739d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:6f:75","project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3c04282c-6354-447c-930c-b68e6d728001","name":"","admin_state_up":true,"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:42Z","binding:vnic_type":"normal"}]} 2018-07-22 00:15:54,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-546e5603-8873-48cb-ae6d-44e78878abc0 2018-07-22 00:15:54,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0564649105072s 2018-07-22 00:15:54,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=3c04282c-6354-447c-930c-b68e6d728001 used request id req-546e5603-8873-48cb-ae6d-44e78878abc0 2018-07-22 00:15:54,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 00:15:54,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"floatingip": {"floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.9", "port_id": "1d1648bb-1174-48f5-832a-d1a9b4f8e5f1"}}' 2018-07-22 00:15:56,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-83a437c8-80bd-41ad-a0b9-5a91afad9635 Date: Sun, 22 Jul 2018 00:15:56 GMT RESP BODY: {"floatingip": {"router_id": "52f4b014-209c-4841-b7db-8564530cc23e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T00:15:55Z", "floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "1d1648bb-1174-48f5-832a-d1a9b4f8e5f1", "id": "285302ec-d210-4ecc-b20c-e37da338ca1b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:55Z", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}} 2018-07-22 00:15:56,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-83a437c8-80bd-41ad-a0b9-5a91afad9635 2018-07-22 00:15:56,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.24674582481s 2018-07-22 00:15:56,814 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-83a437c8-80bd-41ad-a0b9-5a91afad9635 2018-07-22 00:15:56,817 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'52f4b014-209c-4841-b7db-8564530cc23e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'created_at': u'2018-07-22T00:15:55Z', 'attached': True, 'updated_at': u'2018-07-22T00:15:55Z', 'id': u'285302ec-d210-4ecc-b20c-e37da338ca1b', 'floating_network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'52f4b014-209c-4841-b7db-8564530cc23e', 'project_id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'port_id': u'1d1648bb-1174-48f5-832a-d1a9b4f8e5f1', 'port': u'1d1648bb-1174-48f5-832a-d1a9b4f8e5f1', 'network': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e'}) 2018-07-22 00:15:56,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 00:15:56,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 00:15:57,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:15:56 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-8f738e40-9870-4b92-bb34-8b22d096cf6a x-compute-request-id: req-8f738e40-9870-4b92-bb34-8b22d096cf6a Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513441625 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140715] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142405] pid_max: default: 32768 minimum: 301\n[ 0.143316] ACPI: Core revision 20150930\n[ 0.144730] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146069] Security Framework initialized\n[ 0.146907] Yama: becoming mindful.\n[ 0.147656] AppArmor: AppArmor initialized\n[ 0.148537] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149898] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153901] Initializing cgroup subsys io\n[ 0.154733] Initializing cgroup subsys memory\n[ 0.155609] Initializing cgroup subsys devices\n[ 0.156505] Initializing cgroup subsys freezer\n[ 0.157402] Initializing cgroup subsys net_cls\n[ 0.158281] Initializing cgroup subsys perf_event\n[ 0.159205] Initializing cgroup subsys net_prio\n[ 0.160113] Initializing cgroup subsys hugetlb\n[ 0.160992] Initializing cgroup subsys pids\n[ 0.161875] CPU: Physical Processor ID: 0\n[ 0.163400] mce: CPU supports 10 MCE banks\n[ 0.164273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165287] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179802] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185930] ftrace: allocating 31920 entries in 125 pages\n[ 0.211122] smpboot: Max logical packages: 1\n[ 0.211999] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213378] x2apic enabled\n[ 0.214192] Switched APIC routing to physical x2apic.\n[ 0.215943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219204] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221029] KVM setup paravirtual spinlock\n[ 0.222348] x86: Booted up 1 node, 1 CPUs\n[ 0.223178] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224600] devtmpfs: initialized\n[ 0.226337] evm: security.selinux\n[ 0.227052] evm: security.SMACK64\n[ 0.227763] evm: security.SMACK64EXEC\n[ 0.228534] evm: security.SMACK64TRANSMUTE\n[ 0.229358] evm: security.SMACK64MMAP\n[ 0.230118] evm: security.ima\n[ 0.230771] evm: security.capability\n[ 0.231591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233495] pinctrl core: initialized pinctrl subsystem\n[ 0.234619] RTC time: 0:15:51, date: 07/22/18\n[ 0.235605] NET: Registered protocol family 16\n[ 0.236614] cpuidle: using governor ladder\n[ 0.237455] cpuidle: using governor menu\n[ 0.238256] PCCT header not found.\n[ 0.239027] ACPI: bus type PCI registered\n[ 0.239850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241146] PCI: Using configuration type 1 for base access\n[ 0.242931] ACPI: Added _OSI(Module Device)\n[ 0.243797] ACPI: Added _OSI(Processor Device)\n[ 0.244702] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245623] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247410] ACPI: Interpreter enabled\n[ 0.248203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255720] ACPI: (supports S0 S5)\n[ 0.256440] ACPI: Using IOAPIC for interrupt routing\n[ 0.257410] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260561] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261735] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262998] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264224] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266489] acpiphp: Slot [3] registered\n[ 0.267314] acpiphp: Slot [4] registered\n[ 0.268133] acpiphp: Slot [5] registered\n[ 0.268948] acpiphp: Slot [6] registered\n[ 0.269763] acpiphp: Slot [7] registered\n[ 0.270581] acpiphp: Slot [8] registered\n[ 0.271401] acpiphp: Slot [9] registered\n[ 0.272221] acpiphp: Slot [10] registered\n[ 0.273047] acpiphp: Slot [11] registered\n[ 0.273879] acpiphp: Slot [12] registered\n[ 0.274713] acpiphp: Slot [13] registered\n[ 0.275541] acpiphp: Slot [14] registered\n[ 0.276369] acpiphp: Slot [15] registered\n[ 0.287193] acpiphp: Slot [16] registered\n[ 0.288026] acpiphp: Slot [17] registered\n[ 0.288859] acpiphp: Slot [18] registered\n[ 0.289690] acpiphp: Slot [19] registered\n[ 0.290516] acpiphp: Slot [20] registered\n[ 0.291349] acpiphp: Slot [21] registered\n[ 0.292179] acpiphp: Slot [22] registered\n[ 0.293005] acpiphp: Slot [23] registered\n[ 0.293836] acpiphp: Slot [24] registered\n[ 0.294669] acpiphp: Slot [25] registered\n[ 0.295501] acpiphp: Slot [26] registered\n[ 0.296330] acpiphp: Slot [27] registered\n[ 0.297161] acpiphp: Slot [28] registered\n[ 0.298027] acpiphp: Slot [29] registered\n[ 0.298872] acpiphp: Slot [30] registered\n[ 0.299704] acpiphp: Slot [31] registered\n[ 0.300530] PCI host bridge to bus 0000:00\n[ 0.301355] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302601] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303840] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305321] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306812] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308316] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311726] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313037] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314257] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.340272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.342472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.343927] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.345370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.346790] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.348091] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.349446] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.350534] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.352107] vgaarb: loaded\n[ 0.352719] vgaarb: bridge control possible 0000:00:02.0\n[ 0.353968] SCSI subsystem initialized\n[ 0.354907] ACPI: bus type USB registered\n[ 0.355764] usbcore: registered new interface driver usbfs\n[ 0.356826] usbcore: registered new interface driver hub\n[ 0.357862] usbcore: registered new device driver usb\n[ 0.358994] PCI: Using ACPI for IRQ routing\n[ 0.360146] NetLabel: Initializing\n[ 0.360884] NetLabel: domain hash size = 128\n[ 0.361758] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.362739] NetLabel: unlabeled traffic allowed by default\n[ 0.363936] clocksource: Switched to clocksource kvm-clock\n[ 0.372278] AppArmor: AppArmor Filesystem Enabled\n[ 0.373279] pnp: PnP ACPI init\n[ 0.374231] pnp: PnP ACPI: found 5 devices\n[ 0.380557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.382355] NET: Registered protocol family 2\n[ 0.383419] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.384747] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.385988] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.387207] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388321] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389536] NET: Registered protocol family 1\n[ 0.390436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.391556] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.392657] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.420852] Trying to unpack rootfs image as initramfs...\n[ 0.477083] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.478805] Scanning for low memory corruption every 60 seconds\n[ 0.480203] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481391] audit: initializing netlink subsys (disabled)\n[ 0.482444] audit: type=2000 audit(1532218552.171:1): initialized\n[ 0.483811] Initialise system trusted keyring\n[ 0.484809] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486003] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488171] zbud: loaded\n[ 0.488911] VFS: Disk quotas dquot_6.6.0\n[ 0.489757] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491396] fuse init (API version 7.23)\n[ 0.492331] Key type big_key registered\n[ 0.493160] Allocating IMA MOK and blacklist keyrings.\n[ 0.494418] Key type asymmetric registered\n[ 0.495264] Asymmetric key parser 'x509' registered\n[ 0.496264] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.497784] io scheduler noop registered\n[ 0.498592] io scheduler deadline registered (default)\n[ 0.499608] io scheduler cfq registered\n[ 0.500488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504347] ACPI: Power Button [PWRF]\n[ 0.505220] GHES: HEST is not enabled!\n[ 0.518904] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.575426] Linux agpgart interface v0.103\n[ 0.578060] brd: module loaded\n[ 0.579851] loop: module loaded\n[ 0.585127] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.586618] GPT:90111 != 2097151\n[ 0.587310] GPT:Alternate GPT header not at the end of the disk.\n[ 0.588430] GPT:90111 != 2097151\n[ 0.589124] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590116] vda: vda1 vda15\n[ 0.591358] scsi host0: ata_piix\n[ 0.592168] scsi host1: ata_piix\n[ 0.595067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596410] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598386] libphy: Fixed MDIO Bus: probed\n[ 0.599228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600212] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.602926] PPP generic driver version 2.4.2\n[ 0.603881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605115] ehci-pci: EHCI PCI platform driver\n[ 0.606009] ehci-platform: EHCI generic platform driver\n[ 0.607026] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608192] ohci-pci: OHCI PCI platform driver\n[ 0.609089] ohci-platform: OHCI generic platform driver\n[ 0.610123] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624537] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625578] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627084] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629326] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.632047] usb usb1: Product: UHCI Host Controller\n[ 0.633005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634175] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635187] hub 1-0:1.0: USB hub found\n[ 0.635993] hub 1-0:1.0: 2 ports detected\n[ 0.636975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639165] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640159] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641248] mousedev: PS/2 mouse device common for all mice\n[ 0.642698] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644596] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648228] i2c /dev entries driver\n[ 0.649035] device-mapper: uevent: version 1.0.3\n[ 0.650029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651719] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653202] NET: Registered protocol family 10\n[ 0.654370] NET: Registered protocol family 17\n[ 0.655302] Key type dns_resolver registered\n[ 0.656357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657511] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659364] registered taskstats version 1\n[ 0.660244] Loading compiled-in X.509 certificates\n[ 0.661752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663686] zswap: loaded using pool lzo/zbud\n[ 0.665372] Key type trusted registered\n[ 0.667163] Key type encrypted registered\n[ 0.668018] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669094] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670167] evm: HMAC attrs: 0x1\n[ 0.671182] Magic number: 10:375:254\n[ 0.672086] rtc_cmos 00:00: setting system clock to 2018-07-22 00:15:52 UTC (1532218552)\n[ 0.673756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674885] EDD information not available.\n[ 0.753372] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.765082] Write protecting the kernel read-only data: 14336k\n[ 0.767237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.769123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.920105] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKAWKUUF4uEfOyPPXToq2ixcYQP0tApKI5zxbHtPjIzr4UJMK1FJWDMU+HhfBVxycL3mCIfD34gRoEaFADEStAgC/S0k+skMQ1QAgGMaro6wFkQ3csketHrC3AIvDnWUPpIO7Inoz8j1pdSEHD34SClogip5f+ycUDzqh0QZX1NzbNsbM4xW6busXNL2M7eGxHJ4CgoDMLIOZl1D8emBECKvxIqbyPwZ80LI5EYhd3XB9gaq5N+FyJxvOD0/Mt0lDgEGszPYR1vyWuNeGn+S6Y09rCet1ufiFJ0mx0WIf2Y2m9bZhX7zDwSbhyc42/2yAWLWP0lepofAdnSPq4h36d root@singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0\nssh-dss AAAAB3NzaC1kc3MAAACBAJcmvgL+JoFrQrBc59nZsVlVg5ISapKSeCi80sLBUNB7TY02CWV5vsBaSDriweok1hnxDw19sSAfvElipm1qMLHQYNkh0BbgqjoGqjzbfbXRWGasNLoVWLWccCxrf3BIJrUMoxjwTRM7RBAh+Zb0VcqoEP3SU1ecO5mn/41SPnCPAAAAFQDwDE/sTMkox7dBkSX8tI8puKFWnwAAAIBt2ulGnX6y879NaTFZsDAe9HlULcbDIDSV3j5gwXNYwtDMOe6CQSMKp762+byZJ8XoXjtGq3Z52fZKmxR9LwgZIOpKz4i9hG0OE1xHgL13Jh2Jh3B5haEXZYEv0BcptbHktRi+/d6ZqtLuH0MqA5mZzMxuzp+Q+bTcmjBWTXAllwAAAIBza6tVGHIUlw3eyPk7p8AhXjGqDtBVzIOXN18hQVwavtRLIsI4Edo5QqdArYGKs89Mjzxa95CoyJuaszG8Og00mPc+wYIOeC1Oc9HK19QtTcWpGfLMAdTv6PLx1ljit6EtceR36Yy2T8f91WwxhD1RTj+NGvDvWaA9MBi5mm9jCQ== root@singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe04:6f75/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0 login: "} 2018-07-22 00:15:57,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001/action used request id req-8f738e40-9870-4b92-bb34-8b22d096cf6a 2018-07-22 00:15:57,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.74539899826s 2018-07-22 00:15:57,565 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001/action used request id req-8f738e40-9870-4b92-bb34-8b22d096cf6a 2018-07-22 00:15:57,565 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 513441625 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.140715] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142405] pid_max: default: 32768 minimum: 301 [ 0.143316] ACPI: Core revision 20150930 [ 0.144730] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146069] Security Framework initialized [ 0.146907] Yama: becoming mindful. [ 0.147656] AppArmor: AppArmor initialized [ 0.148537] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149898] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153901] Initializing cgroup subsys io [ 0.154733] Initializing cgroup subsys memory [ 0.155609] Initializing cgroup subsys devices [ 0.156505] Initializing cgroup subsys freezer [ 0.157402] Initializing cgroup subsys net_cls [ 0.158281] Initializing cgroup subsys perf_event [ 0.159205] Initializing cgroup subsys net_prio [ 0.160113] Initializing cgroup subsys hugetlb [ 0.160992] Initializing cgroup subsys pids [ 0.161875] CPU: Physical Processor ID: 0 [ 0.163400] mce: CPU supports 10 MCE banks [ 0.164273] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165287] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179802] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185930] ftrace: allocating 31920 entries in 125 pages [ 0.211122] smpboot: Max logical packages: 1 [ 0.211999] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213378] x2apic enabled [ 0.214192] Switched APIC routing to physical x2apic. [ 0.215943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217090] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219204] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221029] KVM setup paravirtual spinlock [ 0.222348] x86: Booted up 1 node, 1 CPUs [ 0.223178] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224600] devtmpfs: initialized [ 0.226337] evm: security.selinux [ 0.227052] evm: security.SMACK64 [ 0.227763] evm: security.SMACK64EXEC [ 0.228534] evm: security.SMACK64TRANSMUTE [ 0.229358] evm: security.SMACK64MMAP [ 0.230118] evm: security.ima [ 0.230771] evm: security.capability [ 0.231591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233495] pinctrl core: initialized pinctrl subsystem [ 0.234619] RTC time: 0:15:51, date: 07/22/18 [ 0.235605] NET: Registered protocol family 16 [ 0.236614] cpuidle: using governor ladder [ 0.237455] cpuidle: using governor menu [ 0.238256] PCCT header not found. [ 0.239027] ACPI: bus type PCI registered [ 0.239850] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.241146] PCI: Using configuration type 1 for base access [ 0.242931] ACPI: Added _OSI(Module Device) [ 0.243797] ACPI: Added _OSI(Processor Device) [ 0.244702] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245623] ACPI: Added _OSI(Processor Aggregator Device) [ 0.247410] ACPI: Interpreter enabled [ 0.248203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.250100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255720] ACPI: (supports S0 S5) [ 0.256440] ACPI: Using IOAPIC for interrupt routing [ 0.257410] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260561] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261735] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262998] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264224] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266489] acpiphp: Slot [3] registered [ 0.267314] acpiphp: Slot [4] registered [ 0.268133] acpiphp: Slot [5] registered [ 0.268948] acpiphp: Slot [6] registered [ 0.269763] acpiphp: Slot [7] registered [ 0.270581] acpiphp: Slot [8] registered [ 0.271401] acpiphp: Slot [9] registered [ 0.272221] acpiphp: Slot [10] registered [ 0.273047] acpiphp: Slot [11] registered [ 0.273879] acpiphp: Slot [12] registered [ 0.274713] acpiphp: Slot [13] registered [ 0.275541] acpiphp: Slot [14] registered [ 0.276369] acpiphp: Slot [15] registered [ 0.287193] acpiphp: Slot [16] registered [ 0.288026] acpiphp: Slot [17] registered [ 0.288859] acpiphp: Slot [18] registered [ 0.289690] acpiphp: Slot [19] registered [ 0.290516] acpiphp: Slot [20] registered [ 0.291349] acpiphp: Slot [21] registered [ 0.292179] acpiphp: Slot [22] registered [ 0.293005] acpiphp: Slot [23] registered [ 0.293836] acpiphp: Slot [24] registered [ 0.294669] acpiphp: Slot [25] registered [ 0.295501] acpiphp: Slot [26] registered [ 0.296330] acpiphp: Slot [27] registered [ 0.297161] acpiphp: Slot [28] registered [ 0.298027] acpiphp: Slot [29] registered [ 0.298872] acpiphp: Slot [30] registered [ 0.299704] acpiphp: Slot [31] registered [ 0.300530] PCI host bridge to bus 0000:00 [ 0.301355] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302601] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303840] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305321] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306812] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308316] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311726] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313037] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314257] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319137] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320640] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.340272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.343927] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.345370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.346790] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348091] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.349446] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.350534] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352107] vgaarb: loaded [ 0.352719] vgaarb: bridge control possible 0000:00:02.0 [ 0.353968] SCSI subsystem initialized [ 0.354907] ACPI: bus type USB registered [ 0.355764] usbcore: registered new interface driver usbfs [ 0.356826] usbcore: registered new interface driver hub [ 0.357862] usbcore: registered new device driver usb [ 0.358994] PCI: Using ACPI for IRQ routing [ 0.360146] NetLabel: Initializing [ 0.360884] NetLabel: domain hash size = 128 [ 0.361758] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.362739] NetLabel: unlabeled traffic allowed by default [ 0.363936] clocksource: Switched to clocksource kvm-clock [ 0.372278] AppArmor: AppArmor Filesystem Enabled [ 0.373279] pnp: PnP ACPI init [ 0.374231] pnp: PnP ACPI: found 5 devices [ 0.380557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382355] NET: Registered protocol family 2 [ 0.383419] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.384747] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.385988] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387207] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.388321] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.389536] NET: Registered protocol family 1 [ 0.390436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.391556] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.392657] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.420852] Trying to unpack rootfs image as initramfs... [ 0.477083] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.478805] Scanning for low memory corruption every 60 seconds [ 0.480203] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.481391] audit: initializing netlink subsys (disabled) [ 0.482444] audit: type=2000 audit(1532218552.171:1): initialized [ 0.483811] Initialise system trusted keyring [ 0.484809] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486003] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488171] zbud: loaded [ 0.488911] VFS: Disk quotas dquot_6.6.0 [ 0.489757] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491396] fuse init (API version 7.23) [ 0.492331] Key type big_key registered [ 0.493160] Allocating IMA MOK and blacklist keyrings. [ 0.494418] Key type asymmetric registered [ 0.495264] Asymmetric key parser 'x509' registered [ 0.496264] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.497784] io scheduler noop registered [ 0.498592] io scheduler deadline registered (default) [ 0.499608] io scheduler cfq registered [ 0.500488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.501557] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.502856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504347] ACPI: Power Button [PWRF] [ 0.505220] GHES: HEST is not enabled! [ 0.518904] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.575426] Linux agpgart interface v0.103 [ 0.578060] brd: module loaded [ 0.579851] loop: module loaded [ 0.585127] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.586618] GPT:90111 != 2097151 [ 0.587310] GPT:Alternate GPT header not at the end of the disk. [ 0.588430] GPT:90111 != 2097151 [ 0.589124] GPT: Use GNU Parted to correct GPT errors. [ 0.590116] vda: vda1 vda15 [ 0.591358] scsi host0: ata_piix [ 0.592168] scsi host1: ata_piix [ 0.595067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.596410] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598386] libphy: Fixed MDIO Bus: probed [ 0.599228] tun: Universal TUN/TAP device driver, 1.6 [ 0.600212] tun: (C) 1999-2004 Max Krasnyansky [ 0.602926] PPP generic driver version 2.4.2 [ 0.603881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605115] ehci-pci: EHCI PCI platform driver [ 0.606009] ehci-platform: EHCI generic platform driver [ 0.607026] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608192] ohci-pci: OHCI PCI platform driver [ 0.609089] ohci-platform: OHCI generic platform driver [ 0.610123] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624537] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625578] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627084] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.628148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629326] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632047] usb usb1: Product: UHCI Host Controller [ 0.633005] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634175] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635187] hub 1-0:1.0: USB hub found [ 0.635993] hub 1-0:1.0: 2 ports detected [ 0.636975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639165] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640159] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641248] mousedev: PS/2 mouse device common for all mice [ 0.642698] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644596] rtc_cmos 00:00: RTC can wake from S4 [ 0.645752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646980] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648228] i2c /dev entries driver [ 0.649035] device-mapper: uevent: version 1.0.3 [ 0.650029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651719] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653202] NET: Registered protocol family 10 [ 0.654370] NET: Registered protocol family 17 [ 0.655302] Key type dns_resolver registered [ 0.656357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657511] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659364] registered taskstats version 1 [ 0.660244] Loading compiled-in X.509 certificates [ 0.661752] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663686] zswap: loaded using pool lzo/zbud [ 0.665372] Key type trusted registered [ 0.667163] Key type encrypted registered [ 0.668018] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669094] ima: No TPM chip found, activating TPM-bypass! [ 0.670167] evm: HMAC attrs: 0x1 [ 0.671182] Magic number: 10:375:254 [ 0.672086] rtc_cmos 00:00: setting system clock to 2018-07-22 00:15:52 UTC (1532218552) [ 0.673756] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674885] EDD information not available. [ 0.753372] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.765082] Write protecting the kernel read-only data: 14336k [ 0.767237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.769123] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.920105] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKAWKUUF4uEfOyPPXToq2ixcYQP0tApKI5zxbHtPjIzr4UJMK1FJWDMU+HhfBVxycL3mCIfD34gRoEaFADEStAgC/S0k+skMQ1QAgGMaro6wFkQ3csketHrC3AIvDnWUPpIO7Inoz8j1pdSEHD34SClogip5f+ycUDzqh0QZX1NzbNsbM4xW6busXNL2M7eGxHJ4CgoDMLIOZl1D8emBECKvxIqbyPwZ80LI5EYhd3XB9gaq5N+FyJxvOD0/Mt0lDgEGszPYR1vyWuNeGn+S6Y09rCet1ufiFJ0mx0WIf2Y2m9bZhX7zDwSbhyc42/2yAWLWP0lepofAdnSPq4h36d root@singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0 ssh-dss AAAAB3NzaC1kc3MAAACBAJcmvgL+JoFrQrBc59nZsVlVg5ISapKSeCi80sLBUNB7TY02CWV5vsBaSDriweok1hnxDw19sSAfvElipm1qMLHQYNkh0BbgqjoGqjzbfbXRWGasNLoVWLWccCxrf3BIJrUMoxjwTRM7RBAh+Zb0VcqoEP3SU1ecO5mn/41SPnCPAAAAFQDwDE/sTMkox7dBkSX8tI8puKFWnwAAAIBt2ulGnX6y879NaTFZsDAe9HlULcbDIDSV3j5gwXNYwtDMOe6CQSMKp762+byZJ8XoXjtGq3Z52fZKmxR9LwgZIOpKz4i9hG0OE1xHgL13Jh2Jh3B5haEXZYEv0BcptbHktRi+/d6ZqtLuH0MqA5mZzMxuzp+Q+bTcmjBWTXAllwAAAIBza6tVGHIUlw3eyPk7p8AhXjGqDtBVzIOXN18hQVwavtRLIsI4Edo5QqdArYGKs89Mjzxa95CoyJuaszG8Og00mPc+wYIOeC1Oc9HK19QtTcWpGfLMAdTv6PLx1ljit6EtceR36Yy2T8f91WwxhD1RTj+NGvDvWaA9MBi5mm9jCQ== root@singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe04:6f75/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-bc66e68c-dec5-4f2c-8771-1b35883935e0 login: 2018-07-22 00:15:58,567 - paramiko.transport - DEBUG - starting thread (client mode): 0x4824e3d0L 2018-07-22 00:15:58,568 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 00:15:58,568 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 00:15:58,568 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 00:15:58,570 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-22 00:15:58,570 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 00:15:58,571 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 00:15:58,571 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 00:15:58,571 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 00:15:58,571 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 00:15:58,591 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 00:15:58,592 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 00:15:58,601 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: b67eada512ea2429194b9cb7cc0c7e45 2018-07-22 00:15:58,602 - paramiko.transport - DEBUG - Trying discovered key 32716bfcdb60ed7076a975574efd3fb4 in /tmp/tmpNuqCNY 2018-07-22 00:15:58,630 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 00:15:58,637 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 00:15:58,667 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 00:15:58,669 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 00:15:58,669 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 00:15:58,670 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 00:15:58,671 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 00:15:58,672 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 00:15:58,677 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 00:15:58,791 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:15:58,791 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 00:15:58,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 00:15:58,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/285302ec-d210-4ecc-b20c-e37da338ca1b.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:15:59,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c8e6b5c-9626-41df-a4db-db4444d1c317 Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:15:59,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/285302ec-d210-4ecc-b20c-e37da338ca1b.json used request id req-5c8e6b5c-9626-41df-a4db-db4444d1c317 2018-07-22 00:15:59,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.18902397156s 2018-07-22 00:15:59,989 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/285302ec-d210-4ecc-b20c-e37da338ca1b.json used request id req-5c8e6b5c-9626-41df-a4db-db4444d1c317 2018-07-22 00:15:59,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:15:59,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:00,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d1f16567-71d8-4f1e-9005-33e44fc168d2 Date: Sun, 22 Jul 2018 00:16:00 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:16:00,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d1f16567-71d8-4f1e-9005-33e44fc168d2 2018-07-22 00:16:00,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.874215126038s 2018-07-22 00:16:00,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d1f16567-71d8-4f1e-9005-33e44fc168d2 2018-07-22 00:16:00,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 00:16:00,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:01,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:16:00 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-6600f357-4a18-43ac-8d1b-2e2568b6d19c x-compute-request-id: req-6600f357-4a18-43ac-8d1b-2e2568b6d19c Content-Type: application/json 2018-07-22 00:16:01,082 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001 used request id req-6600f357-4a18-43ac-8d1b-2e2568b6d19c 2018-07-22 00:16:01,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.21256685257s 2018-07-22 00:16:01,082 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001 used request id req-6600f357-4a18-43ac-8d1b-2e2568b6d19c 2018-07-22 00:16:01,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:01,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:01,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:01 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-1ba8369e-4201-4153-838b-5af0cf1548d2 x-compute-request-id: req-1ba8369e-4201-4153-838b-5af0cf1548d2 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:6f:75", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:6f:75", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/3c04282c-6354-447c-930c-b68e6d728001", "rel": "bookmark"}], "image": {"id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "links": [{"href": "http://172.30.9.29:8774/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T00:15:51.000000", "flavor": {"id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba", "links": [{"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}]}, "id": "3c04282c-6354-447c-930c-b68e6d728001", "security_groups": [{"name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}], "user_id": "c8421886f8de448f882d5dea5d76bb93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:16:00Z", "hostId": "0d7511a8871f7368a46f801228ca515f6f97479ce1c32ca92dd36c83", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bc66e68c-dec5-4f2c-8771-1b35883935e0", "created": "2018-07-22T00:15:38Z", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:01,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1ba8369e-4201-4153-838b-5af0cf1548d2 2018-07-22 00:16:01,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519971132278s 2018-07-22 00:16:01,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-1ba8369e-4201-4153-838b-5af0cf1548d2 2018-07-22 00:16:01,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:16:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:03,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:03,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc36a7ca-6d2c-494b-8eec-d56093eb6513 x-compute-request-id: req-cc36a7ca-6d2c-494b-8eec-d56093eb6513 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 00:16:03,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc36a7ca-6d2c-494b-8eec-d56093eb6513 2018-07-22 00:16:03,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.252812147141s 2018-07-22 00:16:03,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc36a7ca-6d2c-494b-8eec-d56093eb6513 2018-07-22 00:16:03,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:16:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:03,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-52d2dcb7-6243-491c-abd8-32c49dc90700 Date: Sun, 22 Jul 2018 00:16:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "created_at": "2018-07-22T00:10:23Z", "updated_at": "2018-07-22T00:10:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "287028af-e774-4386-a173-b434b832358c", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "5ac32804-d80d-43e8-bc6d-1545ccdc64cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "be7bdcf5-145f-4f37-88f2-d57fcae9a5d9", "remote_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:10:23Z", "revision_number": 0, "id": "fcf0112c-4d8e-4cfb-aaa8-06d593d91267", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:10:23Z", "security_group_id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "tenant_id": "db3c6d8733c847e6a6a2bafe8cb46953", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3c6d8733c847e6a6a2bafe8cb46953"}], "revision_number": 1, "project_id": "db3c6d8733c847e6a6a2bafe8cb46953", "id": "4e95753a-3d41-4caf-9c72-39042dd4250b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:13:50Z", "updated_at": "2018-07-22T00:13:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "161a2f38-0c02-4ed8-b087-a8a796aa0a4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "20131a24-dcab-4e66-97db-90fc42e579ea", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "4e162900-7c93-4631-87ae-cf170531eea3", "remote_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:50Z", "revision_number": 0, "id": "9741b2d3-63ba-48b0-bf10-b0428c3e9311", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:50Z", "security_group_id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 1, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "63f1d8a3-83f2-42b2-b443-d1824dd00c5b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "created_at": "2018-07-22T00:14:59Z", "updated_at": "2018-07-22T00:14:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "32671bec-8aa0-455f-b3ec-0fbbe3103841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "5754d9b6-25ab-4fd2-b57b-3e0e447f6447", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "70bae9ed-bdd4-4cfe-830c-7e5c91895290", "remote_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:59Z", "revision_number": 0, "id": "ab51422e-3e30-4fc5-82ee-3154e2ced0ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:59Z", "security_group_id": "782d7c06-d42b-470d-960d-f096c0cc5102", "tenant_id": "7c86439b2f96411b81b52c7cc8ec4c65", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c86439b2f96411b81b52c7cc8ec4c65"}], "revision_number": 1, "project_id": "7c86439b2f96411b81b52c7cc8ec4c65", "id": "782d7c06-d42b-470d-960d-f096c0cc5102", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T00:13:53Z", "updated_at": "2018-07-22T00:13:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "0e0a25d4-700b-4331-83d0-27e678f484b2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "54f4dffb-1937-4e8c-9ce5-a5547d25cbec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "5e2c1e52-74c2-4711-91b9-abab7c85b007", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:13:53Z", "revision_number": 0, "id": "b0532d04-c70c-4a48-8b71-c4ab824a94e2", "remote_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "remote_ip_prefix": null, "created_at": "2018-07-22T00:13:53Z", "security_group_id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "883d36e5-e9a3-4180-8de3-1d963b8dfcdd", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:32Z", "updated_at": "2018-07-22T00:15:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "4a0cc901-f080-4fbc-9a8d-9ef9b16c0d4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:34Z", "revision_number": 0, "id": "7a7679f0-050e-4d8c-8c21-6a5141b65b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:34Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:15:33Z", "revision_number": 0, "id": "95a017db-5623-49d6-9e19-66a7d9f47c6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:33Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:15:32Z", "revision_number": 0, "id": "d499c536-1a56-470e-bb86-d11ebb80c005", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:15:32Z", "security_group_id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49"}], "revision_number": 3, "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "ca316b4a-45dd-4cce-8509-8e90f890739d", "name": "singlevm1-sg_bc66e68c-dec5-4f2c-8771-1b35883935e0"}, {"description": "Default security group", "tags": [], "tenant_id": "0cad8e4a7231423a824b46045027a229", "created_at": "2018-07-22T00:14:11Z", "updated_at": "2018-07-22T00:14:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "6421afaf-2c73-402c-9109-b4c25f30a7af", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "881b0c95-0f57-486b-b4cd-8a027acca94b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "ba02f55b-c664-4f7c-90d3-edd74d7b2083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv6", "project_id": "0cad8e4a7231423a824b46045027a229"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:14:11Z", "revision_number": 0, "id": "f80fc6b9-20fe-46d7-9c59-fd01edcebbad", "remote_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "remote_ip_prefix": null, "created_at": "2018-07-22T00:14:11Z", "security_group_id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "tenant_id": "0cad8e4a7231423a824b46045027a229", "port_range_min": null, "ethertype": "IPv4", "project_id": "0cad8e4a7231423a824b46045027a229"}], "revision_number": 1, "project_id": "0cad8e4a7231423a824b46045027a229", "id": "f931b7b3-79cb-4ab4-876d-19f1f03ba388", "name": "default"}]} 2018-07-22 00:16:03,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-52d2dcb7-6243-491c-abd8-32c49dc90700 2018-07-22 00:16:03,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0590200424194s 2018-07-22 00:16:03,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-52d2dcb7-6243-491c-abd8-32c49dc90700 2018-07-22 00:16:03,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 00:16:03,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/ca316b4a-45dd-4cce-8509-8e90f890739d.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:04,266 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-842d8f04-e661-474e-ad11-faec0c6fb4c5 Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:04,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ca316b4a-45dd-4cce-8509-8e90f890739d.json used request id req-842d8f04-e661-474e-ad11-faec0c6fb4c5 2018-07-22 00:16:04,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.337680101395s 2018-07-22 00:16:04,266 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/ca316b4a-45dd-4cce-8509-8e90f890739d.json used request id req-842d8f04-e661-474e-ad11-faec0c6fb4c5 2018-07-22 00:16:04,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 00:16:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:04,329 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b29da8d-b2b0-47f0-a937-0c6bbd2f88a3 x-compute-request-id: req-6b29da8d-b2b0-47f0-a937-0c6bbd2f88a3 Content-Length: 0 Content-Type: application/json 2018-07-22 00:16:04,329 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0 used request id req-6b29da8d-b2b0-47f0-a937-0c6bbd2f88a3 2018-07-22 00:16:04,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0620110034943s 2018-07-22 00:16:04,329 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bc66e68c-dec5-4f2c-8771-1b35883935e0 used request id req-6b29da8d-b2b0-47f0-a937-0c6bbd2f88a3 2018-07-22 00:16:04,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:16:04,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" -d '{"subnet_id": "4b1e10ef-0ff0-475d-9270-29c087d7de57"}' 2018-07-22 00:16:06,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e9cc979-4aa1-4b92-b776-c014369fdac6 Date: Sun, 22 Jul 2018 00:16:06 GMT RESP BODY: {"network_id": "986456aa-6798-414e-960d-14b3823daa1f", "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "subnet_id": "4b1e10ef-0ff0-475d-9270-29c087d7de57", "subnet_ids": ["4b1e10ef-0ff0-475d-9270-29c087d7de57"], "port_id": "f3a1cb09-38cb-4a41-8006-5be4e6f03b18", "id": "52f4b014-209c-4841-b7db-8564530cc23e"} 2018-07-22 00:16:06,061 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/remove_router_interface.json used request id req-1e9cc979-4aa1-4b92-b776-c014369fdac6 2018-07-22 00:16:06,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73159599304s 2018-07-22 00:16:06,062 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e/remove_router_interface.json used request id req-1e9cc979-4aa1-4b92-b776-c014369fdac6 returning object 52f4b014-209c-4841-b7db-8564530cc23e 2018-07-22 00:16:06,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:16:06,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:06,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d060609b-5361-4ef4-9a90-999438035322 Date: Sun, 22 Jul 2018 00:16:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "created_at": "2018-07-22T00:15:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T00:16:05Z", "revision_number": 4, "routes": [], "project_id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "52f4b014-209c-4841-b7db-8564530cc23e", "name": "singlevm1-router_bc66e68c-dec5-4f2c-8771-1b35883935e0"}]} 2018-07-22 00:16:06,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d060609b-5361-4ef4-9a90-999438035322 2018-07-22 00:16:06,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.105529069901s 2018-07-22 00:16:06,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d060609b-5361-4ef4-9a90-999438035322 2018-07-22 00:16:06,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:16:06,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:08,546 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4802d211-6aae-4c06-bb9b-a36d935896df Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:08,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e.json used request id req-4802d211-6aae-4c06-bb9b-a36d935896df 2018-07-22 00:16:08,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.37671589851s 2018-07-22 00:16:08,547 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/52f4b014-209c-4841-b7db-8564530cc23e.json used request id req-4802d211-6aae-4c06-bb9b-a36d935896df 2018-07-22 00:16:08,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:16:08,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:08,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-ef5426a1-3baf-4d84-a310-319541a9e1b7 Date: Sun, 22 Jul 2018 00:16:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"986456aa-6798-414e-960d-14b3823daa1f","tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:15:23Z","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":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","id":"4b1e10ef-0ff0-475d-9270-29c087d7de57","subnetpool_id":null,"name":"singlevm1-subnet_bc66e68c-dec5-4f2c-8771-1b35883935e0"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:31Z","dns_nameservers":[],"updated_at":"2018-07-22T00:10:31Z","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":"db3c6d8733c847e6a6a2bafe8cb46953","id":"58942421-7cb3-46a4-be65-78d945914cf0","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 00:16:08,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ef5426a1-3baf-4d84-a310-319541a9e1b7 2018-07-22 00:16:08,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0504767894745s 2018-07-22 00:16:08,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-ef5426a1-3baf-4d84-a310-319541a9e1b7 2018-07-22 00:16:08,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:16:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/4b1e10ef-0ff0-475d-9270-29c087d7de57.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:10,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4bb82a28-ef8a-417f-8bed-a6d3eb448871 Date: Sun, 22 Jul 2018 00:16:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:10,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4b1e10ef-0ff0-475d-9270-29c087d7de57.json used request id req-4bb82a28-ef8a-417f-8bed-a6d3eb448871 2018-07-22 00:16:10,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34914112091s 2018-07-22 00:16:10,949 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/4b1e10ef-0ff0-475d-9270-29c087d7de57.json used request id req-4bb82a28-ef8a-417f-8bed-a6d3eb448871 2018-07-22 00:16:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:10,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:11,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-653d8b57-7179-4e1a-b08a-bd9f6fba3768 Date: Sun, 22 Jul 2018 00:16:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"986456aa-6798-414e-960d-14b3823daa1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T00:16:10Z","provider:segmentation_id":11,"name":"singlevm1-net_bc66e68c-dec5-4f2c-8771-1b35883935e0","admin_state_up":true,"tenant_id":"f5b7a000a3ef4a4ba0a76d3e2e67fe49","created_at":"2018-07-22T00:15:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:16:11,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-653d8b57-7179-4e1a-b08a-bd9f6fba3768 2018-07-22 00:16:11,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0902280807495s 2018-07-22 00:16:11,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-653d8b57-7179-4e1a-b08a-bd9f6fba3768 2018-07-22 00:16:11,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:16:11,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/986456aa-6798-414e-960d-14b3823daa1f.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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:12,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5526f53-992b-43c0-a00e-e1559b5a6b87 Date: Sun, 22 Jul 2018 00:16:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:12,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/986456aa-6798-414e-960d-14b3823daa1f.json used request id req-a5526f53-992b-43c0-a00e-e1559b5a6b87 2018-07-22 00:16:12,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.95473098755s 2018-07-22 00:16:12,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/986456aa-6798-414e-960d-14b3823daa1f.json used request id req-a5526f53-992b-43c0-a00e-e1559b5a6b87 2018-07-22 00:16:13,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:16:13,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:13,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-be894cb4-e46e-4716-8c1a-584d41e6157c Date: Sun, 22 Jul 2018 00:16:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/d81c897e-1df0-4f46-89a1-3130e3761daf/snap", "metadata": {}}], "file": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf/file", "owner": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "id": "d81c897e-1df0-4f46-89a1-3130e3761daf", "size": 12716032, "self": "/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/d81c897e-1df0-4f46-89a1-3130e3761daf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:15:31Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bc66e68c-dec5-4f2c-8771-1b35883935e0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:15:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:16:13,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-be894cb4-e46e-4716-8c1a-584d41e6157c 2018-07-22 00:16:13,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213962078094s 2018-07-22 00:16:13,216 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-be894cb4-e46e-4716-8c1a-584d41e6157c 2018-07-22 00:16:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:16:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:14,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-978c7e0e-5f1b-4f75-9e12-e980d382eecd Date: Sun, 22 Jul 2018 00:16:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:16:14,466 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf used request id req-978c7e0e-5f1b-4f75-9e12-e980d382eecd 2018-07-22 00:16:14,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.24807405472s 2018-07-22 00:16:14,467 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/d81c897e-1df0-4f46-89a1-3130e3761daf used request id req-978c7e0e-5f1b-4f75-9e12-e980d382eecd 2018-07-22 00:16:14,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:16:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:14,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6eda83b-2378-46f8-aa9f-85997dc845b3 x-compute-request-id: req-d6eda83b-2378-46f8-aa9f-85997dc845b3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bc66e68c-dec5-4f2c-8771-1b35883935e0", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ce2eef86-b024-4ad0-a0a3-9ec058928eba"}]} 2018-07-22 00:16:14,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d6eda83b-2378-46f8-aa9f-85997dc845b3 2018-07-22 00:16:14,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0360820293427s 2018-07-22 00:16:14,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d6eda83b-2378-46f8-aa9f-85997dc845b3 2018-07-22 00:16:14,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:16:14,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79f2fab5b4dcf8928c4f0958cb5b2577142d55a3" 2018-07-22 00:16:14,548 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b838174-a3ba-423d-97e9-3a5e2dca5fc1 x-compute-request-id: req-1b838174-a3ba-423d-97e9-3a5e2dca5fc1 Content-Length: 0 Content-Type: application/json 2018-07-22 00:16:14,548 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba used request id req-1b838174-a3ba-423d-97e9-3a5e2dca5fc1 2018-07-22 00:16:14,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0430181026459s 2018-07-22 00:16:14,548 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ce2eef86-b024-4ad0-a0a3-9ec058928eba used request id req-1b838174-a3ba-423d-97e9-3a5e2dca5fc1 2018-07-22 00:16:14,604 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-22 00:16:14,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:16:14,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:16:14,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:16:14,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:16:14,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:16:14,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-268233cd-97a7-4341-869a-14b358fabe74 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:16:14,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-268233cd-97a7-4341-869a-14b358fabe74 2018-07-22 00:16:14,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:16:15,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:16:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["jLgTKdQORWK8q-SYpWga3g"], "issued_at": "2018-07-22T00:16:15.000000Z"}} 2018-07-22 00:16:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:15,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b03ed90e-4e6d-4cb4-9cff-d9da0e3fd05b Date: Sun, 22 Jul 2018 00:16:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:16:15,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b03ed90e-4e6d-4cb4-9cff-d9da0e3fd05b 2018-07-22 00:16:15,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.428797960281s 2018-07-22 00:16:15,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b03ed90e-4e6d-4cb4-9cff-d9da0e3fd05b 2018-07-22 00:16:15,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:16:15,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:16:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cce9e5f8-33f3-49ed-b6cd-3936b4fe0258 Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:16:15,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-cce9e5f8-33f3-49ed-b6cd-3936b4fe0258 2018-07-22 00:16:15,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:16:15,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:15,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d98d9f3-22c1-44c5-b150-21543a7debe2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:16:15,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-2d98d9f3-22c1-44c5-b150-21543a7debe2 2018-07-22 00:16:15,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109604120255s 2018-07-22 00:16:15,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-2d98d9f3-22c1-44c5-b150-21543a7debe2 2018-07-22 00:16:15,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 00:16:15,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}}' 2018-07-22 00:16:15,787 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:16:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bae3f7e5-2fcf-42fa-8c5c-fc7f2916a5e9 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1"}, "tags": [], "enabled": true, "id": "73eb8bca5a2c4f25b641ef32f33df2b1", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}} 2018-07-22 00:16:15,787 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bae3f7e5-2fcf-42fa-8c5c-fc7f2916a5e9 2018-07-22 00:16:15,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.17894077301s 2018-07-22 00:16:15,787 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-bae3f7e5-2fcf-42fa-8c5c-fc7f2916a5e9 2018-07-22 00:16:15,788 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'73eb8bca5a2c4f25b641ef32f33df2b1', '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'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f'}) 2018-07-22 00:16:15,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 00:16:15,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e719cd79-a58e-44c5-8f5b-b3d2ccedae8a", "email": null, "name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}}' 2018-07-22 00:16:16,220 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:16:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8535b9ad-e50a-483b-af17-9cc32b03afc5 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": {"self": "http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c0a0969b7664571ab977912e6f23323", "domain_id": "default", "password_expires_at": null}} 2018-07-22 00:16:16,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-8535b9ad-e50a-483b-af17-9cc32b03afc5 2018-07-22 00:16:16,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.42637014389s 2018-07-22 00:16:16,221 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-8535b9ad-e50a-483b-af17-9cc32b03afc5 2018-07-22 00:16:16,222 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7c0a0969b7664571ab977912e6f23323', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f'}) 2018-07-22 00:16:16,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:16:16,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4ab345-1ecf-41fd-8cb8-9c43132c8b4e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:16:16,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca4ab345-1ecf-41fd-8cb8-9c43132c8b4e 2018-07-22 00:16:16,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104976892471s 2018-07-22 00:16:16,331 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-ca4ab345-1ecf-41fd-8cb8-9c43132c8b4e 2018-07-22 00:16:16,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:16:16,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80abbac1-4777-46d4-9395-a3cff20ac3ab Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:16:16,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-80abbac1-4777-46d4-9395-a3cff20ac3ab 2018-07-22 00:16:16,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0964829921722s 2018-07-22 00:16:16,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-80abbac1-4777-46d4-9395-a3cff20ac3ab 2018-07-22 00:16:16,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:16:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437e7017-1da0-42f1-b978-86b64e343b24 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:16:16,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-437e7017-1da0-42f1-b978-86b64e343b24 2018-07-22 00:16:16,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107031106949s 2018-07-22 00:16:16,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-437e7017-1da0-42f1-b978-86b64e343b24 2018-07-22 00:16:16,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:16:16,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965ab1e3-af4d-408f-968a-3209db7b595b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 00:16:16,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-965ab1e3-af4d-408f-968a-3209db7b595b 2018-07-22 00:16:16,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.112452983856s 2018-07-22 00:16:16,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-965ab1e3-af4d-408f-968a-3209db7b595b 2018-07-22 00:16:16,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:16:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a081591-9dda-4f5b-b85c-4d330e39d4e8 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": {"self": "http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c0a0969b7664571ab977912e6f23323", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:16:16,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3a081591-9dda-4f5b-b85c-4d330e39d4e8 2018-07-22 00:16:16,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.036826133728s 2018-07-22 00:16:16,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3a081591-9dda-4f5b-b85c-4d330e39d4e8 2018-07-22 00:16:16,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:16:16,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17363f14-ec03-4b73-9e0e-2c32d13fd707 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1"}, "tags": [], "enabled": true, "id": "73eb8bca5a2c4f25b641ef32f33df2b1", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}]} 2018-07-22 00:16:16,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-17363f14-ec03-4b73-9e0e-2c32d13fd707 2018-07-22 00:16:16,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107990980148s 2018-07-22 00:16:16,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-17363f14-ec03-4b73-9e0e-2c32d13fd707 2018-07-22 00:16:16,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:16:16,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=7c0a0969b7664571ab977912e6f23323&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=73eb8bca5a2c4f25b641ef32f33df2b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:16,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c152c85-adb7-47b0-b837-6749c67dc092 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=7c0a0969b7664571ab977912e6f23323&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=73eb8bca5a2c4f25b641ef32f33df2b1", "previous": null, "next": null}} 2018-07-22 00:16:16,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=7c0a0969b7664571ab977912e6f23323&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=73eb8bca5a2c4f25b641ef32f33df2b1 used request id req-1c152c85-adb7-47b0-b837-6749c67dc092 2018-07-22 00:16:16,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.126127004623s 2018-07-22 00:16:16,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=7c0a0969b7664571ab977912e6f23323&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=73eb8bca5a2c4f25b641ef32f33df2b1 used request id req-1c152c85-adb7-47b0-b837-6749c67dc092 2018-07-22 00:16:16,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 00:16:16,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1/users/7c0a0969b7664571ab977912e6f23323/roles/061df7a840a9463dbb92a46927bebbe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:16:17,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:16:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-012ccfd2-954d-49bf-afba-a2ba16c565ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:16:17,142 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1/users/7c0a0969b7664571ab977912e6f23323/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-012ccfd2-954d-49bf-afba-a2ba16c565ba 2018-07-22 00:16:17,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.185229063034s 2018-07-22 00:16:17,142 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1/users/7c0a0969b7664571ab977912e6f23323/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-012ccfd2-954d-49bf-afba-a2ba16c565ba 2018-07-22 00:16:17,143 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 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'73eb8bca5a2c4f25b641ef32f33df2b1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'e719cd79-a58e-44c5-8f5b-b3d2ccedae8a', 'username': u'singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 00:16:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:16:17,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:16:17,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:16:17,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:16:17,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:16:17,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:16:17,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:16:17,148 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'password': 'e719cd79-a58e-44c5-8f5b-b3d2ccedae8a', 'project_name': 'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '73eb8bca5a2c4f25b641ef32f33df2b1', 'project_domain_name': 'Default'} 2018-07-22 00:16:17,149 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-22 00:16:17,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:16:17,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c2d032b-0ba6-42ec-84d5-0a6f5b3ab4a8 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:16:17,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-5c2d032b-0ba6-42ec-84d5-0a6f5b3ab4a8 2018-07-22 00:16:17,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:16:17,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:16:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73eb8bca5a2c4f25b641ef32f33df2b1", "name": "singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_73eb8bca5a2c4f25b641ef32f33df2b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "id": "7c0a0969b7664571ab977912e6f23323"}, "audit_ids": ["5ThaUORjTkGqKbaVguBDLg"], "issued_at": "2018-07-22T00:16:17.000000Z"}} 2018-07-22 00:16:17,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:16:17,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"network": {"name": "singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "admin_state_up": true}}' 2018-07-22 00:16:18,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-eb0a554d-084a-47fa-a09a-4e6d14666e53 Date: Sun, 22 Jul 2018 00:16:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T00:16:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}} 2018-07-22 00:16:18,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-eb0a554d-084a-47fa-a09a-4e6d14666e53 2018-07-22 00:16:18,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.681019067764s 2018-07-22 00:16:18,237 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-eb0a554d-084a-47fa-a09a-4e6d14666e53 2018-07-22 00:16:18,237 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:16:18Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7106857c-0d37-4833-8306-d19de347298a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', u'admin_state_up': True, u'tenant_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', u'created_at': u'2018-07-22T00:16:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73eb8bca5a2c4f25b641ef32f33df2b1'}) 2018-07-22 00:16:18,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:18,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-85404d2b-a0ef-4e23-8d42-44112b8f2f9d Date: Sun, 22 Jul 2018 00:16:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:16:18Z","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:16:18,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-85404d2b-a0ef-4e23-8d42-44112b8f2f9d 2018-07-22 00:16:18,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350302934647s 2018-07-22 00:16:18,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-85404d2b-a0ef-4e23-8d42-44112b8f2f9d 2018-07-22 00:16:18,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:16:18,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"subnet": {"name": "singlevm2-subnet_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "enable_dhcp": true, "network_id": "7106857c-0d37-4833-8306-d19de347298a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:16:19,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-636a0804-2b59-48b4-8bae-e167db83d68b Date: Sun, 22 Jul 2018 00:16:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:16:19Z","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":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","subnetpool_id":null,"name":"singlevm2-subnet_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}} 2018-07-22 00:16:19,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-636a0804-2b59-48b4-8bae-e167db83d68b 2018-07-22 00:16:19,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.880014896393s 2018-07-22 00:16:19,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-636a0804-2b59-48b4-8bae-e167db83d68b 2018-07-22 00:16:19,471 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:16:19Z', 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'2a41c933-146f-4e63-a97f-fe1a1e01422c', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', u'enable_dhcp': True, u'network_id': u'7106857c-0d37-4833-8306-d19de347298a', u'tenant_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', u'created_at': u'2018-07-22T00:16:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'73eb8bca5a2c4f25b641ef32f33df2b1'}) 2018-07-22 00:16:19,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:16:19,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "singlevm2-router_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "admin_state_up": true}}' 2018-07-22 00:16:20,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-55a52c93-7f88-43fe-82f5-868155183150 Date: Sun, 22 Jul 2018 00:16:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:19Z", "admin_state_up": true, "updated_at": "2018-07-22T00:16:20Z", "revision_number": 2, "routes": [], "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "db634726-8e5e-4102-ad03-1a7849102475", "name": "singlevm2-router_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}} 2018-07-22 00:16:20,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-55a52c93-7f88-43fe-82f5-868155183150 2018-07-22 00:16:20,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33746910095s 2018-07-22 00:16:20,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-55a52c93-7f88-43fe-82f5-868155183150 2018-07-22 00:16:20,810 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', u'created_at': u'2018-07-22T00:16:19Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T00:16:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', u'id': u'db634726-8e5e-4102-ad03-1a7849102475', u'name': u'singlevm2-router_76ed0c08-fe98-4c7f-84f7-0d3a0204448f'}) 2018-07-22 00:16:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:16:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"subnet_id": "2a41c933-146f-4e63-a97f-fe1a1e01422c"}' 2018-07-22 00:16:22,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bf937abc-17ee-4fb2-92d7-370ff5bf50f4 Date: Sun, 22 Jul 2018 00:16:22 GMT RESP BODY: {"network_id": "7106857c-0d37-4833-8306-d19de347298a", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "subnet_id": "2a41c933-146f-4e63-a97f-fe1a1e01422c", "subnet_ids": ["2a41c933-146f-4e63-a97f-fe1a1e01422c"], "port_id": "3610faf7-a566-4a24-87d7-b083c8aff579", "id": "db634726-8e5e-4102-ad03-1a7849102475"} 2018-07-22 00:16:22,911 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/add_router_interface.json used request id req-bf937abc-17ee-4fb2-92d7-370ff5bf50f4 2018-07-22 00:16:22,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10063886642s 2018-07-22 00:16:22,911 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/add_router_interface.json used request id req-bf937abc-17ee-4fb2-92d7-370ff5bf50f4 returning object db634726-8e5e-4102-ad03-1a7849102475 2018-07-22 00:16:22,912 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:16:23,044 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:16:23,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:16:23,050 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:16:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:16:23,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:16:23,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:23,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b75dbc76-5455-45d9-8cdd-bd8e6d1ec1a0 Date: Sun, 22 Jul 2018 00:16:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:16:23,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b75dbc76-5455-45d9-8cdd-bd8e6d1ec1a0 2018-07-22 00:16:23,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.687697887421s 2018-07-22 00:16:23,743 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-b75dbc76-5455-45d9-8cdd-bd8e6d1ec1a0 2018-07-22 00:16:23,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:16:23,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}' 2018-07-22 00:16:24,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b7051433-632d-4d1d-ae08-74923c73af19 Date: Sun, 22 Jul 2018 00:16:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file", "owner": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "size": null, "self": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:16:24Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "checksum": null, "created_at": "2018-07-22T00:16:24Z", "protected": false} 2018-07-22 00:16:24,520 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b7051433-632d-4d1d-ae08-74923c73af19 2018-07-22 00:16:24,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.768358945847s 2018-07-22 00:16:24,520 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b7051433-632d-4d1d-ae08-74923c73af19 returning object c8e1130c-2b20-4299-9c90-41ed024e1d20 2018-07-22 00:16:24,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:16:24,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '' 2018-07-22 00:16:25,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7cce5d8-4bff-4626-a564-4ae317a8ac2d Date: Sun, 22 Jul 2018 00:16:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:16:25,237 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file used request id req-a7cce5d8-4bff-4626-a564-4ae317a8ac2d 2018-07-22 00:16:25,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.716578006744s 2018-07-22 00:16:25,238 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file used request id req-a7cce5d8-4bff-4626-a564-4ae317a8ac2d 2018-07-22 00:16:25,238 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:16:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file', u'owner': u'73eb8bca5a2c4f25b641ef32f33df2b1', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c8e1130c-2b20-4299-9c90-41ed024e1d20', u'size': None, u'name': u'singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', u'checksum': None, u'self': u'/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:16:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:16:25,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:16:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:16:25,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16: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,Accept-Encoding x-openstack-request-id: req-05ef0217-e58d-40e7-bf11-8b4642e2f0cc x-compute-request-id: req-05ef0217-e58d-40e7-bf11-8b4642e2f0cc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1"}} 2018-07-22 00:16:25,506 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-05ef0217-e58d-40e7-bf11-8b4642e2f0cc 2018-07-22 00:16:25,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.266853094101s 2018-07-22 00:16:25,506 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-05ef0217-e58d-40e7-bf11-8b4642e2f0cc 2018-07-22 00:16:25,507 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'9afb15b4-aa21-4c05-85f1-b08852f28fc1', 'swap': 0}) 2018-07-22 00:16:25,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:16:25,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" -d '{"extra_specs": {}}' 2018-07-22 00:16:25,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16: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-d3a9877e-d695-4b21-9824-cc59d2c2c19c x-compute-request-id: req-d3a9877e-d695-4b21-9824-cc59d2c2c19c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:16:25,530 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1/os-extra_specs used request id req-d3a9877e-d695-4b21-9824-cc59d2c2c19c 2018-07-22 00:16:25,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222320556641s 2018-07-22 00:16:25,530 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1/os-extra_specs used request id req-d3a9877e-d695-4b21-9824-cc59d2c2c19c 2018-07-22 00:16:25,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 00:16:25,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"keypair": {"name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}}' 2018-07-22 00:16:25,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16: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,Accept-Encoding x-openstack-request-id: req-41e3ca99-5a25-4710-b30e-ab21ac16536f x-compute-request-id: req-41e3ca99-5a25-4710-b30e-ab21ac16536f Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQu7pk/XBfEo2YqsFhTRDQMlSjyS2WAi92ZGkHZcm93g2f/1bgg5cE82WEUoUJLYO/BoBb4PN9xbZUk5yUx/oUWtpeJdb7XfT3v6kk4Yzlx5jj1EYZumh9Bw78EPJg0lklSZw68jurheI6EIm9QpTh5M3E907rUKUubRkXTEBOBqu78OnqXPBb4rcBhtvcfL4tPwzA4M9TnBnl6lx3VH0BMvwalALlfUMkMzYLIQVJ5NiqyAuqyk7qJAPQ5C2R+X0c81w/ASRdoPcMqx4zHzxEY15vA7E4B470BxcrHYsMSofY19Qnrad/7+ZnQTiqB8bmebzz3q/MND5Gdv+hgbg1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0Lu6ZP1wXxKNmKrBYU0Q0DJUo8ktlgIvdmRpB2XJvd4Nn/9W\n4IOXBPNlhFKFCS2DvwaAW+DzfcW2VJOclMf6FFraXiXW+13097+pJOGM5ceY49RG\nGbpofQcO/BDyYNJZJUmcOvI7q4XiOhCJvUKU4eTNxPdO61ClLm0ZF0xATgaru/Dp\n6lzwW+K3AYbb3Hy+LT8MwODPU5wZ5epcd1R9ATL8GpQC5X1DJDM2CyEFSeTYqsgL\nqspO6iQD0OQtkfl9HPNcPwEkXaD3DKseMx88RGNebwOxOAeO9AcXKx2LDEqH2NfU\nJ62nf+/mZ0E4qgfG5nm8896vzDQ+Rnb/oYG4NQIDAQABAoIBAQCx3IVDsMGkAYcu\nY7JMWwLMpVaCCdcST+Jpm73zU8TISQKLJ2S8AuUYjt4eFsLNwz7T85JEuDZDIcnv\n36g5Dv4FgjU4rD24C6PFyEc06gzJb37UA/mHytNmVjFqkHY4EoVrxIGfqPE3gun2\nWElGQAnlQrYj9CgHU7ytBsGunIbe9D3/GU+QLLIAa6Y6BFvyQneTb3HYGBNZD4nP\nn7/S7gaq092yOtkJD9e1FmtBeAvuJmk9qS6gyWStWEW5ISPiZ0sAqGpCpEsc4TUD\nko84MkF+n0nL+zRcLxIyLtg1GecDDLmTrrp15kkt8dzYNFT4341GAWoUMyN4eD2R\nm5zLjzoxAoGBAPAFgaaJPouI+lXJ8kMvTbnOibDIlFh/DKqsGKaFiYRuf3c9wUoS\nRPXolOwz6zJIg81INLKGqhse7M/aOdOAQvtDFKtWY4ugu26m8a+/PnjhWHXnSqF4\nj1dcYC8MkhL4+4x41xu5T7Lj33FVUqMVWFJLaO+pdEvJ4eniw74qQOTbAoGBAN6h\nAIiOqogwv3VOfVYaF9lqnQ6gnyW4sYcarRg8XDDrCUvOpXOousOz4S3zbwwF0v37\nBD8ct7Zpn3OyILFfbZNKIWMOEOPug7c1JvG/81lXVxPTofShb8DDox5OBwWYLZso\n9FCfpyRSJy6hAjMD1zMnkXPWHjibkEMSMBAy21wvAoGAX+gjXTMb7c+HD/6IsjXV\nnfgcZqpPNGlX21623tsfDu7EOhZQBNP2ADi2QQeh5E67c6x1ehx7HikmQQuW7Z8j\npJiySqBTWHiaTGWizzHguZZ5rWsFFC5DQIol2MbyG2inwwKKGYbbhMSvBO8t/QJL\nb164iIMyeBIsFjPJOVRS598CgYB6JHMaeMtu9O/V+D4joyU6j5ejktQ96drcePJG\nvbcGz6zF/pYfoo71GBePEmP2gKuF1NY7mhHg7oog+7WcGvMPQDiZE/qIUy/IsEyx\njdKBTb3kjtPoVzns1GkGE2Ee3KMI4atJII6fCsOcfZGrU4wZ8LeIig0CmbbIVY4x\nFPXs2QKBgQClyVNcTseJ0dXDzmNVvAPhtOIqNONmD4a3ccIHwB/kzf/dP3jCHIsm\n9bQiey9rMW3WLl+AyzI4P4iZC/ZblnbyQZI1H1Q7hPRm+nR6MUA0DccgPSyuviXS\nZBUnn5vG0/vRkSC6PdMLuZYtcYGXT9t0JL/YA4omYUSt7qX6S0HJGg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "7c0a0969b7664571ab977912e6f23323", "name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "fingerprint": "e9:a4:16:4c:83:68:41:47:ed:32:c1:50:47:07:ad:1c"}} 2018-07-22 00:16:25,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-41e3ca99-5a25-4710-b30e-ab21ac16536f 2018-07-22 00:16:25,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.318118095398s 2018-07-22 00:16:25,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-41e3ca99-5a25-4710-b30e-ab21ac16536f 2018-07-22 00:16:25,850 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQu7pk/XBfEo2YqsFhTRDQMlSjyS2WAi92ZGkHZcm93g2f/1bgg5cE82WEUoUJLYO/BoBb4PN9xbZUk5yUx/oUWtpeJdb7XfT3v6kk4Yzlx5jj1EYZumh9Bw78EPJg0lklSZw68jurheI6EIm9QpTh5M3E907rUKUubRkXTEBOBqu78OnqXPBb4rcBhtvcfL4tPwzA4M9TnBnl6lx3VH0BMvwalALlfUMkMzYLIQVJ5NiqyAuqyk7qJAPQ5C2R+X0c81w/ASRdoPcMqx4zHzxEY15vA7E4B470BxcrHYsMSofY19Qnrad/7+ZnQTiqB8bmebzz3q/MND5Gdv+hgbg1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0Lu6ZP1wXxKNmKrBYU0Q0DJUo8ktlgIvdmRpB2XJvd4Nn/9W\n4IOXBPNlhFKFCS2DvwaAW+DzfcW2VJOclMf6FFraXiXW+13097+pJOGM5ceY49RG\nGbpofQcO/BDyYNJZJUmcOvI7q4XiOhCJvUKU4eTNxPdO61ClLm0ZF0xATgaru/Dp\n6lzwW+K3AYbb3Hy+LT8MwODPU5wZ5epcd1R9ATL8GpQC5X1DJDM2CyEFSeTYqsgL\nqspO6iQD0OQtkfl9HPNcPwEkXaD3DKseMx88RGNebwOxOAeO9AcXKx2LDEqH2NfU\nJ62nf+/mZ0E4qgfG5nm8896vzDQ+Rnb/oYG4NQIDAQABAoIBAQCx3IVDsMGkAYcu\nY7JMWwLMpVaCCdcST+Jpm73zU8TISQKLJ2S8AuUYjt4eFsLNwz7T85JEuDZDIcnv\n36g5Dv4FgjU4rD24C6PFyEc06gzJb37UA/mHytNmVjFqkHY4EoVrxIGfqPE3gun2\nWElGQAnlQrYj9CgHU7ytBsGunIbe9D3/GU+QLLIAa6Y6BFvyQneTb3HYGBNZD4nP\nn7/S7gaq092yOtkJD9e1FmtBeAvuJmk9qS6gyWStWEW5ISPiZ0sAqGpCpEsc4TUD\nko84MkF+n0nL+zRcLxIyLtg1GecDDLmTrrp15kkt8dzYNFT4341GAWoUMyN4eD2R\nm5zLjzoxAoGBAPAFgaaJPouI+lXJ8kMvTbnOibDIlFh/DKqsGKaFiYRuf3c9wUoS\nRPXolOwz6zJIg81INLKGqhse7M/aOdOAQvtDFKtWY4ugu26m8a+/PnjhWHXnSqF4\nj1dcYC8MkhL4+4x41xu5T7Lj33FVUqMVWFJLaO+pdEvJ4eniw74qQOTbAoGBAN6h\nAIiOqogwv3VOfVYaF9lqnQ6gnyW4sYcarRg8XDDrCUvOpXOousOz4S3zbwwF0v37\nBD8ct7Zpn3OyILFfbZNKIWMOEOPug7c1JvG/81lXVxPTofShb8DDox5OBwWYLZso\n9FCfpyRSJy6hAjMD1zMnkXPWHjibkEMSMBAy21wvAoGAX+gjXTMb7c+HD/6IsjXV\nnfgcZqpPNGlX21623tsfDu7EOhZQBNP2ADi2QQeh5E67c6x1ehx7HikmQQuW7Z8j\npJiySqBTWHiaTGWizzHguZZ5rWsFFC5DQIol2MbyG2inwwKKGYbbhMSvBO8t/QJL\nb164iIMyeBIsFjPJOVRS598CgYB6JHMaeMtu9O/V+D4joyU6j5ejktQ96drcePJG\nvbcGz6zF/pYfoo71GBePEmP2gKuF1NY7mhHg7oog+7WcGvMPQDiZE/qIUy/IsEyx\njdKBTb3kjtPoVzns1GkGE2Ee3KMI4atJII6fCsOcfZGrU4wZ8LeIig0CmbbIVY4x\nFPXs2QKBgQClyVNcTseJ0dXDzmNVvAPhtOIqNONmD4a3ccIHwB/kzf/dP3jCHIsm\n9bQiey9rMW3WLl+AyzI4P4iZC/ZblnbyQZI1H1Q7hPRm+nR6MUA0DccgPSyuviXS\nZBUnn5vG0/vRkSC6PdMLuZYtcYGXT9t0JL/YA4omYUSt7qX6S0HJGg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7c0a0969b7664571ab977912e6f23323', 'name': u'singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'created_at': '2018-07-22T00:16:25.850286', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'name': 'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e9:a4:16:4c:83:68:41:47:ed:32:c1:50:47:07:ad:1c', 'type': 'ssh', 'id': u'singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f'}) 2018-07-22 00:16:25,850 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0Lu6ZP1wXxKNmKrBYU0Q0DJUo8ktlgIvdmRpB2XJvd4Nn/9W 4IOXBPNlhFKFCS2DvwaAW+DzfcW2VJOclMf6FFraXiXW+13097+pJOGM5ceY49RG GbpofQcO/BDyYNJZJUmcOvI7q4XiOhCJvUKU4eTNxPdO61ClLm0ZF0xATgaru/Dp 6lzwW+K3AYbb3Hy+LT8MwODPU5wZ5epcd1R9ATL8GpQC5X1DJDM2CyEFSeTYqsgL qspO6iQD0OQtkfl9HPNcPwEkXaD3DKseMx88RGNebwOxOAeO9AcXKx2LDEqH2NfU J62nf+/mZ0E4qgfG5nm8896vzDQ+Rnb/oYG4NQIDAQABAoIBAQCx3IVDsMGkAYcu Y7JMWwLMpVaCCdcST+Jpm73zU8TISQKLJ2S8AuUYjt4eFsLNwz7T85JEuDZDIcnv 36g5Dv4FgjU4rD24C6PFyEc06gzJb37UA/mHytNmVjFqkHY4EoVrxIGfqPE3gun2 WElGQAnlQrYj9CgHU7ytBsGunIbe9D3/GU+QLLIAa6Y6BFvyQneTb3HYGBNZD4nP n7/S7gaq092yOtkJD9e1FmtBeAvuJmk9qS6gyWStWEW5ISPiZ0sAqGpCpEsc4TUD ko84MkF+n0nL+zRcLxIyLtg1GecDDLmTrrp15kkt8dzYNFT4341GAWoUMyN4eD2R m5zLjzoxAoGBAPAFgaaJPouI+lXJ8kMvTbnOibDIlFh/DKqsGKaFiYRuf3c9wUoS RPXolOwz6zJIg81INLKGqhse7M/aOdOAQvtDFKtWY4ugu26m8a+/PnjhWHXnSqF4 j1dcYC8MkhL4+4x41xu5T7Lj33FVUqMVWFJLaO+pdEvJ4eniw74qQOTbAoGBAN6h AIiOqogwv3VOfVYaF9lqnQ6gnyW4sYcarRg8XDDrCUvOpXOousOz4S3zbwwF0v37 BD8ct7Zpn3OyILFfbZNKIWMOEOPug7c1JvG/81lXVxPTofShb8DDox5OBwWYLZso 9FCfpyRSJy6hAjMD1zMnkXPWHjibkEMSMBAy21wvAoGAX+gjXTMb7c+HD/6IsjXV nfgcZqpPNGlX21623tsfDu7EOhZQBNP2ADi2QQeh5E67c6x1ehx7HikmQQuW7Z8j pJiySqBTWHiaTGWizzHguZZ5rWsFFC5DQIol2MbyG2inwwKKGYbbhMSvBO8t/QJL b164iIMyeBIsFjPJOVRS598CgYB6JHMaeMtu9O/V+D4joyU6j5ejktQ96drcePJG vbcGz6zF/pYfoo71GBePEmP2gKuF1NY7mhHg7oog+7WcGvMPQDiZE/qIUy/IsEyx jdKBTb3kjtPoVzns1GkGE2Ee3KMI4atJII6fCsOcfZGrU4wZ8LeIig0CmbbIVY4x FPXs2QKBgQClyVNcTseJ0dXDzmNVvAPhtOIqNONmD4a3ccIHwB/kzf/dP3jCHIsm 9bQiey9rMW3WLl+AyzI4P4iZC/ZblnbyQZI1H1Q7hPRm+nR6MUA0DccgPSyuviXS ZBUnn5vG0/vRkSC6PdMLuZYtcYGXT9t0JL/YA4omYUSt7qX6S0HJGg== -----END RSA PRIVATE KEY----- 2018-07-22 00:16:25,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 00:16:25,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"security_group": {"name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-22 00:16:26,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-8e6cf39f-5b11-422a-ba37-f0320efbbf81 Date: Sun, 22 Jul 2018 00:16:26 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:26Z", "updated_at": "2018-07-22T00:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "35bc5ea0-c721-40f3-9ade-bdc22a7ee396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "9a7f9b84-0858-439f-b075-411387a515ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 1, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}} 2018-07-22 00:16:26,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8e6cf39f-5b11-422a-ba37-f0320efbbf81 2018-07-22 00:16:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.3922560215s 2018-07-22 00:16:26,246 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8e6cf39f-5b11-422a-ba37-f0320efbbf81 2018-07-22 00:16:26,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:16:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:26,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-fe9058d2-8207-439c-9e72-a31b70727b74 Date: Sun, 22 Jul 2018 00:16:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:26Z", "updated_at": "2018-07-22T00:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "35bc5ea0-c721-40f3-9ade-bdc22a7ee396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "9a7f9b84-0858-439f-b075-411387a515ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 1, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}, {"description": "Default security group", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:17Z", "updated_at": "2018-07-22T00:16:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0b102bd1-21e0-42ae-aad3-828bf028ea5a", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0bf5f271-af66-4c6c-b84d-90e0d810f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "a0501474-df55-49a4-990b-07d764d0c999", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "bffdea17-583d-4ab5-93df-998365fa961b", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 1, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "name": "default"}]} 2018-07-22 00:16:26,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fe9058d2-8207-439c-9e72-a31b70727b74 2018-07-22 00:16:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0881478786469s 2018-07-22 00:16:26,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-fe9058d2-8207-439c-9e72-a31b70727b74 2018-07-22 00:16:26,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:16:26,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"}}' 2018-07-22 00:16:26,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3ce6ed5f-e980-45d9-9cd7-2c6153f15378 Date: Sun, 22 Jul 2018 00:16:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "port_range_min": 22, "revision_number": 0, "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:26Z", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "74659d7f-c76e-410a-af31-549a8b9a945d"}} 2018-07-22 00:16:26,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-3ce6ed5f-e980-45d9-9cd7-2c6153f15378 2018-07-22 00:16:26,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.375519990921s 2018-07-22 00:16:26,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-3ce6ed5f-e980-45d9-9cd7-2c6153f15378 2018-07-22 00:16:26,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:16:26,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:26,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-06a1c1a4-21e2-4602-9d24-a46ac8e4146b Date: Sun, 22 Jul 2018 00:16:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:26Z", "updated_at": "2018-07-22T00:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "35bc5ea0-c721-40f3-9ade-bdc22a7ee396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "74659d7f-c76e-410a-af31-549a8b9a945d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "9a7f9b84-0858-439f-b075-411387a515ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 2, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}, {"description": "Default security group", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:17Z", "updated_at": "2018-07-22T00:16:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0b102bd1-21e0-42ae-aad3-828bf028ea5a", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0bf5f271-af66-4c6c-b84d-90e0d810f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "a0501474-df55-49a4-990b-07d764d0c999", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "bffdea17-583d-4ab5-93df-998365fa961b", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 1, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "name": "default"}]} 2018-07-22 00:16:26,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-06a1c1a4-21e2-4602-9d24-a46ac8e4146b 2018-07-22 00:16:26,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.236762046814s 2018-07-22 00:16:26,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-06a1c1a4-21e2-4602-9d24-a46ac8e4146b 2018-07-22 00:16:26,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:16:26,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"}}' 2018-07-22 00:16:27,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d1187944-ff82-46e4-9be8-3f90e2a1bef3 Date: Sun, 22 Jul 2018 00:16:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T00:16:27Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "port_range_min": null, "revision_number": 0, "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:27Z", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "9d74c7a2-5d85-4b25-8092-1520402187ea"}} 2018-07-22 00:16:27,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-d1187944-ff82-46e4-9be8-3f90e2a1bef3 2018-07-22 00:16:27,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.419731140137s 2018-07-22 00:16:27,383 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-d1187944-ff82-46e4-9be8-3f90e2a1bef3 2018-07-22 00:16:27,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:27,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-47d5c494-6522-4860-ae15-4646687df267 Date: Sun, 22 Jul 2018 00:16:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2a41c933-146f-4e63-a97f-fe1a1e01422c"],"updated_at":"2018-07-22T00:16:19Z","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:16:27,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-47d5c494-6522-4860-ae15-4646687df267 2018-07-22 00:16:27,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116525173187s 2018-07-22 00:16:27,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-47d5c494-6522-4860-ae15-4646687df267 2018-07-22 00:16:27,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:16:27,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:28,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-9f958292-1654-4635-b07d-c3ed499c15cf Date: Sun, 22 Jul 2018 00:16:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/snap", "metadata": {}}], "file": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file", "owner": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "size": 12716032, "self": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:16:25Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:16:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:16:28,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9f958292-1654-4635-b07d-c3ed499c15cf 2018-07-22 00:16:28,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.748199939728s 2018-07-22 00:16:28,254 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9f958292-1654-4635-b07d-c3ed499c15cf 2018-07-22 00:16:28,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:16:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:28,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:28 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-d1ccd4c4-d6e2-43bc-89af-3e33a3eadb6f x-compute-request-id: req-d1ccd4c4-d6e2-43bc-89af-3e33a3eadb6f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1"}]} 2018-07-22 00:16:28,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d1ccd4c4-d6e2-43bc-89af-3e33a3eadb6f 2018-07-22 00:16:28,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.146601200104s 2018-07-22 00:16:28,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d1ccd4c4-d6e2-43bc-89af-3e33a3eadb6f 2018-07-22 00:16:28,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:16:28,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"server": {"name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "imageRef": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "flavorRef": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7106857c-0d37-4833-8306-d19de347298a"}], "security_groups": [{"name": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"}]}}' 2018-07-22 00:16:32,230 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:16:28 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-c7339ee3-a893-46f5-9dc4-36e4ec0d9fed x-compute-request-id: req-c7339ee3-a893-46f5-9dc4-36e4ec0d9fed Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"}], "OS-DCF:diskConfig": "MANUAL", "id": "f708af1b-aadb-40d5-b154-735dbee17482", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "adminPass": "HoueqV6gaoax"}} 2018-07-22 00:16:32,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c7339ee3-a893-46f5-9dc4-36e4ec0d9fed 2018-07-22 00:16:32,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.8255238533s 2018-07-22 00:16:32,230 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c7339ee3-a893-46f5-9dc4-36e4ec0d9fed 2018-07-22 00:16:32,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:32 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-c9f671b9-d1c5-4c86-8d93-7791491af9ac x-compute-request-id: req-c9f671b9-d1c5-4c86-8d93-7791491af9ac Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:16:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:32,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c9f671b9-d1c5-4c86-8d93-7791491af9ac 2018-07-22 00:16:32,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507519006729s 2018-07-22 00:16:32,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c9f671b9-d1c5-4c86-8d93-7791491af9ac 2018-07-22 00:16:32,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:33,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-69ff1f5c-f566-4799-8ad1-7f4687d82859 Date: Sun, 22 Jul 2018 00:16:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2a41c933-146f-4e63-a97f-fe1a1e01422c"],"updated_at":"2018-07-22T00:16:19Z","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:16:33,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-69ff1f5c-f566-4799-8ad1-7f4687d82859 2018-07-22 00:16:33,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.297492980957s 2018-07-22 00:16:33,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-69ff1f5c-f566-4799-8ad1-7f4687d82859 2018-07-22 00:16:33,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:16:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:33,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9356ad76-b0c1-4d1c-ae93-73622d4d61c0 Date: Sun, 22 Jul 2018 00:16:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:16:19Z","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":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","subnetpool_id":null,"name":"singlevm2-subnet_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}]} 2018-07-22 00:16:33,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9356ad76-b0c1-4d1c-ae93-73622d4d61c0 2018-07-22 00:16:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.203155994415s 2018-07-22 00:16:33,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9356ad76-b0c1-4d1c-ae93-73622d4d61c0 2018-07-22 00:16:33,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:16:35,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:35,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:35 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-0902b3c9-e138-46fb-93ab-920fa423c4db x-compute-request-id: req-0902b3c9-e138-46fb-93ab-920fa423c4db Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:16:35Z", "hostId": "9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:35,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0902b3c9-e138-46fb-93ab-920fa423c4db 2018-07-22 00:16:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660920858383s 2018-07-22 00:16:35,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0902b3c9-e138-46fb-93ab-920fa423c4db 2018-07-22 00:16:35,919 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:16:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:37,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:39,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:37 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-03257765-d1a9-4463-9203-7e5ea629441e x-compute-request-id: req-03257765-d1a9-4463-9203-7e5ea629441e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "security_groups": [{"name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}], "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:16:35Z", "hostId": "9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:39,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-03257765-d1a9-4463-9203-7e5ea629441e 2018-07-22 00:16:39,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4807240963s 2018-07-22 00:16:39,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-03257765-d1a9-4463-9203-7e5ea629441e 2018-07-22 00:16:39,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:16:41,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:41,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:42,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:41 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-062c3d21-ea3f-4361-99e1-af81e6c68f08 x-compute-request-id: req-062c3d21-ea3f-4361-99e1-af81e6c68f08 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:fb:28", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:16:41.000000", "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "security_groups": [{"name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}], "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:16:41Z", "hostId": "9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:42,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-062c3d21-ea3f-4361-99e1-af81e6c68f08 2018-07-22 00:16:42,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80912399292s 2018-07-22 00:16:42,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-062c3d21-ea3f-4361-99e1-af81e6c68f08 2018-07-22 00:16:42,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:16:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:42,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-97898088-97d1-4919-b1d3-699ef156280c Date: Sun, 22 Jul 2018 00:16:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:36Z","admin_state_up":true,"updated_at":"2018-07-22T00:16:41Z","binding:vnic_type":"normal","device_id":"f708af1b-aadb-40d5-b154-735dbee17482","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:55:fb:28","id":"acd8491e-cb8f-4aec-b8eb-b54abf27c8c1","port_security_enabled":true,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","fixed_ips":[{"subnet_id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"],"name":""}]} 2018-07-22 00:16:42,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-97898088-97d1-4919-b1d3-699ef156280c 2018-07-22 00:16:42,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0794358253479s 2018-07-22 00:16:42,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-97898088-97d1-4919-b1d3-699ef156280c 2018-07-22 00:16:42,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:16:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:42,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-054d77c8-8c7a-4d1d-89d8-2fe51977dd4a Date: Sun, 22 Jul 2018 00:16:42 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:16:42,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1 used request id req-054d77c8-8c7a-4d1d-89d8-2fe51977dd4a 2018-07-22 00:16:42,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0426230430603s 2018-07-22 00:16:42,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1 used request id req-054d77c8-8c7a-4d1d-89d8-2fe51977dd4a 2018-07-22 00:16:42,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:42,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:43,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:42 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-2d01af70-7437-4b4a-a848-64c831d0aeed x-compute-request-id: req-2d01af70-7437-4b4a-a848-64c831d0aeed Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:fb:28", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:16:41.000000", "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "security_groups": [{"name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}], "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:16:41Z", "hostId": "9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:43,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2d01af70-7437-4b4a-a848-64c831d0aeed 2018-07-22 00:16:43,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00807595253s 2018-07-22 00:16:43,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2d01af70-7437-4b4a-a848-64c831d0aeed 2018-07-22 00:16:43,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:16:43,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:43,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9055f996-5d71-44d0-8152-f821c8d038ac Date: Sun, 22 Jul 2018 00:16:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:36Z","admin_state_up":true,"updated_at":"2018-07-22T00:16:41Z","binding:vnic_type":"normal","device_id":"f708af1b-aadb-40d5-b154-735dbee17482","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:55:fb:28","id":"acd8491e-cb8f-4aec-b8eb-b54abf27c8c1","port_security_enabled":true,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","fixed_ips":[{"subnet_id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"],"name":""}]} 2018-07-22 00:16:43,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-9055f996-5d71-44d0-8152-f821c8d038ac 2018-07-22 00:16:43,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600171089172s 2018-07-22 00:16:43,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-9055f996-5d71-44d0-8152-f821c8d038ac 2018-07-22 00:16:43,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:16:43,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:43,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-423eb057-b246-46f5-8a26-03792e124f50 Date: Sun, 22 Jul 2018 00:16:43 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:16:43,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1 used request id req-423eb057-b246-46f5-8a26-03792e124f50 2018-07-22 00:16:43,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.219431877136s 2018-07-22 00:16:43,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=acd8491e-cb8f-4aec-b8eb-b54abf27c8c1 used request id req-423eb057-b246-46f5-8a26-03792e124f50 2018-07-22 00:16:43,651 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:55:fb:28', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c8e1130c-2b20-4299-9c90-41ed024e1d20'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:16:41.000000', 'flavor': Munch({u'id': u'9afb15b4-aa21-4c05-85f1-b08852f28fc1'}), 'az': u'nova', 'id': u'f708af1b-aadb-40d5-b154-735dbee17482', 'security_groups': [Munch({u'name': u'singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7c0a0969b7664571ab977912e6f23323', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'name': 'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-22T00:16:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T00:16:41Z', 'hostId': u'9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:16:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'name': u'singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'adminPass': None, 'tenant_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'created_at': u'2018-07-22T00:16:32Z', 'created': u'2018-07-22T00:16:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 00:16:43,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:16:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:43,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9a391d3d-5159-4946-8199-bed282299098 Date: Sun, 22 Jul 2018 00:16:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2a41c933-146f-4e63-a97f-fe1a1e01422c"],"updated_at":"2018-07-22T00:16:19Z","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:16:43,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9a391d3d-5159-4946-8199-bed282299098 2018-07-22 00:16:43,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306147098541s 2018-07-22 00:16:43,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9a391d3d-5159-4946-8199-bed282299098 2018-07-22 00:16:43,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:16:43,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:44,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a92fe3bb-b564-4b7e-9a51-c7e52dcd4727 Date: Sun, 22 Jul 2018 00:16:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:36Z","admin_state_up":true,"updated_at":"2018-07-22T00:16:41Z","binding:vnic_type":"normal","device_id":"f708af1b-aadb-40d5-b154-735dbee17482","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:55:fb:28","id":"acd8491e-cb8f-4aec-b8eb-b54abf27c8c1","port_security_enabled":true,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","fixed_ips":[{"subnet_id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3"],"name":""}]} 2018-07-22 00:16:44,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-a92fe3bb-b564-4b7e-9a51-c7e52dcd4727 2018-07-22 00:16:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.212253808975s 2018-07-22 00:16:44,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f708af1b-aadb-40d5-b154-735dbee17482 used request id req-a92fe3bb-b564-4b7e-9a51-c7e52dcd4727 2018-07-22 00:16:44,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 00:16:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"floatingip": {"floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.6", "port_id": "acd8491e-cb8f-4aec-b8eb-b54abf27c8c1"}}' 2018-07-22 00:16:45,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-fc625671-82c6-4d36-ba9b-31b7a1f2cf40 Date: Sun, 22 Jul 2018 00:16:45 GMT RESP BODY: {"floatingip": {"router_id": "db634726-8e5e-4102-ad03-1a7849102475", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T00:16:44Z", "floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "acd8491e-cb8f-4aec-b8eb-b54abf27c8c1", "id": "9bb63bc1-b6b2-488f-969b-76e22d7751d3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:44Z", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}} 2018-07-22 00:16:45,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fc625671-82c6-4d36-ba9b-31b7a1f2cf40 2018-07-22 00:16:45,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.76497602463s 2018-07-22 00:16:45,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fc625671-82c6-4d36-ba9b-31b7a1f2cf40 2018-07-22 00:16:45,944 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'db634726-8e5e-4102-ad03-1a7849102475', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'created_at': u'2018-07-22T00:16:44Z', 'attached': True, 'updated_at': u'2018-07-22T00:16:44Z', 'id': u'9bb63bc1-b6b2-488f-969b-76e22d7751d3', 'floating_network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'name': 'singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'db634726-8e5e-4102-ad03-1a7849102475', 'project_id': u'73eb8bca5a2c4f25b641ef32f33df2b1', 'port_id': u'acd8491e-cb8f-4aec-b8eb-b54abf27c8c1', 'port': u'acd8491e-cb8f-4aec-b8eb-b54abf27c8c1', 'network': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e'}) 2018-07-22 00:16:45,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 00:16:45,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 00:16:46,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:45 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-daa3e21c-4425-49d1-a2ca-7fc09041b025 x-compute-request-id: req-daa3e21c-4425-49d1-a2ca-7fc09041b025 Content-Encoding: gzip Content-Length: 9513 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530179408 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151988] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153888] pid_max: default: 32768 minimum: 301\n[ 0.154925] ACPI: Core revision 20150930\n[ 0.156399] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157842] Security Framework initialized\n[ 0.158724] Yama: becoming mindful.\n[ 0.159539] AppArmor: AppArmor initialized\n[ 0.160468] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161927] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163374] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166285] Initializing cgroup subsys io\n[ 0.167214] Initializing cgroup subsys memory\n[ 0.168186] Initializing cgroup subsys devices\n[ 0.169174] Initializing cgroup subsys freezer\n[ 0.170136] Initializing cgroup subsys net_cls\n[ 0.171108] Initializing cgroup subsys perf_event\n[ 0.172129] Initializing cgroup subsys net_prio\n[ 0.173143] Initializing cgroup subsys hugetlb\n[ 0.174128] Initializing cgroup subsys pids\n[ 0.175108] CPU: Physical Processor ID: 0\n[ 0.176704] mce: CPU supports 10 MCE banks\n[ 0.177656] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178808] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200497] ftrace: allocating 31920 entries in 125 pages\n[ 0.225086] smpboot: Max logical packages: 1\n[ 0.226058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227595] x2apic enabled\n[ 0.228468] Switched APIC routing to physical x2apic.\n[ 0.230322] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231607] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233965] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236014] KVM setup paravirtual spinlock\n[ 0.237423] x86: Booted up 1 node, 1 CPUs\n[ 0.238342] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239925] devtmpfs: initialized\n[ 0.241705] evm: security.selinux\n[ 0.242497] evm: security.SMACK64\n[ 0.243278] evm: security.SMACK64EXEC\n[ 0.244136] evm: security.SMACK64TRANSMUTE\n[ 0.245077] evm: security.SMACK64MMAP\n[ 0.245921] evm: security.ima\n[ 0.246642] evm: security.capability\n[ 0.247547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249683] pinctrl core: initialized pinctrl subsystem\n[ 0.250932] RTC time: 0:16:41, date: 07/22/18\n[ 0.252019] NET: Registered protocol family 16\n[ 0.253117] cpuidle: using governor ladder\n[ 0.254063] cpuidle: using governor menu\n[ 0.254956] PCCT header not found.\n[ 0.255797] ACPI: bus type PCI registered\n[ 0.256714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258137] PCI: Using configuration type 1 for base access\n[ 0.260046] ACPI: Added _OSI(Module Device)\n[ 0.260999] ACPI: Added _OSI(Processor Device)\n[ 0.261985] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263009] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264917] ACPI: Interpreter enabled\n[ 0.265826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267928] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274219] ACPI: (supports S0 S5)\n[ 0.275032] ACPI: Using IOAPIC for interrupt routing\n[ 0.276152] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.279538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.280860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.282294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.283674] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286251] acpiphp: Slot [3] registered\n[ 0.287168] acpiphp: Slot [4] registered\n[ 0.288080] acpiphp: Slot [5] registered\n[ 0.288997] acpiphp: Slot [6] registered\n[ 0.289905] acpiphp: Slot [7] registered\n[ 0.290815] acpiphp: Slot [8] registered\n[ 0.291725] acpiphp: Slot [9] registered\n[ 0.292626] acpiphp: Slot [10] registered\n[ 0.293544] acpiphp: Slot [11] registered\n[ 0.294474] acpiphp: Slot [12] registered\n[ 0.295420] acpiphp: Slot [13] registered\n[ 0.296349] acpiphp: Slot [14] registered\n[ 0.297268] acpiphp: Slot [15] registered\n[ 0.308018] acpiphp: Slot [16] registered\n[ 0.308948] acpiphp: Slot [17] registered\n[ 0.309877] acpiphp: Slot [18] registered\n[ 0.310798] acpiphp: Slot [19] registered\n[ 0.311716] acpiphp: Slot [20] registered\n[ 0.312669] acpiphp: Slot [21] registered\n[ 0.313619] acpiphp: Slot [22] registered\n[ 0.314539] acpiphp: Slot [23] registered\n[ 0.315528] acpiphp: Slot [24] registered\n[ 0.316481] acpiphp: Slot [25] registered\n[ 0.317403] acpiphp: Slot [26] registered\n[ 0.318336] acpiphp: Slot [27] registered\n[ 0.319256] acpiphp: Slot [28] registered\n[ 0.320178] acpiphp: Slot [29] registered\n[ 0.321098] acpiphp: Slot [30] registered\n[ 0.322025] acpiphp: Slot [31] registered\n[ 0.322935] PCI host bridge to bus 0000:00\n[ 0.323862] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326730] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.330036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336745] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338104] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339581] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365580] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367153] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370261] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371669] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374324] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376124] vgaarb: loaded\n[ 0.376802] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378168] SCSI subsystem initialized\n[ 0.379232] ACPI: bus type USB registered\n[ 0.380191] usbcore: registered new interface driver usbfs\n[ 0.381383] usbcore: registered new interface driver hub\n[ 0.382544] usbcore: registered new device driver usb\n[ 0.383825] PCI: Using ACPI for IRQ routing\n[ 0.385080] NetLabel: Initializing\n[ 0.385920] NetLabel: domain hash size = 128\n[ 0.386917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388040] NetLabel: unlabeled traffic allowed by default\n[ 0.389408] clocksource: Switched to clocksource kvm-clock\n[ 0.397593] AppArmor: AppArmor Filesystem Enabled\n[ 0.398702] pnp: PnP ACPI init\n[ 0.399714] pnp: PnP ACPI: found 5 devices\n[ 0.406137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408109] NET: Registered protocol family 2\n[ 0.409284] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410786] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412181] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414833] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416182] NET: Registered protocol family 1\n[ 0.417183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418455] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419695] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447594] Trying to unpack rootfs image as initramfs...\n[ 0.504277] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506143] Scanning for low memory corruption every 60 seconds\n[ 0.507664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509006] audit: initializing netlink subsys (disabled)\n[ 0.510222] audit: type=2000 audit(1532218602.047:1): initialized\n[ 0.511746] Initialise system trusted keyring\n[ 0.512841] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514219] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516524] zbud: loaded\n[ 0.517324] VFS: Disk quotas dquot_6.6.0\n[ 0.518270] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520071] fuse init (API version 7.23)\n[ 0.521093] Key type big_key registered\n[ 0.522025] Allocating IMA MOK and blacklist keyrings.\n[ 0.523402] Key type asymmetric registered\n[ 0.524341] Asymmetric key parser 'x509' registered\n[ 0.525454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527165] io scheduler noop registered\n[ 0.528074] io scheduler deadline registered (default)\n[ 0.529223] io scheduler cfq registered\n[ 0.530192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531401] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532870] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534543] ACPI: Power Button [PWRF]\n[ 0.535498] GHES: HEST is not enabled!\n[ 0.548929] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582637] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606880] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609524] Linux agpgart interface v0.103\n[ 0.612417] brd: module loaded\n[ 0.614215] loop: module loaded\n[ 0.618405] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.620092] GPT:90111 != 2097151\n[ 0.620880] GPT:Alternate GPT header not at the end of the disk.\n[ 0.622164] GPT:90111 != 2097151\n[ 0.622946] GPT: Use GNU Parted to correct GPT errors.\n[ 0.624085] vda: vda1 vda15\n[ 0.625548] scsi host0: ata_piix\n[ 0.626441] scsi host1: ata_piix\n[ 0.627270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.628707] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.630413] libphy: Fixed MDIO Bus: probed\n[ 0.631374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632488] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635114] PPP generic driver version 2.4.2\n[ 0.636117] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637464] ehci-pci: EHCI PCI platform driver\n[ 0.638481] ehci-platform: EHCI generic platform driver\n[ 0.639636] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640929] ohci-pci: OHCI PCI platform driver\n[ 0.641958] ohci-platform: OHCI generic platform driver\n[ 0.643122] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657472] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661534] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.662881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664311] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665959] usb usb1: Product: UHCI Host Controller\n[ 0.667046] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668391] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669531] hub 1-0:1.0: USB hub found\n[ 0.670443] hub 1-0:1.0: 2 ports detected\n[ 0.671525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673944] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676343] mousedev: PS/2 mouse device common for all mice\n[ 0.677872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679878] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681087] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683739] i2c /dev entries driver\n[ 0.684601] device-mapper: uevent: version 1.0.3\n[ 0.685672] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688992] NET: Registered protocol family 10\n[ 0.690257] NET: Registered protocol family 17\n[ 0.691229] Key type dns_resolver registered\n[ 0.692307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693533] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695484] registered taskstats version 1\n[ 0.696407] Loading compiled-in X.509 certificates\n[ 0.697998] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700031] zswap: loaded using pool lzo/zbud\n[ 0.701811] Key type trusted registered\n[ 0.703717] Key type encrypted registered\n[ 0.704668] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705790] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706907] evm: HMAC attrs: 0x1\n[ 0.707919] Magic number: 10:375:254\n[ 0.708830] rtc_cmos 00:00: setting system clock to 2018-07-22 00:16:41 UTC (1532218601)\n[ 0.710530] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711692] EDD information not available.\n[ 0.791071] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802801] Write protecting the kernel read-only data: 14336k\n[ 0.805040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806972] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852789] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.10s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLOfDeSpu6QSma0CbcHIG4XPk4oFKLcTcvIFbfc7HmmYTb0MdVhOOL6KcyYdPxll4H/bSRQrzTUVhVb46HXTT1pGRuinjxn/NmvvZYyJIQ+UeBd4Kh94Yc98GonAP/Y7zywP0lJSk15PjvEugWZjEfH5kXPqqhKRb3AwirNTHfmohI2V0n4Gb1ZMSjxrj2lVFyODWGD7GwMnaRg5Oy5DTBuU4vH4S0b+Vlr2tJtVe9RLVNEFebB8tnx4aFt0n2LxDD2Br68CMqFSyaWGg1rn65en9kkYbwl2xzUEQ79v7+1JXOApYTOYzrdJ3SNN9WzcNMlACDwe8d8ZDD9D6sRjQx root@singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f\nssh-dss AAAAB3NzaC1kc3MAAACBAMcPUIPUDI6rg6rWuBy/xiM9xNlh2XdW9Zxhb4T8c7UYm8BbRhAttgnr3iQ2zG5AIPCjQQ3yIf/GBm0RlM6sDvCNaWHN/5bh1BTB4koMIOE6fmrAkmgDB9tafAdW8TwX7FughmgStny9XCBoJHTmzuYxEw2pnIplT+4VgkrG40nfAAAAFQCenbFs/O86ktP6QIl21Jy+BZzT5wAAAIACcNSd29eLJJMUkRgLIFiuMgZobudAYR3OTsBqeyjGsXoqPVI+rXySytPaZAQ8N2T+6AYN6QEtM2egOZfmpI68bRglBDUa1v/rbi9VND37I0q7UXJGk70EmbnzN7DAxgybyU9GlzZ89eSExkOfHVDkf0fnD6FU3w2CKGfvwnlOqwAAAIAoei+Tu+SAYZL+K+vU7auMk0xwG28CvWR5O4Vwe8ACShPcbpqv1JIUXsgYDnNCSFOTBNmJmHmku1J614u4fucq1U2Et37FwmKLLTFHDpdYNDHeuJaTBnSUjPemJ1aJvccv9/SprB5fpMiqcjiQN621oTqMi0pLah3vVKDw4VFAiQ== root@singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe55:fb28/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.14 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-07-22 00:16:46,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482/action used request id req-daa3e21c-4425-49d1-a2ca-7fc09041b025 2018-07-22 00:16:46,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.178046941757s 2018-07-22 00:16:46,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482/action used request id req-daa3e21c-4425-49d1-a2ca-7fc09041b025 2018-07-22 00:16:46,124 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 530179408 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.151988] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.153888] pid_max: default: 32768 minimum: 301 [ 0.154925] ACPI: Core revision 20150930 [ 0.156399] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.157842] Security Framework initialized [ 0.158724] Yama: becoming mindful. [ 0.159539] AppArmor: AppArmor initialized [ 0.160468] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161927] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163374] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166285] Initializing cgroup subsys io [ 0.167214] Initializing cgroup subsys memory [ 0.168186] Initializing cgroup subsys devices [ 0.169174] Initializing cgroup subsys freezer [ 0.170136] Initializing cgroup subsys net_cls [ 0.171108] Initializing cgroup subsys perf_event [ 0.172129] Initializing cgroup subsys net_prio [ 0.173143] Initializing cgroup subsys hugetlb [ 0.174128] Initializing cgroup subsys pids [ 0.175108] CPU: Physical Processor ID: 0 [ 0.176704] mce: CPU supports 10 MCE banks [ 0.177656] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178808] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.194318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.200497] ftrace: allocating 31920 entries in 125 pages [ 0.225086] smpboot: Max logical packages: 1 [ 0.226058] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227595] x2apic enabled [ 0.228468] Switched APIC routing to physical x2apic. [ 0.230322] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231607] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233965] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236014] KVM setup paravirtual spinlock [ 0.237423] x86: Booted up 1 node, 1 CPUs [ 0.238342] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239925] devtmpfs: initialized [ 0.241705] evm: security.selinux [ 0.242497] evm: security.SMACK64 [ 0.243278] evm: security.SMACK64EXEC [ 0.244136] evm: security.SMACK64TRANSMUTE [ 0.245077] evm: security.SMACK64MMAP [ 0.245921] evm: security.ima [ 0.246642] evm: security.capability [ 0.247547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.249683] pinctrl core: initialized pinctrl subsystem [ 0.250932] RTC time: 0:16:41, date: 07/22/18 [ 0.252019] NET: Registered protocol family 16 [ 0.253117] cpuidle: using governor ladder [ 0.254063] cpuidle: using governor menu [ 0.254956] PCCT header not found. [ 0.255797] ACPI: bus type PCI registered [ 0.256714] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.258137] PCI: Using configuration type 1 for base access [ 0.260046] ACPI: Added _OSI(Module Device) [ 0.260999] ACPI: Added _OSI(Processor Device) [ 0.261985] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.263009] ACPI: Added _OSI(Processor Aggregator Device) [ 0.264917] ACPI: Interpreter enabled [ 0.265826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.267928] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.270023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.272122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274219] ACPI: (supports S0 S5) [ 0.275032] ACPI: Using IOAPIC for interrupt routing [ 0.276152] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.279538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.280860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.282294] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.283674] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.286251] acpiphp: Slot [3] registered [ 0.287168] acpiphp: Slot [4] registered [ 0.288080] acpiphp: Slot [5] registered [ 0.288997] acpiphp: Slot [6] registered [ 0.289905] acpiphp: Slot [7] registered [ 0.290815] acpiphp: Slot [8] registered [ 0.291725] acpiphp: Slot [9] registered [ 0.292626] acpiphp: Slot [10] registered [ 0.293544] acpiphp: Slot [11] registered [ 0.294474] acpiphp: Slot [12] registered [ 0.295420] acpiphp: Slot [13] registered [ 0.296349] acpiphp: Slot [14] registered [ 0.297268] acpiphp: Slot [15] registered [ 0.308018] acpiphp: Slot [16] registered [ 0.308948] acpiphp: Slot [17] registered [ 0.309877] acpiphp: Slot [18] registered [ 0.310798] acpiphp: Slot [19] registered [ 0.311716] acpiphp: Slot [20] registered [ 0.312669] acpiphp: Slot [21] registered [ 0.313619] acpiphp: Slot [22] registered [ 0.314539] acpiphp: Slot [23] registered [ 0.315528] acpiphp: Slot [24] registered [ 0.316481] acpiphp: Slot [25] registered [ 0.317403] acpiphp: Slot [26] registered [ 0.318336] acpiphp: Slot [27] registered [ 0.319256] acpiphp: Slot [28] registered [ 0.320178] acpiphp: Slot [29] registered [ 0.321098] acpiphp: Slot [30] registered [ 0.322025] acpiphp: Slot [31] registered [ 0.322935] PCI host bridge to bus 0000:00 [ 0.323862] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.326730] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.331736] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.335265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336745] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.338104] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339581] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.343216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.345041] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363522] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365580] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367153] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370261] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371669] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373103] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374324] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376124] vgaarb: loaded [ 0.376802] vgaarb: bridge control possible 0000:00:02.0 [ 0.378168] SCSI subsystem initialized [ 0.379232] ACPI: bus type USB registered [ 0.380191] usbcore: registered new interface driver usbfs [ 0.381383] usbcore: registered new interface driver hub [ 0.382544] usbcore: registered new device driver usb [ 0.383825] PCI: Using ACPI for IRQ routing [ 0.385080] NetLabel: Initializing [ 0.385920] NetLabel: domain hash size = 128 [ 0.386917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388040] NetLabel: unlabeled traffic allowed by default [ 0.389408] clocksource: Switched to clocksource kvm-clock [ 0.397593] AppArmor: AppArmor Filesystem Enabled [ 0.398702] pnp: PnP ACPI init [ 0.399714] pnp: PnP ACPI: found 5 devices [ 0.406137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.408109] NET: Registered protocol family 2 [ 0.409284] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.410786] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.412181] TCP: Hash tables configured (established 4096 bind 4096) [ 0.413580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.414833] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.416182] NET: Registered protocol family 1 [ 0.417183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.418455] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.419695] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.433560] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.447594] Trying to unpack rootfs image as initramfs... [ 0.504277] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.506143] Scanning for low memory corruption every 60 seconds [ 0.507664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509006] audit: initializing netlink subsys (disabled) [ 0.510222] audit: type=2000 audit(1532218602.047:1): initialized [ 0.511746] Initialise system trusted keyring [ 0.512841] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514219] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516524] zbud: loaded [ 0.517324] VFS: Disk quotas dquot_6.6.0 [ 0.518270] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520071] fuse init (API version 7.23) [ 0.521093] Key type big_key registered [ 0.522025] Allocating IMA MOK and blacklist keyrings. [ 0.523402] Key type asymmetric registered [ 0.524341] Asymmetric key parser 'x509' registered [ 0.525454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527165] io scheduler noop registered [ 0.528074] io scheduler deadline registered (default) [ 0.529223] io scheduler cfq registered [ 0.530192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531401] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532870] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534543] ACPI: Power Button [PWRF] [ 0.535498] GHES: HEST is not enabled! [ 0.548929] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582637] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606880] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.609524] Linux agpgart interface v0.103 [ 0.612417] brd: module loaded [ 0.614215] loop: module loaded [ 0.618405] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.620092] GPT:90111 != 2097151 [ 0.620880] GPT:Alternate GPT header not at the end of the disk. [ 0.622164] GPT:90111 != 2097151 [ 0.622946] GPT: Use GNU Parted to correct GPT errors. [ 0.624085] vda: vda1 vda15 [ 0.625548] scsi host0: ata_piix [ 0.626441] scsi host1: ata_piix [ 0.627270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.628707] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.630413] libphy: Fixed MDIO Bus: probed [ 0.631374] tun: Universal TUN/TAP device driver, 1.6 [ 0.632488] tun: (C) 1999-2004 Max Krasnyansky [ 0.635114] PPP generic driver version 2.4.2 [ 0.636117] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637464] ehci-pci: EHCI PCI platform driver [ 0.638481] ehci-platform: EHCI generic platform driver [ 0.639636] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640929] ohci-pci: OHCI PCI platform driver [ 0.641958] ohci-platform: OHCI generic platform driver [ 0.643122] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657472] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.660346] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661534] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.662881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.664311] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.665959] usb usb1: Product: UHCI Host Controller [ 0.667046] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.668391] usb usb1: SerialNumber: 0000:00:01.2 [ 0.669531] hub 1-0:1.0: USB hub found [ 0.670443] hub 1-0:1.0: 2 ports detected [ 0.671525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.673944] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676343] mousedev: PS/2 mouse device common for all mice [ 0.677872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679878] rtc_cmos 00:00: RTC can wake from S4 [ 0.681087] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683739] i2c /dev entries driver [ 0.684601] device-mapper: uevent: version 1.0.3 [ 0.685672] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687454] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688992] NET: Registered protocol family 10 [ 0.690257] NET: Registered protocol family 17 [ 0.691229] Key type dns_resolver registered [ 0.692307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.693533] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.695484] registered taskstats version 1 [ 0.696407] Loading compiled-in X.509 certificates [ 0.697998] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700031] zswap: loaded using pool lzo/zbud [ 0.701811] Key type trusted registered [ 0.703717] Key type encrypted registered [ 0.704668] AppArmor: AppArmor sha1 policy hashing enabled [ 0.705790] ima: No TPM chip found, activating TPM-bypass! [ 0.706907] evm: HMAC attrs: 0x1 [ 0.707919] Magic number: 10:375:254 [ 0.708830] rtc_cmos 00:00: setting system clock to 2018-07-22 00:16:41 UTC (1532218601) [ 0.710530] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711692] EDD information not available. [ 0.791071] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.802801] Write protecting the kernel read-only data: 14336k [ 0.805040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.806972] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.852789] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.24. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLOfDeSpu6QSma0CbcHIG4XPk4oFKLcTcvIFbfc7HmmYTb0MdVhOOL6KcyYdPxll4H/bSRQrzTUVhVb46HXTT1pGRuinjxn/NmvvZYyJIQ+UeBd4Kh94Yc98GonAP/Y7zywP0lJSk15PjvEugWZjEfH5kXPqqhKRb3AwirNTHfmohI2V0n4Gb1ZMSjxrj2lVFyODWGD7GwMnaRg5Oy5DTBuU4vH4S0b+Vlr2tJtVe9RLVNEFebB8tnx4aFt0n2LxDD2Br68CMqFSyaWGg1rn65en9kkYbwl2xzUEQ79v7+1JXOApYTOYzrdJ3SNN9WzcNMlACDwe8d8ZDD9D6sRjQx root@singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f ssh-dss AAAAB3NzaC1kc3MAAACBAMcPUIPUDI6rg6rWuBy/xiM9xNlh2XdW9Zxhb4T8c7UYm8BbRhAttgnr3iQ2zG5AIPCjQQ3yIf/GBm0RlM6sDvCNaWHN/5bh1BTB4koMIOE6fmrAkmgDB9tafAdW8TwX7FughmgStny9XCBoJHTmzuYxEw2pnIplT+4VgkrG40nfAAAAFQCenbFs/O86ktP6QIl21Jy+BZzT5wAAAIACcNSd29eLJJMUkRgLIFiuMgZobudAYR3OTsBqeyjGsXoqPVI+rXySytPaZAQ8N2T+6AYN6QEtM2egOZfmpI68bRglBDUa1v/rbi9VND37I0q7UXJGk70EmbnzN7DAxgybyU9GlzZ89eSExkOfHVDkf0fnD6FU3w2CKGfvwnlOqwAAAIAoei+Tu+SAYZL+K+vU7auMk0xwG28CvWR5O4Vwe8ACShPcbpqv1JIUXsgYDnNCSFOTBNmJmHmku1J614u4fucq1U2Et37FwmKLLTFHDpdYNDHeuJaTBnSUjPemJ1aJvccv9/SprB5fpMiqcjiQN621oTqMi0pLah3vVKDw4VFAiQ== root@singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe55:fb28/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-76ed0c08-fe98-4c7f-84f7-0d3a0204448f launch-index: 0 === cirros: current=0.4.0 uptime=4.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-07-22 00:16:48,127 - paramiko.transport - DEBUG - starting thread (client mode): 0x4810e250L 2018-07-22 00:16:48,127 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 00:16:48,127 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 00:16:48,127 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 00:16:48,129 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 00:16:48,147 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 00:16:48,148 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 00:16:48,160 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 2c6c9e9ccb65b436a278805b3e147ec5 2018-07-22 00:16:48,161 - paramiko.transport - DEBUG - Trying discovered key e9a4164c83684147ed32c1504707ad1c in /tmp/tmphfZnkr 2018-07-22 00:16:48,186 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 00:16:48,192 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 00:16:48,225 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 00:16:48,226 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 00:16:48,226 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 00:16:48,228 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 00:16:48,229 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 00:16:48,229 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 00:16:48,234 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 00:16:48,340 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:16:48,341 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 00:16:48,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 00:16:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/9bb63bc1-b6b2-488f-969b-76e22d7751d3.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:49,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62bb8918-c396-4c37-adc4-22bc476d983a Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:49,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/9bb63bc1-b6b2-488f-969b-76e22d7751d3.json used request id req-62bb8918-c396-4c37-adc4-22bc476d983a 2018-07-22 00:16:49,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03512310982s 2018-07-22 00:16:49,384 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/9bb63bc1-b6b2-488f-969b-76e22d7751d3.json used request id req-62bb8918-c396-4c37-adc4-22bc476d983a 2018-07-22 00:16:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:16:49,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:49,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-61336bba-973c-4284-8d9c-285c91c44835 Date: Sun, 22 Jul 2018 00:16:49 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:16:49,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-61336bba-973c-4284-8d9c-285c91c44835 2018-07-22 00:16:49,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.267811059952s 2018-07-22 00:16:49,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-61336bba-973c-4284-8d9c-285c91c44835 2018-07-22 00:16:49,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 00:16:49,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:49,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:16:49 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-dbeb86ce-e4f1-49a2-a365-6082a52a863b x-compute-request-id: req-dbeb86ce-e4f1-49a2-a365-6082a52a863b Content-Type: application/json 2018-07-22 00:16:49,855 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482 used request id req-dbeb86ce-e4f1-49a2-a365-6082a52a863b 2018-07-22 00:16:49,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196511030197s 2018-07-22 00:16:49,855 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482 used request id req-dbeb86ce-e4f1-49a2-a365-6082a52a863b 2018-07-22 00:16:49,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:49,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:51,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:49 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-3dc39531-bc83-4f2f-b557-2ade1fabe6be x-compute-request-id: req-3dc39531-bc83-4f2f-b557-2ade1fabe6be Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:fb:28", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:fb:28", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f708af1b-aadb-40d5-b154-735dbee17482", "rel": "bookmark"}], "image": {"id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "links": [{"href": "http://172.30.9.29:8774/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:16:41.000000", "flavor": {"id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1", "links": [{"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}]}, "id": "f708af1b-aadb-40d5-b154-735dbee17482", "security_groups": [{"name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}], "user_id": "7c0a0969b7664571ab977912e6f23323", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:16:49Z", "hostId": "9a991102ebddc06124bc990b76788731c9ffbb9abac0f5109363ed55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "name": "singlevm2-vm_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "created": "2018-07-22T00:16:32Z", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:16:51,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3dc39531-bc83-4f2f-b557-2ade1fabe6be 2018-07-22 00:16:51,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22250986099s 2018-07-22 00:16:51,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3dc39531-bc83-4f2f-b557-2ade1fabe6be 2018-07-22 00:16:51,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:16:53,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:16:53,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:53,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:16:53 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-42176c2d-5542-46dc-9e8f-4e7f90907bfe x-compute-request-id: req-42176c2d-5542-46dc-9e8f-4e7f90907bfe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 00:16:53,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42176c2d-5542-46dc-9e8f-4e7f90907bfe 2018-07-22 00:16:53,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.236964941025s 2018-07-22 00:16:53,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42176c2d-5542-46dc-9e8f-4e7f90907bfe 2018-07-22 00:16:53,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:16:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:53,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-a36d2d48-68ec-4117-ad67-8acb977220ed Date: Sun, 22 Jul 2018 00:16:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:26Z", "updated_at": "2018-07-22T00:16:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "35bc5ea0-c721-40f3-9ade-bdc22a7ee396", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "74659d7f-c76e-410a-af31-549a8b9a945d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:26Z", "revision_number": 0, "id": "9a7f9b84-0858-439f-b075-411387a515ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:26Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:27Z", "revision_number": 0, "id": "9d74c7a2-5d85-4b25-8092-1520402187ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:27Z", "security_group_id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 3, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3", "name": "singlevm2-sg_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}, {"description": "Default security group", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:17Z", "updated_at": "2018-07-22T00:16:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0b102bd1-21e0-42ae-aad3-828bf028ea5a", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "0bf5f271-af66-4c6c-b84d-90e0d810f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "a0501474-df55-49a4-990b-07d764d0c999", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:16:17Z", "revision_number": 0, "id": "bffdea17-583d-4ab5-93df-998365fa961b", "remote_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "remote_ip_prefix": null, "created_at": "2018-07-22T00:16:17Z", "security_group_id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1"}], "revision_number": 1, "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "1e585627-dba7-465e-9a45-98c431ae4fb4", "name": "default"}]} 2018-07-22 00:16:53,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a36d2d48-68ec-4117-ad67-8acb977220ed 2018-07-22 00:16:53,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0531430244446s 2018-07-22 00:16:53,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-a36d2d48-68ec-4117-ad67-8acb977220ed 2018-07-22 00:16:53,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 00:16:53,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:53,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a68e7652-340a-4f9f-b711-8e6adc0d8a34 Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:53,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3.json used request id req-a68e7652-340a-4f9f-b711-8e6adc0d8a34 2018-07-22 00:16:53,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.213256120682s 2018-07-22 00:16:53,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/0edfa4ed-5977-4d28-bf9a-c68c9ee67cf3.json used request id req-a68e7652-340a-4f9f-b711-8e6adc0d8a34 2018-07-22 00:16:53,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 00:16:53,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:53,843 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:16:53 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-50d31122-d049-457c-bdfe-d80e6a904629 x-compute-request-id: req-50d31122-d049-457c-bdfe-d80e6a904629 Content-Length: 0 Content-Type: application/json 2018-07-22 00:16:53,843 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f used request id req-50d31122-d049-457c-bdfe-d80e6a904629 2018-07-22 00:16:53,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.24832701683s 2018-07-22 00:16:53,844 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_76ed0c08-fe98-4c7f-84f7-0d3a0204448f used request id req-50d31122-d049-457c-bdfe-d80e6a904629 2018-07-22 00:16:53,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:16:53,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" -d '{"subnet_id": "2a41c933-146f-4e63-a97f-fe1a1e01422c"}' 2018-07-22 00:16:55,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ca22832b-a112-443b-a583-79cbea08c90b Date: Sun, 22 Jul 2018 00:16:55 GMT RESP BODY: {"network_id": "7106857c-0d37-4833-8306-d19de347298a", "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "subnet_id": "2a41c933-146f-4e63-a97f-fe1a1e01422c", "subnet_ids": ["2a41c933-146f-4e63-a97f-fe1a1e01422c"], "port_id": "3610faf7-a566-4a24-87d7-b083c8aff579", "id": "db634726-8e5e-4102-ad03-1a7849102475"} 2018-07-22 00:16:55,549 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/remove_router_interface.json used request id req-ca22832b-a112-443b-a583-79cbea08c90b 2018-07-22 00:16:55,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70534110069s 2018-07-22 00:16:55,550 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475/remove_router_interface.json used request id req-ca22832b-a112-443b-a583-79cbea08c90b returning object db634726-8e5e-4102-ad03-1a7849102475 2018-07-22 00:16:55,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:16:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:55,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-cf63ce1a-51ba-489a-b626-6c016921db11 Date: Sun, 22 Jul 2018 00:16:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "created_at": "2018-07-22T00:16:19Z", "admin_state_up": true, "updated_at": "2018-07-22T00:16:54Z", "revision_number": 4, "routes": [], "project_id": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "db634726-8e5e-4102-ad03-1a7849102475", "name": "singlevm2-router_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}]} 2018-07-22 00:16:55,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cf63ce1a-51ba-489a-b626-6c016921db11 2018-07-22 00:16:55,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123960018158s 2018-07-22 00:16:55,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-cf63ce1a-51ba-489a-b626-6c016921db11 2018-07-22 00:16:55,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:16:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:57,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c49b1d3c-8bf9-4665-bf6f-c6a3aae55024 Content-Length: 0 Date: Sun, 22 Jul 2018 00:16:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:16:57,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475.json used request id req-c49b1d3c-8bf9-4665-bf6f-c6a3aae55024 2018-07-22 00:16:57,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.79382205009s 2018-07-22 00:16:57,470 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/db634726-8e5e-4102-ad03-1a7849102475.json used request id req-c49b1d3c-8bf9-4665-bf6f-c6a3aae55024 2018-07-22 00:16:57,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:16:57,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:16:57,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9517039f-4cc9-4feb-a1c8-f2f578218b2c Date: Sun, 22 Jul 2018 00:16:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7106857c-0d37-4833-8306-d19de347298a","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:16:19Z","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":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"2a41c933-146f-4e63-a97f-fe1a1e01422c","subnetpool_id":null,"name":"singlevm2-subnet_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}]} 2018-07-22 00:16:57,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9517039f-4cc9-4feb-a1c8-f2f578218b2c 2018-07-22 00:16:57,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0463769435883s 2018-07-22 00:16:57,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9517039f-4cc9-4feb-a1c8-f2f578218b2c 2018-07-22 00:16:57,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:16:57,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/2a41c933-146f-4e63-a97f-fe1a1e01422c.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:17:00,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03682301-e56c-469d-bd9d-be074d6df285 Date: Sun, 22 Jul 2018 00:17:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:17:00,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2a41c933-146f-4e63-a97f-fe1a1e01422c.json used request id req-03682301-e56c-469d-bd9d-be074d6df285 2018-07-22 00:17:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.69890904427s 2018-07-22 00:17:00,218 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2a41c933-146f-4e63-a97f-fe1a1e01422c.json used request id req-03682301-e56c-469d-bd9d-be074d6df285 2018-07-22 00:17:00,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:17:00,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-410e87c7-ce05-4540-b97d-6e0e84e66533 Date: Sun, 22 Jul 2018 00:17:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:17:00Z","tenant_id":"73eb8bca5a2c4f25b641ef32f33df2b1","created_at":"2018-07-22T00:16:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"73eb8bca5a2c4f25b641ef32f33df2b1","id":"7106857c-0d37-4833-8306-d19de347298a","name":"singlevm2-net_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:00,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-410e87c7-ce05-4540-b97d-6e0e84e66533 2018-07-22 00:17:00,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123697042465s 2018-07-22 00:17:00,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-410e87c7-ce05-4540-b97d-6e0e84e66533 2018-07-22 00:17:00,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:17:00,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/7106857c-0d37-4833-8306-d19de347298a.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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:17:01,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f13e77e4-7a66-4af3-97b0-15b536a34d0d Date: Sun, 22 Jul 2018 00:17:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:17:01,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7106857c-0d37-4833-8306-d19de347298a.json used request id req-f13e77e4-7a66-4af3-97b0-15b536a34d0d 2018-07-22 00:17:01,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40539908409s 2018-07-22 00:17:01,750 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/7106857c-0d37-4833-8306-d19de347298a.json used request id req-f13e77e4-7a66-4af3-97b0-15b536a34d0d 2018-07-22 00:17:01,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:17:01,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:17:01,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-9c5511e1-5ae9-43dd-b18c-489090324c10 Date: Sun, 22 Jul 2018 00:17:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/snap", "metadata": {}}], "file": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/file", "owner": "73eb8bca5a2c4f25b641ef32f33df2b1", "id": "c8e1130c-2b20-4299-9c90-41ed024e1d20", "size": 12716032, "self": "/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/c8e1130c-2b20-4299-9c90-41ed024e1d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:16:25Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:16:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:17:01,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c5511e1-5ae9-43dd-b18c-489090324c10 2018-07-22 00:17:01,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0382359027863s 2018-07-22 00:17:01,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9c5511e1-5ae9-43dd-b18c-489090324c10 2018-07-22 00:17:01,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:17:01,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c5a0f6fa4e6a6452b57a14ea45da4ee2931d6a40" 2018-07-22 00:17:02,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc8552c2-168d-45ab-8527-a54a3dcd9fca Date: Sun, 22 Jul 2018 00:17:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:17:02,894 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20 used request id req-fc8552c2-168d-45ab-8527-a54a3dcd9fca 2018-07-22 00:17:02,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09969496727s 2018-07-22 00:17:02,895 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/c8e1130c-2b20-4299-9c90-41ed024e1d20 used request id req-fc8552c2-168d-45ab-8527-a54a3dcd9fca 2018-07-22 00:17:02,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:17:02,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:02,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b11a278e-af00-4cb9-b725-4d2bdfb1c506 x-compute-request-id: req-b11a278e-af00-4cb9-b725-4d2bdfb1c506 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9afb15b4-aa21-4c05-85f1-b08852f28fc1"}]} 2018-07-22 00:17:02,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b11a278e-af00-4cb9-b725-4d2bdfb1c506 2018-07-22 00:17:02,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293650627136s 2018-07-22 00:17:02,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-b11a278e-af00-4cb9-b725-4d2bdfb1c506 2018-07-22 00:17:02,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:17:02,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,075 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3a1837c-fbbd-448a-9ec3-8f5effb271ae x-compute-request-id: req-e3a1837c-fbbd-448a-9ec3-8f5effb271ae Content-Length: 0 Content-Type: application/json 2018-07-22 00:17:03,075 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1 used request id req-e3a1837c-fbbd-448a-9ec3-8f5effb271ae 2018-07-22 00:17:03,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.149051904678s 2018-07-22 00:17:03,076 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/9afb15b4-aa21-4c05-85f1-b08852f28fc1 used request id req-e3a1837c-fbbd-448a-9ec3-8f5effb271ae 2018-07-22 00:17:03,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:17:03,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a67ff998-d4a9-47a8-8037-59d2a7915406 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": {"self": "http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7c0a0969b7664571ab977912e6f23323", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:17:03,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a67ff998-d4a9-47a8-8037-59d2a7915406 2018-07-22 00:17:03,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118483066559s 2018-07-22 00:17:03,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a67ff998-d4a9-47a8-8037-59d2a7915406 2018-07-22 00:17:03,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:17:03,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016f6de3-868f-4473-8e3b-c082f80941db Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_76ed0c08-fe98-4c7f-84f7-0d3a0204448f", "links": {"self": "http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7c0a0969b7664571ab977912e6f23323", "description": null}} 2018-07-22 00:17:03,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 used request id req-016f6de3-868f-4473-8e3b-c082f80941db 2018-07-22 00:17:03,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121562004089s 2018-07-22 00:17:03,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 used request id req-016f6de3-868f-4473-8e3b-c082f80941db 2018-07-22 00:17:03,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 00:17:03,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c0dad0-e493-4d20-87a7-f9cafa808d79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:17:03,663 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 used request id req-f3c0dad0-e493-4d20-87a7-f9cafa808d79 2018-07-22 00:17:03,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.339447975159s 2018-07-22 00:17:03,663 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7c0a0969b7664571ab977912e6f23323 used request id req-f3c0dad0-e493-4d20-87a7-f9cafa808d79 2018-07-22 00:17:03,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:17:03,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0445c7-ff13-474a-bb34-7af3334d2ed3 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1"}, "tags": [], "enabled": true, "id": "73eb8bca5a2c4f25b641ef32f33df2b1", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_76ed0c08-fe98-4c7f-84f7-0d3a0204448f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 00:17:03,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9b0445c7-ff13-474a-bb34-7af3334d2ed3 2018-07-22 00:17:03,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101193904877s 2018-07-22 00:17:03,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9b0445c7-ff13-474a-bb34-7af3334d2ed3 2018-07-22 00:17:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 00:17:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f61f2a51c35db5ec31ee81dbcc1f4f53d586d37" 2018-07-22 00:17:03,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daefa202-e011-480f-a9e1-13df25b683a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:17:03,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1 used request id req-daefa202-e011-480f-a9e1-13df25b683a6 2018-07-22 00:17:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.220267057419s 2018-07-22 00:17:03,998 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/73eb8bca5a2c4f25b641ef32f33df2b1 used request id req-daefa202-e011-480f-a9e1-13df25b683a6 2018-07-22 00:17:04,055 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:17:04,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:17:04,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:17:04,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:17:04,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc713367-0acb-411e-8d17-3c849b1cc8d2 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:17:04,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-cc713367-0acb-411e-8d17-3c849b1cc8d2 2018-07-22 00:17:04,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:17:04,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:17:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["3YZNHnbfQDWE5qQSev2bgw"], "issued_at": "2018-07-22T00:17:04.000000Z"}} 2018-07-22 00:17:04,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:04,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:04,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2845535f-665a-4f9b-9e35-e87ecc316daa Date: Sun, 22 Jul 2018 00:17:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:17:04,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2845535f-665a-4f9b-9e35-e87ecc316daa 2018-07-22 00:17:04,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265651941299s 2018-07-22 00:17:04,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2845535f-665a-4f9b-9e35-e87ecc316daa 2018-07-22 00:17:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:17:04,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18379679-d566-4887-a03a-724c361fa2ba Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:17:04,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-18379679-d566-4887-a03a-724c361fa2ba 2018-07-22 00:17:04,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:17:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:04,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfa393e-80ab-4b8f-a24b-e793a9755745 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:17:04,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-5cfa393e-80ab-4b8f-a24b-e793a9755745 2018-07-22 00:17:04,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.11429810524s 2018-07-22 00:17:04,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-5cfa393e-80ab-4b8f-a24b-e793a9755745 2018-07-22 00:17:04,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 00:17:04,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}}' 2018-07-22 00:17:05,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca423ed6-68ce-49a0-bed8-00d9be5d79d0 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3"}, "tags": [], "enabled": true, "id": "27915d1e032f41f7a955b838a555d7b3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}} 2018-07-22 00:17:05,029 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ca423ed6-68ce-49a0-bed8-00d9be5d79d0 2018-07-22 00:17:05,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.135623931885s 2018-07-22 00:17:05,029 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-ca423ed6-68ce-49a0-bed8-00d9be5d79d0 2018-07-22 00:17:05,030 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'27915d1e032f41f7a955b838a555d7b3', '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'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'}) 2018-07-22 00:17:05,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 00:17:05,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1f345242-27cb-4903-8f56-08bf62ddcd1e", "email": null, "name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}}' 2018-07-22 00:17:05,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02698ad7-cfdf-4942-ace8-7486532aa4fa Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": {"self": "http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1888814d59a44f8ca8cc09f10c15cc5d", "domain_id": "default", "password_expires_at": null}} 2018-07-22 00:17:05,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-02698ad7-cfdf-4942-ace8-7486532aa4fa 2018-07-22 00:17:05,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.42337012291s 2018-07-22 00:17:05,460 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-02698ad7-cfdf-4942-ace8-7486532aa4fa 2018-07-22 00:17:05,460 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1888814d59a44f8ca8cc09f10c15cc5d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'}) 2018-07-22 00:17:05,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:17:05,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:05,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69306a8-7ca5-4724-968e-ece1440fe349 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:17:05,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b69306a8-7ca5-4724-968e-ece1440fe349 2018-07-22 00:17:05,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109184026718s 2018-07-22 00:17:05,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b69306a8-7ca5-4724-968e-ece1440fe349 2018-07-22 00:17:05,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:17:05,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:05,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce14810-5968-433c-9c70-8027f5f7b5ca Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:17:05,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dce14810-5968-433c-9c70-8027f5f7b5ca 2018-07-22 00:17:05,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100150823593s 2018-07-22 00:17:05,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-dce14810-5968-433c-9c70-8027f5f7b5ca 2018-07-22 00:17:05,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:17:05,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:05,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14f6ac26-75c6-4294-8060-46ca59b9ae43 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:17:05,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-14f6ac26-75c6-4294-8060-46ca59b9ae43 2018-07-22 00:17:05,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.123366832733s 2018-07-22 00:17:05,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-14f6ac26-75c6-4294-8060-46ca59b9ae43 2018-07-22 00:17:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:17:05,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:05,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07da23fa-a01d-4af1-9752-5db699c41526 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 00:17:05,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-07da23fa-a01d-4af1-9752-5db699c41526 2018-07-22 00:17:05,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109076976776s 2018-07-22 00:17:05,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-07da23fa-a01d-4af1-9752-5db699c41526 2018-07-22 00:17:05,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:17:05,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:06,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e00124-6f18-4a21-ad8d-f77f3fd81974 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": {"self": "http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1888814d59a44f8ca8cc09f10c15cc5d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:17:06,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-28e00124-6f18-4a21-ad8d-f77f3fd81974 2018-07-22 00:17:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120082855225s 2018-07-22 00:17:06,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-28e00124-6f18-4a21-ad8d-f77f3fd81974 2018-07-22 00:17:06,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:17:06,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:06,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c71e0ba3-cd16-4e12-a32a-7878ee27106e Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3"}, "tags": [], "enabled": true, "id": "27915d1e032f41f7a955b838a555d7b3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:17:06,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-c71e0ba3-cd16-4e12-a32a-7878ee27106e 2018-07-22 00:17:06,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112583875656s 2018-07-22 00:17:06,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-c71e0ba3-cd16-4e12-a32a-7878ee27106e 2018-07-22 00:17:06,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:17:06,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=1888814d59a44f8ca8cc09f10c15cc5d&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=27915d1e032f41f7a955b838a555d7b3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:06,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5742c6a-0b2e-4128-a3a8-d01b1018f25f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=1888814d59a44f8ca8cc09f10c15cc5d&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=27915d1e032f41f7a955b838a555d7b3", "previous": null, "next": null}} 2018-07-22 00:17:06,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1888814d59a44f8ca8cc09f10c15cc5d&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=27915d1e032f41f7a955b838a555d7b3 used request id req-f5742c6a-0b2e-4128-a3a8-d01b1018f25f 2018-07-22 00:17:06,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108618974686s 2018-07-22 00:17:06,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=1888814d59a44f8ca8cc09f10c15cc5d&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=27915d1e032f41f7a955b838a555d7b3 used request id req-f5742c6a-0b2e-4128-a3a8-d01b1018f25f 2018-07-22 00:17:06,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 00:17:06,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3/users/1888814d59a44f8ca8cc09f10c15cc5d/roles/061df7a840a9463dbb92a46927bebbe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:17:06,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31b3645f-7d0f-476f-9276-b61dbde3081c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:17:06,471 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3/users/1888814d59a44f8ca8cc09f10c15cc5d/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-31b3645f-7d0f-476f-9276-b61dbde3081c 2018-07-22 00:17:06,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.183959007263s 2018-07-22 00:17:06,472 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3/users/1888814d59a44f8ca8cc09f10c15cc5d/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-31b3645f-7d0f-476f-9276-b61dbde3081c 2018-07-22 00:17:06,472 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 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'27915d1e032f41f7a955b838a555d7b3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '1f345242-27cb-4903-8f56-08bf62ddcd1e', 'username': u'vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:17:06,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:17:06,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:17:06,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:17:06,478 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'password': '1f345242-27cb-4903-8f56-08bf62ddcd1e', 'project_name': 'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '27915d1e032f41f7a955b838a555d7b3', 'project_domain_name': 'Default'} 2018-07-22 00:17:06,478 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-22 00:17:06,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:17:06,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded52af1-02ae-4aac-a015-23d8d5e1cf3b 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:17:06,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ded52af1-02ae-4aac-a015-23d8d5e1cf3b 2018-07-22 00:17:06,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:17:06,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27915d1e032f41f7a955b838a555d7b3", "name": "vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/27915d1e032f41f7a955b838a555d7b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/27915d1e032f41f7a955b838a555d7b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/27915d1e032f41f7a955b838a555d7b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/27915d1e032f41f7a955b838a555d7b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/27915d1e032f41f7a955b838a555d7b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/27915d1e032f41f7a955b838a555d7b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/27915d1e032f41f7a955b838a555d7b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_27915d1e032f41f7a955b838a555d7b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_27915d1e032f41f7a955b838a555d7b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "id": "1888814d59a44f8ca8cc09f10c15cc5d"}, "audit_ids": ["QbhxKBDOQsiPnFGR9XyvhQ"], "issued_at": "2018-07-22T00:17:06.000000Z"}} 2018-07-22 00:17:06,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:17:06,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"network": {"name": "vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "admin_state_up": true}}' 2018-07-22 00:17:07,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-6c627563-af87-45ac-948c-06a6c99e269c Date: Sun, 22 Jul 2018 00:17:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T00:17:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}} 2018-07-22 00:17:07,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6c627563-af87-45ac-948c-06a6c99e269c 2018-07-22 00:17:07,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.668865919113s 2018-07-22 00:17:07,559 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6c627563-af87-45ac-948c-06a6c99e269c 2018-07-22 00:17:07,560 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:17:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'4f427fb4-41ed-4072-ac47-e8dca19d09ae', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', u'admin_state_up': True, u'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', u'created_at': u'2018-07-22T00:17:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'27915d1e032f41f7a955b838a555d7b3'}) 2018-07-22 00:17:07,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:07,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:07,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a6b8a65b-a4e5-4400-a7ac-5fa43ed4899a Date: Sun, 22 Jul 2018 00:17:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:17:07Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:07,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a6b8a65b-a4e5-4400-a7ac-5fa43ed4899a 2018-07-22 00:17:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330832004547s 2018-07-22 00:17:07,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-a6b8a65b-a4e5-4400-a7ac-5fa43ed4899a 2018-07-22 00:17:07,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:17:07,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"subnet": {"name": "vping_ssh-subnet_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "enable_dhcp": true, "network_id": "4f427fb4-41ed-4072-ac47-e8dca19d09ae", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:17:09,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-38275838-731c-45ee-a6d4-ab7886a0c5b5 Date: Sun, 22 Jul 2018 00:17:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:17:08Z","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":"27915d1e032f41f7a955b838a555d7b3","id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","subnetpool_id":null,"name":"vping_ssh-subnet_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}} 2018-07-22 00:17:09,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-38275838-731c-45ee-a6d4-ab7886a0c5b5 2018-07-22 00:17:09,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.3430120945s 2018-07-22 00:17:09,237 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-38275838-731c-45ee-a6d4-ab7886a0c5b5 2018-07-22 00:17:09,237 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:17:08Z', 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'fdc09a88-cc3c-409d-bf89-ef7d7a516be7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', u'enable_dhcp': True, u'network_id': u'4f427fb4-41ed-4072-ac47-e8dca19d09ae', u'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', u'created_at': u'2018-07-22T00:17:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'27915d1e032f41f7a955b838a555d7b3'}) 2018-07-22 00:17:09,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:17:09,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "vping_ssh-router_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "admin_state_up": true}}' 2018-07-22 00:17:10,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-8ac66b4d-d86b-4aa8-8614-53a852536ff9 Date: Sun, 22 Jul 2018 00:17:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:09Z", "admin_state_up": true, "updated_at": "2018-07-22T00:17:10Z", "revision_number": 2, "routes": [], "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "2309d020-b0ac-4522-94ba-65cce3f9aa51", "name": "vping_ssh-router_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}} 2018-07-22 00:17:10,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8ac66b4d-d86b-4aa8-8614-53a852536ff9 2018-07-22 00:17:10,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56256818771s 2018-07-22 00:17:10,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8ac66b4d-d86b-4aa8-8614-53a852536ff9 2018-07-22 00:17:10,801 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', u'created_at': u'2018-07-22T00:17:09Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T00:17:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'27915d1e032f41f7a955b838a555d7b3', u'id': u'2309d020-b0ac-4522-94ba-65cce3f9aa51', u'name': u'vping_ssh-router_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'}) 2018-07-22 00:17:10,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:17:10,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"subnet_id": "fdc09a88-cc3c-409d-bf89-ef7d7a516be7"}' 2018-07-22 00:17:13,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0bf9f671-4c89-4c06-b615-b92f7be0c64d Date: Sun, 22 Jul 2018 00:17:13 GMT RESP BODY: {"network_id": "4f427fb4-41ed-4072-ac47-e8dca19d09ae", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "subnet_id": "fdc09a88-cc3c-409d-bf89-ef7d7a516be7", "subnet_ids": ["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"], "port_id": "98e76fec-aba8-46de-b0e4-0cd2b046ae89", "id": "2309d020-b0ac-4522-94ba-65cce3f9aa51"} 2018-07-22 00:17:13,284 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/add_router_interface.json used request id req-0bf9f671-4c89-4c06-b615-b92f7be0c64d 2018-07-22 00:17:13,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.48184013367s 2018-07-22 00:17:13,284 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/add_router_interface.json used request id req-0bf9f671-4c89-4c06-b615-b92f7be0c64d returning object 2309d020-b0ac-4522-94ba-65cce3f9aa51 2018-07-22 00:17:13,284 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:17:13,416 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:17:13,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:17:13,422 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:17:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:17:13,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:17:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:13,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-133d7215-640f-477f-9deb-9fc21d6491c2 Date: Sun, 22 Jul 2018 00:17:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:17:13,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-133d7215-640f-477f-9deb-9fc21d6491c2 2018-07-22 00:17:13,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.265856027603s 2018-07-22 00:17:13,691 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-133d7215-640f-477f-9deb-9fc21d6491c2 2018-07-22 00:17:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:17:13,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}' 2018-07-22 00:17:14,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-94507b8e-c4da-4287-8000-bdac7a3a49b1 Date: Sun, 22 Jul 2018 00:17:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file", "owner": "27915d1e032f41f7a955b838a555d7b3", "id": "7867fb32-91af-4181-a22a-30578303a8ef", "size": null, "self": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:17:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "checksum": null, "created_at": "2018-07-22T00:17:14Z", "protected": false} 2018-07-22 00:17:14,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-94507b8e-c4da-4287-8000-bdac7a3a49b1 2018-07-22 00:17:14,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.747225046158s 2018-07-22 00:17:14,447 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-94507b8e-c4da-4287-8000-bdac7a3a49b1 returning object 7867fb32-91af-4181-a22a-30578303a8ef 2018-07-22 00:17:14,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:17:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '' 2018-07-22 00:17:15,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88b4dba7-6a86-4a42-b0d8-479a87988c74 Date: Sun, 22 Jul 2018 00:17:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:17:15,161 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file used request id req-88b4dba7-6a86-4a42-b0d8-479a87988c74 2018-07-22 00:17:15,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.712691783905s 2018-07-22 00:17:15,161 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file used request id req-88b4dba7-6a86-4a42-b0d8-479a87988c74 2018-07-22 00:17:15,161 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:17:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file', u'owner': u'27915d1e032f41f7a955b838a555d7b3', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7867fb32-91af-4181-a22a-30578303a8ef', u'size': None, u'name': u'vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', u'checksum': None, u'self': u'/v2/images/7867fb32-91af-4181-a22a-30578303a8ef', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:17:14Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:17:15,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:17:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:17:15,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7e85812-5627-45bf-b2ca-86141e604145 x-compute-request-id: req-d7e85812-5627-45bf-b2ca-86141e604145 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7"}} 2018-07-22 00:17:15,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d7e85812-5627-45bf-b2ca-86141e604145 2018-07-22 00:17:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.404353141785s 2018-07-22 00:17:15,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-d7e85812-5627-45bf-b2ca-86141e604145 2018-07-22 00:17:15,568 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'43e7e3b8-b1f2-472a-a423-084b7c8369f7', 'swap': 0}) 2018-07-22 00:17:15,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:17:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" -d '{"extra_specs": {}}' 2018-07-22 00:17:15,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0caf26ed-0265-4ab2-b8f4-197f98f3c93b x-compute-request-id: req-0caf26ed-0265-4ab2-b8f4-197f98f3c93b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:17:15,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7/os-extra_specs used request id req-0caf26ed-0265-4ab2-b8f4-197f98f3c93b 2018-07-22 00:17:15,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227830410004s 2018-07-22 00:17:15,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7/os-extra_specs used request id req-0caf26ed-0265-4ab2-b8f4-197f98f3c93b 2018-07-22 00:17:15,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 00:17:15,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"keypair": {"name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}}' 2018-07-22 00:17:16,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe88985c-097c-4796-8126-0ce8d2a3a96f x-compute-request-id: req-fe88985c-097c-4796-8126-0ce8d2a3a96f Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaAqnDpGQaOXWgy0ttAZtknnUfBJFRg7RMn72tDKNYFyUy0+6tjPrCwDanPeGSFKFoFuT8R6iJvYhXTqiNYLyOiHwSwwegTNhdiYW1DuGwsadsuHUt1fGqmHJFOKXGsplrO0h8/1EC+HiNyE7ltbAfcEkAWS7OBxI6vygzhuNhqjUd0lJXIgc8UsLdGFU+MG3KSuQTYWjksKyZIlKfCACgLWo8iGvNixVAnQCtlT4TZ3Bcl5uBYXqhTAcpNq/0AAHgkOdpphjttWsHEiy5D4hiz1hvfO3XQFEJYT51tHBlXAdvCBvnqcQd1ZxSvq7I5NRW1DIet8SqRZjQHLukuowf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2gKpw6RkGjl1oMtLbQGbZJ51HwSRUYO0TJ+9rQyjWBclMtPu\nrYz6wsA2pz3hkhShaBbk/Eeoib2IV06ojWC8joh8EsMHoEzYXYmFtQ7hsLGnbLh1\nLdXxqphyRTilxrKZaztIfP9RAvh4jchO5bWwH3BJAFkuzgcSOr8oM4bjYao1HdJS\nVyIHPFLC3RhVPjBtykrkE2Fo5LCsmSJSnwgAoC1qPIhrzYsVQJ0ArZU+E2dwXJeb\ngWF6oUwHKTav9AAB4JDnaaYY7bVrBxIsuQ+IYs9Yb3zt10BRCWE+dbRwZVwHbwgb\n56nEHdWcUr6uyOTUVtQyHrfEqkWY0By7pLqMHwIDAQABAoIBAFbEBpKxw5FYWwNi\nxaMdp53VHuH4bGmX1FNGpDPSOtRdadWf2XdDC64k19uZ2kPMaCzIJ9xsHJytTS0K\nRjT2UjUcBt1kt41J6DbZ+9gCkzpCilLP2vsiEeuGfrwj/n5lKIAv+Pqelrxq7Xfo\nR9ZOiEkK5FL6K5Gd6Nhuqe5P+gEtA6DeQwixK7ToBzRzXWuk/fp6uLn2QV/oqiJT\neaQk3IBGBH6qdksHvPhpMBpx5btZGRTfQZjvF7wboyjM6caod1RrCt04TLZ/hMYE\nDQFQikF6ZkdwwKRmYkRSvgqtlNuVshQ/7/V+CNSbwISBd7IRzJzNplJ42h83Z0dT\ngoOEqlkCgYEA8JT+5vCplsw1jJj+XrdjxiamIaQbh2tcsjSuuFXaaKCcocVuANQq\nowNNR365mSBTLNFlFMWMyK/J4yvoB+hpSE8zKWGM+xmb50SoF/qo3f03de6UBjpb\n1MGkpFRS2vhlrGNieEL+q3hbE+RDtTanCzOeqnjtkh68IUa3/JKfeMUCgYEA5/tb\nKNOoialJvaCZu83sY83rQeIbR/fwWPBMB5Zi6U2PEVfpgE6FH82oDT2jnBqda/im\nIWdUCSzxejBS8JnDjyEy4NKWCkyLfdX6H4bS/HfcsGaEdYOZdth+1XT1RZmdRRIV\n3B+R0eeYavcGOcFCYdSjjYQD7CIDPpB2WI38l5MCgYEAq6NhCBoCo9clDR3JvIFR\n6XiBZdbS3RY3l9wGGvUFUUfk93UHOggkMxCT/cHnX9uz+3GYj+0wt6zSeARHEf05\nv6Dhe1BhaHOoyqIs2o62E0ooWzbO3HKeOXe9oo+WXSqCPy7YfbwuPN8s+1ALDinj\nmxZEyJJly62pwoPVl5hztZECgYEAvCyneImgd/JLb7ebnLzgWOELSYkIyisz2mEp\nuynhGBCi0dW3Ai4vTGn9PKhYU+M++Ptcf1Ia18qOIqiaTrLb7/llFPudW8NVj4CI\nARTThpoP+UNfhRd33/CjibDy2D9QVFvkQYeWOGedun6gnS7IEyVyefOxXtUEPrbe\nWNzsHWMCgYEAjBG8xuMRNWPLn4Ro5mgG6RAxYCUtilSxQsa3LGes1CWuNvjErxA0\nYAJO38rNNJP8DKVyLL2b54uY2Xryy528j/ON3pAbMZpqp7yj40/vxq0YuQOYKKkM\nrvdA0SbXuQgo24oGDfiipg/mPs/Iu0QLpyXuobuW6mwLbPAAOqMNjho=\n-----END RSA PRIVATE KEY-----\n", "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "fingerprint": "19:05:53:e9:c1:8c:f7:eb:18:90:69:87:5b:db:6f:c5"}} 2018-07-22 00:17:16,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-fe88985c-097c-4796-8126-0ce8d2a3a96f 2018-07-22 00:17:16,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.46347618103s 2018-07-22 00:17:16,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-fe88985c-097c-4796-8126-0ce8d2a3a96f 2018-07-22 00:17:16,057 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaAqnDpGQaOXWgy0ttAZtknnUfBJFRg7RMn72tDKNYFyUy0+6tjPrCwDanPeGSFKFoFuT8R6iJvYhXTqiNYLyOiHwSwwegTNhdiYW1DuGwsadsuHUt1fGqmHJFOKXGsplrO0h8/1EC+HiNyE7ltbAfcEkAWS7OBxI6vygzhuNhqjUd0lJXIgc8UsLdGFU+MG3KSuQTYWjksKyZIlKfCACgLWo8iGvNixVAnQCtlT4TZ3Bcl5uBYXqhTAcpNq/0AAHgkOdpphjttWsHEiy5D4hiz1hvfO3XQFEJYT51tHBlXAdvCBvnqcQd1ZxSvq7I5NRW1DIet8SqRZjQHLukuowf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2gKpw6RkGjl1oMtLbQGbZJ51HwSRUYO0TJ+9rQyjWBclMtPu\nrYz6wsA2pz3hkhShaBbk/Eeoib2IV06ojWC8joh8EsMHoEzYXYmFtQ7hsLGnbLh1\nLdXxqphyRTilxrKZaztIfP9RAvh4jchO5bWwH3BJAFkuzgcSOr8oM4bjYao1HdJS\nVyIHPFLC3RhVPjBtykrkE2Fo5LCsmSJSnwgAoC1qPIhrzYsVQJ0ArZU+E2dwXJeb\ngWF6oUwHKTav9AAB4JDnaaYY7bVrBxIsuQ+IYs9Yb3zt10BRCWE+dbRwZVwHbwgb\n56nEHdWcUr6uyOTUVtQyHrfEqkWY0By7pLqMHwIDAQABAoIBAFbEBpKxw5FYWwNi\nxaMdp53VHuH4bGmX1FNGpDPSOtRdadWf2XdDC64k19uZ2kPMaCzIJ9xsHJytTS0K\nRjT2UjUcBt1kt41J6DbZ+9gCkzpCilLP2vsiEeuGfrwj/n5lKIAv+Pqelrxq7Xfo\nR9ZOiEkK5FL6K5Gd6Nhuqe5P+gEtA6DeQwixK7ToBzRzXWuk/fp6uLn2QV/oqiJT\neaQk3IBGBH6qdksHvPhpMBpx5btZGRTfQZjvF7wboyjM6caod1RrCt04TLZ/hMYE\nDQFQikF6ZkdwwKRmYkRSvgqtlNuVshQ/7/V+CNSbwISBd7IRzJzNplJ42h83Z0dT\ngoOEqlkCgYEA8JT+5vCplsw1jJj+XrdjxiamIaQbh2tcsjSuuFXaaKCcocVuANQq\nowNNR365mSBTLNFlFMWMyK/J4yvoB+hpSE8zKWGM+xmb50SoF/qo3f03de6UBjpb\n1MGkpFRS2vhlrGNieEL+q3hbE+RDtTanCzOeqnjtkh68IUa3/JKfeMUCgYEA5/tb\nKNOoialJvaCZu83sY83rQeIbR/fwWPBMB5Zi6U2PEVfpgE6FH82oDT2jnBqda/im\nIWdUCSzxejBS8JnDjyEy4NKWCkyLfdX6H4bS/HfcsGaEdYOZdth+1XT1RZmdRRIV\n3B+R0eeYavcGOcFCYdSjjYQD7CIDPpB2WI38l5MCgYEAq6NhCBoCo9clDR3JvIFR\n6XiBZdbS3RY3l9wGGvUFUUfk93UHOggkMxCT/cHnX9uz+3GYj+0wt6zSeARHEf05\nv6Dhe1BhaHOoyqIs2o62E0ooWzbO3HKeOXe9oo+WXSqCPy7YfbwuPN8s+1ALDinj\nmxZEyJJly62pwoPVl5hztZECgYEAvCyneImgd/JLb7ebnLzgWOELSYkIyisz2mEp\nuynhGBCi0dW3Ai4vTGn9PKhYU+M++Ptcf1Ia18qOIqiaTrLb7/llFPudW8NVj4CI\nARTThpoP+UNfhRd33/CjibDy2D9QVFvkQYeWOGedun6gnS7IEyVyefOxXtUEPrbe\nWNzsHWMCgYEAjBG8xuMRNWPLn4Ro5mgG6RAxYCUtilSxQsa3LGes1CWuNvjErxA0\nYAJO38rNNJP8DKVyLL2b54uY2Xryy528j/ON3pAbMZpqp7yj40/vxq0YuQOYKKkM\nrvdA0SbXuQgo24oGDfiipg/mPs/Iu0QLpyXuobuW6mwLbPAAOqMNjho=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1888814d59a44f8ca8cc09f10c15cc5d', 'name': u'vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'created_at': '2018-07-22T00:17:16.057716', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27915d1e032f41f7a955b838a555d7b3', 'name': 'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'19:05:53:e9:c1:8c:f7:eb:18:90:69:87:5b:db:6f:c5', 'type': 'ssh', 'id': u'vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'}) 2018-07-22 00:17:16,058 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA2gKpw6RkGjl1oMtLbQGbZJ51HwSRUYO0TJ+9rQyjWBclMtPu rYz6wsA2pz3hkhShaBbk/Eeoib2IV06ojWC8joh8EsMHoEzYXYmFtQ7hsLGnbLh1 LdXxqphyRTilxrKZaztIfP9RAvh4jchO5bWwH3BJAFkuzgcSOr8oM4bjYao1HdJS VyIHPFLC3RhVPjBtykrkE2Fo5LCsmSJSnwgAoC1qPIhrzYsVQJ0ArZU+E2dwXJeb gWF6oUwHKTav9AAB4JDnaaYY7bVrBxIsuQ+IYs9Yb3zt10BRCWE+dbRwZVwHbwgb 56nEHdWcUr6uyOTUVtQyHrfEqkWY0By7pLqMHwIDAQABAoIBAFbEBpKxw5FYWwNi xaMdp53VHuH4bGmX1FNGpDPSOtRdadWf2XdDC64k19uZ2kPMaCzIJ9xsHJytTS0K RjT2UjUcBt1kt41J6DbZ+9gCkzpCilLP2vsiEeuGfrwj/n5lKIAv+Pqelrxq7Xfo R9ZOiEkK5FL6K5Gd6Nhuqe5P+gEtA6DeQwixK7ToBzRzXWuk/fp6uLn2QV/oqiJT eaQk3IBGBH6qdksHvPhpMBpx5btZGRTfQZjvF7wboyjM6caod1RrCt04TLZ/hMYE DQFQikF6ZkdwwKRmYkRSvgqtlNuVshQ/7/V+CNSbwISBd7IRzJzNplJ42h83Z0dT goOEqlkCgYEA8JT+5vCplsw1jJj+XrdjxiamIaQbh2tcsjSuuFXaaKCcocVuANQq owNNR365mSBTLNFlFMWMyK/J4yvoB+hpSE8zKWGM+xmb50SoF/qo3f03de6UBjpb 1MGkpFRS2vhlrGNieEL+q3hbE+RDtTanCzOeqnjtkh68IUa3/JKfeMUCgYEA5/tb KNOoialJvaCZu83sY83rQeIbR/fwWPBMB5Zi6U2PEVfpgE6FH82oDT2jnBqda/im IWdUCSzxejBS8JnDjyEy4NKWCkyLfdX6H4bS/HfcsGaEdYOZdth+1XT1RZmdRRIV 3B+R0eeYavcGOcFCYdSjjYQD7CIDPpB2WI38l5MCgYEAq6NhCBoCo9clDR3JvIFR 6XiBZdbS3RY3l9wGGvUFUUfk93UHOggkMxCT/cHnX9uz+3GYj+0wt6zSeARHEf05 v6Dhe1BhaHOoyqIs2o62E0ooWzbO3HKeOXe9oo+WXSqCPy7YfbwuPN8s+1ALDinj mxZEyJJly62pwoPVl5hztZECgYEAvCyneImgd/JLb7ebnLzgWOELSYkIyisz2mEp uynhGBCi0dW3Ai4vTGn9PKhYU+M++Ptcf1Ia18qOIqiaTrLb7/llFPudW8NVj4CI ARTThpoP+UNfhRd33/CjibDy2D9QVFvkQYeWOGedun6gnS7IEyVyefOxXtUEPrbe WNzsHWMCgYEAjBG8xuMRNWPLn4Ro5mgG6RAxYCUtilSxQsa3LGes1CWuNvjErxA0 YAJO38rNNJP8DKVyLL2b54uY2Xryy528j/ON3pAbMZpqp7yj40/vxq0YuQOYKKkM rvdA0SbXuQgo24oGDfiipg/mPs/Iu0QLpyXuobuW6mwLbPAAOqMNjho= -----END RSA PRIVATE KEY----- 2018-07-22 00:17:16,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 00:17:16,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"security_group": {"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-22 00:17:16,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-1a810e7c-0ca9-43bd-b60c-bb8c005e03ef Date: Sun, 22 Jul 2018 00:17:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:16Z", "updated_at": "2018-07-22T00:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "28e1ae8a-01bf-4631-b3c3-2709e0a6ecef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "c135ff6e-9247-474f-997a-4e1038e83c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 1, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}} 2018-07-22 00:17:16,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1a810e7c-0ca9-43bd-b60c-bb8c005e03ef 2018-07-22 00:17:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.382749080658s 2018-07-22 00:17:16,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-1a810e7c-0ca9-43bd-b60c-bb8c005e03ef 2018-07-22 00:17:16,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:17:16,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:16,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-366d1ecd-30b4-487d-a52c-124a1ad01821 Date: Sun, 22 Jul 2018 00:17:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:07Z", "updated_at": "2018-07-22T00:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "11c87a63-ff63-454b-954d-c831d880903b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "12bf85fb-8364-449c-a528-c861719afd8c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "4bfa5030-3701-4b69-a6f6-e8c4ecd39a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "d1d525e6-9b62-41b1-b7e6-7d1f018dcb2c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 1, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "25997a63-5353-43c8-be3f-c378856b3b83", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:16Z", "updated_at": "2018-07-22T00:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "28e1ae8a-01bf-4631-b3c3-2709e0a6ecef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "c135ff6e-9247-474f-997a-4e1038e83c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 1, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:17:16,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-366d1ecd-30b4-487d-a52c-124a1ad01821 2018-07-22 00:17:16,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.230073213577s 2018-07-22 00:17:16,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-366d1ecd-30b4-487d-a52c-124a1ad01821 2018-07-22 00:17:16,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:17:16,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}}' 2018-07-22 00:17:17,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3eff09e4-4620-4bd8-8334-afb86d686213 Date: Sun, 22 Jul 2018 00:17:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "port_range_min": 22, "revision_number": 0, "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:16Z", "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "d7f97131-48a2-42c4-a221-866522269aec"}} 2018-07-22 00:17:17,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-3eff09e4-4620-4bd8-8334-afb86d686213 2018-07-22 00:17:17,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.362986087799s 2018-07-22 00:17:17,049 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-3eff09e4-4620-4bd8-8334-afb86d686213 2018-07-22 00:17:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:17:17,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:17,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-05cb3dfe-3b07-484b-9366-9175342529d6 Date: Sun, 22 Jul 2018 00:17:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:07Z", "updated_at": "2018-07-22T00:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "11c87a63-ff63-454b-954d-c831d880903b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "12bf85fb-8364-449c-a528-c861719afd8c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "4bfa5030-3701-4b69-a6f6-e8c4ecd39a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "d1d525e6-9b62-41b1-b7e6-7d1f018dcb2c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 1, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "25997a63-5353-43c8-be3f-c378856b3b83", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:16Z", "updated_at": "2018-07-22T00:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "28e1ae8a-01bf-4631-b3c3-2709e0a6ecef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "c135ff6e-9247-474f-997a-4e1038e83c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "d7f97131-48a2-42c4-a221-866522269aec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 2, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:17:17,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-05cb3dfe-3b07-484b-9366-9175342529d6 2018-07-22 00:17:17,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0811941623688s 2018-07-22 00:17:17,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-05cb3dfe-3b07-484b-9366-9175342529d6 2018-07-22 00:17:17,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 00:17:17,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}}' 2018-07-22 00:17:17,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4fcd5ac3-02e3-4b8f-83de-0f14e0c84534 Date: Sun, 22 Jul 2018 00:17:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T00:17:17Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "port_range_min": null, "revision_number": 0, "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:17Z", "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "0e909eba-667e-4560-a942-a422d1cc9258"}} 2018-07-22 00:17:17,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-4fcd5ac3-02e3-4b8f-83de-0f14e0c84534 2018-07-22 00:17:17,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.390300035477s 2018-07-22 00:17:17,533 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-4fcd5ac3-02e3-4b8f-83de-0f14e0c84534 2018-07-22 00:17:17,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:17,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:17,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-22071f5e-79f3-4526-94fc-214d8605ed63 Date: Sun, 22 Jul 2018 00:17:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"],"updated_at":"2018-07-22T00:17:08Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:17,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-22071f5e-79f3-4526-94fc-214d8605ed63 2018-07-22 00:17:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115883111954s 2018-07-22 00:17:17,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-22071f5e-79f3-4526-94fc-214d8605ed63 2018-07-22 00:17:17,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:17:17,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:18,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-228a46dd-a0a0-49b5-9304-2b1018d31f87 Date: Sun, 22 Jul 2018 00:17:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "metadata": {}}], "file": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file", "owner": "27915d1e032f41f7a955b838a555d7b3", "id": "7867fb32-91af-4181-a22a-30578303a8ef", "size": 12716032, "self": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:17:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:17:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:17:18,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-228a46dd-a0a0-49b5-9304-2b1018d31f87 2018-07-22 00:17:18,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.727260112762s 2018-07-22 00:17:18,383 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-228a46dd-a0a0-49b5-9304-2b1018d31f87 2018-07-22 00:17:18,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:17:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:18,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17: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-106f7df6-e914-4815-8aed-782f59b26c86 x-compute-request-id: req-106f7df6-e914-4815-8aed-782f59b26c86 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7"}]} 2018-07-22 00:17:18,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-106f7df6-e914-4815-8aed-782f59b26c86 2018-07-22 00:17:18,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310781002045s 2018-07-22 00:17:18,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-106f7df6-e914-4815-8aed-782f59b26c86 2018-07-22 00:17:18,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:17:18,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"server": {"name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "imageRef": "7867fb32-91af-4181-a22a-30578303a8ef", "flavorRef": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f427fb4-41ed-4072-ac47-e8dca19d09ae"}], "security_groups": [{"name": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}]}}' 2018-07-22 00:17:20,960 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:17: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-b08015ac-a626-4d78-bfb1-68bc812b9861 x-compute-request-id: req-b08015ac-a626-4d78-bfb1-68bc812b9861 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "adminPass": "sDCjCFc6XY9A"}} 2018-07-22 00:17:20,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b08015ac-a626-4d78-bfb1-68bc812b9861 2018-07-22 00:17:20,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.54191017151s 2018-07-22 00:17:20,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b08015ac-a626-4d78-bfb1-68bc812b9861 2018-07-22 00:17:20,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:20,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:21,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:20 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-6d093c7f-7e8b-435e-897c-71dc79efe841 x-compute-request-id: req-6d093c7f-7e8b-435e-897c-71dc79efe841 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:21,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6d093c7f-7e8b-435e-897c-71dc79efe841 2018-07-22 00:17:21,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931148767471s 2018-07-22 00:17:21,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6d093c7f-7e8b-435e-897c-71dc79efe841 2018-07-22 00:17:21,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:21,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:22,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-11b96b83-30a6-4848-8919-e1c9f6c1137d Date: Sun, 22 Jul 2018 00:17:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"],"updated_at":"2018-07-22T00:17:08Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:22,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-11b96b83-30a6-4848-8919-e1c9f6c1137d 2018-07-22 00:17:22,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.149600028992s 2018-07-22 00:17:22,049 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-11b96b83-30a6-4848-8919-e1c9f6c1137d 2018-07-22 00:17:22,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:17:22,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:22,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-aaee26a5-086e-4084-a0eb-80511043bd3b Date: Sun, 22 Jul 2018 00:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:17:08Z","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":"27915d1e032f41f7a955b838a555d7b3","id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","subnetpool_id":null,"name":"vping_ssh-subnet_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:17:22,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-aaee26a5-086e-4084-a0eb-80511043bd3b 2018-07-22 00:17:22,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.047670841217s 2018-07-22 00:17:22,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-aaee26a5-086e-4084-a0eb-80511043bd3b 2018-07-22 00:17:22,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:24,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:24,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:24 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-cd73ce14-36fc-4831-b263-cc2803734d37 x-compute-request-id: req-cd73ce14-36fc-4831-b263-cc2803734d37 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:24,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cd73ce14-36fc-4831-b263-cc2803734d37 2018-07-22 00:17:24,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.325475215912s 2018-07-22 00:17:24,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cd73ce14-36fc-4831-b263-cc2803734d37 2018-07-22 00:17:24,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:26,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:26,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:27,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:26 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-c0a73ca7-c51b-49e0-bc7b-5afc9561e869 x-compute-request-id: req-c0a73ca7-c51b-49e0-bc7b-5afc9561e869 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:25Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:27,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c0a73ca7-c51b-49e0-bc7b-5afc9561e869 2018-07-22 00:17:27,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07187604904s 2018-07-22 00:17:27,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c0a73ca7-c51b-49e0-bc7b-5afc9561e869 2018-07-22 00:17:27,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:29,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:29,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:30,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:29 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-f4b58326-902d-4205-b2b3-94747d431dc1 x-compute-request-id: req-f4b58326-902d-4205-b2b3-94747d431dc1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:27Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:30,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4b58326-902d-4205-b2b3-94747d431dc1 2018-07-22 00:17:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623888015747s 2018-07-22 00:17:30,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f4b58326-902d-4205-b2b3-94747d431dc1 2018-07-22 00:17:30,140 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:32,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:32,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:33,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:32 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-8f5788d8-eb51-4450-a562-daaedb0160e2 x-compute-request-id: req-8f5788d8-eb51-4450-a562-daaedb0160e2 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:27Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:33,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f5788d8-eb51-4450-a562-daaedb0160e2 2018-07-22 00:17:33,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.922079086304s 2018-07-22 00:17:33,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f5788d8-eb51-4450-a562-daaedb0160e2 2018-07-22 00:17:33,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:35,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:35,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:36,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:35 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-b84dcee8-319f-4cce-a001-9f5af1aacef5 x-compute-request-id: req-b84dcee8-319f-4cce-a001-9f5af1aacef5 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:36,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b84dcee8-319f-4cce-a001-9f5af1aacef5 2018-07-22 00:17:36,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.974139928818s 2018-07-22 00:17:36,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-b84dcee8-319f-4cce-a001-9f5af1aacef5 2018-07-22 00:17:36,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:17:36,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:36,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-77ffd6f8-74d0-4751-aca4-5cb90c01567e Date: Sun, 22 Jul 2018 00:17:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:26Z","admin_state_up":true,"updated_at":"2018-07-22T00:17:32Z","binding:vnic_type":"normal","device_id":"fe2ed1dd-93b9-4abf-a193-8af1920bb92d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f4:36:ac","id":"5314829a-5804-4b65-b4cc-88b9ca5aa3b1","port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","fixed_ips":[{"subnet_id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["70f382c1-a23c-4dc2-a589-4ca1a79efc01"],"name":""}]} 2018-07-22 00:17:36,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-77ffd6f8-74d0-4751-aca4-5cb90c01567e 2018-07-22 00:17:36,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0766959190369s 2018-07-22 00:17:36,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-77ffd6f8-74d0-4751-aca4-5cb90c01567e 2018-07-22 00:17:36,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:17:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:36,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e81302c5-9952-40e9-a6ac-f31cd9d39787 Date: Sun, 22 Jul 2018 00:17:36 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:17:36,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1 used request id req-e81302c5-9952-40e9-a6ac-f31cd9d39787 2018-07-22 00:17:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.385491847992s 2018-07-22 00:17:36,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1 used request id req-e81302c5-9952-40e9-a6ac-f31cd9d39787 2018-07-22 00:17:36,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:37,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:36 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-c210192a-4285-4df1-8236-4a35aafa798e x-compute-request-id: req-c210192a-4285-4df1-8236-4a35aafa798e Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:37,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c210192a-4285-4df1-8236-4a35aafa798e 2018-07-22 00:17:37,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09341883659s 2018-07-22 00:17:37,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c210192a-4285-4df1-8236-4a35aafa798e 2018-07-22 00:17:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:17:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:37,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-56f67620-9a6a-4c7c-874a-2b433abd9d19 Date: Sun, 22 Jul 2018 00:17:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:26Z","admin_state_up":true,"updated_at":"2018-07-22T00:17:32Z","binding:vnic_type":"normal","device_id":"fe2ed1dd-93b9-4abf-a193-8af1920bb92d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f4:36:ac","id":"5314829a-5804-4b65-b4cc-88b9ca5aa3b1","port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","fixed_ips":[{"subnet_id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["70f382c1-a23c-4dc2-a589-4ca1a79efc01"],"name":""}]} 2018-07-22 00:17:37,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-56f67620-9a6a-4c7c-874a-2b433abd9d19 2018-07-22 00:17:37,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0634188652039s 2018-07-22 00:17:37,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-56f67620-9a6a-4c7c-874a-2b433abd9d19 2018-07-22 00:17:37,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:17:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:37,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-deb6d02e-e4e0-44e5-89e1-b407d6fe3908 Date: Sun, 22 Jul 2018 00:17:37 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:17:37,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1 used request id req-deb6d02e-e4e0-44e5-89e1-b407d6fe3908 2018-07-22 00:17:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.23019194603s 2018-07-22 00:17:37,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5314829a-5804-4b65-b4cc-88b9ca5aa3b1 used request id req-deb6d02e-e4e0-44e5-89e1-b407d6fe3908 2018-07-22 00:17:37,918 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:36:ac', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7867fb32-91af-4181-a22a-30578303a8ef'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:17:32.000000', 'flavor': Munch({u'id': u'43e7e3b8-b1f2-472a-a423-084b7c8369f7'}), 'az': u'nova', 'id': u'fe2ed1dd-93b9-4abf-a193-8af1920bb92d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1888814d59a44f8ca8cc09f10c15cc5d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27915d1e032f41f7a955b838a555d7b3', 'name': 'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-22T00:17:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T00:17:32Z', 'hostId': u'eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:17:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27915d1e032f41f7a955b838a555d7b3', 'name': u'vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'adminPass': None, 'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', 'created_at': u'2018-07-22T00:17:20Z', 'created': u'2018-07-22T00:17:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 00:17:37,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:37,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:38,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-421c1dc8-e98f-4b28-981d-ebb53a053b01 Date: Sun, 22 Jul 2018 00:17:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"],"updated_at":"2018-07-22T00:17:08Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:38,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-421c1dc8-e98f-4b28-981d-ebb53a053b01 2018-07-22 00:17:38,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.139950037003s 2018-07-22 00:17:38,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-421c1dc8-e98f-4b28-981d-ebb53a053b01 2018-07-22 00:17:38,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:17:38,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:38,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-2b6b811d-d9c2-4c8c-ba31-56f9f374d6df Date: Sun, 22 Jul 2018 00:17:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "metadata": {}}], "file": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file", "owner": "27915d1e032f41f7a955b838a555d7b3", "id": "7867fb32-91af-4181-a22a-30578303a8ef", "size": 12716032, "self": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:17:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:17:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:17:38,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2b6b811d-d9c2-4c8c-ba31-56f9f374d6df 2018-07-22 00:17:38,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213553190231s 2018-07-22 00:17:38,278 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2b6b811d-d9c2-4c8c-ba31-56f9f374d6df 2018-07-22 00:17:38,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:17:38,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:38,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:38 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-e8f67ecb-5556-4fba-8535-9d3763cdee0f x-compute-request-id: req-e8f67ecb-5556-4fba-8535-9d3763cdee0f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7"}]} 2018-07-22 00:17:38,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e8f67ecb-5556-4fba-8535-9d3763cdee0f 2018-07-22 00:17:38,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0354640483856s 2018-07-22 00:17:38,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e8f67ecb-5556-4fba-8535-9d3763cdee0f 2018-07-22 00:17:38,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:17:38,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"server": {"name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "imageRef": "7867fb32-91af-4181-a22a-30578303a8ef", "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "flavorRef": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f427fb4-41ed-4072-ac47-e8dca19d09ae"}], "security_groups": [{"name": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}]}}' 2018-07-22 00:17:40,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:17:38 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-78c20049-eab8-4821-a4df-b1ba28e3f2e6 x-compute-request-id: req-78c20049-eab8-4821-a4df-b1ba28e3f2e6 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "70f382c1-a23c-4dc2-a589-4ca1a79efc01"}], "OS-DCF:diskConfig": "MANUAL", "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "adminPass": "o22QE6mj6cHU"}} 2018-07-22 00:17:40,761 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-78c20049-eab8-4821-a4df-b1ba28e3f2e6 2018-07-22 00:17:40,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.44410014153s 2018-07-22 00:17:40,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-78c20049-eab8-4821-a4df-b1ba28e3f2e6 2018-07-22 00:17:40,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:40,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:41,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39978630-e2bf-41a2-a951-4847370bd579 x-compute-request-id: req-39978630-e2bf-41a2-a951-4847370bd579 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:41,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-39978630-e2bf-41a2-a951-4847370bd579 2018-07-22 00:17:41,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07386612892s 2018-07-22 00:17:41,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-39978630-e2bf-41a2-a951-4847370bd579 2018-07-22 00:17:41,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:43,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:43,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:44,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd9ccffb-ddd8-4022-9a3a-01f4d7c3a466 x-compute-request-id: req-bd9ccffb-ddd8-4022-9a3a-01f4d7c3a466 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:43Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:44,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bd9ccffb-ddd8-4022-9a3a-01f4d7c3a466 2018-07-22 00:17:44,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583446025848s 2018-07-22 00:17:44,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bd9ccffb-ddd8-4022-9a3a-01f4d7c3a466 2018-07-22 00:17:44,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:46,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:46,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:47,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:46 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-6bd316c5-5abd-4cae-9943-c60eef5fa629 x-compute-request-id: req-6bd316c5-5abd-4cae-9943-c60eef5fa629 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:44Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:47,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6bd316c5-5abd-4cae-9943-c60eef5fa629 2018-07-22 00:17:47,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01239895821s 2018-07-22 00:17:47,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6bd316c5-5abd-4cae-9943-c60eef5fa629 2018-07-22 00:17:47,454 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:49,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:49,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:50,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:49 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-941fad38-ee06-467e-ad35-0f99a3a94a76 x-compute-request-id: req-941fad38-ee06-467e-ad35-0f99a3a94a76 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:17:44Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:50,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-941fad38-ee06-467e-ad35-0f99a3a94a76 2018-07-22 00:17:50,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774501085281s 2018-07-22 00:17:50,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-941fad38-ee06-467e-ad35-0f99a3a94a76 2018-07-22 00:17:50,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:17:52,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:52,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:52,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:52 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-ea176e95-d8e2-46c3-a2dc-b24dbc21da68 x-compute-request-id: req-ea176e95-d8e2-46c3-a2dc-b24dbc21da68 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:49.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:49Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:52,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ea176e95-d8e2-46c3-a2dc-b24dbc21da68 2018-07-22 00:17:52,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649919986725s 2018-07-22 00:17:52,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ea176e95-d8e2-46c3-a2dc-b24dbc21da68 2018-07-22 00:17:52,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:17:52,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:52,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-91c3c921-6589-4167-9ffd-3b8ab0d56255 Date: Sun, 22 Jul 2018 00:17:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:44Z","admin_state_up":true,"updated_at":"2018-07-22T00:17:49Z","binding:vnic_type":"normal","device_id":"97b6d77b-9ae2-4987-b489-29f675c74140","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:48:f0:77","id":"a1817292-2439-4da3-9326-e33424f7e7c5","port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","fixed_ips":[{"subnet_id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["70f382c1-a23c-4dc2-a589-4ca1a79efc01"],"name":""}]} 2018-07-22 00:17:52,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-91c3c921-6589-4167-9ffd-3b8ab0d56255 2018-07-22 00:17:52,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.096086025238s 2018-07-22 00:17:52,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-91c3c921-6589-4167-9ffd-3b8ab0d56255 2018-07-22 00:17:52,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:17:52,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:53,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-43f035fc-78bd-4cbc-a04c-65cecae2977d Date: Sun, 22 Jul 2018 00:17:53 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:17:53,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5 used request id req-43f035fc-78bd-4cbc-a04c-65cecae2977d 2018-07-22 00:17:53,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0422668457031s 2018-07-22 00:17:53,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5 used request id req-43f035fc-78bd-4cbc-a04c-65cecae2977d 2018-07-22 00:17:53,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:53,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:54,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:53 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-cc13cc46-9572-4cd7-8153-6924fbd280b6 x-compute-request-id: req-cc13cc46-9572-4cd7-8153-6924fbd280b6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:49.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:49Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:32Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:54,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc13cc46-9572-4cd7-8153-6924fbd280b6 2018-07-22 00:17:54,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18606305122s 2018-07-22 00:17:54,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-cc13cc46-9572-4cd7-8153-6924fbd280b6 2018-07-22 00:17:54,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:17:54,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:54,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2b9f60a9-c4c5-43fb-b83d-7761c1c2a42f Date: Sun, 22 Jul 2018 00:17:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:44Z","admin_state_up":true,"updated_at":"2018-07-22T00:17:49Z","binding:vnic_type":"normal","device_id":"97b6d77b-9ae2-4987-b489-29f675c74140","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:48:f0:77","id":"a1817292-2439-4da3-9326-e33424f7e7c5","port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","fixed_ips":[{"subnet_id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["70f382c1-a23c-4dc2-a589-4ca1a79efc01"],"name":""}]} 2018-07-22 00:17:54,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-2b9f60a9-c4c5-43fb-b83d-7761c1c2a42f 2018-07-22 00:17:54,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0668520927429s 2018-07-22 00:17:54,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-2b9f60a9-c4c5-43fb-b83d-7761c1c2a42f 2018-07-22 00:17:54,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:17:54,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:54,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-736451ae-9a57-4f5d-957e-a90450e50a0c Date: Sun, 22 Jul 2018 00:17:54 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:17:54,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5 used request id req-736451ae-9a57-4f5d-957e-a90450e50a0c 2018-07-22 00:17:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0490348339081s 2018-07-22 00:17:54,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=a1817292-2439-4da3-9326-e33424f7e7c5 used request id req-736451ae-9a57-4f5d-957e-a90450e50a0c 2018-07-22 00:17:54,354 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:48:f0:77', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7867fb32-91af-4181-a22a-30578303a8ef'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:17:49.000000', 'flavor': Munch({u'id': u'43e7e3b8-b1f2-472a-a423-084b7c8369f7'}), 'az': u'nova', 'id': u'97b6d77b-9ae2-4987-b489-29f675c74140', 'security_groups': [Munch({u'name': u'vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1888814d59a44f8ca8cc09f10c15cc5d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27915d1e032f41f7a955b838a555d7b3', 'name': 'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-22T00:17:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T00:17:49Z', 'hostId': u'ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:17:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27915d1e032f41f7a955b838a555d7b3', 'name': u'vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'adminPass': None, 'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', 'created_at': u'2018-07-22T00:17:40Z', 'created': u'2018-07-22T00:17:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 00:17:54,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:17:54,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:54,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0995c744-364b-44aa-87cd-a5a62cf2cca0 Date: Sun, 22 Jul 2018 00:17:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"],"updated_at":"2018-07-22T00:17:08Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:17:54,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0995c744-364b-44aa-87cd-a5a62cf2cca0 2018-07-22 00:17:54,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.292088031769s 2018-07-22 00:17:54,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0995c744-364b-44aa-87cd-a5a62cf2cca0 2018-07-22 00:17:54,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:17:54,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:54,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b693e0dc-8a7c-4243-a211-37881db3891c Date: Sun, 22 Jul 2018 00:17:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:44Z","admin_state_up":true,"updated_at":"2018-07-22T00:17:49Z","binding:vnic_type":"normal","device_id":"97b6d77b-9ae2-4987-b489-29f675c74140","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:48:f0:77","id":"a1817292-2439-4da3-9326-e33424f7e7c5","port_security_enabled":true,"project_id":"27915d1e032f41f7a955b838a555d7b3","fixed_ips":[{"subnet_id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["70f382c1-a23c-4dc2-a589-4ca1a79efc01"],"name":""}]} 2018-07-22 00:17:54,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-b693e0dc-8a7c-4243-a211-37881db3891c 2018-07-22 00:17:54,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0617489814758s 2018-07-22 00:17:54,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-b693e0dc-8a7c-4243-a211-37881db3891c 2018-07-22 00:17:54,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 00:17:54,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"floatingip": {"floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.14", "port_id": "a1817292-2439-4da3-9326-e33424f7e7c5"}}' 2018-07-22 00:17:56,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-fb70f726-9e93-489e-919c-a9ee83e65749 Date: Sun, 22 Jul 2018 00:17:56 GMT RESP BODY: {"floatingip": {"router_id": "2309d020-b0ac-4522-94ba-65cce3f9aa51", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T00:17:55Z", "floating_network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "a1817292-2439-4da3-9326-e33424f7e7c5", "id": "2dd4eb81-25ef-4c5f-a076-c4e4f2eb3573", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:55Z", "project_id": "27915d1e032f41f7a955b838a555d7b3"}} 2018-07-22 00:17:56,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fb70f726-9e93-489e-919c-a9ee83e65749 2018-07-22 00:17:56,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.94839000702s 2018-07-22 00:17:56,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-fb70f726-9e93-489e-919c-a9ee83e65749 2018-07-22 00:17:56,667 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2309d020-b0ac-4522-94ba-65cce3f9aa51', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'27915d1e032f41f7a955b838a555d7b3', 'created_at': u'2018-07-22T00:17:55Z', 'attached': True, 'updated_at': u'2018-07-22T00:17:55Z', 'id': u'2dd4eb81-25ef-4c5f-a076-c4e4f2eb3573', 'floating_network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27915d1e032f41f7a955b838a555d7b3', 'name': 'vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2309d020-b0ac-4522-94ba-65cce3f9aa51', 'project_id': u'27915d1e032f41f7a955b838a555d7b3', 'port_id': u'a1817292-2439-4da3-9326-e33424f7e7c5', 'port': u'a1817292-2439-4da3-9326-e33424f7e7c5', 'network': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e'}) 2018-07-22 00:17:56,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 00:17:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 00:17:56,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:56 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-9a15723b-a178-4cf0-ba3f-55459f30c6d0 x-compute-request-id: req-9a15723b-a178-4cf0-ba3f-55459f30c6d0 Content-Encoding: gzip Content-Length: 9587 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484840360 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.169112] pid_max: default: 32768 minimum: 301\n[ 0.170117] ACPI: Core revision 20150930\n[ 0.171513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.172854] Security Framework initialized\n[ 0.173708] Yama: becoming mindful.\n[ 0.174465] AppArmor: AppArmor initialized\n[ 0.175344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.176701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178026] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179259] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180703] Initializing cgroup subsys io\n[ 0.181556] Initializing cgroup subsys memory\n[ 0.182448] Initializing cgroup subsys devices\n[ 0.183340] Initializing cgroup subsys freezer\n[ 0.184229] Initializing cgroup subsys net_cls\n[ 0.185115] Initializing cgroup subsys perf_event\n[ 0.186060] Initializing cgroup subsys net_prio\n[ 0.186966] Initializing cgroup subsys hugetlb\n[ 0.187850] Initializing cgroup subsys pids\n[ 0.188741] CPU: Physical Processor ID: 0\n[ 0.190278] mce: CPU supports 10 MCE banks\n[ 0.191154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212879] ftrace: allocating 31920 entries in 125 pages\n[ 0.238091] smpboot: Max logical packages: 1\n[ 0.238975] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.240359] x2apic enabled\n[ 0.241177] Switched APIC routing to physical x2apic.\n[ 0.242943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.244087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.246218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.248061] KVM setup paravirtual spinlock\n[ 0.249379] x86: Booted up 1 node, 1 CPUs\n[ 0.250211] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.251627] devtmpfs: initialized\n[ 0.253360] evm: security.selinux\n[ 0.254075] evm: security.SMACK64\n[ 0.254773] evm: security.SMACK64EXEC\n[ 0.255535] evm: security.SMACK64TRANSMUTE\n[ 0.256380] evm: security.SMACK64MMAP\n[ 0.257139] evm: security.ima\n[ 0.257792] evm: security.capability\n[ 0.258611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.260498] pinctrl core: initialized pinctrl subsystem\n[ 0.261622] RTC time: 0:17:49, date: 07/22/18\n[ 0.262610] NET: Registered protocol family 16\n[ 0.263617] cpuidle: using governor ladder\n[ 0.264455] cpuidle: using governor menu\n[ 0.265258] PCCT header not found.\n[ 0.266033] ACPI: bus type PCI registered\n[ 0.266852] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268131] PCI: Using configuration type 1 for base access\n[ 0.269923] ACPI: Added _OSI(Module Device)\n[ 0.270775] ACPI: Added _OSI(Processor Device)\n[ 0.271662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.272584] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274355] ACPI: Interpreter enabled\n[ 0.275146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.282701] ACPI: (supports S0 S5)\n[ 0.283426] ACPI: Using IOAPIC for interrupt routing\n[ 0.284396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.294833] acpiphp: Slot [3] registered\n[ 0.295876] acpiphp: Slot [4] registered\n[ 0.296875] acpiphp: Slot [5] registered\n[ 0.297904] acpiphp: Slot [6] registered\n[ 0.298917] acpiphp: Slot [7] registered\n[ 0.299930] acpiphp: Slot [8] registered\n[ 0.300942] acpiphp: Slot [9] registered\n[ 0.301957] acpiphp: Slot [10] registered\n[ 0.302971] acpiphp: Slot [11] registered\n[ 0.303971] acpiphp: Slot [12] registered\n[ 0.305029] acpiphp: Slot [13] registered\n[ 0.306054] acpiphp: Slot [14] registered\n[ 0.307085] acpiphp: Slot [15] registered\n[ 0.317862] acpiphp: Slot [16] registered\n[ 0.318896] acpiphp: Slot [17] registered\n[ 0.319906] acpiphp: Slot [18] registered\n[ 0.320931] acpiphp: Slot [19] registered\n[ 0.321962] acpiphp: Slot [20] registered\n[ 0.322992] acpiphp: Slot [21] registered\n[ 0.324019] acpiphp: Slot [22] registered\n[ 0.325096] acpiphp: Slot [23] registered\n[ 0.326109] acpiphp: Slot [24] registered\n[ 0.327105] acpiphp: Slot [25] registered\n[ 0.328099] acpiphp: Slot [26] registered\n[ 0.329090] acpiphp: Slot [27] registered\n[ 0.330087] acpiphp: Slot [28] registered\n[ 0.331130] acpiphp: Slot [29] registered\n[ 0.332243] acpiphp: Slot [30] registered\n[ 0.333082] acpiphp: Slot [31] registered\n[ 0.333917] PCI host bridge to bus 0000:00\n[ 0.334748] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338748] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340244] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.341771] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345194] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347700] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348995] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.352549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.354463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375184] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377331] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380207] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381499] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382833] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383917] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385492] vgaarb: loaded\n[ 0.386110] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387362] SCSI subsystem initialized\n[ 0.388303] ACPI: bus type USB registered\n[ 0.389152] usbcore: registered new interface driver usbfs\n[ 0.390215] usbcore: registered new interface driver hub\n[ 0.391252] usbcore: registered new device driver usb\n[ 0.392387] PCI: Using ACPI for IRQ routing\n[ 0.393524] NetLabel: Initializing\n[ 0.394270] NetLabel: domain hash size = 128\n[ 0.395142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396125] NetLabel: unlabeled traffic allowed by default\n[ 0.397315] clocksource: Switched to clocksource kvm-clock\n[ 0.405539] AppArmor: AppArmor Filesystem Enabled\n[ 0.406525] pnp: PnP ACPI init\n[ 0.407483] pnp: PnP ACPI: found 5 devices\n[ 0.413846] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415607] NET: Registered protocol family 2\n[ 0.416680] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.418020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420490] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421614] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422830] NET: Registered protocol family 1\n[ 0.423732] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424858] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425969] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454193] Trying to unpack rootfs image as initramfs...\n[ 0.510740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512446] Scanning for low memory corruption every 60 seconds\n[ 0.513848] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515048] audit: initializing netlink subsys (disabled)\n[ 0.516101] audit: type=2000 audit(1532218670.411:1): initialized\n[ 0.517505] Initialise system trusted keyring\n[ 0.518483] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521839] zbud: loaded\n[ 0.522596] VFS: Disk quotas dquot_6.6.0\n[ 0.523445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525082] fuse init (API version 7.23)\n[ 0.526015] Key type big_key registered\n[ 0.526838] Allocating IMA MOK and blacklist keyrings.\n[ 0.528096] Key type asymmetric registered\n[ 0.528945] Asymmetric key parser 'x509' registered\n[ 0.529944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531453] io scheduler noop registered\n[ 0.532270] io scheduler deadline registered (default)\n[ 0.533295] io scheduler cfq registered\n[ 0.534174] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535248] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538041] ACPI: Power Button [PWRF]\n[ 0.538926] GHES: HEST is not enabled!\n[ 0.552612] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580567] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611361] Linux agpgart interface v0.103\n[ 0.614300] brd: module loaded\n[ 0.616037] loop: module loaded\n[ 0.620633] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622128] GPT:90111 != 2097151\n[ 0.622821] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623944] GPT:90111 != 2097151\n[ 0.624635] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625636] vda: vda1 vda15\n[ 0.627050] scsi host0: ata_piix\n[ 0.627863] scsi host1: ata_piix\n[ 0.628607] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.629860] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.631389] libphy: Fixed MDIO Bus: probed\n[ 0.632241] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633222] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635697] PPP generic driver version 2.4.2\n[ 0.636695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637941] ehci-pci: EHCI PCI platform driver\n[ 0.638852] ehci-platform: EHCI generic platform driver\n[ 0.639882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641137] ohci-pci: OHCI PCI platform driver\n[ 0.642059] ohci-platform: OHCI generic platform driver\n[ 0.643097] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657425] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.662403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665132] usb usb1: Product: UHCI Host Controller\n[ 0.666094] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667275] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668295] hub 1-0:1.0: USB hub found\n[ 0.669116] hub 1-0:1.0: 2 ports detected\n[ 0.670099] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673276] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674361] mousedev: PS/2 mouse device common for all mice\n[ 0.675675] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681334] i2c /dev entries driver\n[ 0.682149] device-mapper: uevent: version 1.0.3\n[ 0.683159] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684841] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686323] NET: Registered protocol family 10\n[ 0.687499] NET: Registered protocol family 17\n[ 0.688491] Key type dns_resolver registered\n[ 0.689556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690695] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692571] registered taskstats version 1\n[ 0.693461] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696966] zswap: loaded using pool lzo/zbud\n[ 0.698679] Key type trusted registered\n[ 0.700484] Key type encrypted registered\n[ 0.701369] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703545] evm: HMAC attrs: 0x1\n[ 0.704558] Magic number: 10:375:254\n[ 0.705475] rtc_cmos 00:00: setting system clock to 2018-07-22 00:17:49 UTC (1532218669)\n[ 0.707193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708358] EDD information not available.\n[ 0.790626] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802434] Write protecting the kernel read-only data: 14336k\n[ 0.804682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806643] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852478] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1gxV70/dJqsr9Bs279RgRKH+b8pFBBX5mV8+5ofI1Tig48s6VJkg4WDZYTiC5CYL39RO38uvZjRjkoESQ/leUcVLcPJXozq+mM9Yo/gjmJw9xN7VwZ77JBf2/AhZBSdv6LxAG6t/rpDJY7wSYIMoRkyKFOVWPVcUONs2nL3Owil/H64jr8pdNivPboEFdfX/eFl/PNQBeONxL2ZVzY3dGVmqy1WBR0Bo6SJIZr63rRZAGtxPrCtShVp08PQddhe+rrBQzaVTClpsmWcPew1vMvmo1UlT5Bj8As7V8I8ciKXjNZk3DcPsix2jvvCtZnTyEjh+W35MAxdh6TfIJgNOd root@vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5\nssh-dss AAAAB3NzaC1kc3MAAACBAMFtDfKkZ0W2VULNagxKzSTIs5x/JdpVDDOyvb8h5yu2C1urgPRRyO0TUuWQ37N2Xxuuq+b6LaZDTwzizgBYF1955sLUi0VqbrvxlWcwVFdeuK2GShK0vBEtJTHbpEbCaM7p/KXjZ0K/VG4rPQHI81e/MmScdHljmVeRiTxGS4IpAAAAFQDP7Yzyrjk6aONDS77Og5xHJecJhQAAAIBvH5YBfPvBhn/NrZnDaBopypaBNwnvXuPcljGxKgTs7PFFUre8BtPyAt2JMG4lyDBjeY8W5gR/NU/5wqsSZrRX3vhOt71ih/pFg9JRB5CmKU9pnRTJZzkDcV0R/LZCzcw0/zRo7KSbfTtCuBSHKvyqr1XX5KZZklJL7rcmv0d4NAAAAIA5KFOSFHrDezSYBMm6v8wTHE16THVB8qZRHUjkLdK5Mq4B8sUUhjRB/jBAqUMiIu53bltfUKmI/YK0U2miEUTSNsHqHjUemBHg4hilBpkiDuZcXK/AtMK8458jHeoJvVftwJqQ8vAduC3Ae4bEGwi5GZ+A9WP96yt70IGjcEXvtg== root@vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe48:f077/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 login: "} 2018-07-22 00:17:56,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140/action used request id req-9a15723b-a178-4cf0-ba3f-55459f30c6d0 2018-07-22 00:17:56,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125421047211s 2018-07-22 00:17:56,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140/action used request id req-9a15723b-a178-4cf0-ba3f-55459f30c6d0 2018-07-22 00:17:56,794 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 484840360 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.166733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.169112] pid_max: default: 32768 minimum: 301 [ 0.170117] ACPI: Core revision 20150930 [ 0.171513] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.172854] Security Framework initialized [ 0.173708] Yama: becoming mindful. [ 0.174465] AppArmor: AppArmor initialized [ 0.175344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.176701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.178026] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.179259] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.180703] Initializing cgroup subsys io [ 0.181556] Initializing cgroup subsys memory [ 0.182448] Initializing cgroup subsys devices [ 0.183340] Initializing cgroup subsys freezer [ 0.184229] Initializing cgroup subsys net_cls [ 0.185115] Initializing cgroup subsys perf_event [ 0.186060] Initializing cgroup subsys net_prio [ 0.186966] Initializing cgroup subsys hugetlb [ 0.187850] Initializing cgroup subsys pids [ 0.188741] CPU: Physical Processor ID: 0 [ 0.190278] mce: CPU supports 10 MCE banks [ 0.191154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.192181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.206736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.212879] ftrace: allocating 31920 entries in 125 pages [ 0.238091] smpboot: Max logical packages: 1 [ 0.238975] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.240359] x2apic enabled [ 0.241177] Switched APIC routing to physical x2apic. [ 0.242943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.244087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.246218] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.248061] KVM setup paravirtual spinlock [ 0.249379] x86: Booted up 1 node, 1 CPUs [ 0.250211] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.251627] devtmpfs: initialized [ 0.253360] evm: security.selinux [ 0.254075] evm: security.SMACK64 [ 0.254773] evm: security.SMACK64EXEC [ 0.255535] evm: security.SMACK64TRANSMUTE [ 0.256380] evm: security.SMACK64MMAP [ 0.257139] evm: security.ima [ 0.257792] evm: security.capability [ 0.258611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.260498] pinctrl core: initialized pinctrl subsystem [ 0.261622] RTC time: 0:17:49, date: 07/22/18 [ 0.262610] NET: Registered protocol family 16 [ 0.263617] cpuidle: using governor ladder [ 0.264455] cpuidle: using governor menu [ 0.265258] PCCT header not found. [ 0.266033] ACPI: bus type PCI registered [ 0.266852] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268131] PCI: Using configuration type 1 for base access [ 0.269923] ACPI: Added _OSI(Module Device) [ 0.270775] ACPI: Added _OSI(Processor Device) [ 0.271662] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.272584] ACPI: Added _OSI(Processor Aggregator Device) [ 0.274355] ACPI: Interpreter enabled [ 0.275146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.277042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.278920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.280816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.282701] ACPI: (supports S0 S5) [ 0.283426] ACPI: Using IOAPIC for interrupt routing [ 0.284396] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.287606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.290434] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.291969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.294833] acpiphp: Slot [3] registered [ 0.295876] acpiphp: Slot [4] registered [ 0.296875] acpiphp: Slot [5] registered [ 0.297904] acpiphp: Slot [6] registered [ 0.298917] acpiphp: Slot [7] registered [ 0.299930] acpiphp: Slot [8] registered [ 0.300942] acpiphp: Slot [9] registered [ 0.301957] acpiphp: Slot [10] registered [ 0.302971] acpiphp: Slot [11] registered [ 0.303971] acpiphp: Slot [12] registered [ 0.305029] acpiphp: Slot [13] registered [ 0.306054] acpiphp: Slot [14] registered [ 0.307085] acpiphp: Slot [15] registered [ 0.317862] acpiphp: Slot [16] registered [ 0.318896] acpiphp: Slot [17] registered [ 0.319906] acpiphp: Slot [18] registered [ 0.320931] acpiphp: Slot [19] registered [ 0.321962] acpiphp: Slot [20] registered [ 0.322992] acpiphp: Slot [21] registered [ 0.324019] acpiphp: Slot [22] registered [ 0.325096] acpiphp: Slot [23] registered [ 0.326109] acpiphp: Slot [24] registered [ 0.327105] acpiphp: Slot [25] registered [ 0.328099] acpiphp: Slot [26] registered [ 0.329090] acpiphp: Slot [27] registered [ 0.330087] acpiphp: Slot [28] registered [ 0.331130] acpiphp: Slot [29] registered [ 0.332243] acpiphp: Slot [30] registered [ 0.333082] acpiphp: Slot [31] registered [ 0.333917] PCI host bridge to bus 0000:00 [ 0.334748] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338748] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.340244] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.341771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.345194] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.346503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.347700] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348995] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.352549] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.354463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.373658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.375184] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.377331] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.378776] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380207] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.381499] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.382833] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.383917] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.385492] vgaarb: loaded [ 0.386110] vgaarb: bridge control possible 0000:00:02.0 [ 0.387362] SCSI subsystem initialized [ 0.388303] ACPI: bus type USB registered [ 0.389152] usbcore: registered new interface driver usbfs [ 0.390215] usbcore: registered new interface driver hub [ 0.391252] usbcore: registered new device driver usb [ 0.392387] PCI: Using ACPI for IRQ routing [ 0.393524] NetLabel: Initializing [ 0.394270] NetLabel: domain hash size = 128 [ 0.395142] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396125] NetLabel: unlabeled traffic allowed by default [ 0.397315] clocksource: Switched to clocksource kvm-clock [ 0.405539] AppArmor: AppArmor Filesystem Enabled [ 0.406525] pnp: PnP ACPI init [ 0.407483] pnp: PnP ACPI: found 5 devices [ 0.413846] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415607] NET: Registered protocol family 2 [ 0.416680] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.418020] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.419256] TCP: Hash tables configured (established 4096 bind 4096) [ 0.420490] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.421614] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.422830] NET: Registered protocol family 1 [ 0.423732] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424858] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425969] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.440039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.454193] Trying to unpack rootfs image as initramfs... [ 0.510740] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512446] Scanning for low memory corruption every 60 seconds [ 0.513848] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.515048] audit: initializing netlink subsys (disabled) [ 0.516101] audit: type=2000 audit(1532218670.411:1): initialized [ 0.517505] Initialise system trusted keyring [ 0.518483] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519671] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521839] zbud: loaded [ 0.522596] VFS: Disk quotas dquot_6.6.0 [ 0.523445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.525082] fuse init (API version 7.23) [ 0.526015] Key type big_key registered [ 0.526838] Allocating IMA MOK and blacklist keyrings. [ 0.528096] Key type asymmetric registered [ 0.528945] Asymmetric key parser 'x509' registered [ 0.529944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.531453] io scheduler noop registered [ 0.532270] io scheduler deadline registered (default) [ 0.533295] io scheduler cfq registered [ 0.534174] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.535248] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.536541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.538041] ACPI: Power Button [PWRF] [ 0.538926] GHES: HEST is not enabled! [ 0.552612] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580567] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582708] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.608544] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611361] Linux agpgart interface v0.103 [ 0.614300] brd: module loaded [ 0.616037] loop: module loaded [ 0.620633] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.622128] GPT:90111 != 2097151 [ 0.622821] GPT:Alternate GPT header not at the end of the disk. [ 0.623944] GPT:90111 != 2097151 [ 0.624635] GPT: Use GNU Parted to correct GPT errors. [ 0.625636] vda: vda1 vda15 [ 0.627050] scsi host0: ata_piix [ 0.627863] scsi host1: ata_piix [ 0.628607] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.629860] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.631389] libphy: Fixed MDIO Bus: probed [ 0.632241] tun: Universal TUN/TAP device driver, 1.6 [ 0.633222] tun: (C) 1999-2004 Max Krasnyansky [ 0.635697] PPP generic driver version 2.4.2 [ 0.636695] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637941] ehci-pci: EHCI PCI platform driver [ 0.638852] ehci-platform: EHCI generic platform driver [ 0.639882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.641137] ohci-pci: OHCI PCI platform driver [ 0.642059] ohci-platform: OHCI generic platform driver [ 0.643097] uhci_hcd: USB Universal Host Controller Interface driver [ 0.657425] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.658480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.659988] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.661019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.662403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.663671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.665132] usb usb1: Product: UHCI Host Controller [ 0.666094] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.667275] usb usb1: SerialNumber: 0000:00:01.2 [ 0.668295] hub 1-0:1.0: USB hub found [ 0.669116] hub 1-0:1.0: 2 ports detected [ 0.670099] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673276] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674361] mousedev: PS/2 mouse device common for all mice [ 0.675675] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677702] rtc_cmos 00:00: RTC can wake from S4 [ 0.678853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.681334] i2c /dev entries driver [ 0.682149] device-mapper: uevent: version 1.0.3 [ 0.683159] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.684841] ledtrig-cpu: registered to indicate activity on CPUs [ 0.686323] NET: Registered protocol family 10 [ 0.687499] NET: Registered protocol family 17 [ 0.688491] Key type dns_resolver registered [ 0.689556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690695] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692571] registered taskstats version 1 [ 0.693461] Loading compiled-in X.509 certificates [ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696966] zswap: loaded using pool lzo/zbud [ 0.698679] Key type trusted registered [ 0.700484] Key type encrypted registered [ 0.701369] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702454] ima: No TPM chip found, activating TPM-bypass! [ 0.703545] evm: HMAC attrs: 0x1 [ 0.704558] Magic number: 10:375:254 [ 0.705475] rtc_cmos 00:00: setting system clock to 2018-07-22 00:17:49 UTC (1532218669) [ 0.707193] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708358] EDD information not available. [ 0.790626] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.802434] Write protecting the kernel read-only data: 14336k [ 0.804682] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.806643] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.852478] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1gxV70/dJqsr9Bs279RgRKH+b8pFBBX5mV8+5ofI1Tig48s6VJkg4WDZYTiC5CYL39RO38uvZjRjkoESQ/leUcVLcPJXozq+mM9Yo/gjmJw9xN7VwZ77JBf2/AhZBSdv6LxAG6t/rpDJY7wSYIMoRkyKFOVWPVcUONs2nL3Owil/H64jr8pdNivPboEFdfX/eFl/PNQBeONxL2ZVzY3dGVmqy1WBR0Bo6SJIZr63rRZAGtxPrCtShVp08PQddhe+rrBQzaVTClpsmWcPew1vMvmo1UlT5Bj8As7V8I8ciKXjNZk3DcPsix2jvvCtZnTyEjh+W35MAxdh6TfIJgNOd root@vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 ssh-dss AAAAB3NzaC1kc3MAAACBAMFtDfKkZ0W2VULNagxKzSTIs5x/JdpVDDOyvb8h5yu2C1urgPRRyO0TUuWQ37N2Xxuuq+b6LaZDTwzizgBYF1955sLUi0VqbrvxlWcwVFdeuK2GShK0vBEtJTHbpEbCaM7p/KXjZ0K/VG4rPQHI81e/MmScdHljmVeRiTxGS4IpAAAAFQDP7Yzyrjk6aONDS77Og5xHJecJhQAAAIBvH5YBfPvBhn/NrZnDaBopypaBNwnvXuPcljGxKgTs7PFFUre8BtPyAt2JMG4lyDBjeY8W5gR/NU/5wqsSZrRX3vhOt71ih/pFg9JRB5CmKU9pnRTJZzkDcV0R/LZCzcw0/zRo7KSbfTtCuBSHKvyqr1XX5KZZklJL7rcmv0d4NAAAAIA5KFOSFHrDezSYBMm6v8wTHE16THVB8qZRHUjkLdK5Mq4B8sUUhjRB/jBAqUMiIu53bltfUKmI/YK0U2miEUTSNsHqHjUemBHg4hilBpkiDuZcXK/AtMK8458jHeoJvVftwJqQ8vAduC3Ae4bEGwi5GZ+A9WP96yt70IGjcEXvtg== root@vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe48:f077/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 launch-index: 0 === cirros: current=0.4.0 uptime=3.25 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 login: 2018-07-22 00:17:58,798 - paramiko.transport - DEBUG - starting thread (client mode): 0x4806a150L 2018-07-22 00:17:58,798 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 00:17:58,799 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 00:17:58,799 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 00:17:58,800 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-22 00:17:58,800 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 00:17:58,800 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 00:17:58,800 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 00:17:58,801 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 00:17:58,801 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 00:17:58,818 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 00:17:58,818 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 00:17:58,830 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: 72a08202682e52fb7de2da382cc7c9b5 2018-07-22 00:17:58,831 - paramiko.transport - DEBUG - Trying discovered key 190553e9c18cf7eb189069875bdb6fc5 in /tmp/tmpG0ehaF 2018-07-22 00:17:58,857 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 00:17:58,863 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 00:17:58,896 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 00:17:58,897 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 00:17:58,897 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 00:17:58,899 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 00:17:58,902 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 00:17:58,902 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=1.392 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.392/1.392/1.392 ms 2018-07-22 00:17:58,908 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 00:17:59,013 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:17:59,014 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 00:17:59,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 00:17:59,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:59,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:17:59 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-392edc84-1863-44c6-b0d2-758742fa0302 x-compute-request-id: req-392edc84-1863-44c6-b0d2-758742fa0302 Content-Type: application/json 2018-07-22 00:17:59,354 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-392edc84-1863-44c6-b0d2-758742fa0302 2018-07-22 00:17:59,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.334804058075s 2018-07-22 00:17:59,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d used request id req-392edc84-1863-44c6-b0d2-758742fa0302 2018-07-22 00:17:59,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:17:59,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:17:59,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:17:59 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-e19afb25-3e3f-43e1-aba9-e2b2719abd55 x-compute-request-id: req-e19afb25-3e3f-43e1-aba9-e2b2719abd55 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:49.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:49Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:36:ac", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:32.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "fe2ed1dd-93b9-4abf-a193-8af1920bb92d", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:59Z", "hostId": "eb139ab2f69b56f620859d86611d5191fa94b729f0562e4f0a7acd22", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:20Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:17:59,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e19afb25-3e3f-43e1-aba9-e2b2719abd55 2018-07-22 00:17:59,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641784906387s 2018-07-22 00:17:59,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e19afb25-3e3f-43e1-aba9-e2b2719abd55 2018-07-22 00:18:00,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:02,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:02,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:02,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57412cf5-4edc-46ae-900f-73a5bd05fa71 x-compute-request-id: req-57412cf5-4edc-46ae-900f-73a5bd05fa71 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:49.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:17:49Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:02,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-57412cf5-4edc-46ae-900f-73a5bd05fa71 2018-07-22 00:18:02,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55685710907s 2018-07-22 00:18:02,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-57412cf5-4edc-46ae-900f-73a5bd05fa71 2018-07-22 00:18:02,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 00:18:02,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/2dd4eb81-25ef-4c5f-a076-c4e4f2eb3573.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:03,542 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75426ae8-6989-4006-bbac-1619e9b47e23 Content-Length: 0 Date: Sun, 22 Jul 2018 00:18:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:03,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/2dd4eb81-25ef-4c5f-a076-c4e4f2eb3573.json used request id req-75426ae8-6989-4006-bbac-1619e9b47e23 2018-07-22 00:18:03,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.978467941284s 2018-07-22 00:18:03,543 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/2dd4eb81-25ef-4c5f-a076-c4e4f2eb3573.json used request id req-75426ae8-6989-4006-bbac-1619e9b47e23 2018-07-22 00:18:03,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:18:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:03,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b95ff533-3e4b-4e75-819f-a2b727538682 Date: Sun, 22 Jul 2018 00:18:03 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:18:03,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b95ff533-3e4b-4e75-819f-a2b727538682 2018-07-22 00:18:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0475490093231s 2018-07-22 00:18:03,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-b95ff533-3e4b-4e75-819f-a2b727538682 2018-07-22 00:18:03,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 00:18:03,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:03,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:18:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d9d944e6-6803-44b3-81aa-38be8b2c83be x-compute-request-id: req-d9d944e6-6803-44b3-81aa-38be8b2c83be Content-Type: application/json 2018-07-22 00:18:03,893 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-d9d944e6-6803-44b3-81aa-38be8b2c83be 2018-07-22 00:18:03,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.296409130096s 2018-07-22 00:18:03,893 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140 used request id req-d9d944e6-6803-44b3-81aa-38be8b2c83be 2018-07-22 00:18:03,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:03,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:04,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7aa145d8-fce3-47e0-8cc6-2315f54c6b08 x-compute-request-id: req-7aa145d8-fce3-47e0-8cc6-2315f54c6b08 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:f0:77", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/97b6d77b-9ae2-4987-b489-29f675c74140", "rel": "bookmark"}], "image": {"id": "7867fb32-91af-4181-a22a-30578303a8ef", "links": [{"href": "http://172.30.9.29:8774/images/7867fb32-91af-4181-a22a-30578303a8ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:17:49.000000", "flavor": {"id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7", "links": [{"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}]}, "id": "97b6d77b-9ae2-4987-b489-29f675c74140", "security_groups": [{"name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}], "user_id": "1888814d59a44f8ca8cc09f10c15cc5d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:03Z", "hostId": "ba74c7d3d349d14a5e9b5e93cfb6bb4a6b5e372a321abc2ec45a66ba", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "name": "vping_ssh-vm_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "created": "2018-07-22T00:17:40Z", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:04,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7aa145d8-fce3-47e0-8cc6-2315f54c6b08 2018-07-22 00:18:04,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60978102684s 2018-07-22 00:18:04,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7aa145d8-fce3-47e0-8cc6-2315f54c6b08 2018-07-22 00:18:04,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:06,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:06,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e830e750-224b-47ba-a4fc-a74aa5563d40 x-compute-request-id: req-e830e750-224b-47ba-a4fc-a74aa5563d40 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 00:18:06,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e830e750-224b-47ba-a4fc-a74aa5563d40 2018-07-22 00:18:06,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.119688987732s 2018-07-22 00:18:06,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e830e750-224b-47ba-a4fc-a74aa5563d40 2018-07-22 00:18:06,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 00:18:06,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:06,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0d878927-3274-4514-a443-71d767772261 Date: Sun, 22 Jul 2018 00:18:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:07Z", "updated_at": "2018-07-22T00:17:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "11c87a63-ff63-454b-954d-c831d880903b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "12bf85fb-8364-449c-a528-c861719afd8c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "4bfa5030-3701-4b69-a6f6-e8c4ecd39a7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:07Z", "revision_number": 0, "id": "d1d525e6-9b62-41b1-b7e6-7d1f018dcb2c", "remote_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:07Z", "security_group_id": "25997a63-5353-43c8-be3f-c378856b3b83", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 1, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "25997a63-5353-43c8-be3f-c378856b3b83", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:16Z", "updated_at": "2018-07-22T00:17:17Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:17Z", "revision_number": 0, "id": "0e909eba-667e-4560-a942-a422d1cc9258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:17Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "28e1ae8a-01bf-4631-b3c3-2709e0a6ecef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv6", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "c135ff6e-9247-474f-997a-4e1038e83c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": null, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T00:17:16Z", "revision_number": 0, "id": "d7f97131-48a2-42c4-a221-866522269aec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T00:17:16Z", "security_group_id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27915d1e032f41f7a955b838a555d7b3"}], "revision_number": 3, "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "70f382c1-a23c-4dc2-a589-4ca1a79efc01", "name": "vping_ssh-sg_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:18:06,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0d878927-3274-4514-a443-71d767772261 2018-07-22 00:18:06,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0541861057281s 2018-07-22 00:18:06,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-0d878927-3274-4514-a443-71d767772261 2018-07-22 00:18:06,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 00:18:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/70f382c1-a23c-4dc2-a589-4ca1a79efc01.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:06,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7f3a65c-2a20-4019-b6b3-c6812e5ba367 Content-Length: 0 Date: Sun, 22 Jul 2018 00:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:06,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/70f382c1-a23c-4dc2-a589-4ca1a79efc01.json used request id req-b7f3a65c-2a20-4019-b6b3-c6812e5ba367 2018-07-22 00:18:06,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.246203899384s 2018-07-22 00:18:06,937 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/70f382c1-a23c-4dc2-a589-4ca1a79efc01.json used request id req-b7f3a65c-2a20-4019-b6b3-c6812e5ba367 2018-07-22 00:18:06,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 00:18:06,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:07,064 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d22a1c7f-bf56-49e7-b055-1cd45da12e3e x-compute-request-id: req-d22a1c7f-bf56-49e7-b055-1cd45da12e3e Content-Length: 0 Content-Type: application/json 2018-07-22 00:18:07,065 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 used request id req-d22a1c7f-bf56-49e7-b055-1cd45da12e3e 2018-07-22 00:18:07,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.127347946167s 2018-07-22 00:18:07,065 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5 used request id req-d22a1c7f-bf56-49e7-b055-1cd45da12e3e 2018-07-22 00:18:07,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:18:07,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" -d '{"subnet_id": "fdc09a88-cc3c-409d-bf89-ef7d7a516be7"}' 2018-07-22 00:18:08,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a158275-40a6-4495-aca5-d0f0f6b8fb2b Date: Sun, 22 Jul 2018 00:18:08 GMT RESP BODY: {"network_id": "4f427fb4-41ed-4072-ac47-e8dca19d09ae", "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "subnet_id": "fdc09a88-cc3c-409d-bf89-ef7d7a516be7", "subnet_ids": ["fdc09a88-cc3c-409d-bf89-ef7d7a516be7"], "port_id": "98e76fec-aba8-46de-b0e4-0cd2b046ae89", "id": "2309d020-b0ac-4522-94ba-65cce3f9aa51"} 2018-07-22 00:18:08,914 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/remove_router_interface.json used request id req-8a158275-40a6-4495-aca5-d0f0f6b8fb2b 2018-07-22 00:18:08,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84893703461s 2018-07-22 00:18:08,915 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51/remove_router_interface.json used request id req-8a158275-40a6-4495-aca5-d0f0f6b8fb2b returning object 2309d020-b0ac-4522-94ba-65cce3f9aa51 2018-07-22 00:18:08,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:18:08,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:09,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-edf3b9dd-3e82-41a2-9142-776e841c35ae Date: Sun, 22 Jul 2018 00:18:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "27915d1e032f41f7a955b838a555d7b3", "created_at": "2018-07-22T00:17:09Z", "admin_state_up": true, "updated_at": "2018-07-22T00:18:08Z", "revision_number": 4, "routes": [], "project_id": "27915d1e032f41f7a955b838a555d7b3", "id": "2309d020-b0ac-4522-94ba-65cce3f9aa51", "name": "vping_ssh-router_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:18:09,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-edf3b9dd-3e82-41a2-9142-776e841c35ae 2018-07-22 00:18:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.288709163666s 2018-07-22 00:18:09,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-edf3b9dd-3e82-41a2-9142-776e841c35ae 2018-07-22 00:18:09,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:18:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:10,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72d16ce7-085a-4703-8c39-7cdb41544ac8 Content-Length: 0 Date: Sun, 22 Jul 2018 00:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:10,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51.json used request id req-72d16ce7-085a-4703-8c39-7cdb41544ac8 2018-07-22 00:18:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33342504501s 2018-07-22 00:18:10,540 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/2309d020-b0ac-4522-94ba-65cce3f9aa51.json used request id req-72d16ce7-085a-4703-8c39-7cdb41544ac8 2018-07-22 00:18:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:18:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:10,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9c2dc753-65ae-4c50-b258-c1506308aa32 Date: Sun, 22 Jul 2018 00:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:17:08Z","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":"27915d1e032f41f7a955b838a555d7b3","id":"fdc09a88-cc3c-409d-bf89-ef7d7a516be7","subnetpool_id":null,"name":"vping_ssh-subnet_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}]} 2018-07-22 00:18:10,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9c2dc753-65ae-4c50-b258-c1506308aa32 2018-07-22 00:18:10,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.232008934021s 2018-07-22 00:18:10,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9c2dc753-65ae-4c50-b258-c1506308aa32 2018-07-22 00:18:10,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:18:10,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/fdc09a88-cc3c-409d-bf89-ef7d7a516be7.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:13,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-493569c1-1c31-4ce2-9a50-8cd8bff9f562 Date: Sun, 22 Jul 2018 00:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:13,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fdc09a88-cc3c-409d-bf89-ef7d7a516be7.json used request id req-493569c1-1c31-4ce2-9a50-8cd8bff9f562 2018-07-22 00:18:13,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.5248260498s 2018-07-22 00:18:13,299 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/fdc09a88-cc3c-409d-bf89-ef7d7a516be7.json used request id req-493569c1-1c31-4ce2-9a50-8cd8bff9f562 2018-07-22 00:18:13,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:13,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:13,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-da91d865-0c26-4692-bb02-64f85599becc Date: Sun, 22 Jul 2018 00:18:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:18:13Z","tenant_id":"27915d1e032f41f7a955b838a555d7b3","created_at":"2018-07-22T00:17:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"27915d1e032f41f7a955b838a555d7b3","id":"4f427fb4-41ed-4072-ac47-e8dca19d09ae","name":"vping_ssh-net_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:18:13,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da91d865-0c26-4692-bb02-64f85599becc 2018-07-22 00:18:13,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115061998367s 2018-07-22 00:18:13,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da91d865-0c26-4692-bb02-64f85599becc 2018-07-22 00:18:13,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:18:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/4f427fb4-41ed-4072-ac47-e8dca19d09ae.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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:14,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59c22263-7f07-4059-b43f-c62cfd91fbb3 Date: Sun, 22 Jul 2018 00:18:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:14,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4f427fb4-41ed-4072-ac47-e8dca19d09ae.json used request id req-59c22263-7f07-4059-b43f-c62cfd91fbb3 2018-07-22 00:18:14,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39565896988s 2018-07-22 00:18:14,812 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/4f427fb4-41ed-4072-ac47-e8dca19d09ae.json used request id req-59c22263-7f07-4059-b43f-c62cfd91fbb3 2018-07-22 00:18:14,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:18:14,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:15,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-12997392-f68e-4183-821c-a38fb7ef0bbb Date: Sun, 22 Jul 2018 00:18:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "metadata": {}}], "file": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef/file", "owner": "27915d1e032f41f7a955b838a555d7b3", "id": "7867fb32-91af-4181-a22a-30578303a8ef", "size": 12716032, "self": "/v2/images/7867fb32-91af-4181-a22a-30578303a8ef", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/7867fb32-91af-4181-a22a-30578303a8ef/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:17:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:17:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:18:15,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-12997392-f68e-4183-821c-a38fb7ef0bbb 2018-07-22 00:18:15,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.25169801712s 2018-07-22 00:18:15,069 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-12997392-f68e-4183-821c-a38fb7ef0bbb 2018-07-22 00:18:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:18:15,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a011ddd4aa460385fc8e2b84d2152092cc82d8bd" 2018-07-22 00:18:16,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdad1662-d34a-4ee7-a690-4acd0c380558 Date: Sun, 22 Jul 2018 00:18:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:18:16,478 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef used request id req-cdad1662-d34a-4ee7-a690-4acd0c380558 2018-07-22 00:18:16,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.40727901459s 2018-07-22 00:18:16,478 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/7867fb32-91af-4181-a22a-30578303a8ef used request id req-cdad1662-d34a-4ee7-a690-4acd0c380558 2018-07-22 00:18:16,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:18:16,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:16,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:16 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-5270974b-f270-4997-b767-71d1eaf1b995 x-compute-request-id: req-5270974b-f270-4997-b767-71d1eaf1b995 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43e7e3b8-b1f2-472a-a423-084b7c8369f7"}]} 2018-07-22 00:18:16,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5270974b-f270-4997-b767-71d1eaf1b995 2018-07-22 00:18:16,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265579223633s 2018-07-22 00:18:16,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-5270974b-f270-4997-b767-71d1eaf1b995 2018-07-22 00:18:16,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:18:16,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:16,542 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:18:16 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-d1424a6b-d314-4869-b0d9-535c1813d9b9 x-compute-request-id: req-d1424a6b-d314-4869-b0d9-535c1813d9b9 Content-Length: 0 Content-Type: application/json 2018-07-22 00:18:16,542 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7 used request id req-d1424a6b-d314-4869-b0d9-535c1813d9b9 2018-07-22 00:18:16,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0353908538818s 2018-07-22 00:18:16,542 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/43e7e3b8-b1f2-472a-a423-084b7c8369f7 used request id req-d1424a6b-d314-4869-b0d9-535c1813d9b9 2018-07-22 00:18:16,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:18:16,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:16,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e231857-da69-403d-8bac-c3d275b386a1 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": {"self": "http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1888814d59a44f8ca8cc09f10c15cc5d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:18:16,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e231857-da69-403d-8bac-c3d275b386a1 2018-07-22 00:18:16,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120698928833s 2018-07-22 00:18:16,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-8e231857-da69-403d-8bac-c3d275b386a1 2018-07-22 00:18:16,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:18:16,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:16,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7799ea7c-bb72-40fe-851e-b7e402495042 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5", "links": {"self": "http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1888814d59a44f8ca8cc09f10c15cc5d", "description": null}} 2018-07-22 00:18:16,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d used request id req-7799ea7c-bb72-40fe-851e-b7e402495042 2018-07-22 00:18:16,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121261835098s 2018-07-22 00:18:16,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d used request id req-7799ea7c-bb72-40fe-851e-b7e402495042 2018-07-22 00:18:16,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 00:18:16,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:17,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-202f4c71-b7e6-4f52-ac49-01dae9fd0ba0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:18:17,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d used request id req-202f4c71-b7e6-4f52-ac49-01dae9fd0ba0 2018-07-22 00:18:17,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.234457015991s 2018-07-22 00:18:17,026 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/1888814d59a44f8ca8cc09f10c15cc5d used request id req-202f4c71-b7e6-4f52-ac49-01dae9fd0ba0 2018-07-22 00:18:17,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:18:17,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:17,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a470da4-9274-4351-b90e-1e5501db1b16 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3"}, "tags": [], "enabled": true, "id": "27915d1e032f41f7a955b838a555d7b3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_2d18f36b-9aa7-49f9-9b4a-83756cb5ddb5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 00:18:17,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-3a470da4-9274-4351-b90e-1e5501db1b16 2018-07-22 00:18:17,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103860139847s 2018-07-22 00:18:17,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-3a470da4-9274-4351-b90e-1e5501db1b16 2018-07-22 00:18:17,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 00:18:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44c4a41ba0ae44fb311e1ffeb9c1dc33cab8d451" 2018-07-22 00:18:17,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-151e227a-b3b3-4728-a371-7040a1555b76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:18:17,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3 used request id req-151e227a-b3b3-4728-a371-7040a1555b76 2018-07-22 00:18:17,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.223743915558s 2018-07-22 00:18:17,369 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/27915d1e032f41f7a955b838a555d7b3 used request id req-151e227a-b3b3-4728-a371-7040a1555b76 2018-07-22 00:18:17,420 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-22 00:18:17,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:18:17,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:18:17,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:18:17,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:18:17,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:18:17,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e187208-8bfc-4731-b8bd-929f73c7543a 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:18:17,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e187208-8bfc-4731-b8bd-929f73c7543a 2018-07-22 00:18:17,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:18:17,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f1c588222474ae7a9983d4158b4c7c6", "name": "admin"}, {"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_f5b7a000a3ef4a4ba0a76d3e2e67fe49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c8421886f8de448f882d5dea5d76bb93"}, "audit_ids": ["TYnGtSXARDS6xPe_tiMJfQ"], "issued_at": "2018-07-22T00:18:17.000000Z"}} 2018-07-22 00:18:17,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:17,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:18,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3c478c2a-ebd3-4c43-afaa-6f24bb2dca8c Date: Sun, 22 Jul 2018 00:18:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","status":"ACTIVE","subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"description":"","tags":[],"updated_at":"2018-07-22T00:10:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","provider:network_type":"flat"}]} 2018-07-22 00:18:18,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c478c2a-ebd3-4c43-afaa-6f24bb2dca8c 2018-07-22 00:18:18,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293691158295s 2018-07-22 00:18:18,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3c478c2a-ebd3-4c43-afaa-6f24bb2dca8c 2018-07-22 00:18:18,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:18:18,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 00:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aae50674-89c2-4cea-af0f-6148bb0a8c65 Content-Length: 266 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.29:5000/v3/", "rel": "self"}]}]}} 2018-07-22 00:18:18,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-aae50674-89c2-4cea-af0f-6148bb0a8c65 2018-07-22 00:18:18,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:18:18,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:18,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48621381-5679-4dbc-a278-5c08a6422824 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/8aa387cb50304809a6b4e2edc8637a77"}, "tags": [], "enabled": true, "id": "8aa387cb50304809a6b4e2edc8637a77", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 00:18:18,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-48621381-5679-4dbc-a278-5c08a6422824 2018-07-22 00:18:18,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.114366054535s 2018-07-22 00:18:18,289 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-48621381-5679-4dbc-a278-5c08a6422824 2018-07-22 00:18:18,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 00:18:18,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854"}}' 2018-07-22 00:18:18,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14418290-ee8d-4988-a6b5-86b5a1468d0a Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf"}, "tags": [], "enabled": true, "id": "08d6a3c208fd4699b46819c126c7adcf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854"}} 2018-07-22 00:18:18,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-14418290-ee8d-4988-a6b5-86b5a1468d0a 2018-07-22 00:18:18,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.199686050415s 2018-07-22 00:18:18,496 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-14418290-ee8d-4988-a6b5-86b5a1468d0a 2018-07-22 00:18:18,497 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'08d6a3c208fd4699b46819c126c7adcf', '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'vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854'}) 2018-07-22 00:18:18,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 00:18:18,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cfdc120e-b615-4555-8f73-45d0739e7b3e", "email": null, "name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854"}}' 2018-07-22 00:18:18,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 00:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f54201a1-c78d-43b7-b50a-7e26b08df74a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854", "links": {"self": "http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "917b673cd1c44eddaff3d811a3dd6e64", "domain_id": "default", "password_expires_at": null}} 2018-07-22 00:18:18,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-f54201a1-c78d-43b7-b50a-7e26b08df74a 2018-07-22 00:18:18,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.38783788681s 2018-07-22 00:18:18,892 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-f54201a1-c78d-43b7-b50a-7e26b08df74a 2018-07-22 00:18:18,892 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'917b673cd1c44eddaff3d811a3dd6e64', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854'}) 2018-07-22 00:18:18,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:18:18,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02d3d18-7390-4523-8d9e-0d9e4a61e271 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:18:19,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e02d3d18-7390-4523-8d9e-0d9e4a61e271 2018-07-22 00:18:19,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10949420929s 2018-07-22 00:18:19,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-e02d3d18-7390-4523-8d9e-0d9e4a61e271 2018-07-22 00:18:19,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:18:19,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2009b595-af7c-4a87-b66c-ee70285b5280 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:18:19,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2009b595-af7c-4a87-b66c-ee70285b5280 2018-07-22 00:18:19,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992290973663s 2018-07-22 00:18:19,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-2009b595-af7c-4a87-b66c-ee70285b5280 2018-07-22 00:18:19,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 00:18:19,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe665b26-95d7-4f45-9659-d6fa4c2d7af0 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061df7a840a9463dbb92a46927bebbe8", "links": {"self": "http://172.30.9.29:5000/v3/roles/061df7a840a9463dbb92a46927bebbe8"}, "name": "member"}, {"domain_id": null, "id": "0f1c588222474ae7a9983d4158b4c7c6", "links": {"self": "http://172.30.9.29:5000/v3/roles/0f1c588222474ae7a9983d4158b4c7c6"}, "name": "admin"}, {"domain_id": null, "id": "445e31f7118c4198aa18da49d6235625", "links": {"self": "http://172.30.9.29:5000/v3/roles/445e31f7118c4198aa18da49d6235625"}, "name": "swiftoperator"}, {"domain_id": null, "id": "63c84f7e6de7495f905d5b089f837d8e", "links": {"self": "http://172.30.9.29:5000/v3/roles/63c84f7e6de7495f905d5b089f837d8e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "680ca573c67c455ebbc02e2c30a9870f", "links": {"self": "http://172.30.9.29:5000/v3/roles/680ca573c67c455ebbc02e2c30a9870f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "links": {"self": "http://172.30.9.29:5000/v3/roles/87ec2ed8a7c74c14a2cdfeb85f40b2b6"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-22 00:18:19,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe665b26-95d7-4f45-9659-d6fa4c2d7af0 2018-07-22 00:18:19,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109285116196s 2018-07-22 00:18:19,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fe665b26-95d7-4f45-9659-d6fa4c2d7af0 2018-07-22 00:18:19,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 00:18:19,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b2e85c-2688-4fe4-96ce-4d04216537f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 00:18:19,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-15b2e85c-2688-4fe4-96ce-4d04216537f4 2018-07-22 00:18:19,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110912084579s 2018-07-22 00:18:19,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-15b2e85c-2688-4fe4-96ce-4d04216537f4 2018-07-22 00:18:19,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:18:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0acedd1-621f-4d58-843e-22cda2774d20 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854", "links": {"self": "http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "917b673cd1c44eddaff3d811a3dd6e64", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:18:19,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e0acedd1-621f-4d58-843e-22cda2774d20 2018-07-22 00:18:19,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122893095016s 2018-07-22 00:18:19,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-e0acedd1-621f-4d58-843e-22cda2774d20 2018-07-22 00:18:19,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:18:19,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5b238d-7c2f-4666-a23c-840c623cbd54 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf"}, "tags": [], "enabled": true, "id": "08d6a3c208fd4699b46819c126c7adcf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854"}]} 2018-07-22 00:18:19,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0e5b238d-7c2f-4666-a23c-840c623cbd54 2018-07-22 00:18:19,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111698865891s 2018-07-22 00:18:19,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-0e5b238d-7c2f-4666-a23c-840c623cbd54 2018-07-22 00:18:19,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 00:18:19,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=917b673cd1c44eddaff3d811a3dd6e64&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=08d6a3c208fd4699b46819c126c7adcf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde252b1-4f14-4e9e-a670-e9846914f67a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=917b673cd1c44eddaff3d811a3dd6e64&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=08d6a3c208fd4699b46819c126c7adcf", "previous": null, "next": null}} 2018-07-22 00:18:19,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=917b673cd1c44eddaff3d811a3dd6e64&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=08d6a3c208fd4699b46819c126c7adcf used request id req-bde252b1-4f14-4e9e-a670-e9846914f67a 2018-07-22 00:18:19,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100952863693s 2018-07-22 00:18:19,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=917b673cd1c44eddaff3d811a3dd6e64&role.id=061df7a840a9463dbb92a46927bebbe8&scope.project.id=08d6a3c208fd4699b46819c126c7adcf used request id req-bde252b1-4f14-4e9e-a670-e9846914f67a 2018-07-22 00:18:19,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 00:18:19,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf/users/917b673cd1c44eddaff3d811a3dd6e64/roles/061df7a840a9463dbb92a46927bebbe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:18:19,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78dcb150-b350-46f4-8da1-3acbcf6d0f59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:18:19,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf/users/917b673cd1c44eddaff3d811a3dd6e64/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-78dcb150-b350-46f4-8da1-3acbcf6d0f59 2018-07-22 00:18:19,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.146240949631s 2018-07-22 00:18:19,846 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf/users/917b673cd1c44eddaff3d811a3dd6e64/roles/061df7a840a9463dbb92a46927bebbe8 used request id req-78dcb150-b350-46f4-8da1-3acbcf6d0f59 2018-07-22 00:18:19,847 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854', 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'08d6a3c208fd4699b46819c126c7adcf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'cfdc120e-b615-4555-8f73-45d0739e7b3e', 'username': u'vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 00:18:19,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 00:18:19,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 00:18:19,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 00:18:19,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 00:18:19,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 00:18:19,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 00:18:19,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 00:18:19,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 00:18:19,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 00:18:19,852 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854', 'password': 'cfdc120e-b615-4555-8f73-45d0739e7b3e', 'project_name': 'vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '08d6a3c208fd4699b46819c126c7adcf', 'project_domain_name': 'Default'} 2018-07-22 00:18:19,853 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-22 00:18:19,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:18:19,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed39a75-7c2f-4bf9-888e-6640cafb7bf9 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.29:5000/v3/", "rel": "self"}]}} 2018-07-22 00:18:19,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ed39a75-7c2f-4bf9-888e-6640cafb7bf9 2018-07-22 00:18:19,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-07-22 00:18:20,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "061df7a840a9463dbb92a46927bebbe8", "name": "member"}, {"id": "87ec2ed8a7c74c14a2cdfeb85f40b2b6", "name": "reader"}], "expires_at": "2018-07-22T01:18:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08d6a3c208fd4699b46819c126c7adcf", "name": "vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.29:8776/v3/08d6a3c208fd4699b46819c126c7adcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d66d74b6f184009abbf55b9bb8b2caf"}, {"url": "http://192.30.9.8:8776/v3/08d6a3c208fd4699b46819c126c7adcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "87723f3fdf4f4f8289cf1e3efc0ac81c"}, {"url": "http://192.30.9.8:8776/v3/08d6a3c208fd4699b46819c126c7adcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cab77130c662478fa8fbcc7828900c73"}], "type": "volumev3", "id": "095e740c646949218eff8f5944df344f", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "be6c51576a0b4229802888c2a2f390a6"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5ee52e230f5477e855a0dde0dfa4b0c"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd9f68d6121b43e1b65c0042fc44beaa"}], "type": "cloudformation", "id": "227420fa5b3d45648b074abb2ef99723", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05fce9401d804750834b7116263da570"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cc07bdd47374a11ba30c37fe802e623"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a4f73e29b8a4278b875cf83d7c9d160"}], "type": "identity", "id": "29e4a1c9bc9f4662879b54d538e79671", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6988944c7f6d4ed6a489dde5771cdf73"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ff286701e334664ad67dcb548371e69"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f199b01373e34eb9885375a53342948a"}], "type": "placement", "id": "30ed504cd7ae4cac9c32ed7ac2d8e555", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/08d6a3c208fd4699b46819c126c7adcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "052fccfbcfeb4bf8a84d14fc2f46a694"}, {"url": "http://192.30.9.8:8776/v2/08d6a3c208fd4699b46819c126c7adcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87166185dbe245d8a96a46838fa526a4"}, {"url": "http://172.30.9.29:8776/v2/08d6a3c208fd4699b46819c126c7adcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e490a2b3fef432e8e380a4e56dba14d"}], "type": "volumev2", "id": "682c82a1fef24107b917a4ae6a20f80e", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b93b75bdee048a4b43eeb917e8ca781"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85960312354844f7813a57f990908b65"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb13671c7ddf4195804908525dfc32cf"}], "type": "compute", "id": "7734e33856704d9196ca77c260e13584", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "158a7aeb32a14712a97d632a7f6a09c7"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "57020f2df2b8421ea2fd9a478a3ecd5e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b27bd78fe34c43e2bf8fdf391bd7b9bd"}], "type": "network", "id": "7ed49e57cccd4baabf668d1c37d1a54d", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "80fd843116024652839d106e91b64e50", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1173e3f4ef2d415fb77e1cc076b3e713"}, {"url": "http://192.30.9.8:8776/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a4980eec82f949cca15adc20f74e4723"}, {"url": "http://192.30.9.8:8776/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76ea63242184c1db489c70a5aca54fc"}], "type": "volume", "id": "813447b80a444948b086f8372ec47c70", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "263d05f9a34a422ca072b416ea4b796e"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89e508de6cc044ab9dcce5785b8fc683"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8dac25572b87445d8b445585808f817e"}], "type": "alarming", "id": "bd66012c81fd4204aa93165a623a24b4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93d3e8a120704ed1bc871d61e30bb5cf"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bb8cd95d2847447388b6668172b5d759"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee0319cc0aee4801a56d8de8b5c5b960"}], "type": "image", "id": "d5ef9f86f311451d8ea6efb5b4673c1c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b7b841fce314f20b204275f621ca6c8"}, {"url": "http://192.30.9.8:8004/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3efa2613d167404ca4fa55a94f421782"}, {"url": "http://192.30.9.8:8004/v1/08d6a3c208fd4699b46819c126c7adcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5e4482797ce94aafa61182a72300280a"}], "type": "orchestration", "id": "d74dd1325d5e4f4aaaf58865c548ad1f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.29:8080/v1/AUTH_08d6a3c208fd4699b46819c126c7adcf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "61ce6b3f70be4716afd3f27ff5ba4fe4"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e43ad2cda46478e88b59527b51a3ddf"}, {"url": "http://12.0.0.27:8080/v1/AUTH_08d6a3c208fd4699b46819c126c7adcf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5f700a1e64d4e58ac7b7a293e944823"}], "type": "object-store", "id": "d7b77256046248c497c929b58ab84ee7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "415824937068435796b6892b04c1e309"}, {"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cdcbd59a83849a48b5aa0f78d2223f1"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "919d48497ba14db99f4ed8a65f50c689"}], "type": "event", "id": "da8c57e408c94a8b9b3249d17fc5af94", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb6eb4e880457587926ea24af7f5fc"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4fe440de69674d3593da78ec7df9167b"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fe725814a4743d198b8380527e3e67f"}], "type": "metric", "id": "fc1b27c853d74184bd3172beed0a387f", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854", "id": "917b673cd1c44eddaff3d811a3dd6e64"}, "audit_ids": ["3aoII46ISwaweCe-dUkv1Q"], "issued_at": "2018-07-22T00:18:20.000000Z"}} 2018-07-22 00:18:20,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 00:18:20,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"network": {"name": "vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854", "admin_state_up": true}}' 2018-07-22 00:18:21,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d6ad57e5-f862-4623-ad3d-6a9a94a5c7e2 Date: Sun, 22 Jul 2018 00:18:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T00:18:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"}} 2018-07-22 00:18:21,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d6ad57e5-f862-4623-ad3d-6a9a94a5c7e2 2018-07-22 00:18:21,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.699187994003s 2018-07-22 00:18:21,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d6ad57e5-f862-4623-ad3d-6a9a94a5c7e2 2018-07-22 00:18:21,009 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:18:20Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'71785fa4-4173-4df3-ac1b-a3bc0829ab46', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854', u'admin_state_up': True, u'tenant_id': u'08d6a3c208fd4699b46819c126c7adcf', u'created_at': u'2018-07-22T00:18:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'08d6a3c208fd4699b46819c126c7adcf'}) 2018-07-22 00:18:21,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:21,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:21,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5dcf8b24-8fcf-4a84-bf28-e347d53a5bef Date: Sun, 22 Jul 2018 00:18:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:18:20Z","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:18:21,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5dcf8b24-8fcf-4a84-bf28-e347d53a5bef 2018-07-22 00:18:21,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309126138687s 2018-07-22 00:18:21,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5dcf8b24-8fcf-4a84-bf28-e347d53a5bef 2018-07-22 00:18:21,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 00:18:21,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"subnet": {"name": "vping_userdata-subnet_6e169c5c-8978-45ed-849a-14837a6ce854", "enable_dhcp": true, "network_id": "71785fa4-4173-4df3-ac1b-a3bc0829ab46", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 00:18:22,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-442f2f53-171a-4d0f-a29f-cb3493195016 Date: Sun, 22 Jul 2018 00:18:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:18:21Z","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":"08d6a3c208fd4699b46819c126c7adcf","id":"c2fd7693-d424-4e64-886c-c1bf7f96ac75","subnetpool_id":null,"name":"vping_userdata-subnet_6e169c5c-8978-45ed-849a-14837a6ce854"}} 2018-07-22 00:18:22,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-442f2f53-171a-4d0f-a29f-cb3493195016 2018-07-22 00:18:22,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.982707977295s 2018-07-22 00:18:22,305 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-442f2f53-171a-4d0f-a29f-cb3493195016 2018-07-22 00:18:22,305 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T00:18:21Z', 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'c2fd7693-d424-4e64-886c-c1bf7f96ac75', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_6e169c5c-8978-45ed-849a-14837a6ce854', u'enable_dhcp': True, u'network_id': u'71785fa4-4173-4df3-ac1b-a3bc0829ab46', u'tenant_id': u'08d6a3c208fd4699b46819c126c7adcf', u'created_at': u'2018-07-22T00:18:21Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'08d6a3c208fd4699b46819c126c7adcf'}) 2018-07-22 00:18:22,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 00:18:22,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"router": {"external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e"}, "name": "vping_userdata-router_6e169c5c-8978-45ed-849a-14837a6ce854", "admin_state_up": true}}' 2018-07-22 00:18:23,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6c260e05-de5c-4b85-9374-ee72844e0267 Date: Sun, 22 Jul 2018 00:18:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "created_at": "2018-07-22T00:18:22Z", "admin_state_up": true, "updated_at": "2018-07-22T00:18:23Z", "revision_number": 2, "routes": [], "project_id": "08d6a3c208fd4699b46819c126c7adcf", "id": "c6d8515b-f0a4-4222-9995-d45d57cd3f1f", "name": "vping_userdata-router_6e169c5c-8978-45ed-849a-14837a6ce854"}} 2018-07-22 00:18:23,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6c260e05-de5c-4b85-9374-ee72844e0267 2018-07-22 00:18:23,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.38931512833s 2018-07-22 00:18:23,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-6c260e05-de5c-4b85-9374-ee72844e0267 2018-07-22 00:18:23,696 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'58942421-7cb3-46a4-be65-78d945914cf0', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'08d6a3c208fd4699b46819c126c7adcf', u'created_at': u'2018-07-22T00:18:22Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T00:18:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'08d6a3c208fd4699b46819c126c7adcf', u'id': u'c6d8515b-f0a4-4222-9995-d45d57cd3f1f', u'name': u'vping_userdata-router_6e169c5c-8978-45ed-849a-14837a6ce854'}) 2018-07-22 00:18:23,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 00:18:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"subnet_id": "c2fd7693-d424-4e64-886c-c1bf7f96ac75"}' 2018-07-22 00:18:25,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7775bfb8-e75b-4cb1-a68b-fe373d4a913c Date: Sun, 22 Jul 2018 00:18:25 GMT RESP BODY: {"network_id": "71785fa4-4173-4df3-ac1b-a3bc0829ab46", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "subnet_id": "c2fd7693-d424-4e64-886c-c1bf7f96ac75", "subnet_ids": ["c2fd7693-d424-4e64-886c-c1bf7f96ac75"], "port_id": "01815d95-3ab8-4a56-a658-cf87a5af5a20", "id": "c6d8515b-f0a4-4222-9995-d45d57cd3f1f"} 2018-07-22 00:18:25,900 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/add_router_interface.json used request id req-7775bfb8-e75b-4cb1-a68b-fe373d4a913c 2018-07-22 00:18:25,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20333504677s 2018-07-22 00:18:25,901 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/add_router_interface.json used request id req-7775bfb8-e75b-4cb1-a68b-fe373d4a913c returning object c6d8515b-f0a4-4222-9995-d45d57cd3f1f 2018-07-22 00:18:25,901 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 00:18:26,033 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 00:18:26,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" 2018-07-22 00:18:26,040 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 00:18:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-07-22 00:18:26,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:18:26,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:26,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fde748f0-f734-4b5a-b8a1-44447d14b050 Date: Sun, 22 Jul 2018 00:18:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:18:26,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-fde748f0-f734-4b5a-b8a1-44447d14b050 2018-07-22 00:18:26,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.219868898392s 2018-07-22 00:18:26,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-fde748f0-f734-4b5a-b8a1-44447d14b050 2018-07-22 00:18:26,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 00:18:26,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854"}' 2018-07-22 00:18:26,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-be44a826-9baf-47f1-b6bf-c85d95244a70 Date: Sun, 22 Jul 2018 00:18:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file", "owner": "08d6a3c208fd4699b46819c126c7adcf", "id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "size": null, "self": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:18:26Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "checksum": null, "created_at": "2018-07-22T00:18:26Z", "protected": false} 2018-07-22 00:18:26,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-be44a826-9baf-47f1-b6bf-c85d95244a70 2018-07-22 00:18:26,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.284535169601s 2018-07-22 00:18:26,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-be44a826-9baf-47f1-b6bf-c85d95244a70 returning object 53f44350-74e5-4d86-96b3-db3e32b2b688 2018-07-22 00:18:26,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 00:18:26,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '' 2018-07-22 00:18:27,310 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00ba4609-1181-498c-b571-aa1aeaa7658d Date: Sun, 22 Jul 2018 00:18:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:18:27,310 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file used request id req-00ba4609-1181-498c-b571-aa1aeaa7658d 2018-07-22 00:18:27,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.752248048782s 2018-07-22 00:18:27,311 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file used request id req-00ba4609-1181-498c-b571-aa1aeaa7658d 2018-07-22 00:18:27,311 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T00:18:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file', u'owner': u'08d6a3c208fd4699b46819c126c7adcf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'53f44350-74e5-4d86-96b3-db3e32b2b688', u'size': None, u'name': u'vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854', u'checksum': None, u'self': u'/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T00:18:26Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 00:18:27,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 00:18:27,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 00:18:27,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:27 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-67c01fc0-b040-4cef-90d5-5683d88300fe x-compute-request-id: req-67c01fc0-b040-4cef-90d5-5683d88300fe Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "af41333b-77a2-4ef9-90a9-2f985083c7ca"}} 2018-07-22 00:18:27,715 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-67c01fc0-b040-4cef-90d5-5683d88300fe 2018-07-22 00:18:27,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.403110980988s 2018-07-22 00:18:27,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-67c01fc0-b040-4cef-90d5-5683d88300fe 2018-07-22 00:18:27,716 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5b7a000a3ef4a4ba0a76d3e2e67fe49', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'af41333b-77a2-4ef9-90a9-2f985083c7ca', 'swap': 0}) 2018-07-22 00:18:27,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 00:18:27,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" -d '{"extra_specs": {}}' 2018-07-22 00:18:27,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:27 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-08b5ace8-5f36-4cc9-a843-aa09a3a94637 x-compute-request-id: req-08b5ace8-5f36-4cc9-a843-aa09a3a94637 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 00:18:27,739 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca/os-extra_specs used request id req-08b5ace8-5f36-4cc9-a843-aa09a3a94637 2018-07-22 00:18:27,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224199295044s 2018-07-22 00:18:27,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca/os-extra_specs used request id req-08b5ace8-5f36-4cc9-a843-aa09a3a94637 2018-07-22 00:18:27,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:27,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:28,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-b2656818-297c-4e4c-8cac-b9edc86a33cb Date: Sun, 22 Jul 2018 00:18:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2fd7693-d424-4e64-886c-c1bf7f96ac75"],"updated_at":"2018-07-22T00:18:21Z","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:18:28,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b2656818-297c-4e4c-8cac-b9edc86a33cb 2018-07-22 00:18:28,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.429605007172s 2018-07-22 00:18:28,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b2656818-297c-4e4c-8cac-b9edc86a33cb 2018-07-22 00:18:28,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:18:28,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:28,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f9e14192-990d-43ea-8a73-280879215adb Date: Sun, 22 Jul 2018 00:18:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "metadata": {}}], "file": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file", "owner": "08d6a3c208fd4699b46819c126c7adcf", "id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "size": 12716032, "self": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:18:27Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:18:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:18:28,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f9e14192-990d-43ea-8a73-280879215adb 2018-07-22 00:18:28,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.218530893326s 2018-07-22 00:18:28,394 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f9e14192-990d-43ea-8a73-280879215adb 2018-07-22 00:18:28,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:18:28,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:29,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:28 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-462f1eee-e0c3-4add-ae42-372023cc39b7 x-compute-request-id: req-462f1eee-e0c3-4add-ae42-372023cc39b7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "af41333b-77a2-4ef9-90a9-2f985083c7ca"}]} 2018-07-22 00:18:29,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-462f1eee-e0c3-4add-ae42-372023cc39b7 2018-07-22 00:18:29,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.621557950974s 2018-07-22 00:18:29,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-462f1eee-e0c3-4add-ae42-372023cc39b7 2018-07-22 00:18:29,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:18:29,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"server": {"name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "imageRef": "53f44350-74e5-4d86-96b3-db3e32b2b688", "flavorRef": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "71785fa4-4173-4df3-ac1b-a3bc0829ab46"}]}}' 2018-07-22 00:18:31,194 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:18:29 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-8e9c8d4a-294d-4d5a-93c7-9175b27913ba x-compute-request-id: req-8e9c8d4a-294d-4d5a-93c7-9175b27913ba Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "adminPass": "o3CFK6PkDAJs"}} 2018-07-22 00:18:31,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-8e9c8d4a-294d-4d5a-93c7-9175b27913ba 2018-07-22 00:18:31,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.17534899712s 2018-07-22 00:18:31,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-8e9c8d4a-294d-4d5a-93c7-9175b27913ba 2018-07-22 00:18:31,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:31,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:31,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:31 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-6111411e-11f4-48c6-88cd-ab3ac545c44d x-compute-request-id: req-6111411e-11f4-48c6-88cd-ab3ac545c44d Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:31,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6111411e-11f4-48c6-88cd-ab3ac545c44d 2018-07-22 00:18:31,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468161821365s 2018-07-22 00:18:31,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6111411e-11f4-48c6-88cd-ab3ac545c44d 2018-07-22 00:18:31,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:31,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:31,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-69d1f8fc-8f7f-4ceb-a978-eef65dd1b5a2 Date: Sun, 22 Jul 2018 00:18:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2fd7693-d424-4e64-886c-c1bf7f96ac75"],"updated_at":"2018-07-22T00:18:21Z","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:18:31,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-69d1f8fc-8f7f-4ceb-a978-eef65dd1b5a2 2018-07-22 00:18:31,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.310263156891s 2018-07-22 00:18:31,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-69d1f8fc-8f7f-4ceb-a978-eef65dd1b5a2 2018-07-22 00:18:31,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:18:31,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:32,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8a6691dd-1de6-4c63-bf9d-9424ebe5cf91 Date: Sun, 22 Jul 2018 00:18:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:18:21Z","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":"08d6a3c208fd4699b46819c126c7adcf","id":"c2fd7693-d424-4e64-886c-c1bf7f96ac75","subnetpool_id":null,"name":"vping_userdata-subnet_6e169c5c-8978-45ed-849a-14837a6ce854"}]} 2018-07-22 00:18:32,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-8a6691dd-1de6-4c63-bf9d-9424ebe5cf91 2018-07-22 00:18:32,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0479538440704s 2018-07-22 00:18:32,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-8a6691dd-1de6-4c63-bf9d-9424ebe5cf91 2018-07-22 00:18:32,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:34,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:34,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:34 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-6f5bdb85-232f-4420-84b8-f551f434c61f x-compute-request-id: req-6f5bdb85-232f-4420-84b8-f551f434c61f Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:34,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6f5bdb85-232f-4420-84b8-f551f434c61f 2018-07-22 00:18:34,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461212158203s 2018-07-22 00:18:34,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-6f5bdb85-232f-4420-84b8-f551f434c61f 2018-07-22 00:18:34,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:36,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:36,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:37,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:36 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-f2c6a34b-1eec-4d18-9b86-2be86f589120 x-compute-request-id: req-f2c6a34b-1eec-4d18-9b86-2be86f589120 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:36Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:37,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2c6a34b-1eec-4d18-9b86-2be86f589120 2018-07-22 00:18:37,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.978548049927s 2018-07-22 00:18:37,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f2c6a34b-1eec-4d18-9b86-2be86f589120 2018-07-22 00:18:37,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:39,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:39,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:40,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b312813-fc83-4b13-a01a-d67c4f2f5381 x-compute-request-id: req-0b312813-fc83-4b13-a01a-d67c4f2f5381 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:36Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:40,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0b312813-fc83-4b13-a01a-d67c4f2f5381 2018-07-22 00:18:40,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575886964798s 2018-07-22 00:18:40,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0b312813-fc83-4b13-a01a-d67c4f2f5381 2018-07-22 00:18:40,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:42,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:42,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:43,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:42 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-34e9b9a7-b608-4aad-812d-035e3b77de42 x-compute-request-id: req-34e9b9a7-b608-4aad-812d-035e3b77de42 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:41Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:43,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-34e9b9a7-b608-4aad-812d-035e3b77de42 2018-07-22 00:18:43,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15725493431s 2018-07-22 00:18:43,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-34e9b9a7-b608-4aad-812d-035e3b77de42 2018-07-22 00:18:43,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:18:43,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:43,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8afc14d4-ceb1-4e0e-9fad-3089d2053e4f Date: Sun, 22 Jul 2018 00:18:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:36Z","admin_state_up":true,"updated_at":"2018-07-22T00:18:41Z","binding:vnic_type":"normal","device_id":"30895bb8-c965-4dfd-9cc4-bf4606f52ab3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:de:50","id":"393a0a90-33fe-4143-84df-e7aefe901e8d","port_security_enabled":true,"project_id":"08d6a3c208fd4699b46819c126c7adcf","fixed_ips":[{"subnet_id":"c2fd7693-d424-4e64-886c-c1bf7f96ac75","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c525c0a1-7da7-43c8-81d5-198baca43689"],"name":""}]} 2018-07-22 00:18:43,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-8afc14d4-ceb1-4e0e-9fad-3089d2053e4f 2018-07-22 00:18:43,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575699806213s 2018-07-22 00:18:43,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-8afc14d4-ceb1-4e0e-9fad-3089d2053e4f 2018-07-22 00:18:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:18:43,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:43,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7c1a91db-11f3-44f9-bb75-e9c6e47d4576 Date: Sun, 22 Jul 2018 00:18:43 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:18:43,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d used request id req-7c1a91db-11f3-44f9-bb75-e9c6e47d4576 2018-07-22 00:18:43,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0456030368805s 2018-07-22 00:18:43,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d used request id req-7c1a91db-11f3-44f9-bb75-e9c6e47d4576 2018-07-22 00:18:43,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:43,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:43,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25988a0f-c024-410a-ae72-41816580deb5 x-compute-request-id: req-25988a0f-c024-410a-ae72-41816580deb5 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:41Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:43,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-25988a0f-c024-410a-ae72-41816580deb5 2018-07-22 00:18:43,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574710845947s 2018-07-22 00:18:43,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-25988a0f-c024-410a-ae72-41816580deb5 2018-07-22 00:18:43,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 00:18:43,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:44,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-77f49db0-988e-4177-912e-c2163feddb33 Date: Sun, 22 Jul 2018 00:18:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:36Z","admin_state_up":true,"updated_at":"2018-07-22T00:18:41Z","binding:vnic_type":"normal","device_id":"30895bb8-c965-4dfd-9cc4-bf4606f52ab3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:de:50","id":"393a0a90-33fe-4143-84df-e7aefe901e8d","port_security_enabled":true,"project_id":"08d6a3c208fd4699b46819c126c7adcf","fixed_ips":[{"subnet_id":"c2fd7693-d424-4e64-886c-c1bf7f96ac75","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["c525c0a1-7da7-43c8-81d5-198baca43689"],"name":""}]} 2018-07-22 00:18:44,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-77f49db0-988e-4177-912e-c2163feddb33 2018-07-22 00:18:44,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.266634941101s 2018-07-22 00:18:44,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-77f49db0-988e-4177-912e-c2163feddb33 2018-07-22 00:18:44,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 00:18:44,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:44,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-087f81c7-6266-413b-9e0c-fd2478a4288a Date: Sun, 22 Jul 2018 00:18:44 GMT RESP BODY: {"floatingips": []} 2018-07-22 00:18:44,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d used request id req-087f81c7-6266-413b-9e0c-fd2478a4288a 2018-07-22 00:18:44,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.057991027832s 2018-07-22 00:18:44,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=393a0a90-33fe-4143-84df-e7aefe901e8d used request id req-087f81c7-6266-413b-9e0c-fd2478a4288a 2018-07-22 00:18:44,255 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:99:de:50', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'53f44350-74e5-4d86-96b3-db3e32b2b688'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:18:41.000000', 'flavor': Munch({u'id': u'af41333b-77a2-4ef9-90a9-2f985083c7ca'}), 'az': u'nova', 'id': u'30895bb8-c965-4dfd-9cc4-bf4606f52ab3', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'917b673cd1c44eddaff3d811a3dd6e64', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08d6a3c208fd4699b46819c126c7adcf', 'name': 'vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-22T00:18:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T00:18:41Z', 'hostId': u'63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T00:18:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08d6a3c208fd4699b46819c126c7adcf', 'name': u'vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854', 'adminPass': None, 'tenant_id': u'08d6a3c208fd4699b46819c126c7adcf', 'created_at': u'2018-07-22T00:18:31Z', 'created': u'2018-07-22T00:18:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 00:18:44,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:18:44,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:44,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-df163d8a-dc92-472d-81a7-cfde9a1558c9 Date: Sun, 22 Jul 2018 00:18:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2fd7693-d424-4e64-886c-c1bf7f96ac75"],"updated_at":"2018-07-22T00:18:21Z","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:18:44,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df163d8a-dc92-472d-81a7-cfde9a1558c9 2018-07-22 00:18:44,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112659931183s 2018-07-22 00:18:44,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df163d8a-dc92-472d-81a7-cfde9a1558c9 2018-07-22 00:18:44,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:18:44,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:44,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-731402cc-ca4d-4cf1-b3c0-43a3b40cea13 Date: Sun, 22 Jul 2018 00:18:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "metadata": {}}], "file": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file", "owner": "08d6a3c208fd4699b46819c126c7adcf", "id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "size": 12716032, "self": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:18:27Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:18:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:18:44,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-731402cc-ca4d-4cf1-b3c0-43a3b40cea13 2018-07-22 00:18:44,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.338798046112s 2018-07-22 00:18:44,712 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-731402cc-ca4d-4cf1-b3c0-43a3b40cea13 2018-07-22 00:18:44,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:18:44,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:44,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:44 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-e998b922-44e0-4c59-952f-8a8b8f297b09 x-compute-request-id: req-e998b922-44e0-4c59-952f-8a8b8f297b09 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "af41333b-77a2-4ef9-90a9-2f985083c7ca"}]} 2018-07-22 00:18:44,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e998b922-44e0-4c59-952f-8a8b8f297b09 2018-07-22 00:18:44,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027204990387s 2018-07-22 00:18:44,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e998b922-44e0-4c59-952f-8a8b8f297b09 2018-07-22 00:18:44,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 00:18:44,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"server": {"name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "imageRef": "53f44350-74e5-4d86-96b3-db3e32b2b688", "flavorRef": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjkgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "71785fa4-4173-4df3-ac1b-a3bc0829ab46"}]}}' 2018-07-22 00:18:46,321 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:18:44 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-e1e6bade-1f08-40bc-92f1-c15fb83a70bd x-compute-request-id: req-e1e6bade-1f08-40bc-92f1-c15fb83a70bd Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "adminPass": "nbvZXEUKU5Yz"}} 2018-07-22 00:18:46,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-e1e6bade-1f08-40bc-92f1-c15fb83a70bd 2018-07-22 00:18:46,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.57818508148s 2018-07-22 00:18:46,321 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-e1e6bade-1f08-40bc-92f1-c15fb83a70bd 2018-07-22 00:18:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:46,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:46,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:46 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-7645f732-6f06-4bd1-9f44-8b7b360afb4c x-compute-request-id: req-7645f732-6f06-4bd1-9f44-8b7b360afb4c Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:46Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:41Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:46,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7645f732-6f06-4bd1-9f44-8b7b360afb4c 2018-07-22 00:18:46,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495266199112s 2018-07-22 00:18:46,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7645f732-6f06-4bd1-9f44-8b7b360afb4c 2018-07-22 00:18:46,823 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:48,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:49,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:48 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-03ee52c9-73b6-4de1-bc73-b912d0b13079 x-compute-request-id: req-03ee52c9-73b6-4de1-bc73-b912d0b13079 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T00:18:48Z", "hostId": "0b490b00d4fb15354fcd25a854398946e89609050fd341d194e2a414", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:46Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:41Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:49,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-03ee52c9-73b6-4de1-bc73-b912d0b13079 2018-07-22 00:18:49,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711618185043s 2018-07-22 00:18:49,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-03ee52c9-73b6-4de1-bc73-b912d0b13079 2018-07-22 00:18:49,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:51,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:52,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:51 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-15958cad-e56b-43a2-ae5b-3bb3a301f6e8 x-compute-request-id: req-15958cad-e56b-43a2-ae5b-3bb3a301f6e8 Content-Encoding: gzip Content-Length: 936 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T00:18:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:46Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.", "code": 500, "created": "2018-07-22T00:18:50Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:41Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:52,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-15958cad-e56b-43a2-ae5b-3bb3a301f6e8 2018-07-22 00:18:52,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602954864502s 2018-07-22 00:18:52,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-15958cad-e56b-43a2-ae5b-3bb3a301f6e8 2018-07-22 00:18:52,152 - functest.opnfv_tests.openstack.vping.vping_userdata - ERROR - Unexpected error running vping_userdata Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/vping/vping_userdata.py", line 48, in run userdata=self._get_userdata()) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 182, in boot_vm timeout=self.create_server_timeout, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6933, in get_active_server extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'53f44350-74e5-4d86-96b3-db3e32b2b688'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'af41333b-77a2-4ef9-90a9-2f985083c7ca'}), 'az': u'nova', 'id': u'eb24c5f8-73a6-4855-ac81-f1abc4b72cbc', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'917b673cd1c44eddaff3d811a3dd6e64', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08d6a3c208fd4699b46819c126c7adcf', 'name': 'vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-22T00:18:50Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.', u'code': 500, u'created': u'2018-07-22T00:18:50Z'}), u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08d6a3c208fd4699b46819c126c7adcf', 'name': u'vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854', 'adminPass': None, 'tenant_id': u'08d6a3c208fd4699b46819c126c7adcf', 'created_at': u'2018-07-22T00:18:46Z', 'created': u'2018-07-22T00:18:46Z', 'has_config_drive': False, 'volumes': [], u'fault': Munch({u'message': u'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.', u'code': 500, u'created': u'2018-07-22T00:18:50Z'}), 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-22 00:18:52,275 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 00:18:52,276 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:08 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-22 00:18:52,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 00:18:52,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:52,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:18:52 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-3086cac5-49e0-48be-a11d-9fe3939ad49f x-compute-request-id: req-3086cac5-49e0-48be-a11d-9fe3939ad49f Content-Type: application/json 2018-07-22 00:18:52,468 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-3086cac5-49e0-48be-a11d-9fe3939ad49f 2018-07-22 00:18:52,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.185914039612s 2018-07-22 00:18:52,468 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3 used request id req-3086cac5-49e0-48be-a11d-9fe3939ad49f 2018-07-22 00:18:52,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:52,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:53,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:52 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-bcae9117-dcc5-479a-965f-503ece240466 x-compute-request-id: req-bcae9117-dcc5-479a-965f-503ece240466 Content-Encoding: gzip Content-Length: 945 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T00:18:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:46Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.", "code": 500, "created": "2018-07-22T00:18:50Z"}, "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:de:50", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T00:18:41.000000", "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "30895bb8-c965-4dfd-9cc4-bf4606f52ab3", "security_groups": [{"name": "default"}], "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T00:18:52Z", "hostId": "63270c281d303d83562b9cb32657303494436cc08342c0ead3594e48", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:31Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 00:18:53,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bcae9117-dcc5-479a-965f-503ece240466 2018-07-22 00:18:53,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3668859005s 2018-07-22 00:18:53,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bcae9117-dcc5-479a-965f-503ece240466 2018-07-22 00:18:53,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 00:18:55,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 00:18:55,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:56,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:18:55 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-daf62cae-07d4-473b-8b11-26d5b3c8a7f9 x-compute-request-id: req-daf62cae-07d4-473b-8b11-26d5b3c8a7f9 Content-Encoding: gzip Content-Length: 694 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "rel": "bookmark"}], "image": {"id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "links": [{"href": "http://172.30.9.29:8774/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af41333b-77a2-4ef9-90a9-2f985083c7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}]}, "id": "eb24c5f8-73a6-4855-ac81-f1abc4b72cbc", "user_id": "917b673cd1c44eddaff3d811a3dd6e64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T00:18:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_6e169c5c-8978-45ed-849a-14837a6ce854", "created": "2018-07-22T00:18:46Z", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance eb24c5f8-73a6-4855-ac81-f1abc4b72cbc.", "code": 500, "created": "2018-07-22T00:18:50Z"}, "metadata": {}}]} 2018-07-22 00:18:56,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-daf62cae-07d4-473b-8b11-26d5b3c8a7f9 2018-07-22 00:18:56,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503493070602s 2018-07-22 00:18:56,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-daf62cae-07d4-473b-8b11-26d5b3c8a7f9 2018-07-22 00:18:56,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 00:18:56,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" -d '{"subnet_id": "c2fd7693-d424-4e64-886c-c1bf7f96ac75"}' 2018-07-22 00:18:58,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d885926-763b-4bee-aca4-5808d2a20ab4 Date: Sun, 22 Jul 2018 00:18:58 GMT RESP BODY: {"network_id": "71785fa4-4173-4df3-ac1b-a3bc0829ab46", "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "subnet_id": "c2fd7693-d424-4e64-886c-c1bf7f96ac75", "subnet_ids": ["c2fd7693-d424-4e64-886c-c1bf7f96ac75"], "port_id": "01815d95-3ab8-4a56-a658-cf87a5af5a20", "id": "c6d8515b-f0a4-4222-9995-d45d57cd3f1f"} 2018-07-22 00:18:58,174 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/remove_router_interface.json used request id req-9d885926-763b-4bee-aca4-5808d2a20ab4 2018-07-22 00:18:58,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82688379288s 2018-07-22 00:18:58,174 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f/remove_router_interface.json used request id req-9d885926-763b-4bee-aca4-5808d2a20ab4 returning object c6d8515b-f0a4-4222-9995-d45d57cd3f1f 2018-07-22 00:18:58,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 00:18:58,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:58,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e9e4b2e2-42e8-4efa-9401-4156fe47595f Date: Sun, 22 Jul 2018 00:18:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "58942421-7cb3-46a4-be65-78d945914cf0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "08d6a3c208fd4699b46819c126c7adcf", "created_at": "2018-07-22T00:18:22Z", "admin_state_up": true, "updated_at": "2018-07-22T00:18:57Z", "revision_number": 4, "routes": [], "project_id": "08d6a3c208fd4699b46819c126c7adcf", "id": "c6d8515b-f0a4-4222-9995-d45d57cd3f1f", "name": "vping_userdata-router_6e169c5c-8978-45ed-849a-14837a6ce854"}]} 2018-07-22 00:18:58,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e9e4b2e2-42e8-4efa-9401-4156fe47595f 2018-07-22 00:18:58,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.151816129684s 2018-07-22 00:18:58,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e9e4b2e2-42e8-4efa-9401-4156fe47595f 2018-07-22 00:18:58,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 00:18:58,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f.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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:59,665 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36669388-a4ee-4d84-af5a-4a5fde5bb136 Content-Length: 0 Date: Sun, 22 Jul 2018 00:18:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:18:59,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f.json used request id req-36669388-a4ee-4d84-af5a-4a5fde5bb136 2018-07-22 00:18:59,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33667087555s 2018-07-22 00:18:59,665 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/c6d8515b-f0a4-4222-9995-d45d57cd3f1f.json used request id req-36669388-a4ee-4d84-af5a-4a5fde5bb136 2018-07-22 00:18:59,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 00:18:59,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:18:59,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6b88cbcd-5b34-4faa-a862-5f0b60454a83 Date: Sun, 22 Jul 2018 00:18:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T00:18:21Z","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":"08d6a3c208fd4699b46819c126c7adcf","id":"c2fd7693-d424-4e64-886c-c1bf7f96ac75","subnetpool_id":null,"name":"vping_userdata-subnet_6e169c5c-8978-45ed-849a-14837a6ce854"}]} 2018-07-22 00:18:59,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6b88cbcd-5b34-4faa-a862-5f0b60454a83 2018-07-22 00:18:59,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.228521108627s 2018-07-22 00:18:59,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6b88cbcd-5b34-4faa-a862-5f0b60454a83 2018-07-22 00:18:59,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 00:18:59,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/c2fd7693-d424-4e64-886c-c1bf7f96ac75.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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:19:02,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3bc815be-4a3b-48b4-941d-affb466c5d21 Date: Sun, 22 Jul 2018 00:19:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:19:02,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c2fd7693-d424-4e64-886c-c1bf7f96ac75.json used request id req-3bc815be-4a3b-48b4-941d-affb466c5d21 2018-07-22 00:19:02,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48311305046s 2018-07-22 00:19:02,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/c2fd7693-d424-4e64-886c-c1bf7f96ac75.json used request id req-3bc815be-4a3b-48b4-941d-affb466c5d21 2018-07-22 00:19:02,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 00:19:02,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:19:02,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-c80b2e7c-92a3-44c5-9ebd-2cbd67fffdb1 Date: Sun, 22 Jul 2018 00:19:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T00:19:02Z","tenant_id":"08d6a3c208fd4699b46819c126c7adcf","created_at":"2018-07-22T00:18:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08d6a3c208fd4699b46819c126c7adcf","id":"71785fa4-4173-4df3-ac1b-a3bc0829ab46","name":"vping_userdata-net_6e169c5c-8978-45ed-849a-14837a6ce854"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["58942421-7cb3-46a4-be65-78d945914cf0"],"updated_at":"2018-07-22T00:10:31Z","tenant_id":"db3c6d8733c847e6a6a2bafe8cb46953","created_at":"2018-07-22T00:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"db3c6d8733c847e6a6a2bafe8cb46953","id":"9e1ba94c-fefc-4c5b-a245-fe2bf300ea4e","name":"external"}]} 2018-07-22 00:19:02,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c80b2e7c-92a3-44c5-9ebd-2cbd67fffdb1 2018-07-22 00:19:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112494945526s 2018-07-22 00:19:02,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c80b2e7c-92a3-44c5-9ebd-2cbd67fffdb1 2018-07-22 00:19:02,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 00:19:02,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/71785fa4-4173-4df3-ac1b-a3bc0829ab46.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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:19:03,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb21d2b3-c28a-4d65-8d6c-60916a6cd9f6 Date: Sun, 22 Jul 2018 00:19:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 00:19:03,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/71785fa4-4173-4df3-ac1b-a3bc0829ab46.json used request id req-cb21d2b3-c28a-4d65-8d6c-60916a6cd9f6 2018-07-22 00:19:03,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.47658491135s 2018-07-22 00:19:03,971 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/71785fa4-4173-4df3-ac1b-a3bc0829ab46.json used request id req-cb21d2b3-c28a-4d65-8d6c-60916a6cd9f6 2018-07-22 00:19:03,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 00:19:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:19:04,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-204faa89-11d0-4414-a97e-16b5bb66b598 Date: Sun, 22 Jul 2018 00:19:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "metadata": {}}], "file": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688/file", "owner": "08d6a3c208fd4699b46819c126c7adcf", "id": "53f44350-74e5-4d86-96b3-db3e32b2b688", "size": 12716032, "self": "/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688", "disk_format": "qcow2", "direct_url": "rbd://9dedf87c-cd28-4ee9-9e40-17683ff899ce/images/53f44350-74e5-4d86-96b3-db3e32b2b688/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T00:18:27Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_6e169c5c-8978-45ed-849a-14837a6ce854", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T00:18:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 00:19:04,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-204faa89-11d0-4414-a97e-16b5bb66b598 2018-07-22 00:19:04,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200854063034s 2018-07-22 00:19:04,177 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-204faa89-11d0-4414-a97e-16b5bb66b598 2018-07-22 00:19:04,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 00:19:04,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7002e8a85848738db98b770e303eee224d644e32" 2018-07-22 00:19:04,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3642596a-14a2-4ad5-bffd-931b960a2b28 Date: Sun, 22 Jul 2018 00:19:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 00:19:04,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688 used request id req-3642596a-14a2-4ad5-bffd-931b960a2b28 2018-07-22 00:19:04,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.365904092789s 2018-07-22 00:19:04,544 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/53f44350-74e5-4d86-96b3-db3e32b2b688 used request id req-3642596a-14a2-4ad5-bffd-931b960a2b28 2018-07-22 00:19:04,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 00:19:04,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:04,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a945ad8-4a35-4ec9-a7c4-af8a94ada86e x-compute-request-id: req-0a945ad8-4a35-4ec9-a7c4-af8a94ada86e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_6e169c5c-8978-45ed-849a-14837a6ce854", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "af41333b-77a2-4ef9-90a9-2f985083c7ca"}]} 2018-07-22 00:19:04,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0a945ad8-4a35-4ec9-a7c4-af8a94ada86e 2018-07-22 00:19:04,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028126001358s 2018-07-22 00:19:04,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0a945ad8-4a35-4ec9-a7c4-af8a94ada86e 2018-07-22 00:19:04,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 00:19:04,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:04,607 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 00:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6fbf8ba4-cdbc-49e3-88b9-a44ba6d1923c x-compute-request-id: req-6fbf8ba4-cdbc-49e3-88b9-a44ba6d1923c Content-Length: 0 Content-Type: application/json 2018-07-22 00:19:04,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca used request id req-6fbf8ba4-cdbc-49e3-88b9-a44ba6d1923c 2018-07-22 00:19:04,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0330350399017s 2018-07-22 00:19:04,608 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/af41333b-77a2-4ef9-90a9-2f985083c7ca used request id req-6fbf8ba4-cdbc-49e3-88b9-a44ba6d1923c 2018-07-22 00:19:04,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:19:04,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:04,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c66075c-dd6d-462e-8225-236fdfd595dd Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/2b793f10758b45309f712fda7986a363"}, "domain_id": "8aa387cb50304809a6b4e2edc8637a77", "enabled": true, "options": {}, "id": "2b793f10758b45309f712fda7986a363", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/2c60f714464647b792d1a836e73f2fd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c60f714464647b792d1a836e73f2fd3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/40469a2b456d472f853f893fe1982c11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "40469a2b456d472f853f893fe1982c11", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/4fce754d7cf147a4b5fdc79160d76024"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4fce754d7cf147a4b5fdc79160d76024", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/59bfa383296f4a9892c2448ec54557fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59bfa383296f4a9892c2448ec54557fc", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/6fb3871fb82948859506aed3c3f49de1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fb3871fb82948859506aed3c3f49de1", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854", "links": {"self": "http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "917b673cd1c44eddaff3d811a3dd6e64", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/a0998ce4c7064f33a0aaa0561c645f97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0998ce4c7064f33a0aaa0561c645f97", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/a41b317e98fc4e14b30afd848874b43a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a41b317e98fc4e14b30afd848874b43a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/a70c31c39e9f480c95dc73b8577e37e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70c31c39e9f480c95dc73b8577e37e3", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/c8421886f8de448f882d5dea5d76bb93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8421886f8de448f882d5dea5d76bb93", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/f7fee9a0887344359d93a9f206d2a286"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f7fee9a0887344359d93a9f206d2a286", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/f8dfe144759040bc8c7a22c9445ba9cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8dfe144759040bc8c7a22c9445ba9cb", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/fa372f65e32343168d49f4c40558f72f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa372f65e32343168d49f4c40558f72f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/fe9607613d7544588a9517be70e6ef0c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe9607613d7544588a9517be70e6ef0c", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-07-22 00:19:04,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3c66075c-dd6d-462e-8225-236fdfd595dd 2018-07-22 00:19:04,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116791009903s 2018-07-22 00:19:04,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-3c66075c-dd6d-462e-8225-236fdfd595dd 2018-07-22 00:19:04,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 00:19:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:04,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf98bfd3-5dfc-4e01-911b-0a815618f4f5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_6e169c5c-8978-45ed-849a-14837a6ce854", "links": {"self": "http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "917b673cd1c44eddaff3d811a3dd6e64", "description": null}} 2018-07-22 00:19:04,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 used request id req-cf98bfd3-5dfc-4e01-911b-0a815618f4f5 2018-07-22 00:19:04,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118407964706s 2018-07-22 00:19:04,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 used request id req-cf98bfd3-5dfc-4e01-911b-0a815618f4f5 2018-07-22 00:19:04,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 00:19:04,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:05,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a4167c6-52ff-4eca-9346-cd1ffce237c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:19:05,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 used request id req-0a4167c6-52ff-4eca-9346-cd1ffce237c4 2018-07-22 00:19:05,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.306576013565s 2018-07-22 00:19:05,157 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/917b673cd1c44eddaff3d811a3dd6e64 used request id req-0a4167c6-52ff-4eca-9346-cd1ffce237c4 2018-07-22 00:19:05,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 00:19:05,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29: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.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:05,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 00:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb404c9f-9b04-4542-8b39-9f656c7b52ad Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf"}, "tags": [], "enabled": true, "id": "08d6a3c208fd4699b46819c126c7adcf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_6e169c5c-8978-45ed-849a-14837a6ce854"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/db3c6d8733c847e6a6a2bafe8cb46953"}, "tags": [], "enabled": true, "id": "db3c6d8733c847e6a6a2bafe8cb46953", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/f5b7a000a3ef4a4ba0a76d3e2e67fe49"}, "tags": [], "enabled": true, "id": "f5b7a000a3ef4a4ba0a76d3e2e67fe49", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 00:19:05,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-fb404c9f-9b04-4542-8b39-9f656c7b52ad 2018-07-22 00:19:05,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0922238826752s 2018-07-22 00:19:05,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-fb404c9f-9b04-4542-8b39-9f656c7b52ad 2018-07-22 00:19:05,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 00:19:05,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdcf3c2a4eabcab87b1214f9b5e2b9dffbc12032" 2018-07-22 00:19:05,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 00:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a094d15-8028-434a-8d20-3b76a0cd2c12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 00:19:05,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf used request id req-5a094d15-8028-434a-8d20-3b76a0cd2c12 2018-07-22 00:19:05,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.225346803665s 2018-07-22 00:19:05,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/08d6a3c208fd4699b46819c126c7adcf used request id req-5a094d15-8028-434a-8d20-3b76a0cd2c12 2018-07-22 00:19:05,486 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-07-22 00:19:05,487 - 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:09 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:13 | PASS | | singlevm1 | functest | healthcheck | 00:36 | PASS | | singlevm2 | functest | healthcheck | 00:31 | PASS | | vping_ssh | functest | healthcheck | 00:52 | PASS | | vping_userdata | functest | healthcheck | 00:08 | FAIL | | 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-07-22 00:19:05,501 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-22 00:19:05,545 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 00:19:05,637 - paramiko.transport - DEBUG - EOF in transport thread