2018-09-01 19:24:04,534 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-273 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 19:24:04,538 - 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.48,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.48:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Vo4qd4mjNSR3L9naAqKWgUNny 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=4d4021a1339f4d9ba7a6d32091768ef1 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=xERlh9y5TrxPzttkDfQVGoXMv export OS_REGION_NAME=regionOne 2018-09-01 19:24:04,538 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 19:24:04,539 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-09-01 19:24:04,570 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:04,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:04,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:04,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:04,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:04,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:04,869 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 19:24:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 19:24:04,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:04,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9232acc-227c-44eb-90b6-8ff41b81eef7 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:04,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-c9232acc-227c-44eb-90b6-8ff41b81eef7 2018-09-01 19:24:04,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:05,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["9nuDafAMRIukZxJajwdQeQ"], "issued_at": "2018-09-01T19:24:05.000000Z"}} 2018-09-01 19:24:05,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:06,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01e3bb57-6949-42e0-82df-a4874b1616ac x-compute-request-id: req-01e3bb57-6949-42e0-82df-a4874b1616ac Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 19:24:06,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-aggregates used request id req-01e3bb57-6949-42e0-82df-a4874b1616ac 2018-09-01 19:24:06,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.29029583931s 2018-09-01 19:24:06,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-aggregates used request id req-01e3bb57-6949-42e0-82df-a4874b1616ac 2018-09-01 19:24:06,160 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 19:24:06,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:06,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:24:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb9eca45-0a6a-41d7-ba40-e3dd55fc9429 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:24:06,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-eb9eca45-0a6a-41d7-ba40-e3dd55fc9429 2018-09-01 19:24:06,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:24:06,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:06,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5192049e-72b8-4f16-a1da-76d7778bf3dd Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:24:06,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-5192049e-72b8-4f16-a1da-76d7778bf3dd 2018-09-01 19:24:06,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187757968903s 2018-09-01 19:24:06,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-5192049e-72b8-4f16-a1da-76d7778bf3dd 2018-09-01 19:24:06,359 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'19b768cedd834715915aebb31b71903d', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-01 19:24:06,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 19:24:06,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:06,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff97fef6-d029-4051-98ac-f5fca6043795 Content-Encoding: gzip Content-Length: 1977 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/02cc3479497e482ab758f5d1424c4262"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "02cc3479497e482ab758f5d1424c4262"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, "url": "http://172.30.9.48:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/0b4daeab235a49fd9a821202c4c7c76a"}, "url": "http://172.30.9.48:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/0bedf0c6be414e36a9432fc99a9f2d16"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/18285475d3424ae3a2210ac31813419f"}, "url": "http://172.30.9.48:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "18285475d3424ae3a2210ac31813419f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/1e43305bf98a4db1963507291a815628"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78544a848355437fb2e503487fbb584d", "id": "1e43305bf98a4db1963507291a815628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/201478b068d44af68811c6553e3a6d12"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "201478b068d44af68811c6553e3a6d12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/26d9b63e0aef45e080c8b7bcdd3be5a0"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/33f4aa3604e0493d92ab2fbcf84117bf"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/360661ce0eb44f2dbb8bc7ceb4c0b115"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/3cb631383a5647f6ada38ab75dfd871b"}, "url": "http://172.30.9.48:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09965002a17144e28a70f9da882f19db", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/437638810e2b4d99bdbf7ed4f3aed7dd"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09965002a17144e28a70f9da882f19db", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/4b529f3b0512444781f9ef18ee392b39"}, "url": "http://172.30.9.48:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/582c091dffbf40fc926b9f9bd587fa81"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "848609739204410b9578ae0f2c283169", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/5889f204932c4332adc1d311ee348364"}, "url": "http://172.30.9.48:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "5889f204932c4332adc1d311ee348364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/60dc9e9c383a409ebe7de241ebc04952"}, "url": "http://172.30.9.48:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/64fd39d7859b4b76b20ffafd114ba235"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/65044b7a45d54e9bb35df520ce6d37f5"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "65044b7a45d54e9bb35df520ce6d37f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/68fefe9dc4f246818b80cbb8e322f90e"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78544a848355437fb2e503487fbb584d", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/6a10edd559cb412c8ebea768b4faef25"}, "url": "http://172.30.9.48:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/6d041d6228f549488e91c6168050f54c"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "6d041d6228f549488e91c6168050f54c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/71396ed2a41d4df59b37721699a99404"}, "url": "http://172.30.9.48:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "71396ed2a41d4df59b37721699a99404"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/845232f527c04c87abf783e1c530b844"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "845232f527c04c87abf783e1c530b844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/8e0325da247e4a6a818f5b490e4fb6ee"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/a6ca0faf75db4f25a8a88e66268983f9"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/acb0438136a24e9da461cecb1ed83df5"}, "url": "http://172.30.9.48:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "848609739204410b9578ae0f2c283169", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ae71d7e383b847aab553ad28254c5c39"}, "url": "http://172.30.9.48:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "ae71d7e383b847aab553ad28254c5c39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/aeec62557812479ba9050a765e0f796c"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "848609739204410b9578ae0f2c283169", "id": "aeec62557812479ba9050a765e0f796c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/b593d57058304fb39334b9dd334bdaa6"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "b593d57058304fb39334b9dd334bdaa6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/b8e0c1a1cdbd45b28e67bb56887d10fd"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/bf1ec5a9a55d4c119f92ff8197d7fe15"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09965002a17144e28a70f9da882f19db", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/caac2ed07ddb4b7d92da0780c0f1c3e1"}, "url": "http://172.30.9.48:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78544a848355437fb2e503487fbb584d", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ccb5f5c52f99425a9ae77fe2b0d21350"}, "url": "http://172.30.9.48:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/cd26b484bc8c458fa4c0f7c33450a743"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/d1928fba708945f6a051bf760d9d36ed"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/d3282ac780b042f0bc1d636cc06245b9"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "d3282ac780b042f0bc1d636cc06245b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/db03e6e854a24a778de471a7d5f9346e"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "db03e6e854a24a778de471a7d5f9346e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/e58a31be595b464998abb54ed1532c11"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "e58a31be595b464998abb54ed1532c11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ed0c17c91afb45fd863935334f8cc664"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "ed0c17c91afb45fd863935334f8cc664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f259432324614d40adf69d316f3ef5f5"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "f259432324614d40adf69d316f3ef5f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f3b185f9fa7a4b4cb9af121bdde47dc2"}, "url": "http://172.30.9.48:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f5d38ab13c4f45fe8709f63b837e146f"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "links": {"self": "http://172.30.9.48:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 19:24:06,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/endpoints used request id req-ff97fef6-d029-4051-98ac-f5fca6043795 2018-09-01 19:24:06,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.183725118637s 2018-09-01 19:24:06,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/endpoints used request id req-ff97fef6-d029-4051-98ac-f5fca6043795 2018-09-01 19:24:06,554 - 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.48:5000/v3/endpoints/02cc3479497e482ab758f5d1424c4262'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2ed53eea22e348db8f1839f6de059826', u'id': u'02cc3479497e482ab758f5d1424c4262'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/052c8e6ce62c45a1b4b40ccd3b2ef1c8'}, u'url': u'http://172.30.9.48:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd3d3c2524a234d3f8d090206777cfc7a', u'id': u'052c8e6ce62c45a1b4b40ccd3b2ef1c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/0b4daeab235a49fd9a821202c4c7c76a'}, u'url': u'http://172.30.9.48:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2b940330b9a749b08e2c2a0dee284909', u'id': u'0b4daeab235a49fd9a821202c4c7c76a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/0bedf0c6be414e36a9432fc99a9f2d16'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b27a1861348a4c849341b90aab6365b7', u'id': u'0bedf0c6be414e36a9432fc99a9f2d16'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/18285475d3424ae3a2210ac31813419f'}, u'url': u'http://172.30.9.48:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'98334c6a3ca1437b9fb1f15a08d848e8', u'id': u'18285475d3424ae3a2210ac31813419f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/1e43305bf98a4db1963507291a815628'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'78544a848355437fb2e503487fbb584d', u'id': u'1e43305bf98a4db1963507291a815628'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/201478b068d44af68811c6553e3a6d12'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9793be372fcc459eac38e4db9e6c8c5c', u'id': u'201478b068d44af68811c6553e3a6d12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/26d9b63e0aef45e080c8b7bcdd3be5a0'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cafa5464317f42b188e9c270c00ee2d0', u'id': u'26d9b63e0aef45e080c8b7bcdd3be5a0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/33f4aa3604e0493d92ab2fbcf84117bf'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f853b3ae91a34f208b62d55f3d80f4f3', u'id': u'33f4aa3604e0493d92ab2fbcf84117bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/360661ce0eb44f2dbb8bc7ceb4c0b115'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3c593ce1c54941068ba2b022e8d44756', u'id': u'360661ce0eb44f2dbb8bc7ceb4c0b115'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/3cb631383a5647f6ada38ab75dfd871b'}, u'url': u'http://172.30.9.48:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'09965002a17144e28a70f9da882f19db', u'id': u'3cb631383a5647f6ada38ab75dfd871b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/437638810e2b4d99bdbf7ed4f3aed7dd'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'09965002a17144e28a70f9da882f19db', u'id': u'437638810e2b4d99bdbf7ed4f3aed7dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/4b529f3b0512444781f9ef18ee392b39'}, u'url': u'http://172.30.9.48:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9793be372fcc459eac38e4db9e6c8c5c', u'id': u'4b529f3b0512444781f9ef18ee392b39'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/582c091dffbf40fc926b9f9bd587fa81'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'848609739204410b9578ae0f2c283169', u'id': u'582c091dffbf40fc926b9f9bd587fa81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/5889f204932c4332adc1d311ee348364'}, u'url': u'http://172.30.9.48:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a8416639a949430cbd21b62b76c1eb94', u'id': u'5889f204932c4332adc1d311ee348364'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/60dc9e9c383a409ebe7de241ebc04952'}, u'url': u'http://172.30.9.48:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e1f43679f5d844159ea77879d0e52dc1', u'id': u'60dc9e9c383a409ebe7de241ebc04952'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/64fd39d7859b4b76b20ffafd114ba235'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a8416639a949430cbd21b62b76c1eb94', u'id': u'64fd39d7859b4b76b20ffafd114ba235'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/65044b7a45d54e9bb35df520ce6d37f5'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9793be372fcc459eac38e4db9e6c8c5c', u'id': u'65044b7a45d54e9bb35df520ce6d37f5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/68fefe9dc4f246818b80cbb8e322f90e'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'78544a848355437fb2e503487fbb584d', u'id': u'68fefe9dc4f246818b80cbb8e322f90e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/6a10edd559cb412c8ebea768b4faef25'}, u'url': u'http://172.30.9.48:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2ed53eea22e348db8f1839f6de059826', u'id': u'6a10edd559cb412c8ebea768b4faef25'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/6d041d6228f549488e91c6168050f54c'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cafa5464317f42b188e9c270c00ee2d0', u'id': u'6d041d6228f549488e91c6168050f54c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/71396ed2a41d4df59b37721699a99404'}, u'url': u'http://172.30.9.48:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3c593ce1c54941068ba2b022e8d44756', u'id': u'71396ed2a41d4df59b37721699a99404'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/845232f527c04c87abf783e1c530b844'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f853b3ae91a34f208b62d55f3d80f4f3', u'id': u'845232f527c04c87abf783e1c530b844'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/8e0325da247e4a6a818f5b490e4fb6ee'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'98334c6a3ca1437b9fb1f15a08d848e8', u'id': u'8e0325da247e4a6a818f5b490e4fb6ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/a6ca0faf75db4f25a8a88e66268983f9'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e1f43679f5d844159ea77879d0e52dc1', u'id': u'a6ca0faf75db4f25a8a88e66268983f9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/acb0438136a24e9da461cecb1ed83df5'}, u'url': u'http://172.30.9.48:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'848609739204410b9578ae0f2c283169', u'id': u'acb0438136a24e9da461cecb1ed83df5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/ae71d7e383b847aab553ad28254c5c39'}, u'url': u'http://172.30.9.48:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cafa5464317f42b188e9c270c00ee2d0', u'id': u'ae71d7e383b847aab553ad28254c5c39'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/aeec62557812479ba9050a765e0f796c'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'848609739204410b9578ae0f2c283169', u'id': u'aeec62557812479ba9050a765e0f796c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/b593d57058304fb39334b9dd334bdaa6'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'98334c6a3ca1437b9fb1f15a08d848e8', u'id': u'b593d57058304fb39334b9dd334bdaa6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/b8e0c1a1cdbd45b28e67bb56887d10fd'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e1f43679f5d844159ea77879d0e52dc1', u'id': u'b8e0c1a1cdbd45b28e67bb56887d10fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/bf1ec5a9a55d4c119f92ff8197d7fe15'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'09965002a17144e28a70f9da882f19db', u'id': u'bf1ec5a9a55d4c119f92ff8197d7fe15'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/caac2ed07ddb4b7d92da0780c0f1c3e1'}, u'url': u'http://172.30.9.48:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'78544a848355437fb2e503487fbb584d', u'id': u'caac2ed07ddb4b7d92da0780c0f1c3e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/ccb5f5c52f99425a9ae77fe2b0d21350'}, u'url': u'http://172.30.9.48:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f853b3ae91a34f208b62d55f3d80f4f3', u'id': u'ccb5f5c52f99425a9ae77fe2b0d21350'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/cd26b484bc8c458fa4c0f7c33450a743'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd3d3c2524a234d3f8d090206777cfc7a', u'id': u'cd26b484bc8c458fa4c0f7c33450a743'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/d1928fba708945f6a051bf760d9d36ed'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2b940330b9a749b08e2c2a0dee284909', u'id': u'd1928fba708945f6a051bf760d9d36ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/d3282ac780b042f0bc1d636cc06245b9'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a8416639a949430cbd21b62b76c1eb94', u'id': u'd3282ac780b042f0bc1d636cc06245b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/db03e6e854a24a778de471a7d5f9346e'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2ed53eea22e348db8f1839f6de059826', u'id': u'db03e6e854a24a778de471a7d5f9346e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/e58a31be595b464998abb54ed1532c11'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd3d3c2524a234d3f8d090206777cfc7a', u'id': u'e58a31be595b464998abb54ed1532c11'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/ed0c17c91afb45fd863935334f8cc664'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2b940330b9a749b08e2c2a0dee284909', u'id': u'ed0c17c91afb45fd863935334f8cc664'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/f259432324614d40adf69d316f3ef5f5'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b27a1861348a4c849341b90aab6365b7', u'id': u'f259432324614d40adf69d316f3ef5f5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/f3b185f9fa7a4b4cb9af121bdde47dc2'}, u'url': u'http://172.30.9.48:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b27a1861348a4c849341b90aab6365b7', u'id': u'f3b185f9fa7a4b4cb9af121bdde47dc2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.48:5000/v3/endpoints/f5d38ab13c4f45fe8709f63b837e146f'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3c593ce1c54941068ba2b022e8d44756', u'id': u'f5d38ab13c4f45fe8709f63b837e146f'})] 2018-09-01 19:24:06,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 19:24:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:06,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b20a67d-9e27-4add-bc1b-9336f4d80858 x-compute-request-id: req-2b20a67d-9e27-4add-bc1b-9336f4d80858 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-09-01 19:24:06,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/extensions used request id req-2b20a67d-9e27-4add-bc1b-9336f4d80858 2018-09-01 19:24:06,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.0143070220947s 2018-09-01 19:24:06,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/extensions used request id req-2b20a67d-9e27-4add-bc1b-9336f4d80858 2018-09-01 19:24:06,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 19:24:06,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24: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-05ec86d2-f736-4091-ad19-364f1a3d8df4 x-compute-request-id: req-05ec86d2-f736-4091-ad19-364f1a3d8df4 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 19:24:08,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-floating-ip-pools used request id req-05ec86d2-f736-4091-ad19-364f1a3d8df4 2018-09-01 19:24:08,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.98240804672s 2018-09-01 19:24:08,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-floating-ip-pools used request id req-05ec86d2-f736-4091-ad19-364f1a3d8df4 2018-09-01 19:24:08,568 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 19:24:08,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:24:08,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d12ea32a-837f-4838-853c-dd7065531ad8 Date: Sat, 01 Sep 2018 19:24:08 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:24:08,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-d12ea32a-837f-4838-853c-dd7065531ad8 2018-09-01 19:24:08,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596759319305s 2018-09-01 19:24:08,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-d12ea32a-837f-4838-853c-dd7065531ad8 2018-09-01 19:24:08,634 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 19:24:08,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 19:24:08,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9362f881-0107-4d9a-8255-f5d57e118b1d x-compute-request-id: req-9362f881-0107-4d9a-8255-f5d57e118b1d Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-01 19:24:08,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-hypervisors/detail used request id req-9362f881-0107-4d9a-8255-f5d57e118b1d 2018-09-01 19:24:08,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176810026169s 2018-09-01 19:24:08,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-hypervisors/detail used request id req-9362f881-0107-4d9a-8255-f5d57e118b1d 2018-09-01 19:24:08,813 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 2}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 3}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-01 19:24:08,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 19:24:08,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2df567db-ff63-4129-9811-ce5829761005 x-compute-request-id: req-2df567db-ff63-4129-9811-ce5829761005 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 19:24:08,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-2df567db-ff63-4129-9811-ce5829761005 2018-09-01 19:24:08,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0209579467773s 2018-09-01 19:24:08,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-2df567db-ff63-4129-9811-ce5829761005 2018-09-01 19:24:08,835 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 19:24:08,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:08,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-52d88e5b-b787-45bf-83c6-7dc448a5cdfc Date: Sat, 01 Sep 2018 19:24:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:24:08,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-52d88e5b-b787-45bf-83c6-7dc448a5cdfc 2018-09-01 19:24:08,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0817561149597s 2018-09-01 19:24:08,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-52d88e5b-b787-45bf-83c6-7dc448a5cdfc 2018-09-01 19:24:08,918 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T19:21:41Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 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'1b34b31468a04e39ab9d3c5ad97d8417', u'created_at': u'2018-09-01T19:21:36Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1b34b31468a04e39ab9d3c5ad97d8417'})] 2018-09-01 19:24:08,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:24:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:08,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f09b696b-7a8e-4e32-848b-fcb56701522b Date: Sat, 01 Sep 2018 19:24:08 GMT RESP BODY: {"ports":[]} 2018-09-01 19:24:08,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json used request id req-f09b696b-7a8e-4e32-848b-fcb56701522b 2018-09-01 19:24:08,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0269360542297s 2018-09-01 19:24:08,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json used request id req-f09b696b-7a8e-4e32-848b-fcb56701522b 2018-09-01 19:24:08,946 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 19:24:08,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:24:08,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd34b41a-5fdf-4ad5-a02d-15d6cba24c3f Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "0334a869349846859e3f75eb0e0d04fb"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/0334a869349846859e3f75eb0e0d04fb/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "218fcdfb8714430981a458f59b09825a"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/218fcdfb8714430981a458f59b09825a/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "4cf5942994824b94a672de8cbc7e4128"}, "user": {"id": "218fcdfb8714430981a458f59b09825a"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/218fcdfb8714430981a458f59b09825a/roles/4cf5942994824b94a672de8cbc7e4128"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "4ffee33cb1a74a3f950ab20fb7175bce"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/4ffee33cb1a74a3f950ab20fb7175bce/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "4d4021a1339f4d9ba7a6d32091768ef1"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "565b29a2d36b460fb155a18e8adbf1ba"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1/users/565b29a2d36b460fb155a18e8adbf1ba/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "5c1746b59bb24d26b4e99332a6962f53"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/5c1746b59bb24d26b4e99332a6962f53/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "7d0e6786949c46e5939e40422479ab56"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/7d0e6786949c46e5939e40422479ab56/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "7eb7188af5e64a59886446be2451e7f3"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/7eb7188af5e64a59886446be2451e7f3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "82d471913d744e34bd813f275de271eb"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/82d471913d744e34bd813f275de271eb/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "9743f6a2fa174b0f98650485d227d262"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/9743f6a2fa174b0f98650485d227d262/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "9d4c172dba7d4f64b4c1ac28ab061493"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/9d4c172dba7d4f64b4c1ac28ab061493/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "b0df12de87ba4883843ffdb40e5d4506"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/b0df12de87ba4883843ffdb40e5d4506/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "dc17ad28fd5b451a981a003f70b68fad"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/dc17ad28fd5b451a981a003f70b68fad/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"project": {"id": "1b34b31468a04e39ab9d3c5ad97d8417"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "f06525c39d9349318d92640d2dfdda5b"}, "links": {"assignment": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417/users/f06525c39d9349318d92640d2dfdda5b/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"domain": {"id": "19b768cedd834715915aebb31b71903d"}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "c802ee840eb649cd8efdaed970238cbe"}, "links": {"assignment": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d/users/c802ee840eb649cd8efdaed970238cbe/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1716c5f4aa30484b9ed8aa6a7408930b"}, "user": {"id": "565b29a2d36b460fb155a18e8adbf1ba"}, "links": {"assignment": "http://172.30.9.48:5000/v3/system/users/565b29a2d36b460fb155a18e8adbf1ba/roles/1716c5f4aa30484b9ed8aa6a7408930b"}}], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 19:24:09,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments used request id req-bd34b41a-5fdf-4ad5-a02d-15d6cba24c3f 2018-09-01 19:24:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.17657995224s 2018-09-01 19:24:09,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments used request id req-bd34b41a-5fdf-4ad5-a02d-15d6cba24c3f 2018-09-01 19:24:09,128 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'0334a869349846859e3f75eb0e0d04fb'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'218fcdfb8714430981a458f59b09825a'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'4cf5942994824b94a672de8cbc7e4128', 'user': u'218fcdfb8714430981a458f59b09825a'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'4ffee33cb1a74a3f950ab20fb7175bce'}), Munch({'project': u'4d4021a1339f4d9ba7a6d32091768ef1', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'565b29a2d36b460fb155a18e8adbf1ba'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'5c1746b59bb24d26b4e99332a6962f53'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'7d0e6786949c46e5939e40422479ab56'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'7eb7188af5e64a59886446be2451e7f3'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'82d471913d744e34bd813f275de271eb'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'9743f6a2fa174b0f98650485d227d262'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'9d4c172dba7d4f64b4c1ac28ab061493'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'b0df12de87ba4883843ffdb40e5d4506'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'dc17ad28fd5b451a981a003f70b68fad'}), Munch({'project': u'1b34b31468a04e39ab9d3c5ad97d8417', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'f06525c39d9349318d92640d2dfdda5b'}), Munch({'domain': u'19b768cedd834715915aebb31b71903d', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'c802ee840eb649cd8efdaed970238cbe'}), Munch({'id': u'1716c5f4aa30484b9ed8aa6a7408930b', 'user': u'565b29a2d36b460fb155a18e8adbf1ba'})] 2018-09-01 19:24:09,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:09,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d829bdf7-16d2-4d18-b27f-397e1a6f2b48 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:09,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-d829bdf7-16d2-4d18-b27f-397e1a6f2b48 2018-09-01 19:24:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180635929108s 2018-09-01 19:24:09,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-d829bdf7-16d2-4d18-b27f-397e1a6f2b48 2018-09-01 19:24:09,314 - 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'admin', 'id': u'1716c5f4aa30484b9ed8aa6a7408930b'}), 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'3fb33d062ba74398bc221d95c9adc067'}), 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'4cf5942994824b94a672de8cbc7e4128'}), 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'64874fc0a262431fa67bb64fec250e81'}), 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'7e4dfe5246e14370a5939f9dcca97ba5'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'ee72f8104a674d67b67c86e67216d789'})] 2018-09-01 19:24:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:24:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-71ddc686-7357-4e74-9a37-756241388c4c Date: Sat, 01 Sep 2018 19:24:09 GMT RESP BODY: {"routers": []} 2018-09-01 19:24:09,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-71ddc686-7357-4e74-9a37-756241388c4c 2018-09-01 19:24:09,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0496459007263s 2018-09-01 19:24:09,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-71ddc686-7357-4e74-9a37-756241388c4c 2018-09-01 19:24:09,366 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 19:24:09,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:24:09,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24: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-d16c0403-7266-46f3-a53b-6dd9d1a5e454 x-compute-request-id: req-d16c0403-7266-46f3-a53b-6dd9d1a5e454 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:24:09,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-d16c0403-7266-46f3-a53b-6dd9d1a5e454 2018-09-01 19:24:09,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.207967996597s 2018-09-01 19:24:09,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-d16c0403-7266-46f3-a53b-6dd9d1a5e454 2018-09-01 19:24:09,574 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 19:24:09,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 19:24:09,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:09,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a4124c6-4a28-4117-84fb-690a61fac4d0 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.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 19:24:09,589 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-6a4124c6-4a28-4117-84fb-690a61fac4d0 2018-09-01 19:24:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe221bb4-0783-4982-ab62-2c29f42b557c Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/09965002a17144e28a70f9da882f19db"}, "enabled": true, "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/15f87be85b0b4c50b5447900b8bfe50f"}, "enabled": true, "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2b940330b9a749b08e2c2a0dee284909"}, "enabled": true, "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2ed53eea22e348db8f1839f6de059826"}, "enabled": true, "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3c593ce1c54941068ba2b022e8d44756"}, "enabled": true, "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78544a848355437fb2e503487fbb584d"}, "enabled": true, "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/848609739204410b9578ae0f2c283169"}, "enabled": true, "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/9793be372fcc459eac38e4db9e6c8c5c"}, "enabled": true, "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/98334c6a3ca1437b9fb1f15a08d848e8"}, "enabled": true, "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/a8416639a949430cbd21b62b76c1eb94"}, "enabled": true, "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b27a1861348a4c849341b90aab6365b7"}, "enabled": true, "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/cafa5464317f42b188e9c270c00ee2d0"}, "enabled": true, "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d3d3c2524a234d3f8d090206777cfc7a"}, "enabled": true, "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e1f43679f5d844159ea77879d0e52dc1"}, "enabled": true, "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f853b3ae91a34f208b62d55f3d80f4f3"}, "enabled": true, "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 19:24:09,762 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-fe221bb4-0783-4982-ab62-2c29f42b557c 2018-09-01 19:24:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.184165000916s 2018-09-01 19:24:09,763 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-fe221bb4-0783-4982-ab62-2c29f42b557c 2018-09-01 19:24:09,767 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'09965002a17144e28a70f9da882f19db', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'15f87be85b0b4c50b5447900b8bfe50f', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'2b940330b9a749b08e2c2a0dee284909', 'name': u'aodh'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'2ed53eea22e348db8f1839f6de059826', 'name': u'cinder'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'3c593ce1c54941068ba2b022e8d44756', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'78544a848355437fb2e503487fbb584d', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'848609739204410b9578ae0f2c283169', 'name': u'glance'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'9793be372fcc459eac38e4db9e6c8c5c', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'98334c6a3ca1437b9fb1f15a08d848e8', 'name': u'panko'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'a8416639a949430cbd21b62b76c1eb94', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'b27a1861348a4c849341b90aab6365b7', 'name': u'heat'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'cafa5464317f42b188e9c270c00ee2d0', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'd3d3c2524a234d3f8d090206777cfc7a', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'e1f43679f5d844159ea77879d0e52dc1', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'f853b3ae91a34f208b62d55f3d80f4f3', 'name': u'heat-cfn'})] 2018-09-01 19:24:09,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:24:09,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c837a5fd93cdb7068939f1d1a8f59bc42feba89b" 2018-09-01 19:24:09,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a46a4b3c-cd37-4d68-b697-d3b16901d276 Date: Sat, 01 Sep 2018 19:24:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"92da8d7f-63ad-482a-afcf-a061c3630101","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:41Z","dns_nameservers":[],"updated_at":"2018-09-01T19:21:41Z","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":"1b34b31468a04e39ab9d3c5ad97d8417","id":"1de3dba3-7b64-45cb-bfda-6fb1538bd3da","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 19:24:09,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-a46a4b3c-cd37-4d68-b697-d3b16901d276 2018-09-01 19:24:09,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0370469093323s 2018-09-01 19:24:09,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-a46a4b3c-cd37-4d68-b697-d3b16901d276 2018-09-01 19:24:09,805 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:21:41Z', 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'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'tenant_id': u'1b34b31468a04e39ab9d3c5ad97d8417', u'created_at': u'2018-09-01T19:21:41Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'1b34b31468a04e39ab9d3c5ad97d8417'})] 2018-09-01 19:24:09,923 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:24:09,924 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 19:24:09,979 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 19:24:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:10,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:10,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:10,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:10,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:10,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0d1d48-a6d7-4890-a6a3-181aa8078c29 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:10,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-9d0d1d48-a6d7-4890-a6a3-181aa8078c29 2018-09-01 19:24:10,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:10,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["OVTdvCdlS-myNI0J3qLkcg"], "issued_at": "2018-09-01T19:24:10.000000Z"}} 2018-09-01 19:24:10,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:10,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:11,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ad282427-6812-47a9-89f8-37c547fcefc8 Date: Sat, 01 Sep 2018 19:24:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:24:11,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ad282427-6812-47a9-89f8-37c547fcefc8 2018-09-01 19:24:11,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.968847036362s 2018-09-01 19:24:11,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ad282427-6812-47a9-89f8-37c547fcefc8 2018-09-01 19:24:11,516 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 19:24:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:24:11,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" -d '{"network": {"name": "tenantnetwork1-net_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f", "admin_state_up": true}}' 2018-09-01 19:24:12,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1b72e080-9aa0-4b3e-8155-c9d02b8bbf19 Date: Sat, 01 Sep 2018 19:24:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bb171bab-2143-407e-9333-76768efb9ab4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:11Z","is_default":false,"provider:segmentation_id":57,"name":"tenantnetwork1-net_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:11Z","mtu":1450}} 2018-09-01 19:24:12,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-1b72e080-9aa0-4b3e-8155-c9d02b8bbf19 2018-09-01 19:24:12,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.594326972961s 2018-09-01 19:24:12,112 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-1b72e080-9aa0-4b3e-8155-c9d02b8bbf19 2018-09-01 19:24:12,112 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T19:24:11Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bb171bab-2143-407e-9333-76768efb9ab4', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f', u'admin_state_up': True, u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:24:12,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:12,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:12,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-cf997e4e-3605-4c33-a931-645897820e5a Date: Sat, 01 Sep 2018 19:24:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"bb171bab-2143-407e-9333-76768efb9ab4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:11Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:11Z","provider:network_type":"vxlan"}]} 2018-09-01 19:24:12,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cf997e4e-3605-4c33-a931-645897820e5a 2018-09-01 19:24:12,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135412931442s 2018-09-01 19:24:12,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cf997e4e-3605-4c33-a931-645897820e5a 2018-09-01 19:24:12,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:24:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" -d '{"subnet": {"name": "tenantnetwork1-subnet_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f", "enable_dhcp": true, "network_id": "bb171bab-2143-407e-9333-76768efb9ab4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:24:12,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1a1d7e5a-a321-4bc1-8b71-8c34b38f75cb Date: Sat, 01 Sep 2018 19:24:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb171bab-2143-407e-9333-76768efb9ab4","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:12Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"9edb0ba1-6253-452a-a393-5e00bae3b878","subnetpool_id":null,"name":"tenantnetwork1-subnet_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f"}} 2018-09-01 19:24:12,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-1a1d7e5a-a321-4bc1-8b71-8c34b38f75cb 2018-09-01 19:24:12,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.465517997742s 2018-09-01 19:24:12,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-1a1d7e5a-a321-4bc1-8b71-8c34b38f75cb 2018-09-01 19:24:12,717 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:24:12Z', 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'9edb0ba1-6253-452a-a393-5e00bae3b878', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f', u'enable_dhcp': True, u'network_id': u'bb171bab-2143-407e-9333-76768efb9ab4', u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:24:12,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:24:12,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "tenantnetwork1-router_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f", "admin_state_up": true}}' 2018-09-01 19:24:14,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-f3246976-eab7-4351-9e0e-59f2b133b569 Date: Sat, 01 Sep 2018 19:24:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:24:14Z", "revision_number": 2, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "faa017ac-fc66-4145-9781-e766b97f57c8", "name": "tenantnetwork1-router_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f"}} 2018-09-01 19:24:14,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f3246976-eab7-4351-9e0e-59f2b133b569 2018-09-01 19:24:14,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56184005737s 2018-09-01 19:24:14,280 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f3246976-eab7-4351-9e0e-59f2b133b569 2018-09-01 19:24:14,280 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:12Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T19:24:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'id': u'faa017ac-fc66-4145-9781-e766b97f57c8', u'name': u'tenantnetwork1-router_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f'}) 2018-09-01 19:24:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:24:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" -d '{"subnet_id": "9edb0ba1-6253-452a-a393-5e00bae3b878"}' 2018-09-01 19:24:15,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59cbe5dd-c27a-4ce5-85db-d7d093e1bc7c Date: Sat, 01 Sep 2018 19:24:15 GMT RESP BODY: {"network_id": "bb171bab-2143-407e-9333-76768efb9ab4", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "9edb0ba1-6253-452a-a393-5e00bae3b878", "subnet_ids": ["9edb0ba1-6253-452a-a393-5e00bae3b878"], "port_id": "fcf9506b-ba2c-4ee3-80ef-91a569e64e7f", "id": "faa017ac-fc66-4145-9781-e766b97f57c8"} 2018-09-01 19:24:15,899 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/add_router_interface.json used request id req-59cbe5dd-c27a-4ce5-85db-d7d093e1bc7c 2018-09-01 19:24:15,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.6177418232s 2018-09-01 19:24:15,899 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/add_router_interface.json used request id req-59cbe5dd-c27a-4ce5-85db-d7d093e1bc7c returning object faa017ac-fc66-4145-9781-e766b97f57c8 2018-09-01 19:24:16,015 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:24:16,016 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 19:24:16,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:24:16,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" -d '{"subnet_id": "9edb0ba1-6253-452a-a393-5e00bae3b878"}' 2018-09-01 19:24:17,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3da41ad2-0d55-4027-b6a3-c4ee3d304b2a Date: Sat, 01 Sep 2018 19:24:17 GMT RESP BODY: {"network_id": "bb171bab-2143-407e-9333-76768efb9ab4", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "9edb0ba1-6253-452a-a393-5e00bae3b878", "subnet_ids": ["9edb0ba1-6253-452a-a393-5e00bae3b878"], "port_id": "fcf9506b-ba2c-4ee3-80ef-91a569e64e7f", "id": "faa017ac-fc66-4145-9781-e766b97f57c8"} 2018-09-01 19:24:17,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/remove_router_interface.json used request id req-3da41ad2-0d55-4027-b6a3-c4ee3d304b2a 2018-09-01 19:24:17,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70738911629s 2018-09-01 19:24:17,729 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8/remove_router_interface.json used request id req-3da41ad2-0d55-4027-b6a3-c4ee3d304b2a returning object faa017ac-fc66-4145-9781-e766b97f57c8 2018-09-01 19:24:17,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:24:17,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:17,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0005036d-1ef7-42e2-945c-104d5842d4fd Date: Sat, 01 Sep 2018 19:24:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:24:16Z", "revision_number": 4, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "faa017ac-fc66-4145-9781-e766b97f57c8", "name": "tenantnetwork1-router_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f"}]} 2018-09-01 19:24:17,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-0005036d-1ef7-42e2-945c-104d5842d4fd 2018-09-01 19:24:17,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116810083389s 2018-09-01 19:24:17,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-0005036d-1ef7-42e2-945c-104d5842d4fd 2018-09-01 19:24:17,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:24:17,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:19,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-285afc9e-ee8e-4892-a879-3806ca2936bb Content-Length: 0 Date: Sat, 01 Sep 2018 19:24:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:19,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8.json used request id req-285afc9e-ee8e-4892-a879-3806ca2936bb 2018-09-01 19:24:19,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43305897713s 2018-09-01 19:24:19,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/faa017ac-fc66-4145-9781-e766b97f57c8.json used request id req-285afc9e-ee8e-4892-a879-3806ca2936bb 2018-09-01 19:24:19,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:24:19,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-dd135094-6e20-47a5-85ad-958545b3c271 Date: Sat, 01 Sep 2018 19:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"92da8d7f-63ad-482a-afcf-a061c3630101","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:41Z","dns_nameservers":[],"updated_at":"2018-09-01T19:21:41Z","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":"1b34b31468a04e39ab9d3c5ad97d8417","id":"1de3dba3-7b64-45cb-bfda-6fb1538bd3da","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb171bab-2143-407e-9333-76768efb9ab4","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:12Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"9edb0ba1-6253-452a-a393-5e00bae3b878","subnetpool_id":null,"name":"tenantnetwork1-subnet_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f"}]} 2018-09-01 19:24:19,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-dd135094-6e20-47a5-85ad-958545b3c271 2018-09-01 19:24:19,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.159312009811s 2018-09-01 19:24:19,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-dd135094-6e20-47a5-85ad-958545b3c271 2018-09-01 19:24:19,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:24:19,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/9edb0ba1-6253-452a-a393-5e00bae3b878.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:20,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d20e875d-e1c9-4a54-af29-e415f948d6e0 Date: Sat, 01 Sep 2018 19:24:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:20,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/9edb0ba1-6253-452a-a393-5e00bae3b878.json used request id req-d20e875d-e1c9-4a54-af29-e415f948d6e0 2018-09-01 19:24:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.896180868149s 2018-09-01 19:24:20,340 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/9edb0ba1-6253-452a-a393-5e00bae3b878.json used request id req-d20e875d-e1c9-4a54-af29-e415f948d6e0 2018-09-01 19:24:20,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:20,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:20,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-6c43e514-032c-4277-971c-4ddc4ccf69a1 Date: Sat, 01 Sep 2018 19:24:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bb171bab-2143-407e-9333-76768efb9ab4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:20Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_f2b8afcf-6d13-49b3-96d5-7b7f61fe089f","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:11Z","provider:network_type":"vxlan"}]} 2018-09-01 19:24:20,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-6c43e514-032c-4277-971c-4ddc4ccf69a1 2018-09-01 19:24:20,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285793066025s 2018-09-01 19:24:20,626 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-6c43e514-032c-4277-971c-4ddc4ccf69a1 2018-09-01 19:24:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:24:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/bb171bab-2143-407e-9333-76768efb9ab4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf64704499d17c450989ccc63ae9e7f0551f2813" 2018-09-01 19:24:21,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2c86edd-f171-4635-9129-43df1fd6acb7 Date: Sat, 01 Sep 2018 19:24:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:21,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/bb171bab-2143-407e-9333-76768efb9ab4.json used request id req-e2c86edd-f171-4635-9129-43df1fd6acb7 2018-09-01 19:24:21,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.06638383865s 2018-09-01 19:24:21,694 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/bb171bab-2143-407e-9333-76768efb9ab4.json used request id req-e2c86edd-f171-4635-9129-43df1fd6acb7 2018-09-01 19:24:21,734 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 19:24:21,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:21,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:21,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:21,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:21,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:21,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:21,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:21,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:21,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2eeece-d232-4fe5-8a8a-5b2c3828cb25 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:21,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-8b2eeece-d232-4fe5-8a8a-5b2c3828cb25 2018-09-01 19:24:21,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:22,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["2HP45DJwT9GeP1uF7q4U0Q"], "issued_at": "2018-09-01T19:24:22.000000Z"}} 2018-09-01 19:24:22,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:22,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:23,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aa69a05e-7633-4a6a-9763-c0ce482d1364 Date: Sat, 01 Sep 2018 19:24:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:24:23,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa69a05e-7633-4a6a-9763-c0ce482d1364 2018-09-01 19:24:23,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12882399559s 2018-09-01 19:24:23,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-aa69a05e-7633-4a6a-9763-c0ce482d1364 2018-09-01 19:24:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:23,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae8e6687-316f-4568-8986-96dc7031cbcc 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:24:23,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-ae8e6687-316f-4568-8986-96dc7031cbcc 2018-09-01 19:24:23,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:24:23,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:23,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb85984-789d-4fad-8fb5-30add8124bea Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:24:23,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-5eb85984-789d-4fad-8fb5-30add8124bea 2018-09-01 19:24:23,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183032989502s 2018-09-01 19:24:23,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-5eb85984-789d-4fad-8fb5-30add8124bea 2018-09-01 19:24:23,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:24:23,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39"}}' 2018-09-01 19:24:23,679 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-968804c7-1b75-4810-8cab-ff76923669b8 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.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137"}, "tags": [], "enabled": true, "id": "ed9b1606a47b43a289dd0a4d7ed3c137", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39"}} 2018-09-01 19:24:23,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-968804c7-1b75-4810-8cab-ff76923669b8 2018-09-01 19:24:23,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.170628070831s 2018-09-01 19:24:23,680 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-968804c7-1b75-4810-8cab-ff76923669b8 2018-09-01 19:24:23,681 - 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'ed9b1606a47b43a289dd0a4d7ed3c137', '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_e7f16af4-5cef-4928-b013-a7648f520b39'}) 2018-09-01 19:24:23,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:24:23,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a69ee149-529e-41f0-96f1-4465dcb98d3a", "email": null, "name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39"}}' 2018-09-01 19:24:24,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb57ebb0-7485-473e-8e67-87dff3a19e5f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39", "links": {"self": "http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ee70b5e6c754bc294c6c998c18244a2", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:24:24,170 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-bb57ebb0-7485-473e-8e67-87dff3a19e5f 2018-09-01 19:24:24,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.482923030853s 2018-09-01 19:24:24,170 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-bb57ebb0-7485-473e-8e67-87dff3a19e5f 2018-09-01 19:24:24,171 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0ee70b5e6c754bc294c6c998c18244a2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39'}) 2018-09-01 19:24:24,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:24,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5dfde02-bbcd-4bab-956d-82e1ac4fbc38 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:24,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-b5dfde02-bbcd-4bab-956d-82e1ac4fbc38 2018-09-01 19:24:24,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194916963577s 2018-09-01 19:24:24,369 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-b5dfde02-bbcd-4bab-956d-82e1ac4fbc38 2018-09-01 19:24:24,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:24,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:24,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e24e1c1-b167-4d5d-828a-666a4829df29 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:24,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-1e24e1c1-b167-4d5d-828a-666a4829df29 2018-09-01 19:24:24,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182453870773s 2018-09-01 19:24:24,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-1e24e1c1-b167-4d5d-828a-666a4829df29 2018-09-01 19:24:24,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:24,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:24,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f80afb-316d-42ff-bea0-694fc2dd3e62 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:24,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-e0f80afb-316d-42ff-bea0-694fc2dd3e62 2018-09-01 19:24:24,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.265451908112s 2018-09-01 19:24:24,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-e0f80afb-316d-42ff-bea0-694fc2dd3e62 2018-09-01 19:24:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:24:24,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:24,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e556ee-1a31-43fc-944d-8f0e2c29ef73 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:24:24,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-83e556ee-1a31-43fc-944d-8f0e2c29ef73 2018-09-01 19:24:24,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.132766008377s 2018-09-01 19:24:24,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-83e556ee-1a31-43fc-944d-8f0e2c29ef73 2018-09-01 19:24:24,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:24:24,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:25,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4454361c-6b8f-47c7-91c3-d7f0aca459ef Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39", "links": {"self": "http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ee70b5e6c754bc294c6c998c18244a2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:24:25,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-4454361c-6b8f-47c7-91c3-d7f0aca459ef 2018-09-01 19:24:25,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.186635017395s 2018-09-01 19:24:25,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-4454361c-6b8f-47c7-91c3-d7f0aca459ef 2018-09-01 19:24:25,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:24:25,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:25,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d146481-aa28-4075-9363-facdff5169a2 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137"}, "tags": [], "enabled": true, "id": "ed9b1606a47b43a289dd0a4d7ed3c137", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:25,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-5d146481-aa28-4075-9363-facdff5169a2 2018-09-01 19:24:25,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205007076263s 2018-09-01 19:24:25,371 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-5d146481-aa28-4075-9363-facdff5169a2 2018-09-01 19:24:25,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:24:25,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=0ee70b5e6c754bc294c6c998c18244a2&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=ed9b1606a47b43a289dd0a4d7ed3c137" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:25,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c3346a-8342-42df-a237-602e930f080d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=0ee70b5e6c754bc294c6c998c18244a2&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=ed9b1606a47b43a289dd0a4d7ed3c137", "previous": null, "next": null}} 2018-09-01 19:24:25,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0ee70b5e6c754bc294c6c998c18244a2&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=ed9b1606a47b43a289dd0a4d7ed3c137 used request id req-a3c3346a-8342-42df-a237-602e930f080d 2018-09-01 19:24:25,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186788082123s 2018-09-01 19:24:25,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0ee70b5e6c754bc294c6c998c18244a2&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=ed9b1606a47b43a289dd0a4d7ed3c137 used request id req-a3c3346a-8342-42df-a237-602e930f080d 2018-09-01 19:24:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:24:25,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137/users/0ee70b5e6c754bc294c6c998c18244a2/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:25,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81c5c779-c3f3-4cb4-9979-b5ff61539d8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:24:25,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137/users/0ee70b5e6c754bc294c6c998c18244a2/roles/64874fc0a262431fa67bb64fec250e81 used request id req-81c5c779-c3f3-4cb4-9979-b5ff61539d8b 2018-09-01 19:24:25,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.174609899521s 2018-09-01 19:24:25,744 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137/users/0ee70b5e6c754bc294c6c998c18244a2/roles/64874fc0a262431fa67bb64fec250e81 used request id req-81c5c779-c3f3-4cb4-9979-b5ff61539d8b 2018-09-01 19:24:25,745 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39', 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'ed9b1606a47b43a289dd0a4d7ed3c137', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a69ee149-529e-41f0-96f1-4465dcb98d3a', 'username': u'tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:25,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:25,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:25,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:25,750 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39', 'password': 'a69ee149-529e-41f0-96f1-4465dcb98d3a', 'project_name': 'tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': 'ed9b1606a47b43a289dd0a4d7ed3c137', 'project_domain_name': 'Default'} 2018-09-01 19:24:25,750 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 19:24:25,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:25,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18487026-15c9-472b-b5e1-015aaeb02470 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:25,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-18487026-15c9-472b-b5e1-015aaeb02470 2018-09-01 19:24:25,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:26,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed9b1606a47b43a289dd0a4d7ed3c137", "name": "tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/ed9b1606a47b43a289dd0a4d7ed3c137", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39", "id": "0ee70b5e6c754bc294c6c998c18244a2"}, "audit_ids": ["R7AjShk5ShuoJrfctGk71A"], "issued_at": "2018-09-01T19:24:26.000000Z"}} 2018-09-01 19:24:26,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:24:26,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" -d '{"network": {"name": "tenantnetwork2-net_e7f16af4-5cef-4928-b013-a7648f520b39", "admin_state_up": true}}' 2018-09-01 19:24:26,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-40df60c6-bbcf-450b-96bd-69b212f48d48 Date: Sat, 01 Sep 2018 19:24:26 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ed9b1606a47b43a289dd0a4d7ed3c137","created_at":"2018-09-01T19:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:24:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ed9b1606a47b43a289dd0a4d7ed3c137","id":"c2455ee6-e665-40d5-ba35-2a723ad9da6e","name":"tenantnetwork2-net_e7f16af4-5cef-4928-b013-a7648f520b39"}} 2018-09-01 19:24:26,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-40df60c6-bbcf-450b-96bd-69b212f48d48 2018-09-01 19:24:26,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.73449587822s 2018-09-01 19:24:26,887 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-40df60c6-bbcf-450b-96bd-69b212f48d48 2018-09-01 19:24:26,888 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:24:26Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c2455ee6-e665-40d5-ba35-2a723ad9da6e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_e7f16af4-5cef-4928-b013-a7648f520b39', u'admin_state_up': True, u'tenant_id': u'ed9b1606a47b43a289dd0a4d7ed3c137', u'created_at': u'2018-09-01T19:24:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ed9b1606a47b43a289dd0a4d7ed3c137'}) 2018-09-01 19:24:26,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:27,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-adda057c-8cb2-48b9-8f20-7c4b26aa5ae0 Date: Sat, 01 Sep 2018 19:24:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:24:26Z","tenant_id":"ed9b1606a47b43a289dd0a4d7ed3c137","created_at":"2018-09-01T19:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ed9b1606a47b43a289dd0a4d7ed3c137","id":"c2455ee6-e665-40d5-ba35-2a723ad9da6e","name":"tenantnetwork2-net_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:27,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-adda057c-8cb2-48b9-8f20-7c4b26aa5ae0 2018-09-01 19:24:27,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127628803253s 2018-09-01 19:24:27,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-adda057c-8cb2-48b9-8f20-7c4b26aa5ae0 2018-09-01 19:24:27,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:24:27,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" -d '{"subnet": {"name": "tenantnetwork2-subnet_e7f16af4-5cef-4928-b013-a7648f520b39", "enable_dhcp": true, "network_id": "c2455ee6-e665-40d5-ba35-2a723ad9da6e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:24:27,768 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6c43f497-e428-4157-935b-e12b4f64b9bf Date: Sat, 01 Sep 2018 19:24:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2455ee6-e665-40d5-ba35-2a723ad9da6e","tenant_id":"ed9b1606a47b43a289dd0a4d7ed3c137","created_at":"2018-09-01T19:24:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:27Z","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":"ed9b1606a47b43a289dd0a4d7ed3c137","id":"f5279f44-aad8-4940-8e8e-4b356337b940","subnetpool_id":null,"name":"tenantnetwork2-subnet_e7f16af4-5cef-4928-b013-a7648f520b39"}} 2018-09-01 19:24:27,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-6c43f497-e428-4157-935b-e12b4f64b9bf 2018-09-01 19:24:27,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.750557899475s 2018-09-01 19:24:27,769 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-6c43f497-e428-4157-935b-e12b4f64b9bf 2018-09-01 19:24:27,769 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:24:27Z', 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'f5279f44-aad8-4940-8e8e-4b356337b940', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_e7f16af4-5cef-4928-b013-a7648f520b39', u'enable_dhcp': True, u'network_id': u'c2455ee6-e665-40d5-ba35-2a723ad9da6e', u'tenant_id': u'ed9b1606a47b43a289dd0a4d7ed3c137', u'created_at': u'2018-09-01T19:24:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ed9b1606a47b43a289dd0a4d7ed3c137'}) 2018-09-01 19:24:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:24:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "tenantnetwork2-router_e7f16af4-5cef-4928-b013-a7648f520b39", "admin_state_up": true}}' 2018-09-01 19:24:28,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3a9b1cce-bab4-4499-acc2-468449f37a7f Date: Sat, 01 Sep 2018 19:24:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "created_at": "2018-09-01T19:24:27Z", "admin_state_up": true, "updated_at": "2018-09-01T19:24:28Z", "revision_number": 2, "routes": [], "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "id": "588cc410-a881-4f2f-85aa-4054186368e4", "name": "tenantnetwork2-router_e7f16af4-5cef-4928-b013-a7648f520b39"}} 2018-09-01 19:24:28,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-3a9b1cce-bab4-4499-acc2-468449f37a7f 2018-09-01 19:24:28,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20771598816s 2018-09-01 19:24:28,978 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-3a9b1cce-bab4-4499-acc2-468449f37a7f 2018-09-01 19:24:28,978 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ed9b1606a47b43a289dd0a4d7ed3c137', u'created_at': u'2018-09-01T19:24:27Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:24:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'ed9b1606a47b43a289dd0a4d7ed3c137', u'id': u'588cc410-a881-4f2f-85aa-4054186368e4', u'name': u'tenantnetwork2-router_e7f16af4-5cef-4928-b013-a7648f520b39'}) 2018-09-01 19:24:28,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:24:28,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" -d '{"subnet_id": "f5279f44-aad8-4940-8e8e-4b356337b940"}' 2018-09-01 19:24:30,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad354c9f-01bc-44eb-9759-0e400f65a7ab Date: Sat, 01 Sep 2018 19:24:30 GMT RESP BODY: {"network_id": "c2455ee6-e665-40d5-ba35-2a723ad9da6e", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "subnet_id": "f5279f44-aad8-4940-8e8e-4b356337b940", "subnet_ids": ["f5279f44-aad8-4940-8e8e-4b356337b940"], "port_id": "a36135c6-b9c3-41d2-9ec4-860df16751e6", "id": "588cc410-a881-4f2f-85aa-4054186368e4"} 2018-09-01 19:24:30,938 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/add_router_interface.json used request id req-ad354c9f-01bc-44eb-9759-0e400f65a7ab 2018-09-01 19:24:30,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95848011971s 2018-09-01 19:24:30,938 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/add_router_interface.json used request id req-ad354c9f-01bc-44eb-9759-0e400f65a7ab returning object 588cc410-a881-4f2f-85aa-4054186368e4 2018-09-01 19:24:31,051 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:24:31,051 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 19:24:31,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:24:31,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" -d '{"subnet_id": "f5279f44-aad8-4940-8e8e-4b356337b940"}' 2018-09-01 19:24:32,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-866be9a0-a5a9-4a1c-be2e-c15c9c56e7af Date: Sat, 01 Sep 2018 19:24:32 GMT RESP BODY: {"network_id": "c2455ee6-e665-40d5-ba35-2a723ad9da6e", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "subnet_id": "f5279f44-aad8-4940-8e8e-4b356337b940", "subnet_ids": ["f5279f44-aad8-4940-8e8e-4b356337b940"], "port_id": "a36135c6-b9c3-41d2-9ec4-860df16751e6", "id": "588cc410-a881-4f2f-85aa-4054186368e4"} 2018-09-01 19:24:32,742 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/remove_router_interface.json used request id req-866be9a0-a5a9-4a1c-be2e-c15c9c56e7af 2018-09-01 19:24:32,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68542504311s 2018-09-01 19:24:32,743 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4/remove_router_interface.json used request id req-866be9a0-a5a9-4a1c-be2e-c15c9c56e7af returning object 588cc410-a881-4f2f-85aa-4054186368e4 2018-09-01 19:24:32,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:24:32,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:32,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-500759a2-b4a2-4aac-9f52-93294b796bd8 Date: Sat, 01 Sep 2018 19:24:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "created_at": "2018-09-01T19:24:27Z", "admin_state_up": true, "updated_at": "2018-09-01T19:24:32Z", "revision_number": 4, "routes": [], "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "id": "588cc410-a881-4f2f-85aa-4054186368e4", "name": "tenantnetwork2-router_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:32,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-500759a2-b4a2-4aac-9f52-93294b796bd8 2018-09-01 19:24:32,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112150907516s 2018-09-01 19:24:32,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-500759a2-b4a2-4aac-9f52-93294b796bd8 2018-09-01 19:24:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:24:32,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:34,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5783bfb-7f5e-4ffe-a535-fb85f3f3edab Content-Length: 0 Date: Sat, 01 Sep 2018 19:24:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:34,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4.json used request id req-e5783bfb-7f5e-4ffe-a535-fb85f3f3edab 2018-09-01 19:24:34,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66526699066s 2018-09-01 19:24:34,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/588cc410-a881-4f2f-85aa-4054186368e4.json used request id req-e5783bfb-7f5e-4ffe-a535-fb85f3f3edab 2018-09-01 19:24:34,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:24:34,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:34,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-63551117-2668-48b8-99b4-f2c041e90ecd Date: Sat, 01 Sep 2018 19:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2455ee6-e665-40d5-ba35-2a723ad9da6e","tenant_id":"ed9b1606a47b43a289dd0a4d7ed3c137","created_at":"2018-09-01T19:24:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:27Z","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":"ed9b1606a47b43a289dd0a4d7ed3c137","id":"f5279f44-aad8-4940-8e8e-4b356337b940","subnetpool_id":null,"name":"tenantnetwork2-subnet_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:34,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-63551117-2668-48b8-99b4-f2c041e90ecd 2018-09-01 19:24:34,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0663499832153s 2018-09-01 19:24:34,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-63551117-2668-48b8-99b4-f2c041e90ecd 2018-09-01 19:24:34,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:24:34,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/f5279f44-aad8-4940-8e8e-4b356337b940.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:35,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16abb93e-eb89-4573-a818-6bb15b62f185 Date: Sat, 01 Sep 2018 19:24:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:35,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/f5279f44-aad8-4940-8e8e-4b356337b940.json used request id req-16abb93e-eb89-4573-a818-6bb15b62f185 2018-09-01 19:24:35,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13577413559s 2018-09-01 19:24:35,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/f5279f44-aad8-4940-8e8e-4b356337b940.json used request id req-16abb93e-eb89-4573-a818-6bb15b62f185 2018-09-01 19:24:35,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:35,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:35,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-a303c280-05cd-48cc-adba-be1b1f518815 Date: Sat, 01 Sep 2018 19:24:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:24:35Z","tenant_id":"ed9b1606a47b43a289dd0a4d7ed3c137","created_at":"2018-09-01T19:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ed9b1606a47b43a289dd0a4d7ed3c137","id":"c2455ee6-e665-40d5-ba35-2a723ad9da6e","name":"tenantnetwork2-net_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:35,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a303c280-05cd-48cc-adba-be1b1f518815 2018-09-01 19:24:35,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0936110019684s 2018-09-01 19:24:35,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a303c280-05cd-48cc-adba-be1b1f518815 2018-09-01 19:24:35,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:24:35,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/c2455ee6-e665-40d5-ba35-2a723ad9da6e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c71ce0e217286f9234f63f21e4e5990eb14b249c" 2018-09-01 19:24:37,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d85115a8-ff96-48f2-89c2-e4e33a6db5d3 Date: Sat, 01 Sep 2018 19:24:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:37,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/c2455ee6-e665-40d5-ba35-2a723ad9da6e.json used request id req-d85115a8-ff96-48f2-89c2-e4e33a6db5d3 2018-09-01 19:24:37,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.95246911049s 2018-09-01 19:24:37,776 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/c2455ee6-e665-40d5-ba35-2a723ad9da6e.json used request id req-d85115a8-ff96-48f2-89c2-e4e33a6db5d3 2018-09-01 19:24:37,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:24:37,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:37,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7639205c-593a-4e8c-9afc-bd895cf37519 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39", "links": {"self": "http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ee70b5e6c754bc294c6c998c18244a2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:24:37,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-7639205c-593a-4e8c-9afc-bd895cf37519 2018-09-01 19:24:37,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.181457042694s 2018-09-01 19:24:37,958 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-7639205c-593a-4e8c-9afc-bd895cf37519 2018-09-01 19:24:37,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:24:37,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:38,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1b0f02-2990-4ebd-b909-683e69554fdc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e7f16af4-5cef-4928-b013-a7648f520b39", "links": {"self": "http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0ee70b5e6c754bc294c6c998c18244a2", "description": null}} 2018-09-01 19:24:38,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 used request id req-4c1b0f02-2990-4ebd-b909-683e69554fdc 2018-09-01 19:24:38,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192628860474s 2018-09-01 19:24:38,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 used request id req-4c1b0f02-2990-4ebd-b909-683e69554fdc 2018-09-01 19:24:38,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:24:38,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:38,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4b10ca5-1514-458f-ae2c-1a93616401c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:24:38,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 used request id req-f4b10ca5-1514-458f-ae2c-1a93616401c0 2018-09-01 19:24:38,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.316884994507s 2018-09-01 19:24:38,476 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0ee70b5e6c754bc294c6c998c18244a2 used request id req-f4b10ca5-1514-458f-ae2c-1a93616401c0 2018-09-01 19:24:38,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:24:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:38,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f735707f-1554-485f-b7f9-c06a670bd7e2 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137"}, "tags": [], "enabled": true, "id": "ed9b1606a47b43a289dd0a4d7ed3c137", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e7f16af4-5cef-4928-b013-a7648f520b39"}]} 2018-09-01 19:24:38,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-f735707f-1554-485f-b7f9-c06a670bd7e2 2018-09-01 19:24:38,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10499382019s 2018-09-01 19:24:38,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-f735707f-1554-485f-b7f9-c06a670bd7e2 2018-09-01 19:24:38,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:24:38,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bde6474c009c3cad1767fe99d463ba15c394c90" 2018-09-01 19:24:38,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6df2d59f-d864-4e24-a09a-cadb203afcaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:24:38,883 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137 used request id req-6df2d59f-d864-4e24-a09a-cadb203afcaf 2018-09-01 19:24:38,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.291552066803s 2018-09-01 19:24:38,883 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/ed9b1606a47b43a289dd0a4d7ed3c137 used request id req-6df2d59f-d864-4e24-a09a-cadb203afcaf 2018-09-01 19:24:38,936 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 19:24:39,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:39,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:39,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:39,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:39,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:39,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:39,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:39,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:39,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:39,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f01d07b-04dc-4397-b368-b62a92a7bd58 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:39,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-3f01d07b-04dc-4397-b368-b62a92a7bd58 2018-09-01 19:24:39,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:39,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["njLceHWiS06DMntsDtrm6g"], "issued_at": "2018-09-01T19:24:39.000000Z"}} 2018-09-01 19:24:39,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:39,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:39,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-636a398b-1bc5-4af2-b474-bb351fb63a5d Date: Sat, 01 Sep 2018 19:24:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:24:39,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-636a398b-1bc5-4af2-b474-bb351fb63a5d 2018-09-01 19:24:39,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357259988785s 2018-09-01 19:24:39,770 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-636a398b-1bc5-4af2-b474-bb351fb63a5d 2018-09-01 19:24:39,771 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 19:24:39,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:24:39,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"network": {"name": "vmready1-net_ae748e73-970f-488a-8127-6cf8bea22698", "admin_state_up": true}}' 2018-09-01 19:24:40,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-7aa799d4-9cd1-4321-87cf-451c0f05ccc4 Date: Sat, 01 Sep 2018 19:24:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b4dec4c2-502c-47c3-8cc3-e67fea114b82","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:39Z","is_default":false,"provider:segmentation_id":72,"name":"vmready1-net_ae748e73-970f-488a-8127-6cf8bea22698","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:39Z","mtu":1450}} 2018-09-01 19:24:40,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-7aa799d4-9cd1-4321-87cf-451c0f05ccc4 2018-09-01 19:24:40,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.465684175491s 2018-09-01 19:24:40,238 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-7aa799d4-9cd1-4321-87cf-451c0f05ccc4 2018-09-01 19:24:40,238 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T19:24:39Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b4dec4c2-502c-47c3-8cc3-e67fea114b82', u'provider:segmentation_id': 72, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_ae748e73-970f-488a-8127-6cf8bea22698', u'admin_state_up': True, u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:24:40,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:40,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:40,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-f8c2a98b-5ffd-4819-be4a-e3739e716efd Date: Sat, 01 Sep 2018 19:24:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b4dec4c2-502c-47c3-8cc3-e67fea114b82","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:39Z","provider:segmentation_id":72,"name":"vmready1-net_ae748e73-970f-488a-8127-6cf8bea22698","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:39Z","provider:network_type":"vxlan"}]} 2018-09-01 19:24:40,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-f8c2a98b-5ffd-4819-be4a-e3739e716efd 2018-09-01 19:24:40,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105928897858s 2018-09-01 19:24:40,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-f8c2a98b-5ffd-4819-be4a-e3739e716efd 2018-09-01 19:24:40,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:24:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"subnet": {"name": "vmready1-subnet_ae748e73-970f-488a-8127-6cf8bea22698", "enable_dhcp": true, "network_id": "b4dec4c2-502c-47c3-8cc3-e67fea114b82", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:24:40,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-94fa5d49-1109-4c1a-a488-76bf2a924ab8 Date: Sat, 01 Sep 2018 19:24:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4dec4c2-502c-47c3-8cc3-e67fea114b82","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:40Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"c9664f89-c40f-4474-b3ec-6a14f53a2a3f","subnetpool_id":null,"name":"vmready1-subnet_ae748e73-970f-488a-8127-6cf8bea22698"}} 2018-09-01 19:24:40,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-94fa5d49-1109-4c1a-a488-76bf2a924ab8 2018-09-01 19:24:40,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.369555950165s 2018-09-01 19:24:40,717 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-94fa5d49-1109-4c1a-a488-76bf2a924ab8 2018-09-01 19:24:40,717 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:24:40Z', 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'c9664f89-c40f-4474-b3ec-6a14f53a2a3f', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_ae748e73-970f-488a-8127-6cf8bea22698', u'enable_dhcp': True, u'network_id': u'b4dec4c2-502c-47c3-8cc3-e67fea114b82', u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:24:40,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:24:40,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "vmready1-router_ae748e73-970f-488a-8127-6cf8bea22698", "admin_state_up": true}}' 2018-09-01 19:24:41,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-e10cb5eb-38a5-4e20-95f9-6f5fa440c333 Date: Sat, 01 Sep 2018 19:24:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:24:41Z", "revision_number": 2, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "010f7816-88dc-473f-ad60-11bcc13f303e", "name": "vmready1-router_ae748e73-970f-488a-8127-6cf8bea22698"}} 2018-09-01 19:24:41,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-e10cb5eb-38a5-4e20-95f9-6f5fa440c333 2018-09-01 19:24:41,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.06846904755s 2018-09-01 19:24:41,787 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-e10cb5eb-38a5-4e20-95f9-6f5fa440c333 2018-09-01 19:24:41,787 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:24:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T19:24:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'id': u'010f7816-88dc-473f-ad60-11bcc13f303e', u'name': u'vmready1-router_ae748e73-970f-488a-8127-6cf8bea22698'}) 2018-09-01 19:24:41,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:24:41,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"subnet_id": "c9664f89-c40f-4474-b3ec-6a14f53a2a3f"}' 2018-09-01 19:24:43,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41661f25-6ca7-486c-b96b-66b2552196a0 Date: Sat, 01 Sep 2018 19:24:43 GMT RESP BODY: {"network_id": "b4dec4c2-502c-47c3-8cc3-e67fea114b82", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "c9664f89-c40f-4474-b3ec-6a14f53a2a3f", "subnet_ids": ["c9664f89-c40f-4474-b3ec-6a14f53a2a3f"], "port_id": "439de00a-33dd-47af-a063-fff96fb194cf", "id": "010f7816-88dc-473f-ad60-11bcc13f303e"} 2018-09-01 19:24:43,606 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/add_router_interface.json used request id req-41661f25-6ca7-486c-b96b-66b2552196a0 2018-09-01 19:24:43,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.8184659481s 2018-09-01 19:24:43,607 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/add_router_interface.json used request id req-41661f25-6ca7-486c-b96b-66b2552196a0 returning object 010f7816-88dc-473f-ad60-11bcc13f303e 2018-09-01 19:24:43,607 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:24:43,736 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:24:43,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:43,742 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:24:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:24:43,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:24:43,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:44,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-27216381-a1b3-4c54-bb1f-6ec6b24de7bc Date: Sat, 01 Sep 2018 19:24:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:24:44,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-27216381-a1b3-4c54-bb1f-6ec6b24de7bc 2018-09-01 19:24:44,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.732299804688s 2018-09-01 19:24:44,477 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-27216381-a1b3-4c54-bb1f-6ec6b24de7bc 2018-09-01 19:24:44,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:24:44,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698"}' 2018-09-01 19:24:44,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ebd38fe0-b58f-48ec-99c4-d4db9b1f8d18 Date: Sat, 01 Sep 2018 19:24:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:24:44Z", "file": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "size": null, "self": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "checksum": null, "created_at": "2018-09-01T19:24:44Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:24:44,575 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-ebd38fe0-b58f-48ec-99c4-d4db9b1f8d18 2018-09-01 19:24:44,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0904049873352s 2018-09-01 19:24:44,576 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-ebd38fe0-b58f-48ec-99c4-d4db9b1f8d18 returning object 607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04 2018-09-01 19:24:44,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:24:44,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '' 2018-09-01 19:24:47,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-483c6cdc-1248-4422-96c6-1830ba392ebd Date: Sat, 01 Sep 2018 19:24:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:24:47,664 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file used request id req-483c6cdc-1248-4422-96c6-1830ba392ebd 2018-09-01 19:24:47,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.08822178841s 2018-09-01 19:24:47,665 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file used request id req-483c6cdc-1248-4422-96c6-1830ba392ebd 2018-09-01 19:24:47,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:24:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:47,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-27d21e82-c1ff-455b-9068-5190ea814c82 Date: Sat, 01 Sep 2018 19:24:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:24:47Z", "file": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "size": 12716032, "self": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:24:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:24:47,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-27d21e82-c1ff-455b-9068-5190ea814c82 2018-09-01 19:24:47,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0231120586395s 2018-09-01 19:24:47,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-27d21e82-c1ff-455b-9068-5190ea814c82 2018-09-01 19:24:47,692 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap', u'metadata': Munch({})})], 'file': u'/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file', 'owner': u'4d4021a1339f4d9ba7a6d32091768ef1', 'id': u'607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04', 'size': 12716032, u'self': u'/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:24:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:24:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698', 'created': u'2018-09-01T19:24:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:24:44Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:24:47,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:24:47,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_ae748e73-970f-488a-8127-6cf8bea22698", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:24:48,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24: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,Accept-Encoding x-openstack-request-id: req-e30844ea-6140-49c8-b6f8-7568a55db121 x-compute-request-id: req-e30844ea-6140-49c8-b6f8-7568a55db121 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_ae748e73-970f-488a-8127-6cf8bea22698", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/864b5971-a1a0-487f-979e-8a53604142ab", "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": "864b5971-a1a0-487f-979e-8a53604142ab"}} 2018-09-01 19:24:48,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-e30844ea-6140-49c8-b6f8-7568a55db121 2018-09-01 19:24:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.834308862686s 2018-09-01 19:24:48,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-e30844ea-6140-49c8-b6f8-7568a55db121 2018-09-01 19:24:48,529 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_ae748e73-970f-488a-8127-6cf8bea22698', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'864b5971-a1a0-487f-979e-8a53604142ab', 'swap': 0}) 2018-09-01 19:24:48,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:24:48,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"extra_specs": {}}' 2018-09-01 19:24:48,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24: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 x-openstack-request-id: req-c8b71c16-3bcc-430b-b7d6-905bc8e8ed98 x-compute-request-id: req-c8b71c16-3bcc-430b-b7d6-905bc8e8ed98 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:24:48,662 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab/os-extra_specs used request id req-c8b71c16-3bcc-430b-b7d6-905bc8e8ed98 2018-09-01 19:24:48,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132573843002s 2018-09-01 19:24:48,662 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab/os-extra_specs used request id req-c8b71c16-3bcc-430b-b7d6-905bc8e8ed98 2018-09-01 19:24:48,777 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:24:48,777 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:24:48,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:24:48,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" -d '{"subnet_id": "c9664f89-c40f-4474-b3ec-6a14f53a2a3f"}' 2018-09-01 19:24:50,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f8c570d-645f-49ce-9d8d-faa8e09dbb91 Date: Sat, 01 Sep 2018 19:24:50 GMT RESP BODY: {"network_id": "b4dec4c2-502c-47c3-8cc3-e67fea114b82", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "c9664f89-c40f-4474-b3ec-6a14f53a2a3f", "subnet_ids": ["c9664f89-c40f-4474-b3ec-6a14f53a2a3f"], "port_id": "439de00a-33dd-47af-a063-fff96fb194cf", "id": "010f7816-88dc-473f-ad60-11bcc13f303e"} 2018-09-01 19:24:50,320 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/remove_router_interface.json used request id req-8f8c570d-645f-49ce-9d8d-faa8e09dbb91 2018-09-01 19:24:50,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53765916824s 2018-09-01 19:24:50,321 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e/remove_router_interface.json used request id req-8f8c570d-645f-49ce-9d8d-faa8e09dbb91 returning object 010f7816-88dc-473f-ad60-11bcc13f303e 2018-09-01 19:24:50,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:24:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:50,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-511f7c64-4333-4305-bb9c-9cd95b7882e1 Date: Sat, 01 Sep 2018 19:24:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:24:49Z", "revision_number": 4, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "010f7816-88dc-473f-ad60-11bcc13f303e", "name": "vmready1-router_ae748e73-970f-488a-8127-6cf8bea22698"}]} 2018-09-01 19:24:50,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-511f7c64-4333-4305-bb9c-9cd95b7882e1 2018-09-01 19:24:50,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109102964401s 2018-09-01 19:24:50,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-511f7c64-4333-4305-bb9c-9cd95b7882e1 2018-09-01 19:24:50,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:24:50,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:51,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c6a7ca2-1617-4914-94b6-9c0f1bc5c2cf Content-Length: 0 Date: Sat, 01 Sep 2018 19:24:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:51,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e.json used request id req-4c6a7ca2-1617-4914-94b6-9c0f1bc5c2cf 2018-09-01 19:24:51,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53131818771s 2018-09-01 19:24:51,964 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/010f7816-88dc-473f-ad60-11bcc13f303e.json used request id req-4c6a7ca2-1617-4914-94b6-9c0f1bc5c2cf 2018-09-01 19:24:51,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:24:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:52,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-df6f2565-1ef3-4c6e-8e1f-ba17ec906a27 Date: Sat, 01 Sep 2018 19:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"92da8d7f-63ad-482a-afcf-a061c3630101","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:41Z","dns_nameservers":[],"updated_at":"2018-09-01T19:21:41Z","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":"1b34b31468a04e39ab9d3c5ad97d8417","id":"1de3dba3-7b64-45cb-bfda-6fb1538bd3da","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4dec4c2-502c-47c3-8cc3-e67fea114b82","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:24:40Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"c9664f89-c40f-4474-b3ec-6a14f53a2a3f","subnetpool_id":null,"name":"vmready1-subnet_ae748e73-970f-488a-8127-6cf8bea22698"}]} 2018-09-01 19:24:52,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-df6f2565-1ef3-4c6e-8e1f-ba17ec906a27 2018-09-01 19:24:52,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0781488418579s 2018-09-01 19:24:52,043 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-df6f2565-1ef3-4c6e-8e1f-ba17ec906a27 2018-09-01 19:24:52,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:24:52,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/c9664f89-c40f-4474-b3ec-6a14f53a2a3f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:53,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5fa53e1-2a35-4e2e-896e-98c07ef0b1a3 Date: Sat, 01 Sep 2018 19:24:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:53,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/c9664f89-c40f-4474-b3ec-6a14f53a2a3f.json used request id req-f5fa53e1-2a35-4e2e-896e-98c07ef0b1a3 2018-09-01 19:24:53,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09936094284s 2018-09-01 19:24:53,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/c9664f89-c40f-4474-b3ec-6a14f53a2a3f.json used request id req-f5fa53e1-2a35-4e2e-896e-98c07ef0b1a3 2018-09-01 19:24:53,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:53,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:53,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-db97328e-befe-4c20-871c-7374040107fb Date: Sat, 01 Sep 2018 19:24:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b4dec4c2-502c-47c3-8cc3-e67fea114b82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:24:52Z","provider:segmentation_id":72,"name":"vmready1-net_ae748e73-970f-488a-8127-6cf8bea22698","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:24:39Z","provider:network_type":"vxlan"}]} 2018-09-01 19:24:53,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-db97328e-befe-4c20-871c-7374040107fb 2018-09-01 19:24:53,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0815119743347s 2018-09-01 19:24:53,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-db97328e-befe-4c20-871c-7374040107fb 2018-09-01 19:24:53,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:24:53,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/b4dec4c2-502c-47c3-8cc3-e67fea114b82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:54,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bfa018d-0c12-4c22-ba6e-2b19b301b03b Date: Sat, 01 Sep 2018 19:24:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:24:54,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/b4dec4c2-502c-47c3-8cc3-e67fea114b82.json used request id req-8bfa018d-0c12-4c22-ba6e-2b19b301b03b 2018-09-01 19:24:54,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65975904465s 2018-09-01 19:24:54,888 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/b4dec4c2-502c-47c3-8cc3-e67fea114b82.json used request id req-8bfa018d-0c12-4c22-ba6e-2b19b301b03b 2018-09-01 19:24:54,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:24:54,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:54,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-f8d1783e-3c1b-4595-9e02-842430943f92 Date: Sat, 01 Sep 2018 19:24:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:24:47Z", "file": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "size": 12716032, "self": "/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ae748e73-970f-488a-8127-6cf8bea22698", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:24:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:24:54,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-f8d1783e-3c1b-4595-9e02-842430943f92 2018-09-01 19:24:54,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241281986237s 2018-09-01 19:24:54,916 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-f8d1783e-3c1b-4595-9e02-842430943f92 2018-09-01 19:24:54,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:24:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:55,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d542b696-6334-46e8-8ac9-e26e5d93df16 Date: Sat, 01 Sep 2018 19:24:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:24:55,219 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04 used request id req-d542b696-6334-46e8-8ac9-e26e5d93df16 2018-09-01 19:24:55,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.301280975342s 2018-09-01 19:24:55,219 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/607bd4cb-7d4c-4022-b6bf-8fe58cb3fb04 used request id req-d542b696-6334-46e8-8ac9-e26e5d93df16 2018-09-01 19:24:55,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:24:55,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:55,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24: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-cf3b7b71-e334-4346-9e6f-2470a87d4a4f x-compute-request-id: req-cf3b7b71-e334-4346-9e6f-2470a87d4a4f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_ae748e73-970f-488a-8127-6cf8bea22698", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/864b5971-a1a0-487f-979e-8a53604142ab", "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": "864b5971-a1a0-487f-979e-8a53604142ab"}]} 2018-09-01 19:24:55,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-cf3b7b71-e334-4346-9e6f-2470a87d4a4f 2018-09-01 19:24:55,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025190114975s 2018-09-01 19:24:55,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-cf3b7b71-e334-4346-9e6f-2470a87d4a4f 2018-09-01 19:24:55,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:24:55,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}47615f918a78a738cfd340cfd3d462f0cbb871d3" 2018-09-01 19:24:55,278 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:24: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 x-openstack-request-id: req-f313483c-6f7b-4fea-9d1f-32964c8b445a x-compute-request-id: req-f313483c-6f7b-4fea-9d1f-32964c8b445a Content-Length: 0 Content-Type: application/json 2018-09-01 19:24:55,278 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab used request id req-f313483c-6f7b-4fea-9d1f-32964c8b445a 2018-09-01 19:24:55,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0313069820404s 2018-09-01 19:24:55,278 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/864b5971-a1a0-487f-979e-8a53604142ab used request id req-f313483c-6f7b-4fea-9d1f-32964c8b445a 2018-09-01 19:24:55,331 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:55,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:55,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:55,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:55,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0067dc10-3eda-4b22-bbbc-9c72fabe5f5b 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:55,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-0067dc10-3eda-4b22-bbbc-9c72fabe5f5b 2018-09-01 19:24:55,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:55,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["6lTN2s0ARZ2whExdtqZnrg"], "issued_at": "2018-09-01T19:24:55.000000Z"}} 2018-09-01 19:24:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:24:55,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:56,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1f129c54-3eb6-471d-9ab5-fe8557014a92 Date: Sat, 01 Sep 2018 19:24:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:24:56,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f129c54-3eb6-471d-9ab5-fe8557014a92 2018-09-01 19:24:56,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.946231126785s 2018-09-01 19:24:56,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f129c54-3eb6-471d-9ab5-fe8557014a92 2018-09-01 19:24:56,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:56,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9fec55-59f1-41d9-bc30-9ca14f92f282 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:24:56,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-ea9fec55-59f1-41d9-bc30-9ca14f92f282 2018-09-01 19:24:56,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:24:56,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:56,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94060198-c2f8-4f6f-a0f6-8527c7799702 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:24:56,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-94060198-c2f8-4f6f-a0f6-8527c7799702 2018-09-01 19:24:56,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.161437988281s 2018-09-01 19:24:56,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-94060198-c2f8-4f6f-a0f6-8527c7799702 2018-09-01 19:24:56,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:24:56,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af"}}' 2018-09-01 19:24:57,099 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:24:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55645d4f-4189-485a-b49f-60f647943678 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.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca"}, "tags": [], "enabled": true, "id": "f44e89a8504a40a68dceae96cf1babca", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af"}} 2018-09-01 19:24:57,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-55645d4f-4189-485a-b49f-60f647943678 2018-09-01 19:24:57,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210378170013s 2018-09-01 19:24:57,100 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-55645d4f-4189-485a-b49f-60f647943678 2018-09-01 19:24:57,100 - 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'f44e89a8504a40a68dceae96cf1babca', '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_34a3e905-a601-43be-97a8-fca7d3e989af'}) 2018-09-01 19:24:57,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:24:57,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "40be7b99-e904-4a1c-8afd-f0017614789e", "email": null, "name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af"}}' 2018-09-01 19:24:57,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:24:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97d104aa-e510-4bab-b664-a91689aeb008 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af", "links": {"self": "http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0520cd9d888b4c8798fedb7feea61c0c", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:24:57,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-97d104aa-e510-4bab-b664-a91689aeb008 2018-09-01 19:24:57,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.498382091522s 2018-09-01 19:24:57,605 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-97d104aa-e510-4bab-b664-a91689aeb008 2018-09-01 19:24:57,606 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0520cd9d888b4c8798fedb7feea61c0c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af'}) 2018-09-01 19:24:57,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:57,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:57,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c97bf7-8175-4843-b554-4cf729e49a0d Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:57,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-37c97bf7-8175-4843-b554-4cf729e49a0d 2018-09-01 19:24:57,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174429893494s 2018-09-01 19:24:57,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-37c97bf7-8175-4843-b554-4cf729e49a0d 2018-09-01 19:24:57,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:57,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:57,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe2745a-42da-4967-b5ef-f78c4dc175ca Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:57,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-2fe2745a-42da-4967-b5ef-f78c4dc175ca 2018-09-01 19:24:57,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18802189827s 2018-09-01 19:24:57,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-2fe2745a-42da-4967-b5ef-f78c4dc175ca 2018-09-01 19:24:57,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:24:57,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:58,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5657219-dab7-4dc0-8c29-4775d83c3bf5 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:24:58,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-f5657219-dab7-4dc0-8c29-4775d83c3bf5 2018-09-01 19:24:58,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.145624876022s 2018-09-01 19:24:58,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-f5657219-dab7-4dc0-8c29-4775d83c3bf5 2018-09-01 19:24:58,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:24:58,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:58,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a87e1103-8275-4d10-a7b7-570898bb9f24 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:24:58,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-a87e1103-8275-4d10-a7b7-570898bb9f24 2018-09-01 19:24:58,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186683177948s 2018-09-01 19:24:58,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-a87e1103-8275-4d10-a7b7-570898bb9f24 2018-09-01 19:24:58,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:24:58,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:58,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2f641f-9c57-496c-9c72-3c14317d0cff Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af", "links": {"self": "http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0520cd9d888b4c8798fedb7feea61c0c", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:24:58,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-ac2f641f-9c57-496c-9c72-3c14317d0cff 2018-09-01 19:24:58,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115409135818s 2018-09-01 19:24:58,436 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-ac2f641f-9c57-496c-9c72-3c14317d0cff 2018-09-01 19:24:58,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:24:58,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:58,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3465d10-db55-4348-84f2-4564f9f23885 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca"}, "tags": [], "enabled": true, "id": "f44e89a8504a40a68dceae96cf1babca", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af"}]} 2018-09-01 19:24:58,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-e3465d10-db55-4348-84f2-4564f9f23885 2018-09-01 19:24:58,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180755138397s 2018-09-01 19:24:58,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-e3465d10-db55-4348-84f2-4564f9f23885 2018-09-01 19:24:58,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:24:58,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=0520cd9d888b4c8798fedb7feea61c0c&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=f44e89a8504a40a68dceae96cf1babca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:58,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87add485-0c96-4452-901e-af4f50dc746e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=0520cd9d888b4c8798fedb7feea61c0c&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=f44e89a8504a40a68dceae96cf1babca", "previous": null, "next": null}} 2018-09-01 19:24:58,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0520cd9d888b4c8798fedb7feea61c0c&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=f44e89a8504a40a68dceae96cf1babca used request id req-87add485-0c96-4452-901e-af4f50dc746e 2018-09-01 19:24:58,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.175798892975s 2018-09-01 19:24:58,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0520cd9d888b4c8798fedb7feea61c0c&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=f44e89a8504a40a68dceae96cf1babca used request id req-87add485-0c96-4452-901e-af4f50dc746e 2018-09-01 19:24:58,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:24:58,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca/users/0520cd9d888b4c8798fedb7feea61c0c/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:24:59,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c47c20ac-09db-4f93-9478-378cc58b8bfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:24:59,018 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca/users/0520cd9d888b4c8798fedb7feea61c0c/roles/64874fc0a262431fa67bb64fec250e81 used request id req-c47c20ac-09db-4f93-9478-378cc58b8bfd 2018-09-01 19:24:59,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.202805995941s 2018-09-01 19:24:59,019 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca/users/0520cd9d888b4c8798fedb7feea61c0c/roles/64874fc0a262431fa67bb64fec250e81 used request id req-c47c20ac-09db-4f93-9478-378cc58b8bfd 2018-09-01 19:24:59,019 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af', 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'f44e89a8504a40a68dceae96cf1babca', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '40be7b99-e904-4a1c-8afd-f0017614789e', 'username': u'vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:24:59,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:24:59,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:24:59,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:24:59,025 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af', 'password': '40be7b99-e904-4a1c-8afd-f0017614789e', 'project_name': 'vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': 'f44e89a8504a40a68dceae96cf1babca', 'project_domain_name': 'Default'} 2018-09-01 19:24:59,025 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-01 19:24:59,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:24:59,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9fc186-8cf1-4768-9b0a-a9f6f03c6876 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:24:59,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-1b9fc186-8cf1-4768-9b0a-a9f6f03c6876 2018-09-01 19:24:59,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:24:59,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f44e89a8504a40a68dceae96cf1babca", "name": "vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_f44e89a8504a40a68dceae96cf1babca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_f44e89a8504a40a68dceae96cf1babca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/f44e89a8504a40a68dceae96cf1babca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/f44e89a8504a40a68dceae96cf1babca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/f44e89a8504a40a68dceae96cf1babca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/f44e89a8504a40a68dceae96cf1babca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/f44e89a8504a40a68dceae96cf1babca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/f44e89a8504a40a68dceae96cf1babca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/f44e89a8504a40a68dceae96cf1babca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af", "id": "0520cd9d888b4c8798fedb7feea61c0c"}, "audit_ids": ["U8LmCj5aTECph3H5lxV6ew"], "issued_at": "2018-09-01T19:24:59.000000Z"}} 2018-09-01 19:24:59,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:24:59,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"network": {"name": "vmready2-net_34a3e905-a601-43be-97a8-fca7d3e989af", "admin_state_up": true}}' 2018-09-01 19:25:00,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-97473630-3018-4169-a3af-548b0ac00b42 Date: Sat, 01 Sep 2018 19:25:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f44e89a8504a40a68dceae96cf1babca","created_at":"2018-09-01T19:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:24:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f44e89a8504a40a68dceae96cf1babca","id":"73333338-b8a4-4580-9b57-2b8b59bee14d","name":"vmready2-net_34a3e905-a601-43be-97a8-fca7d3e989af"}} 2018-09-01 19:25:00,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-97473630-3018-4169-a3af-548b0ac00b42 2018-09-01 19:25:00,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.786823034286s 2018-09-01 19:25:00,206 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-97473630-3018-4169-a3af-548b0ac00b42 2018-09-01 19:25:00,207 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:24:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'73333338-b8a4-4580-9b57-2b8b59bee14d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_34a3e905-a601-43be-97a8-fca7d3e989af', u'admin_state_up': True, u'tenant_id': u'f44e89a8504a40a68dceae96cf1babca', u'created_at': u'2018-09-01T19:24:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f44e89a8504a40a68dceae96cf1babca'}) 2018-09-01 19:25:00,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:00,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:00,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-43f2ff71-62ee-4f19-a93a-e9c3465a3e0f Date: Sat, 01 Sep 2018 19:25:00 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-09-01T19:24:59Z","tenant_id":"f44e89a8504a40a68dceae96cf1babca","created_at":"2018-09-01T19:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f44e89a8504a40a68dceae96cf1babca","id":"73333338-b8a4-4580-9b57-2b8b59bee14d","name":"vmready2-net_34a3e905-a601-43be-97a8-fca7d3e989af"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"}]} 2018-09-01 19:25:00,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-43f2ff71-62ee-4f19-a93a-e9c3465a3e0f 2018-09-01 19:25:00,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148928880692s 2018-09-01 19:25:00,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-43f2ff71-62ee-4f19-a93a-e9c3465a3e0f 2018-09-01 19:25:00,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:25:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"subnet": {"name": "vmready2-subnet_34a3e905-a601-43be-97a8-fca7d3e989af", "enable_dhcp": true, "network_id": "73333338-b8a4-4580-9b57-2b8b59bee14d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:25:00,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5545a428-9b02-4c88-8245-e7ff8371140b Date: Sat, 01 Sep 2018 19:25:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73333338-b8a4-4580-9b57-2b8b59bee14d","tenant_id":"f44e89a8504a40a68dceae96cf1babca","created_at":"2018-09-01T19:25:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:25: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":"f44e89a8504a40a68dceae96cf1babca","id":"c8bbb5dd-f901-4714-9a00-dcc5693a641b","subnetpool_id":null,"name":"vmready2-subnet_34a3e905-a601-43be-97a8-fca7d3e989af"}} 2018-09-01 19:25:00,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-5545a428-9b02-4c88-8245-e7ff8371140b 2018-09-01 19:25:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.638695955276s 2018-09-01 19:25:00,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-5545a428-9b02-4c88-8245-e7ff8371140b 2018-09-01 19:25:00,998 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:25: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'c8bbb5dd-f901-4714-9a00-dcc5693a641b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_34a3e905-a601-43be-97a8-fca7d3e989af', u'enable_dhcp': True, u'network_id': u'73333338-b8a4-4580-9b57-2b8b59bee14d', u'tenant_id': u'f44e89a8504a40a68dceae96cf1babca', u'created_at': u'2018-09-01T19:25: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'f44e89a8504a40a68dceae96cf1babca'}) 2018-09-01 19:25:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:25:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "vmready2-router_34a3e905-a601-43be-97a8-fca7d3e989af", "admin_state_up": true}}' 2018-09-01 19:25:02,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-f9dff3ca-602b-4d96-a362-a83e4ef30e79 Date: Sat, 01 Sep 2018 19:25:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "created_at": "2018-09-01T19:25:01Z", "admin_state_up": true, "updated_at": "2018-09-01T19:25:01Z", "revision_number": 2, "routes": [], "project_id": "f44e89a8504a40a68dceae96cf1babca", "id": "b0c89d13-c5c8-48bf-8bda-4582e898b83d", "name": "vmready2-router_34a3e905-a601-43be-97a8-fca7d3e989af"}} 2018-09-01 19:25:02,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f9dff3ca-602b-4d96-a362-a83e4ef30e79 2018-09-01 19:25:02,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.223290205s 2018-09-01 19:25:02,222 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f9dff3ca-602b-4d96-a362-a83e4ef30e79 2018-09-01 19:25:02,223 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f44e89a8504a40a68dceae96cf1babca', u'created_at': u'2018-09-01T19:25:01Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:25:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'f44e89a8504a40a68dceae96cf1babca', u'id': u'b0c89d13-c5c8-48bf-8bda-4582e898b83d', u'name': u'vmready2-router_34a3e905-a601-43be-97a8-fca7d3e989af'}) 2018-09-01 19:25:02,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:25:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"subnet_id": "c8bbb5dd-f901-4714-9a00-dcc5693a641b"}' 2018-09-01 19:25:04,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8bd6a990-c501-45ac-9bb0-3bc40c64f52a Date: Sat, 01 Sep 2018 19:25:04 GMT RESP BODY: {"network_id": "73333338-b8a4-4580-9b57-2b8b59bee14d", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "subnet_id": "c8bbb5dd-f901-4714-9a00-dcc5693a641b", "subnet_ids": ["c8bbb5dd-f901-4714-9a00-dcc5693a641b"], "port_id": "c61678cb-819f-4ba9-86a0-62b07ba22d76", "id": "b0c89d13-c5c8-48bf-8bda-4582e898b83d"} 2018-09-01 19:25:04,127 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/add_router_interface.json used request id req-8bd6a990-c501-45ac-9bb0-3bc40c64f52a 2018-09-01 19:25:04,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90357780457s 2018-09-01 19:25:04,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/add_router_interface.json used request id req-8bd6a990-c501-45ac-9bb0-3bc40c64f52a returning object b0c89d13-c5c8-48bf-8bda-4582e898b83d 2018-09-01 19:25:04,128 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:25:04,260 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:25:04,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:04,266 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:25:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:25:04,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:04,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:05,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a0491a01-bfc8-4599-b876-ddee877c6e99 Date: Sat, 01 Sep 2018 19:25:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:05,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-a0491a01-bfc8-4599-b876-ddee877c6e99 2018-09-01 19:25:05,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.843670129776s 2018-09-01 19:25:05,112 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-a0491a01-bfc8-4599-b876-ddee877c6e99 2018-09-01 19:25:05,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:25:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af"}' 2018-09-01 19:25:05,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aeecb436-c5a8-4cdc-bb1c-8f14ab7e7e59 Date: Sat, 01 Sep 2018 19:25:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:05Z", "file": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file", "owner": "f44e89a8504a40a68dceae96cf1babca", "id": "d98aa1c3-55e5-429c-bb53-01abd0e5a384", "size": null, "self": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "checksum": null, "created_at": "2018-09-01T19:25:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:25:05,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-aeecb436-c5a8-4cdc-bb1c-8f14ab7e7e59 2018-09-01 19:25:05,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0769250392914s 2018-09-01 19:25:05,198 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-aeecb436-c5a8-4cdc-bb1c-8f14ab7e7e59 returning object d98aa1c3-55e5-429c-bb53-01abd0e5a384 2018-09-01 19:25:05,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:25:05,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '' 2018-09-01 19:25:06,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-543a6084-511d-4280-8809-6ff9821fb7e8 Date: Sat, 01 Sep 2018 19:25:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:25:06,204 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file used request id req-543a6084-511d-4280-8809-6ff9821fb7e8 2018-09-01 19:25:06,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.00531506538s 2018-09-01 19:25:06,204 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file used request id req-543a6084-511d-4280-8809-6ff9821fb7e8 2018-09-01 19:25:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:06,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:06,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-33c158cf-bf09-46dd-af8e-cc81c7bf8c46 Date: Sat, 01 Sep 2018 19:25:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:06Z", "file": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file", "owner": "f44e89a8504a40a68dceae96cf1babca", "id": "d98aa1c3-55e5-429c-bb53-01abd0e5a384", "size": 12716032, "self": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:25:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:06,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-33c158cf-bf09-46dd-af8e-cc81c7bf8c46 2018-09-01 19:25:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358400344849s 2018-09-01 19:25:06,244 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-33c158cf-bf09-46dd-af8e-cc81c7bf8c46 2018-09-01 19:25:06,246 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file', 'owner': u'f44e89a8504a40a68dceae96cf1babca', 'id': u'd98aa1c3-55e5-429c-bb53-01abd0e5a384', 'size': 12716032, u'self': u'/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f44e89a8504a40a68dceae96cf1babca', 'name': 'vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:25:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:25:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af', 'created': u'2018-09-01T19:25:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:25:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:25:06,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:25:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_34a3e905-a601-43be-97a8-fca7d3e989af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:25:07,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6f52d80-5757-4e39-900a-fa3b3cf98347 x-compute-request-id: req-b6f52d80-5757-4e39-900a-fa3b3cf98347 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_34a3e905-a601-43be-97a8-fca7d3e989af", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45", "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": "6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45"}} 2018-09-01 19:25:07,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-b6f52d80-5757-4e39-900a-fa3b3cf98347 2018-09-01 19:25:07,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.85479092598s 2018-09-01 19:25:07,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-b6f52d80-5757-4e39-900a-fa3b3cf98347 2018-09-01 19:25:07,103 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_34a3e905-a601-43be-97a8-fca7d3e989af', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45', 'swap': 0}) 2018-09-01 19:25:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:25:07,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" -d '{"extra_specs": {}}' 2018-09-01 19:25:07,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:07 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-dbd8d471-3697-437a-839a-45dd6636baa6 x-compute-request-id: req-dbd8d471-3697-437a-839a-45dd6636baa6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:25:07,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45/os-extra_specs used request id req-dbd8d471-3697-437a-839a-45dd6636baa6 2018-09-01 19:25:07,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.126759052277s 2018-09-01 19:25:07,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45/os-extra_specs used request id req-dbd8d471-3697-437a-839a-45dd6636baa6 2018-09-01 19:25:07,342 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:25:07,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:25:07,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:25:07,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" -d '{"subnet_id": "c8bbb5dd-f901-4714-9a00-dcc5693a641b"}' 2018-09-01 19:25:08,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57285414-2743-48fd-9cc3-a03e544b1ef7 Date: Sat, 01 Sep 2018 19:25:08 GMT RESP BODY: {"network_id": "73333338-b8a4-4580-9b57-2b8b59bee14d", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "subnet_id": "c8bbb5dd-f901-4714-9a00-dcc5693a641b", "subnet_ids": ["c8bbb5dd-f901-4714-9a00-dcc5693a641b"], "port_id": "c61678cb-819f-4ba9-86a0-62b07ba22d76", "id": "b0c89d13-c5c8-48bf-8bda-4582e898b83d"} 2018-09-01 19:25:08,894 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/remove_router_interface.json used request id req-57285414-2743-48fd-9cc3-a03e544b1ef7 2018-09-01 19:25:08,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5470199585s 2018-09-01 19:25:08,895 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d/remove_router_interface.json used request id req-57285414-2743-48fd-9cc3-a03e544b1ef7 returning object b0c89d13-c5c8-48bf-8bda-4582e898b83d 2018-09-01 19:25:08,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:25:08,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:09,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f3e5be40-992c-4e7a-82d1-ab7f4b74a603 Date: Sat, 01 Sep 2018 19:25:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "created_at": "2018-09-01T19:25:01Z", "admin_state_up": true, "updated_at": "2018-09-01T19:25:08Z", "revision_number": 4, "routes": [], "project_id": "f44e89a8504a40a68dceae96cf1babca", "id": "b0c89d13-c5c8-48bf-8bda-4582e898b83d", "name": "vmready2-router_34a3e905-a601-43be-97a8-fca7d3e989af"}]} 2018-09-01 19:25:09,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f3e5be40-992c-4e7a-82d1-ab7f4b74a603 2018-09-01 19:25:09,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.261203050613s 2018-09-01 19:25:09,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-f3e5be40-992c-4e7a-82d1-ab7f4b74a603 2018-09-01 19:25:09,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:25:09,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:10,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9f5f083-e580-40dc-b2a1-1177d58367cf Content-Length: 0 Date: Sat, 01 Sep 2018 19:25:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:10,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d.json used request id req-d9f5f083-e580-40dc-b2a1-1177d58367cf 2018-09-01 19:25:10,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23108816147s 2018-09-01 19:25:10,390 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/b0c89d13-c5c8-48bf-8bda-4582e898b83d.json used request id req-d9f5f083-e580-40dc-b2a1-1177d58367cf 2018-09-01 19:25:10,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:25:10,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:10,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4e520f8a-1f6d-4cc9-bd4d-5fbdcade520d Date: Sat, 01 Sep 2018 19:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73333338-b8a4-4580-9b57-2b8b59bee14d","tenant_id":"f44e89a8504a40a68dceae96cf1babca","created_at":"2018-09-01T19:25:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:25: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":"f44e89a8504a40a68dceae96cf1babca","id":"c8bbb5dd-f901-4714-9a00-dcc5693a641b","subnetpool_id":null,"name":"vmready2-subnet_34a3e905-a601-43be-97a8-fca7d3e989af"}]} 2018-09-01 19:25:10,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-4e520f8a-1f6d-4cc9-bd4d-5fbdcade520d 2018-09-01 19:25:10,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.100624084473s 2018-09-01 19:25:10,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-4e520f8a-1f6d-4cc9-bd4d-5fbdcade520d 2018-09-01 19:25:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:25:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/c8bbb5dd-f901-4714-9a00-dcc5693a641b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:11,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a413e907-c6c3-4e69-890e-da1674b5f094 Date: Sat, 01 Sep 2018 19:25:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:11,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/c8bbb5dd-f901-4714-9a00-dcc5693a641b.json used request id req-a413e907-c6c3-4e69-890e-da1674b5f094 2018-09-01 19:25:11,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.28529000282s 2018-09-01 19:25:11,778 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/c8bbb5dd-f901-4714-9a00-dcc5693a641b.json used request id req-a413e907-c6c3-4e69-890e-da1674b5f094 2018-09-01 19:25:11,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:11,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:11,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a226615b-afa9-47ad-a151-4ec207e76a47 Date: Sat, 01 Sep 2018 19:25:11 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-09-01T19:25:11Z","tenant_id":"f44e89a8504a40a68dceae96cf1babca","created_at":"2018-09-01T19:24:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f44e89a8504a40a68dceae96cf1babca","id":"73333338-b8a4-4580-9b57-2b8b59bee14d","name":"vmready2-net_34a3e905-a601-43be-97a8-fca7d3e989af"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"}]} 2018-09-01 19:25:11,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a226615b-afa9-47ad-a151-4ec207e76a47 2018-09-01 19:25:11,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0947060585022s 2018-09-01 19:25:11,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a226615b-afa9-47ad-a151-4ec207e76a47 2018-09-01 19:25:11,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:25:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/73333338-b8a4-4580-9b57-2b8b59bee14d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:13,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42e4f05e-1265-4e62-acab-20182b5d8127 Date: Sat, 01 Sep 2018 19:25:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:13,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/73333338-b8a4-4580-9b57-2b8b59bee14d.json used request id req-42e4f05e-1265-4e62-acab-20182b5d8127 2018-09-01 19:25:13,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20293807983s 2018-09-01 19:25:13,078 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/73333338-b8a4-4580-9b57-2b8b59bee14d.json used request id req-42e4f05e-1265-4e62-acab-20182b5d8127 2018-09-01 19:25:13,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:13,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:13,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-ad89f036-3824-4777-9441-afa57a02175e Date: Sat, 01 Sep 2018 19:25:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:06Z", "file": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/file", "owner": "f44e89a8504a40a68dceae96cf1babca", "id": "d98aa1c3-55e5-429c-bb53-01abd0e5a384", "size": 12716032, "self": "/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34a3e905-a601-43be-97a8-fca7d3e989af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:25:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:13,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ad89f036-3824-4777-9441-afa57a02175e 2018-09-01 19:25:13,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0451719760895s 2018-09-01 19:25:13,127 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ad89f036-3824-4777-9441-afa57a02175e 2018-09-01 19:25:13,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:25:13,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd035e8297fa74641ccd7e097cbc5662b3c03e1c" 2018-09-01 19:25:14,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f50ce15-da86-4006-a59b-4fc71299aaa2 Date: Sat, 01 Sep 2018 19:25:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:25:14,265 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384 used request id req-0f50ce15-da86-4006-a59b-4fc71299aaa2 2018-09-01 19:25:14,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.13654899597s 2018-09-01 19:25:14,266 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/d98aa1c3-55e5-429c-bb53-01abd0e5a384 used request id req-0f50ce15-da86-4006-a59b-4fc71299aaa2 2018-09-01 19:25:14,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:25:14,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:14,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-3fe14ee4-f677-4071-b267-922696888917 x-compute-request-id: req-3fe14ee4-f677-4071-b267-922696888917 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_34a3e905-a601-43be-97a8-fca7d3e989af", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45", "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": "6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45"}]} 2018-09-01 19:25:14,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-3fe14ee4-f677-4071-b267-922696888917 2018-09-01 19:25:14,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221149921417s 2018-09-01 19:25:14,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-3fe14ee4-f677-4071-b267-922696888917 2018-09-01 19:25:14,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:25:14,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:14,336 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:25: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-856b01ca-591c-4d1b-9431-834d6ba130e7 x-compute-request-id: req-856b01ca-591c-4d1b-9431-834d6ba130e7 Content-Length: 0 Content-Type: application/json 2018-09-01 19:25:14,336 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45 used request id req-856b01ca-591c-4d1b-9431-834d6ba130e7 2018-09-01 19:25:14,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0456328392029s 2018-09-01 19:25:14,337 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/6ca8f811-ad84-4d4e-a9d8-a3e2ff975a45 used request id req-856b01ca-591c-4d1b-9431-834d6ba130e7 2018-09-01 19:25:14,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:25:14,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:14,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9339d2-3920-49b8-bf78-225f70d9dde0 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af", "links": {"self": "http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0520cd9d888b4c8798fedb7feea61c0c", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:25:14,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-bb9339d2-3920-49b8-bf78-225f70d9dde0 2018-09-01 19:25:14,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.23735499382s 2018-09-01 19:25:14,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-bb9339d2-3920-49b8-bf78-225f70d9dde0 2018-09-01 19:25:14,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:25:14,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:14,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05dba35-dd73-4b42-90af-de73864eee38 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_34a3e905-a601-43be-97a8-fca7d3e989af", "links": {"self": "http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0520cd9d888b4c8798fedb7feea61c0c", "description": null}} 2018-09-01 19:25:14,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c used request id req-f05dba35-dd73-4b42-90af-de73864eee38 2018-09-01 19:25:14,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204691886902s 2018-09-01 19:25:14,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c used request id req-f05dba35-dd73-4b42-90af-de73864eee38 2018-09-01 19:25:14,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:25:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:15,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a014bcc-1178-4bcc-8970-48690efb5328 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:25:15,087 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c used request id req-2a014bcc-1178-4bcc-8970-48690efb5328 2018-09-01 19:25:15,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.300219774246s 2018-09-01 19:25:15,087 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0520cd9d888b4c8798fedb7feea61c0c used request id req-2a014bcc-1178-4bcc-8970-48690efb5328 2018-09-01 19:25:15,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:25:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:15,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf7663b-cf70-4c23-8a89-067e58acb8a8 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca"}, "tags": [], "enabled": true, "id": "f44e89a8504a40a68dceae96cf1babca", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34a3e905-a601-43be-97a8-fca7d3e989af"}]} 2018-09-01 19:25:15,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-0bf7663b-cf70-4c23-8a89-067e58acb8a8 2018-09-01 19:25:15,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195976018906s 2018-09-01 19:25:15,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-0bf7663b-cf70-4c23-8a89-067e58acb8a8 2018-09-01 19:25:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:25:15,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}32e200164995f3dd76f61830b9dc6c48071ecb78" 2018-09-01 19:25:15,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:25:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d71d660f-c9fb-48e0-a387-e6c1f7c2b0f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:25:15,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca used request id req-d71d660f-c9fb-48e0-a387-e6c1f7c2b0f7 2018-09-01 19:25:15,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.181341171265s 2018-09-01 19:25:15,476 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/f44e89a8504a40a68dceae96cf1babca used request id req-d71d660f-c9fb-48e0-a387-e6c1f7c2b0f7 2018-09-01 19:25:15,529 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:25:15,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:25:15,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:25:15,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:25:15,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:15,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe50714-1391-4d23-9305-1a5c64657b29 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:25:15,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-dbe50714-1391-4d23-9305-1a5c64657b29 2018-09-01 19:25:15,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:25:15,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["IFbHTUi-TIC6yhxBRrhUog"], "issued_at": "2018-09-01T19:25:15.000000Z"}} 2018-09-01 19:25:15,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:15,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:16,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cbba9580-c9c2-42da-ac58-76a907d22dbd Date: Sat, 01 Sep 2018 19:25:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:16,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cbba9580-c9c2-42da-ac58-76a907d22dbd 2018-09-01 19:25:16,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340573072433s 2018-09-01 19:25:16,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cbba9580-c9c2-42da-ac58-76a907d22dbd 2018-09-01 19:25:16,318 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-01 19:25:16,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:25:16,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"network": {"name": "singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9", "admin_state_up": true}}' 2018-09-01 19:25:16,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-25da094d-f61a-4cec-9c93-bf95a1275fab Date: Sat, 01 Sep 2018 19:25:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:25:16Z","is_default":false,"provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","mtu":1450}} 2018-09-01 19:25:16,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-25da094d-f61a-4cec-9c93-bf95a1275fab 2018-09-01 19:25:16,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.346275091171s 2018-09-01 19:25:16,667 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-25da094d-f61a-4cec-9c93-bf95a1275fab 2018-09-01 19:25:16,667 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T19:25:16Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'11edafb5-7abb-4c5e-ab7c-9075f28179c0', u'provider:segmentation_id': 81, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9', u'admin_state_up': True, u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:25:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:25:16,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:16,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-f507cb03-f80f-4acc-99c8-f390e94dcbc9 Date: Sat, 01 Sep 2018 19:25:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:25:16Z","provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:16,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-f507cb03-f80f-4acc-99c8-f390e94dcbc9 2018-09-01 19:25:16,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0993490219116s 2018-09-01 19:25:16,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-f507cb03-f80f-4acc-99c8-f390e94dcbc9 2018-09-01 19:25:16,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:25:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"subnet": {"name": "singlevm1-subnet_3fe572c9-6856-4cd3-a780-f440b17769f9", "enable_dhcp": true, "network_id": "11edafb5-7abb-4c5e-ab7c-9075f28179c0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:25:17,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-06bb80da-fee1-4264-8b40-e8cfe7f30d08 Date: Sat, 01 Sep 2018 19:25:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:25:16Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"a8c75696-c32d-4a9e-a9a4-6f82fa86596d","subnetpool_id":null,"name":"singlevm1-subnet_3fe572c9-6856-4cd3-a780-f440b17769f9"}} 2018-09-01 19:25:17,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-06bb80da-fee1-4264-8b40-e8cfe7f30d08 2018-09-01 19:25:17,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.357448816299s 2018-09-01 19:25:17,127 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-06bb80da-fee1-4264-8b40-e8cfe7f30d08 2018-09-01 19:25:17,127 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:25:16Z', 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'a8c75696-c32d-4a9e-a9a4-6f82fa86596d', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_3fe572c9-6856-4cd3-a780-f440b17769f9', u'enable_dhcp': True, u'network_id': u'11edafb5-7abb-4c5e-ab7c-9075f28179c0', u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:25:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1'}) 2018-09-01 19:25:17,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:25:17,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "singlevm1-router_3fe572c9-6856-4cd3-a780-f440b17769f9", "admin_state_up": true}}' 2018-09-01 19:25:18,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-93349f25-b413-452a-97ae-4b949f5bc5de Date: Sat, 01 Sep 2018 19:25:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:25:18Z", "revision_number": 2, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "9f16c812-846f-4b6e-96eb-9543e3d3f104", "name": "singlevm1-router_3fe572c9-6856-4cd3-a780-f440b17769f9"}} 2018-09-01 19:25:18,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-93349f25-b413-452a-97ae-4b949f5bc5de 2018-09-01 19:25:18,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20446300507s 2018-09-01 19:25:18,333 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-93349f25-b413-452a-97ae-4b949f5bc5de 2018-09-01 19:25:18,333 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'created_at': u'2018-09-01T19:25:17Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T19:25:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1', u'id': u'9f16c812-846f-4b6e-96eb-9543e3d3f104', u'name': u'singlevm1-router_3fe572c9-6856-4cd3-a780-f440b17769f9'}) 2018-09-01 19:25:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:25:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"subnet_id": "a8c75696-c32d-4a9e-a9a4-6f82fa86596d"}' 2018-09-01 19:25:19,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b07d988d-ea6d-47d2-9541-91b6cfafa96c Date: Sat, 01 Sep 2018 19:25:19 GMT RESP BODY: {"network_id": "11edafb5-7abb-4c5e-ab7c-9075f28179c0", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "a8c75696-c32d-4a9e-a9a4-6f82fa86596d", "subnet_ids": ["a8c75696-c32d-4a9e-a9a4-6f82fa86596d"], "port_id": "92ff751b-186c-47d6-9b9f-1088dde00376", "id": "9f16c812-846f-4b6e-96eb-9543e3d3f104"} 2018-09-01 19:25:19,972 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/add_router_interface.json used request id req-b07d988d-ea6d-47d2-9541-91b6cfafa96c 2018-09-01 19:25:19,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.6380879879s 2018-09-01 19:25:19,972 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/add_router_interface.json used request id req-b07d988d-ea6d-47d2-9541-91b6cfafa96c returning object 9f16c812-846f-4b6e-96eb-9543e3d3f104 2018-09-01 19:25:19,973 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:25:20,105 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:25:20,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:20,111 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:25:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:25:20,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:20,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:20,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-df7be56b-a3ea-47f6-8d66-3bd13dc311b1 Date: Sat, 01 Sep 2018 19:25:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:20,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-df7be56b-a3ea-47f6-8d66-3bd13dc311b1 2018-09-01 19:25:20,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.749048948288s 2018-09-01 19:25:20,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-df7be56b-a3ea-47f6-8d66-3bd13dc311b1 2018-09-01 19:25:20,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:25:20,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9"}' 2018-09-01 19:25:20,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-51115d4e-5650-4205-ab8d-fe185b2dde1d Date: Sat, 01 Sep 2018 19:25:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:20Z", "file": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "af634537-9499-4f20-943e-ff2172ae6f1d", "size": null, "self": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "checksum": null, "created_at": "2018-09-01T19:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:25:20,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-51115d4e-5650-4205-ab8d-fe185b2dde1d 2018-09-01 19:25:20,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0669510364532s 2018-09-01 19:25:20,938 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-51115d4e-5650-4205-ab8d-fe185b2dde1d returning object af634537-9499-4f20-943e-ff2172ae6f1d 2018-09-01 19:25:20,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:25:20,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '' 2018-09-01 19:25:22,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42315bec-2f41-4131-9555-b01375dfd355 Date: Sat, 01 Sep 2018 19:25:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:25:22,164 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file used request id req-42315bec-2f41-4131-9555-b01375dfd355 2018-09-01 19:25:22,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22573304176s 2018-09-01 19:25:22,165 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file used request id req-42315bec-2f41-4131-9555-b01375dfd355 2018-09-01 19:25:22,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:22,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:22,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-85a1b7ce-f522-4d50-9b56-3946c6dcd8dc Date: Sat, 01 Sep 2018 19:25:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:22Z", "file": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "af634537-9499-4f20-943e-ff2172ae6f1d", "size": 12716032, "self": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:22,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-85a1b7ce-f522-4d50-9b56-3946c6dcd8dc 2018-09-01 19:25:22,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253219604492s 2018-09-01 19:25:22,194 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-85a1b7ce-f522-4d50-9b56-3946c6dcd8dc 2018-09-01 19:25:22,196 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file', 'owner': u'4d4021a1339f4d9ba7a6d32091768ef1', 'id': u'af634537-9499-4f20-943e-ff2172ae6f1d', 'size': 12716032, u'self': u'/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:25:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:25:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9', 'created': u'2018-09-01T19:25:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:25:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:25:22,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:25:22,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_3fe572c9-6856-4cd3-a780-f440b17769f9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:25:22,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:22 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-1d58259e-26aa-4301-8f81-30b6d9cab8c1 x-compute-request-id: req-1d58259e-26aa-4301-8f81-30b6d9cab8c1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_3fe572c9-6856-4cd3-a780-f440b17769f9", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "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": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a"}} 2018-09-01 19:25:22,546 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-1d58259e-26aa-4301-8f81-30b6d9cab8c1 2018-09-01 19:25:22,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.348958969116s 2018-09-01 19:25:22,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-1d58259e-26aa-4301-8f81-30b6d9cab8c1 2018-09-01 19:25:22,548 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_3fe572c9-6856-4cd3-a780-f440b17769f9', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a', 'swap': 0}) 2018-09-01 19:25:22,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:25:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"extra_specs": {}}' 2018-09-01 19:25:22,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:22 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-d7c33470-89e6-4713-bbf0-a2e05de5e9b6 x-compute-request-id: req-d7c33470-89e6-4713-bbf0-a2e05de5e9b6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:25:22,568 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a/os-extra_specs used request id req-d7c33470-89e6-4713-bbf0-a2e05de5e9b6 2018-09-01 19:25:22,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197768211365s 2018-09-01 19:25:22,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a/os-extra_specs used request id req-d7c33470-89e6-4713-bbf0-a2e05de5e9b6 2018-09-01 19:25:22,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 19:25:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"keypair": {"name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9"}}' 2018-09-01 19:25:22,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:22 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-e6dce4c5-a876-4551-a4c7-4a88aff33b38 x-compute-request-id: req-e6dce4c5-a876-4551-a4c7-4a88aff33b38 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdmxnvfDXBcozl+/rIyxJviQ9a1IYaGpDYvBBifOszIx3rR9RngLTvCI4l85JmaSIsS2aDmS5+IORdDO6mAYXVzxA0a1nGbH/z5yHRr18N+cjNZhjwVFLqX3L/YwALHxHOWSxc5VwKPXZdxPr/69sJSeiiFlYWfADSer1mgE+qK3cXbWAEcfLaikc0CIdYZfMq4L6iysjA0mHjhfSIjW8Nev0pSx0wvvW00zkpvs9x9D+YgIkj/eijdD8sx2APZNCf1ycTsarPm7S+oaIO3LFFssG5M8RZ23aPPw0uVWbWJDZgdCs6cnsU71tP3vDNXt3WVgk7jGNXAInkkzCBrF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxDnZsZ73w1wXKM5fv6yMsSb4kPWtSGGhqQ2LwQYnzrMyMd60\nfUZ4C07wiOJfOSZmkiLEtmg5kufiDkXQzupgGF1c8QNGtZxmx/8+ch0a9fDfnIzW\nYY8FRS6l9y/2MACx8RzlksXOVcCj12XcT6/+vbCUnoohZWFnwA0nq9ZoBPqit3F2\n1gBHHy2opHNAiHWGXzKuC+osrIwNJh44X0iI1vDXr9KUsdML71tNM5Kb7PcfQ/mI\nCJI/3oo3Q/LMdgD2TQn9cnE7Gqz5u0vqGiDtyxRbLBuTPEWdt2jz8NLlVm1iQ2YH\nQrOnJ7FO9bT97wzV7d1lYJO4xjVwCJ5JMwgaxQIDAQABAoIBAQCp13zCjdrcAFiX\nXFFp4RsBtr6NEeiDbuXzIiNl1kMcWORIYAAPMrBy8Uem43ESUVeUg32KeJnkuspi\nGjHK9vhn/l+UyIYqaY5Y62eMc/7DA1M4+HoShS1FnUPPuXa4Q9HA5YcbzBR1CsGF\njcfsPWQbobxxoROY4X9grsI4rOLp8tTRMQwSNliKV5lApWXaNbHrQm7D5sNgaJ5/\nQb0WQShyquSFsHgdpPGwstaogVyT/7hwMahtM/nOO2M5Q9xMVVesxje5oQKIpd9I\nIeq5j468fy//0vCMkOv8kyz65anm+2gYStsAYQwuXGUpTlwicNqXVRTkZzksRB9t\n+mLvHAE9AoGBAPVcSTTTFfl5xI5ZlcRDFyzmqKKiz4eLz+4xylqxaDAPO8tEpvj6\nomDAdiRvORBJwtDNcNC+l6Uuq5W/72Ym3O10BF4BuRz+k9oMr1VAruY+SRfbrreK\n+DbaFEczYcr8e5Da8oV4c1Dp+/3X2xGUGhOhDEJTr/+LPNA03+cvXyOvAoGBAMy8\nIPRi99Rzba5DfO1x/ZqMbSuXXU4pW/VTuOyMsO8+jjoQpOMURBdUcOFR8xq+P9gh\n7IJY+5so8GasFp4zqIAJG8U2/p52CAmwsPVSWPMMExN7Fj9a/TQKmr26A3cJVPyB\nB3uC6ykVBV26LwzN/T8/Ba0fmZTUrsQTOXGb5uHLAoGAa1f0ryeqdXrQg3auDy9K\n9Fn1bTHNmX+ReKRP4126N0xy3HsskcEVST7qcQY38OhUUwWOVcUMkzfX2awfEJHw\nFfKr9nTKh+TYyozCKIoj+pdFYyq5RZOHBHhkZsIUBrpvVPB1Ke+Ig93aYTQOo6In\nxm6u7lWuqh5AfNalHn+bIAECgYA2EckyQaDp/sIMr84id2RemI+MX6FIryuWEtJX\nxqBDzuWI+DRTtFp3PtnA5/+oJG6AChWIJy/rvlgfBXvDtCjgB4fKAcgk2U8uH/fc\nEi9joOC42Fz7xm/weox7ZtDbcx96wCjVubGZW+/a3PzoCM7FEUPSgPHymGi/Z8RX\n+LB1GQKBgEBcc9pzNLX4k+cK05lrKNM1neUwAJIygAHHkYPVJgvUwIp0cHgCqabH\npv1YGNnFMKL6d+VHJL++yreCHgv6n4RRCcA0pTTuIMETapvAxQHEZdpSRDhwU0L0\ne3cIgwfwmyD78CoWI4dMjfh/mcDG0vUQX1gM3n7NthRjXH/Er7yG\n-----END RSA PRIVATE KEY-----\n", "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "fingerprint": "35:51:48:cc:22:47:11:d4:97:59:1e:1e:64:5b:99:22"}} 2018-09-01 19:25:22,882 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-e6dce4c5-a876-4551-a4c7-4a88aff33b38 2018-09-01 19:25:22,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.313514947891s 2018-09-01 19:25:22,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-e6dce4c5-a876-4551-a4c7-4a88aff33b38 2018-09-01 19:25:22,884 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOdmxnvfDXBcozl+/rIyxJviQ9a1IYaGpDYvBBifOszIx3rR9RngLTvCI4l85JmaSIsS2aDmS5+IORdDO6mAYXVzxA0a1nGbH/z5yHRr18N+cjNZhjwVFLqX3L/YwALHxHOWSxc5VwKPXZdxPr/69sJSeiiFlYWfADSer1mgE+qK3cXbWAEcfLaikc0CIdYZfMq4L6iysjA0mHjhfSIjW8Nev0pSx0wvvW00zkpvs9x9D+YgIkj/eijdD8sx2APZNCf1ycTsarPm7S+oaIO3LFFssG5M8RZ23aPPw0uVWbWJDZgdCs6cnsU71tP3vDNXt3WVgk7jGNXAInkkzCBrF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxDnZsZ73w1wXKM5fv6yMsSb4kPWtSGGhqQ2LwQYnzrMyMd60\nfUZ4C07wiOJfOSZmkiLEtmg5kufiDkXQzupgGF1c8QNGtZxmx/8+ch0a9fDfnIzW\nYY8FRS6l9y/2MACx8RzlksXOVcCj12XcT6/+vbCUnoohZWFnwA0nq9ZoBPqit3F2\n1gBHHy2opHNAiHWGXzKuC+osrIwNJh44X0iI1vDXr9KUsdML71tNM5Kb7PcfQ/mI\nCJI/3oo3Q/LMdgD2TQn9cnE7Gqz5u0vqGiDtyxRbLBuTPEWdt2jz8NLlVm1iQ2YH\nQrOnJ7FO9bT97wzV7d1lYJO4xjVwCJ5JMwgaxQIDAQABAoIBAQCp13zCjdrcAFiX\nXFFp4RsBtr6NEeiDbuXzIiNl1kMcWORIYAAPMrBy8Uem43ESUVeUg32KeJnkuspi\nGjHK9vhn/l+UyIYqaY5Y62eMc/7DA1M4+HoShS1FnUPPuXa4Q9HA5YcbzBR1CsGF\njcfsPWQbobxxoROY4X9grsI4rOLp8tTRMQwSNliKV5lApWXaNbHrQm7D5sNgaJ5/\nQb0WQShyquSFsHgdpPGwstaogVyT/7hwMahtM/nOO2M5Q9xMVVesxje5oQKIpd9I\nIeq5j468fy//0vCMkOv8kyz65anm+2gYStsAYQwuXGUpTlwicNqXVRTkZzksRB9t\n+mLvHAE9AoGBAPVcSTTTFfl5xI5ZlcRDFyzmqKKiz4eLz+4xylqxaDAPO8tEpvj6\nomDAdiRvORBJwtDNcNC+l6Uuq5W/72Ym3O10BF4BuRz+k9oMr1VAruY+SRfbrreK\n+DbaFEczYcr8e5Da8oV4c1Dp+/3X2xGUGhOhDEJTr/+LPNA03+cvXyOvAoGBAMy8\nIPRi99Rzba5DfO1x/ZqMbSuXXU4pW/VTuOyMsO8+jjoQpOMURBdUcOFR8xq+P9gh\n7IJY+5so8GasFp4zqIAJG8U2/p52CAmwsPVSWPMMExN7Fj9a/TQKmr26A3cJVPyB\nB3uC6ykVBV26LwzN/T8/Ba0fmZTUrsQTOXGb5uHLAoGAa1f0ryeqdXrQg3auDy9K\n9Fn1bTHNmX+ReKRP4126N0xy3HsskcEVST7qcQY38OhUUwWOVcUMkzfX2awfEJHw\nFfKr9nTKh+TYyozCKIoj+pdFYyq5RZOHBHhkZsIUBrpvVPB1Ke+Ig93aYTQOo6In\nxm6u7lWuqh5AfNalHn+bIAECgYA2EckyQaDp/sIMr84id2RemI+MX6FIryuWEtJX\nxqBDzuWI+DRTtFp3PtnA5/+oJG6AChWIJy/rvlgfBXvDtCjgB4fKAcgk2U8uH/fc\nEi9joOC42Fz7xm/weox7ZtDbcx96wCjVubGZW+/a3PzoCM7FEUPSgPHymGi/Z8RX\n+LB1GQKBgEBcc9pzNLX4k+cK05lrKNM1neUwAJIygAHHkYPVJgvUwIp0cHgCqabH\npv1YGNnFMKL6d+VHJL++yreCHgv6n4RRCcA0pTTuIMETapvAxQHEZdpSRDhwU0L0\ne3cIgwfwmyD78CoWI4dMjfh/mcDG0vUQX1gM3n7NthRjXH/Er7yG\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'565b29a2d36b460fb155a18e8adbf1ba', 'name': u'singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9', 'created_at': '2018-09-01T19:25:22.884035', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'35:51:48:cc:22:47:11:d4:97:59:1e:1e:64:5b:99:22', 'type': 'ssh', 'id': u'singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9'}) 2018-09-01 19:25:22,884 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAxDnZsZ73w1wXKM5fv6yMsSb4kPWtSGGhqQ2LwQYnzrMyMd60 fUZ4C07wiOJfOSZmkiLEtmg5kufiDkXQzupgGF1c8QNGtZxmx/8+ch0a9fDfnIzW YY8FRS6l9y/2MACx8RzlksXOVcCj12XcT6/+vbCUnoohZWFnwA0nq9ZoBPqit3F2 1gBHHy2opHNAiHWGXzKuC+osrIwNJh44X0iI1vDXr9KUsdML71tNM5Kb7PcfQ/mI CJI/3oo3Q/LMdgD2TQn9cnE7Gqz5u0vqGiDtyxRbLBuTPEWdt2jz8NLlVm1iQ2YH QrOnJ7FO9bT97wzV7d1lYJO4xjVwCJ5JMwgaxQIDAQABAoIBAQCp13zCjdrcAFiX XFFp4RsBtr6NEeiDbuXzIiNl1kMcWORIYAAPMrBy8Uem43ESUVeUg32KeJnkuspi GjHK9vhn/l+UyIYqaY5Y62eMc/7DA1M4+HoShS1FnUPPuXa4Q9HA5YcbzBR1CsGF jcfsPWQbobxxoROY4X9grsI4rOLp8tTRMQwSNliKV5lApWXaNbHrQm7D5sNgaJ5/ Qb0WQShyquSFsHgdpPGwstaogVyT/7hwMahtM/nOO2M5Q9xMVVesxje5oQKIpd9I Ieq5j468fy//0vCMkOv8kyz65anm+2gYStsAYQwuXGUpTlwicNqXVRTkZzksRB9t +mLvHAE9AoGBAPVcSTTTFfl5xI5ZlcRDFyzmqKKiz4eLz+4xylqxaDAPO8tEpvj6 omDAdiRvORBJwtDNcNC+l6Uuq5W/72Ym3O10BF4BuRz+k9oMr1VAruY+SRfbrreK +DbaFEczYcr8e5Da8oV4c1Dp+/3X2xGUGhOhDEJTr/+LPNA03+cvXyOvAoGBAMy8 IPRi99Rzba5DfO1x/ZqMbSuXXU4pW/VTuOyMsO8+jjoQpOMURBdUcOFR8xq+P9gh 7IJY+5so8GasFp4zqIAJG8U2/p52CAmwsPVSWPMMExN7Fj9a/TQKmr26A3cJVPyB B3uC6ykVBV26LwzN/T8/Ba0fmZTUrsQTOXGb5uHLAoGAa1f0ryeqdXrQg3auDy9K 9Fn1bTHNmX+ReKRP4126N0xy3HsskcEVST7qcQY38OhUUwWOVcUMkzfX2awfEJHw FfKr9nTKh+TYyozCKIoj+pdFYyq5RZOHBHhkZsIUBrpvVPB1Ke+Ig93aYTQOo6In xm6u7lWuqh5AfNalHn+bIAECgYA2EckyQaDp/sIMr84id2RemI+MX6FIryuWEtJX xqBDzuWI+DRTtFp3PtnA5/+oJG6AChWIJy/rvlgfBXvDtCjgB4fKAcgk2U8uH/fc Ei9joOC42Fz7xm/weox7ZtDbcx96wCjVubGZW+/a3PzoCM7FEUPSgPHymGi/Z8RX +LB1GQKBgEBcc9pzNLX4k+cK05lrKNM1neUwAJIygAHHkYPVJgvUwIp0cHgCqabH pv1YGNnFMKL6d+VHJL++yreCHgv6n4RRCcA0pTTuIMETapvAxQHEZdpSRDhwU0L0 e3cIgwfwmyD78CoWI4dMjfh/mcDG0vUQX1gM3n7NthRjXH/Er7yG -----END RSA PRIVATE KEY----- 2018-09-01 19:25:22,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 19:25:22,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"security_group": {"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-01 19:25:23,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0b64bda1-83e5-4b12-9987-6c5f5796fac9 Date: Sat, 01 Sep 2018 19:25:23 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:22Z", "updated_at": "2018-09-01T19:25:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "1077511a-7201-45ca-a9ad-89a5a643755c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "5092bccf-1fa2-4ae6-afc9-d8009fbb5bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 1, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}} 2018-09-01 19:25:23,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-0b64bda1-83e5-4b12-9987-6c5f5796fac9 2018-09-01 19:25:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.177605867386s 2018-09-01 19:25:23,065 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-0b64bda1-83e5-4b12-9987-6c5f5796fac9 2018-09-01 19:25:23,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:25:23,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:23,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-e4e9f71e-b5d2-40ac-b6e7-6d44a4834e02 Date: Sat, 01 Sep 2018 19:25:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:22Z", "updated_at": "2018-09-01T19:25:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "1077511a-7201-45ca-a9ad-89a5a643755c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "5092bccf-1fa2-4ae6-afc9-d8009fbb5bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 1, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}, {"description": "Default security group", "tags": [], "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "created_at": "2018-09-01T19:24:26Z", "updated_at": "2018-09-01T19:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "01b7a76d-28d1-4dd3-a409-1c01d8ac7b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "488b380f-2acd-4daf-996b-d47b6c637715", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "bde71bc7-e37d-4ae2-88c5-cdd17b537c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "ed056ecc-9fe0-4ac9-9758-20ca89de0fca", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}], "revision_number": 1, "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:11Z", "updated_at": "2018-09-01T19:24:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "6f45ae63-7e5a-44d3-ba7f-807d2db050c1", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "70b088b7-29f7-4f62-84fb-6a7eaf2d462b", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "7932be66-eab6-405b-88a5-4e634c1f1734", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "ce51f02f-82e0-4ce5-a915-c056ac2c4b5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 1, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "created_at": "2018-09-01T19:24:59Z", "updated_at": "2018-09-01T19:24:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "95802bf0-7fd3-4eaf-b846-edffaf0aa4fc", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "be96e2af-eda3-4598-8255-3812b3b3e836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "d58d9184-837b-441b-948e-6ee58497c09a", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "f3bf31ec-93f0-4868-b291-92ac4e58629b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}], "revision_number": 1, "project_id": "f44e89a8504a40a68dceae96cf1babca", "id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "created_at": "2018-09-01T19:21:36Z", "updated_at": "2018-09-01T19:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "2853f764-fa88-4678-9584-abce603b8aca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "4e6b4656-3560-4762-890b-e85ab865a3e7", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "a9f266c0-2b37-446d-9ccc-3966afeb1604", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "f01e3e97-f8fc-4c33-8d43-51af0f08d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}], "revision_number": 1, "project_id": "1b34b31468a04e39ab9d3c5ad97d8417", "id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T19:24:13Z", "updated_at": "2018-09-01T19:24:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "1e7e7a3a-7250-4e91-a35e-5c3076fb484a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "32063096-3791-4b9b-af57-58adadac9aec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "721fb469-627b-4d21-91a9-ff16ed037a7c", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "febd5559-01b6-4dd3-8a17-f153de52a3c6", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "name": "default"}]} 2018-09-01 19:25:23,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-e4e9f71e-b5d2-40ac-b6e7-6d44a4834e02 2018-09-01 19:25:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.134160995483s 2018-09-01 19:25:23,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-e4e9f71e-b5d2-40ac-b6e7-6d44a4834e02 2018-09-01 19:25:23,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:25:23,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -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": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"}}' 2018-09-01 19:25:23,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3b03f3d6-3b05-42dd-abfb-c8bfcb2c40e1 Date: Sat, 01 Sep 2018 19:25:23 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-09-01T19:25:23Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "port_range_min": 22, "revision_number": 0, "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:23Z", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "6b7daf5f-287d-4ac2-880e-5424e47a912f"}} 2018-09-01 19:25:23,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-3b03f3d6-3b05-42dd-abfb-c8bfcb2c40e1 2018-09-01 19:25:23,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.376950979233s 2018-09-01 19:25:23,586 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-3b03f3d6-3b05-42dd-abfb-c8bfcb2c40e1 2018-09-01 19:25:23,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:25:23,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:23,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-3fc0588f-38ec-4544-81e9-cc203b7d8453 Date: Sat, 01 Sep 2018 19:25:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:22Z", "updated_at": "2018-09-01T19:25:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "1077511a-7201-45ca-a9ad-89a5a643755c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "5092bccf-1fa2-4ae6-afc9-d8009fbb5bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:25:23Z", "revision_number": 0, "id": "6b7daf5f-287d-4ac2-880e-5424e47a912f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:23Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 2, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}, {"description": "Default security group", "tags": [], "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "created_at": "2018-09-01T19:24:26Z", "updated_at": "2018-09-01T19:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "01b7a76d-28d1-4dd3-a409-1c01d8ac7b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "488b380f-2acd-4daf-996b-d47b6c637715", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "bde71bc7-e37d-4ae2-88c5-cdd17b537c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "ed056ecc-9fe0-4ac9-9758-20ca89de0fca", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}], "revision_number": 1, "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:11Z", "updated_at": "2018-09-01T19:24:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "6f45ae63-7e5a-44d3-ba7f-807d2db050c1", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "70b088b7-29f7-4f62-84fb-6a7eaf2d462b", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "7932be66-eab6-405b-88a5-4e634c1f1734", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "ce51f02f-82e0-4ce5-a915-c056ac2c4b5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 1, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "created_at": "2018-09-01T19:24:59Z", "updated_at": "2018-09-01T19:24:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "95802bf0-7fd3-4eaf-b846-edffaf0aa4fc", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "be96e2af-eda3-4598-8255-3812b3b3e836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "d58d9184-837b-441b-948e-6ee58497c09a", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "f3bf31ec-93f0-4868-b291-92ac4e58629b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}], "revision_number": 1, "project_id": "f44e89a8504a40a68dceae96cf1babca", "id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "created_at": "2018-09-01T19:21:36Z", "updated_at": "2018-09-01T19:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "2853f764-fa88-4678-9584-abce603b8aca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "4e6b4656-3560-4762-890b-e85ab865a3e7", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "a9f266c0-2b37-446d-9ccc-3966afeb1604", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "f01e3e97-f8fc-4c33-8d43-51af0f08d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}], "revision_number": 1, "project_id": "1b34b31468a04e39ab9d3c5ad97d8417", "id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T19:24:13Z", "updated_at": "2018-09-01T19:24:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "1e7e7a3a-7250-4e91-a35e-5c3076fb484a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "32063096-3791-4b9b-af57-58adadac9aec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "721fb469-627b-4d21-91a9-ff16ed037a7c", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "febd5559-01b6-4dd3-8a17-f153de52a3c6", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "name": "default"}]} 2018-09-01 19:25:23,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-3fc0588f-38ec-4544-81e9-cc203b7d8453 2018-09-01 19:25:23,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0589330196381s 2018-09-01 19:25:23,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-3fc0588f-38ec-4544-81e9-cc203b7d8453 2018-09-01 19:25:23,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:25:23,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -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": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"}}' 2018-09-01 19:25:23,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-72e0d5e8-ade5-49ab-8407-11e2c1e62abe Date: Sat, 01 Sep 2018 19:25:23 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-09-01T19:25:23Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "port_range_min": null, "revision_number": 0, "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:23Z", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "e37b3f8d-551e-446e-b408-552294f558f6"}} 2018-09-01 19:25:23,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-72e0d5e8-ade5-49ab-8407-11e2c1e62abe 2018-09-01 19:25:23,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130351781845s 2018-09-01 19:25:23,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-72e0d5e8-ade5-49ab-8407-11e2c1e62abe 2018-09-01 19:25:23,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:23,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:23,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-218aa075-5a12-4124-916d-dff91a8d6ddf Date: Sat, 01 Sep 2018 19:25:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":["a8c75696-c32d-4a9e-a9a4-6f82fa86596d"],"description":"","tags":[],"updated_at":"2018-09-01T19:25:16Z","provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:23,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-218aa075-5a12-4124-916d-dff91a8d6ddf 2018-09-01 19:25:23,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122087955475s 2018-09-01 19:25:23,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-218aa075-5a12-4124-916d-dff91a8d6ddf 2018-09-01 19:25:23,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:23,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:23,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-526b322a-96c7-4054-8351-69ace016420a Date: Sat, 01 Sep 2018 19:25:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:22Z", "file": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "af634537-9499-4f20-943e-ff2172ae6f1d", "size": 12716032, "self": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:23,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-526b322a-96c7-4054-8351-69ace016420a 2018-09-01 19:25:23,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245950222015s 2018-09-01 19:25:23,937 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-526b322a-96c7-4054-8351-69ace016420a 2018-09-01 19:25:23,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:25:23,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:23,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:23 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-ed283836-c005-431a-8a0c-f4a54016da60 x-compute-request-id: req-ed283836-c005-431a-8a0c-f4a54016da60 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_3fe572c9-6856-4cd3-a780-f440b17769f9", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "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": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a"}]} 2018-09-01 19:25:23,971 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-ed283836-c005-431a-8a0c-f4a54016da60 2018-09-01 19:25:23,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323338508606s 2018-09-01 19:25:23,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-ed283836-c005-431a-8a0c-f4a54016da60 2018-09-01 19:25:23,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:25:23,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"server": {"name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "imageRef": "af634537-9499-4f20-943e-ff2172ae6f1d", "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "flavorRef": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11edafb5-7abb-4c5e-ab7c-9075f28179c0"}], "security_groups": [{"name": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"}]}}' 2018-09-01 19:25:26,307 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:25:23 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-83ac7473-949d-43d5-82e6-f19afaea5b85 x-compute-request-id: req-83ac7473-949d-43d5-82e6-f19afaea5b85 Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"}], "OS-DCF:diskConfig": "MANUAL", "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "adminPass": "AwJbTyq4TmDw"}} 2018-09-01 19:25:26,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-83ac7473-949d-43d5-82e6-f19afaea5b85 2018-09-01 19:25:26,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.33447504044s 2018-09-01 19:25:26,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-83ac7473-949d-43d5-82e6-f19afaea5b85 2018-09-01 19:25:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:26,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:26,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-7e2ef52e-3f3e-42dd-bf21-90d6c6a5c0ae x-compute-request-id: req-7e2ef52e-3f3e-42dd-bf21-90d6c6a5c0ae 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.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:26,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7e2ef52e-3f3e-42dd-bf21-90d6c6a5c0ae 2018-09-01 19:25:26,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391272068024s 2018-09-01 19:25:26,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7e2ef52e-3f3e-42dd-bf21-90d6c6a5c0ae 2018-09-01 19:25:26,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:26,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:26,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d9609a2b-aed8-4b17-b321-38babe7c49e8 Date: Sat, 01 Sep 2018 19:25:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":["a8c75696-c32d-4a9e-a9a4-6f82fa86596d"],"description":"","tags":[],"updated_at":"2018-09-01T19:25:16Z","provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:26,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-d9609a2b-aed8-4b17-b321-38babe7c49e8 2018-09-01 19:25:26,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0761518478394s 2018-09-01 19:25:26,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-d9609a2b-aed8-4b17-b321-38babe7c49e8 2018-09-01 19:25:26,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:25:26,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:26,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-f9cebc6f-83ec-4853-87b0-a41ed42251ea Date: Sat, 01 Sep 2018 19:25:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"92da8d7f-63ad-482a-afcf-a061c3630101","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:41Z","dns_nameservers":[],"updated_at":"2018-09-01T19:21:41Z","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":"1b34b31468a04e39ab9d3c5ad97d8417","id":"1de3dba3-7b64-45cb-bfda-6fb1538bd3da","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:25:16Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"a8c75696-c32d-4a9e-a9a4-6f82fa86596d","subnetpool_id":null,"name":"singlevm1-subnet_3fe572c9-6856-4cd3-a780-f440b17769f9"}]} 2018-09-01 19:25:26,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-f9cebc6f-83ec-4853-87b0-a41ed42251ea 2018-09-01 19:25:26,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0579979419708s 2018-09-01 19:25:26,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-f9cebc6f-83ec-4853-87b0-a41ed42251ea 2018-09-01 19:25:26,844 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:28,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:28,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:29,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-ad59ad5f-2381-46a0-84b0-8b9b1a09c4c8 x-compute-request-id: req-ad59ad5f-2381-46a0-84b0-8b9b1a09c4c8 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:29,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ad59ad5f-2381-46a0-84b0-8b9b1a09c4c8 2018-09-01 19:25:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490664958954s 2018-09-01 19:25:29,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ad59ad5f-2381-46a0-84b0-8b9b1a09c4c8 2018-09-01 19:25:29,341 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:31,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:32,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-a65ddd7c-d3fa-4f0f-8888-475aa5434832 x-compute-request-id: req-a65ddd7c-d3fa-4f0f-8888-475aa5434832 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "security_groups": [{"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}], "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:30Z", "hostId": "c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:32,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a65ddd7c-d3fa-4f0f-8888-475aa5434832 2018-09-01 19:25:32,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44963216782s 2018-09-01 19:25:32,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a65ddd7c-d3fa-4f0f-8888-475aa5434832 2018-09-01 19:25:32,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:34,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:34,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:36,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-49e61a6e-6d93-4a25-87db-cc2f4c1291cf x-compute-request-id: req-49e61a6e-6d93-4a25-87db-cc2f4c1291cf Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:ab:d9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "security_groups": [{"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}], "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:30Z", "hostId": "c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:36,216 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-49e61a6e-6d93-4a25-87db-cc2f4c1291cf 2018-09-01 19:25:36,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41612100601s 2018-09-01 19:25:36,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-49e61a6e-6d93-4a25-87db-cc2f4c1291cf 2018-09-01 19:25:36,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:38,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:38,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:38,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-49162763-4364-42ac-a3af-6c95911dd3b0 x-compute-request-id: req-49162763-4364-42ac-a3af-6c95911dd3b0 Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:ab:d9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "security_groups": [{"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}], "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:30Z", "hostId": "c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:38,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-49162763-4364-42ac-a3af-6c95911dd3b0 2018-09-01 19:25:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426905870438s 2018-09-01 19:25:38,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-49162763-4364-42ac-a3af-6c95911dd3b0 2018-09-01 19:25:38,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:40,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:40,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:41,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-11f362a1-465f-412e-a982-a2b673d567b3 x-compute-request-id: req-11f362a1-465f-412e-a982-a2b673d567b3 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:ab:d9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-01T19:25:38.000000", "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "security_groups": [{"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}], "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:38Z", "hostId": "c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:41,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-11f362a1-465f-412e-a982-a2b673d567b3 2018-09-01 19:25:41,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.978375911713s 2018-09-01 19:25:41,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-11f362a1-465f-412e-a982-a2b673d567b3 2018-09-01 19:25:41,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:25:41,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:41,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-95b62e72-81c0-4897-b14b-e50dcf111391 Date: Sat, 01 Sep 2018 19:25:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T19:25:37Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8c75696-c32d-4a9e-a9a4-6f82fa86596d","ip_address":"192.168.120.7"}],"id":"437b957f-580f-43d3-9328-8dd4e73c6fa2","security_groups":["3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:ab:d9","project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f0d2060b-fbaa-4d57-98a9-b01cb8b91509","name":"","admin_state_up":true,"network_id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:30Z","binding:vnic_type":"normal"}]} 2018-09-01 19:25:41,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-95b62e72-81c0-4897-b14b-e50dcf111391 2018-09-01 19:25:41,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0462880134583s 2018-09-01 19:25:41,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-95b62e72-81c0-4897-b14b-e50dcf111391 2018-09-01 19:25:41,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:25:41,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=437b957f-580f-43d3-9328-8dd4e73c6fa2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:41,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-58963c13-8639-4553-ad64-8bfac2545003 Date: Sat, 01 Sep 2018 19:25:41 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:25:41,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=437b957f-580f-43d3-9328-8dd4e73c6fa2 used request id req-58963c13-8639-4553-ad64-8bfac2545003 2018-09-01 19:25:41,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443110466003s 2018-09-01 19:25:41,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=437b957f-580f-43d3-9328-8dd4e73c6fa2 used request id req-58963c13-8639-4553-ad64-8bfac2545003 2018-09-01 19:25:41,738 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:ab:d9', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'af634537-9499-4f20-943e-ff2172ae6f1d'}), 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-00000001', u'OS-SRV-USG:launched_at': u'2018-09-01T19:25:38.000000', 'flavor': Munch({u'id': u'566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a'}), 'az': u'nova', 'id': u'f0d2060b-fbaa-4d57-98a9-b01cb8b91509', 'security_groups': [Munch({u'name': u'singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'565b29a2d36b460fb155a18e8adbf1ba', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4d4021a1339f4d9ba7a6d32091768ef1', '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-09-01T19:25:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:25:38Z', 'hostId': u'c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79', '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-00000001', u'OS-SRV-USG:launched_at': u'2018-09-01T19:25:38.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'4d4021a1339f4d9ba7a6d32091768ef1', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9', 'adminPass': u'AwJbTyq4TmDw', 'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'created_at': u'2018-09-01T19:25:26Z', 'created': u'2018-09-01T19:25:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:25:41,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:41,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:41,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-342cb3e1-d75a-4262-83b1-9ffda80cfc06 Date: Sat, 01 Sep 2018 19:25:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":["a8c75696-c32d-4a9e-a9a4-6f82fa86596d"],"description":"","tags":[],"updated_at":"2018-09-01T19:25:16Z","provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:41,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-342cb3e1-d75a-4262-83b1-9ffda80cfc06 2018-09-01 19:25:41,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0808839797974s 2018-09-01 19:25:41,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-342cb3e1-d75a-4262-83b1-9ffda80cfc06 2018-09-01 19:25:41,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:25:41,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:41,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-28153faf-d29f-4631-837f-26d96a169540 Date: Sat, 01 Sep 2018 19:25:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T19:25:37Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8c75696-c32d-4a9e-a9a4-6f82fa86596d","ip_address":"192.168.120.7"}],"id":"437b957f-580f-43d3-9328-8dd4e73c6fa2","security_groups":["3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:ab:d9","project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f0d2060b-fbaa-4d57-98a9-b01cb8b91509","name":"","admin_state_up":true,"network_id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:30Z","binding:vnic_type":"normal"}]} 2018-09-01 19:25:41,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-28153faf-d29f-4631-837f-26d96a169540 2018-09-01 19:25:41,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.046539068222s 2018-09-01 19:25:41,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-28153faf-d29f-4631-837f-26d96a169540 2018-09-01 19:25:41,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 19:25:41,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"floatingip": {"floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.7", "port_id": "437b957f-580f-43d3-9328-8dd4e73c6fa2"}}' 2018-09-01 19:25:43,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-007ceeca-3545-427c-8e48-98f6de5d81d3 Date: Sat, 01 Sep 2018 19:25:43 GMT RESP BODY: {"floatingip": {"router_id": "9f16c812-846f-4b6e-96eb-9543e3d3f104", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:25:42Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "437b957f-580f-43d3-9328-8dd4e73c6fa2", "id": "add8f255-2137-4caa-a1fc-545154ba3bb5", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:42Z", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}} 2018-09-01 19:25:43,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-007ceeca-3545-427c-8e48-98f6de5d81d3 2018-09-01 19:25:43,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.96297478676s 2018-09-01 19:25:43,835 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-007ceeca-3545-427c-8e48-98f6de5d81d3 2018-09-01 19:25:43,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:25:43,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:43,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-3605510f-b309-4573-a789-542b28761667 Date: Sat, 01 Sep 2018 19:25:43 GMT RESP BODY: {"floatingips": [{"router_id": "9f16c812-846f-4b6e-96eb-9543e3d3f104", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:25:42Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "437b957f-580f-43d3-9328-8dd4e73c6fa2", "id": "add8f255-2137-4caa-a1fc-545154ba3bb5", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:42Z", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}]} 2018-09-01 19:25:43,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-3605510f-b309-4573-a789-542b28761667 2018-09-01 19:25:43,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.059632062912s 2018-09-01 19:25:43,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-3605510f-b309-4573-a789-542b28761667 2018-09-01 19:25:43,907 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9f16c812-846f-4b6e-96eb-9543e3d3f104', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'created_at': u'2018-09-01T19:25:42Z', 'attached': True, 'updated_at': u'2018-09-01T19:25:42Z', 'id': u'add8f255-2137-4caa-a1fc-545154ba3bb5', 'floating_network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9f16c812-846f-4b6e-96eb-9543e3d3f104', 'project_id': u'4d4021a1339f4d9ba7a6d32091768ef1', 'port_id': u'437b957f-580f-43d3-9328-8dd4e73c6fa2', 'port': u'437b957f-580f-43d3-9328-8dd4e73c6fa2', 'network': u'92da8d7f-63ad-482a-afcf-a061c3630101'}) 2018-09-01 19:25:43,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:25:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:25:44,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-243a6de7-b884-4e7c-a10d-08f79238bf86 x-compute-request-id: req-243a6de7-b884-4e7c-a10d-08f79238bf86 Content-Encoding: gzip Content-Length: 9580 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 509154592 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.906 MHz processor\n[ 0.213737] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.216425] pid_max: default: 32768 minimum: 301\n[ 0.217682] ACPI: Core revision 20150930\n[ 0.219443] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.221301] Security Framework initialized\n[ 0.222465] Yama: becoming mindful.\n[ 0.223485] AppArmor: AppArmor initialized\n[ 0.224677] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.226509] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.228298] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.230002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.231934] Initializing cgroup subsys io\n[ 0.233083] Initializing cgroup subsys memory\n[ 0.234301] Initializing cgroup subsys devices\n[ 0.235512] Initializing cgroup subsys freezer\n[ 0.236723] Initializing cgroup subsys net_cls\n[ 0.237921] Initializing cgroup subsys perf_event\n[ 0.239178] Initializing cgroup subsys net_prio\n[ 0.240408] Initializing cgroup subsys hugetlb\n[ 0.241598] Initializing cgroup subsys pids\n[ 0.242789] CPU: Physical Processor ID: 0\n[ 0.244622] mce: CPU supports 10 MCE banks\n[ 0.245779] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.247153] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.262061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.268773] ftrace: allocating 31920 entries in 125 pages\n[ 0.294319] smpboot: Max logical packages: 1\n[ 0.295501] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.297395] x2apic enabled\n[ 0.298543] Switched APIC routing to physical x2apic.\n[ 0.301027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.302548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.305280] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.307755] KVM setup paravirtual spinlock\n[ 0.309350] x86: Booted up 1 node, 1 CPUs\n[ 0.310460] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.312358] devtmpfs: initialized\n[ 0.314339] evm: security.selinux\n[ 0.315314] evm: security.SMACK64\n[ 0.316282] evm: security.SMACK64EXEC\n[ 0.317315] evm: security.SMACK64TRANSMUTE\n[ 0.318429] evm: security.SMACK64MMAP\n[ 0.319455] evm: security.ima\n[ 0.320353] evm: security.capability\n[ 0.321443] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.323961] pinctrl core: initialized pinctrl subsystem\n[ 0.325445] RTC time: 19:25:38, date: 09/01/18\n[ 0.326742] NET: Registered protocol family 16\n[ 0.328066] cpuidle: using governor ladder\n[ 0.329191] cpuidle: using governor menu\n[ 0.330288] PCCT header not found.\n[ 0.331321] ACPI: bus type PCI registered\n[ 0.332428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334118] PCI: Using configuration type 1 for base access\n[ 0.336268] ACPI: Added _OSI(Module Device)\n[ 0.337425] ACPI: Added _OSI(Processor Device)\n[ 0.338617] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.339857] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342037] ACPI: Interpreter enabled\n[ 0.343091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.345641] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.348187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.350732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.353274] ACPI: (supports S0 S5)\n[ 0.354262] ACPI: Using IOAPIC for interrupt routing\n[ 0.355565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.359391] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.360957] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.362636] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.364259] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.367251] acpiphp: Slot [3] registered\n[ 0.368357] acpiphp: Slot [4] registered\n[ 0.369460] acpiphp: Slot [5] registered\n[ 0.370557] acpiphp: Slot [6] registered\n[ 0.371650] acpiphp: Slot [7] registered\n[ 0.372744] acpiphp: Slot [8] registered\n[ 0.373845] acpiphp: Slot [9] registered\n[ 0.374934] acpiphp: Slot [10] registered\n[ 0.376050] acpiphp: Slot [11] registered\n[ 0.377160] acpiphp: Slot [12] registered\n[ 0.378278] acpiphp: Slot [13] registered\n[ 0.379389] acpiphp: Slot [14] registered\n[ 0.380505] acpiphp: Slot [15] registered\n[ 0.396123] acpiphp: Slot [16] registered\n[ 0.397235] acpiphp: Slot [17] registered\n[ 0.398346] acpiphp: Slot [18] registered\n[ 0.399460] acpiphp: Slot [19] registered\n[ 0.400576] acpiphp: Slot [20] registered\n[ 0.401690] acpiphp: Slot [21] registered\n[ 0.402801] acpiphp: Slot [22] registered\n[ 0.403918] acpiphp: Slot [23] registered\n[ 0.405034] acpiphp: Slot [24] registered\n[ 0.406148] acpiphp: Slot [25] registered\n[ 0.407262] acpiphp: Slot [26] registered\n[ 0.408372] acpiphp: Slot [27] registered\n[ 0.409488] acpiphp: Slot [28] registered\n[ 0.410602] acpiphp: Slot [29] registered\n[ 0.411711] acpiphp: Slot [30] registered\n[ 0.412813] acpiphp: Slot [31] registered\n[ 0.413933] PCI host bridge to bus 0000:00\n[ 0.415036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.416676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.418328] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.420329] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422336] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424371] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.430112] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.431708] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.433434] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.437828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.439801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.460450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.462472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.464456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.466422] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.468353] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.470107] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.471928] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.473366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.475497] vgaarb: loaded\n[ 0.476336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.477989] SCSI subsystem initialized\n[ 0.479250] ACPI: bus type USB registered\n[ 0.480395] usbcore: registered new interface driver usbfs\n[ 0.481808] usbcore: registered new interface driver hub\n[ 0.483186] usbcore: registered new device driver usb\n[ 0.484693] PCI: Using ACPI for IRQ routing\n[ 0.486214] NetLabel: Initializing\n[ 0.487200] NetLabel: domain hash size = 128\n[ 0.488365] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.489681] NetLabel: unlabeled traffic allowed by default\n[ 0.491267] clocksource: Switched to clocksource kvm-clock\n[ 0.501328] AppArmor: AppArmor Filesystem Enabled\n[ 0.502642] pnp: PnP ACPI init\n[ 0.503889] pnp: PnP ACPI: found 5 devices\n[ 0.510731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.513086] NET: Registered protocol family 2\n[ 0.514502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516269] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.517923] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519573] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522647] NET: Registered protocol family 1\n[ 0.523862] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.525362] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.526836] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.541352] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.558386] Trying to unpack rootfs image as initramfs...\n[ 0.621397] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.624060] Scanning for low memory corruption every 60 seconds\n[ 0.626049] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627676] audit: initializing netlink subsys (disabled)\n[ 0.629136] audit: type=2000 audit(1535829939.799:1): initialized\n[ 0.631034] Initialise system trusted keyring\n[ 0.632451] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634067] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636837] zbud: loaded\n[ 0.637851] VFS: Disk quotas dquot_6.6.0\n[ 0.639002] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.641192] fuse init (API version 7.23)\n[ 0.642446] Key type big_key registered\n[ 0.643607] Allocating IMA MOK and blacklist keyrings.\n[ 0.645289] Key type asymmetric registered\n[ 0.646446] Asymmetric key parser 'x509' registered\n[ 0.647783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649880] io scheduler noop registered\n[ 0.650992] io scheduler deadline registered (default)\n[ 0.652385] io scheduler cfq registered\n[ 0.653588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.655031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658870] ACPI: Power Button [PWRF]\n[ 0.660112] GHES: HEST is not enabled!\n[ 0.674249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703843] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706864] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730670] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733626] Linux agpgart interface v0.103\n[ 0.737060] brd: module loaded\n[ 0.739335] loop: module loaded\n[ 0.744262] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746233] GPT:90111 != 2097151\n[ 0.747140] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748612] GPT:90111 != 2097151\n[ 0.749527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.750977] vda: vda1 vda15\n[ 0.752711] scsi host0: ata_piix\n[ 0.753804] scsi host1: ata_piix\n[ 0.754849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.756594] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.758616] libphy: Fixed MDIO Bus: probed\n[ 0.759998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761356] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764387] PPP generic driver version 2.4.2\n[ 0.765721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767465] ehci-pci: EHCI PCI platform driver\n[ 0.768783] ehci-platform: EHCI generic platform driver\n[ 0.770249] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771825] ohci-pci: OHCI PCI platform driver\n[ 0.773066] ohci-platform: OHCI generic platform driver\n[ 0.774437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789115] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790514] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.792550] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.793966] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.795549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799184] usb usb1: Product: UHCI Host Controller\n[ 0.800469] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802030] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803448] hub 1-0:1.0: USB hub found\n[ 0.804522] hub 1-0:1.0: 2 ports detected\n[ 0.805806] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.808721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810028] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811443] mousedev: PS/2 mouse device common for all mice\n[ 0.813138] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.815657] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.818805] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.820436] i2c /dev entries driver\n[ 0.821487] device-mapper: uevent: version 1.0.3\n[ 0.822783] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.826906] NET: Registered protocol family 10\n[ 0.828481] NET: Registered protocol family 17\n[ 0.829713] Key type dns_resolver registered\n[ 0.831009] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.832514] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.834955] registered taskstats version 1\n[ 0.836126] Loading compiled-in X.509 certificates\n[ 0.837972] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.840530] zswap: loaded using pool lzo/zbud\n[ 0.842594] Key type trusted registered\n[ 0.844745] Key type encrypted registered\n[ 0.845885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847310] ima: No TPM chip found, activating TPM-bypass!\n[ 0.848745] evm: HMAC attrs: 0x1\n[ 0.850040] Magic number: 2:483:444\n[ 0.851196] rtc_cmos 00:00: setting system clock to 2018-09-01 19:25:39 UTC (1535829939)\n[ 0.853426] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.854952] EDD information not available.\n[ 0.916840] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933679] Write protecting the kernel read-only data: 14336k\n[ 0.936740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939222] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.990135] 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.82\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.7...\nLease of 192.168.120.7 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.91. iid=i-00000001\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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDEx0R4ar7eH3gr6YfDSktiiHzDPsvP6S6vu9Oki072kvMIrG4d/yGtTeJqUyB7Ha8G5yHKIajZoZH1M9/SmLwB2e89jEjv6dKQETnHuegl3R9kJOQ8XWUTFF0E/aCpaNzpuK2ZfaAfJP3D4mdeOdMEn7CTO+xoVCiBmLFY7Np2kHCwC3I0oOHHGK/lxqDrQ5Qixkgb3A9UrhPcb/NCL6moZT7yJjLUQ0GXyMBrWqONC1P4MrxCoYSUM5Y1US4a2NV3nc10gbanM9bm/CcNow8QLh+5lzlU1YDb4NVcBIg8vs5h/Z0pFsV10bFdGUZLR+GzJ0lOqVj9mYwwQ9gvHi4l root@singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9\nssh-dss AAAAB3NzaC1kc3MAAACBANLqEzE8aDzDIxyqxoARsVsW4WTeaGB2C/CQFrvX55OOVLSVUpFK9xGVafIk00TeMuPTBSafONKGHwy4p+ss/061A9kswUovMoltLfGbovfztKZYeP7nM7Pp03f4y7duAukw3OBhJNnB00iSlwDQBx4olifRTtr1OEwW8HfChZo/AAAAFQDYxPl9xErI90IkOK1AFXevnPgbDwAAAIA90AXj3ICRVeMstC/FKfiC+qSntsVKm/cxDKjjiuGJz7WDWyjqOnaZkwV1WM8+d0oE7HSJG+W2qH5OYOY280sO2WnwPsHNMJXeFWUpDSiGTNzoBfUXkg7xIp3o5COUOG7oAjgiI8oSptysO2oyJ4MgwwdWPhK8wrD193Qt2OltvQAAAIBNwkXBgeVFosstYBsh+h0cPgC8FX7oUpqwQgcN3tQ4hYuW/u+5xrvJoijVVSMmlYbUSecplgY6FE6P+1z47mCtt3lKNqIsfpry3ww8zLP1w6y2GD1MPJRPHCPl32oKEFTbOX+KeVzPsDfqfKz4nR9FgIOaF4I2qvNu2ByWTF8E7w== root@singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.47s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe88:abd9/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.7 \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-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.18 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9 login: "} 2018-09-01 19:25:44,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509/action used request id req-243a6de7-b884-4e7c-a10d-08f79238bf86 2018-09-01 19:25:44,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.870025873184s 2018-09-01 19:25:44,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509/action used request id req-243a6de7-b884-4e7c-a10d-08f79238bf86 2018-09-01 19:25:44,778 - 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 509154592 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.906 MHz processor [ 0.213737] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.216425] pid_max: default: 32768 minimum: 301 [ 0.217682] ACPI: Core revision 20150930 [ 0.219443] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.221301] Security Framework initialized [ 0.222465] Yama: becoming mindful. [ 0.223485] AppArmor: AppArmor initialized [ 0.224677] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.226509] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.228298] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.230002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.231934] Initializing cgroup subsys io [ 0.233083] Initializing cgroup subsys memory [ 0.234301] Initializing cgroup subsys devices [ 0.235512] Initializing cgroup subsys freezer [ 0.236723] Initializing cgroup subsys net_cls [ 0.237921] Initializing cgroup subsys perf_event [ 0.239178] Initializing cgroup subsys net_prio [ 0.240408] Initializing cgroup subsys hugetlb [ 0.241598] Initializing cgroup subsys pids [ 0.242789] CPU: Physical Processor ID: 0 [ 0.244622] mce: CPU supports 10 MCE banks [ 0.245779] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.247153] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.262061] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.268773] ftrace: allocating 31920 entries in 125 pages [ 0.294319] smpboot: Max logical packages: 1 [ 0.295501] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.297395] x2apic enabled [ 0.298543] Switched APIC routing to physical x2apic. [ 0.301027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.302548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.305280] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.307755] KVM setup paravirtual spinlock [ 0.309350] x86: Booted up 1 node, 1 CPUs [ 0.310460] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.312358] devtmpfs: initialized [ 0.314339] evm: security.selinux [ 0.315314] evm: security.SMACK64 [ 0.316282] evm: security.SMACK64EXEC [ 0.317315] evm: security.SMACK64TRANSMUTE [ 0.318429] evm: security.SMACK64MMAP [ 0.319455] evm: security.ima [ 0.320353] evm: security.capability [ 0.321443] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.323961] pinctrl core: initialized pinctrl subsystem [ 0.325445] RTC time: 19:25:38, date: 09/01/18 [ 0.326742] NET: Registered protocol family 16 [ 0.328066] cpuidle: using governor ladder [ 0.329191] cpuidle: using governor menu [ 0.330288] PCCT header not found. [ 0.331321] ACPI: bus type PCI registered [ 0.332428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334118] PCI: Using configuration type 1 for base access [ 0.336268] ACPI: Added _OSI(Module Device) [ 0.337425] ACPI: Added _OSI(Processor Device) [ 0.338617] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.339857] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342037] ACPI: Interpreter enabled [ 0.343091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.345641] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.348187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.350732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.353274] ACPI: (supports S0 S5) [ 0.354262] ACPI: Using IOAPIC for interrupt routing [ 0.355565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.359391] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.360957] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.362636] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.364259] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.367251] acpiphp: Slot [3] registered [ 0.368357] acpiphp: Slot [4] registered [ 0.369460] acpiphp: Slot [5] registered [ 0.370557] acpiphp: Slot [6] registered [ 0.371650] acpiphp: Slot [7] registered [ 0.372744] acpiphp: Slot [8] registered [ 0.373845] acpiphp: Slot [9] registered [ 0.374934] acpiphp: Slot [10] registered [ 0.376050] acpiphp: Slot [11] registered [ 0.377160] acpiphp: Slot [12] registered [ 0.378278] acpiphp: Slot [13] registered [ 0.379389] acpiphp: Slot [14] registered [ 0.380505] acpiphp: Slot [15] registered [ 0.396123] acpiphp: Slot [16] registered [ 0.397235] acpiphp: Slot [17] registered [ 0.398346] acpiphp: Slot [18] registered [ 0.399460] acpiphp: Slot [19] registered [ 0.400576] acpiphp: Slot [20] registered [ 0.401690] acpiphp: Slot [21] registered [ 0.402801] acpiphp: Slot [22] registered [ 0.403918] acpiphp: Slot [23] registered [ 0.405034] acpiphp: Slot [24] registered [ 0.406148] acpiphp: Slot [25] registered [ 0.407262] acpiphp: Slot [26] registered [ 0.408372] acpiphp: Slot [27] registered [ 0.409488] acpiphp: Slot [28] registered [ 0.410602] acpiphp: Slot [29] registered [ 0.411711] acpiphp: Slot [30] registered [ 0.412813] acpiphp: Slot [31] registered [ 0.413933] PCI host bridge to bus 0000:00 [ 0.415036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.416676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.418328] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.420329] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.422336] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.424371] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.428374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.430112] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.431708] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.433434] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.437828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.439801] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.460450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.462472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.464456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.466422] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.468353] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.470107] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.471928] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.473366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.475497] vgaarb: loaded [ 0.476336] vgaarb: bridge control possible 0000:00:02.0 [ 0.477989] SCSI subsystem initialized [ 0.479250] ACPI: bus type USB registered [ 0.480395] usbcore: registered new interface driver usbfs [ 0.481808] usbcore: registered new interface driver hub [ 0.483186] usbcore: registered new device driver usb [ 0.484693] PCI: Using ACPI for IRQ routing [ 0.486214] NetLabel: Initializing [ 0.487200] NetLabel: domain hash size = 128 [ 0.488365] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.489681] NetLabel: unlabeled traffic allowed by default [ 0.491267] clocksource: Switched to clocksource kvm-clock [ 0.501328] AppArmor: AppArmor Filesystem Enabled [ 0.502642] pnp: PnP ACPI init [ 0.503889] pnp: PnP ACPI: found 5 devices [ 0.510731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.513086] NET: Registered protocol family 2 [ 0.514502] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516269] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.517923] TCP: Hash tables configured (established 4096 bind 4096) [ 0.519573] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.521054] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.522647] NET: Registered protocol family 1 [ 0.523862] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.525362] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.526836] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.541352] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.558386] Trying to unpack rootfs image as initramfs... [ 0.621397] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.624060] Scanning for low memory corruption every 60 seconds [ 0.626049] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.627676] audit: initializing netlink subsys (disabled) [ 0.629136] audit: type=2000 audit(1535829939.799:1): initialized [ 0.631034] Initialise system trusted keyring [ 0.632451] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.634067] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.636837] zbud: loaded [ 0.637851] VFS: Disk quotas dquot_6.6.0 [ 0.639002] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641192] fuse init (API version 7.23) [ 0.642446] Key type big_key registered [ 0.643607] Allocating IMA MOK and blacklist keyrings. [ 0.645289] Key type asymmetric registered [ 0.646446] Asymmetric key parser 'x509' registered [ 0.647783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.649880] io scheduler noop registered [ 0.650992] io scheduler deadline registered (default) [ 0.652385] io scheduler cfq registered [ 0.653588] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.655031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.656828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.658870] ACPI: Power Button [PWRF] [ 0.660112] GHES: HEST is not enabled! [ 0.674249] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.703843] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.706864] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.730670] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733626] Linux agpgart interface v0.103 [ 0.737060] brd: module loaded [ 0.739335] loop: module loaded [ 0.744262] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.746233] GPT:90111 != 2097151 [ 0.747140] GPT:Alternate GPT header not at the end of the disk. [ 0.748612] GPT:90111 != 2097151 [ 0.749527] GPT: Use GNU Parted to correct GPT errors. [ 0.750977] vda: vda1 vda15 [ 0.752711] scsi host0: ata_piix [ 0.753804] scsi host1: ata_piix [ 0.754849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.756594] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.758616] libphy: Fixed MDIO Bus: probed [ 0.759998] tun: Universal TUN/TAP device driver, 1.6 [ 0.761356] tun: (C) 1999-2004 Max Krasnyansky [ 0.764387] PPP generic driver version 2.4.2 [ 0.765721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767465] ehci-pci: EHCI PCI platform driver [ 0.768783] ehci-platform: EHCI generic platform driver [ 0.770249] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.771825] ohci-pci: OHCI PCI platform driver [ 0.773066] ohci-platform: OHCI generic platform driver [ 0.774437] uhci_hcd: USB Universal Host Controller Interface driver [ 0.789115] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.790514] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.792550] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.793966] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.795549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.797233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799184] usb usb1: Product: UHCI Host Controller [ 0.800469] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.802030] usb usb1: SerialNumber: 0000:00:01.2 [ 0.803448] hub 1-0:1.0: USB hub found [ 0.804522] hub 1-0:1.0: 2 ports detected [ 0.805806] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.808721] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.810028] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.811443] mousedev: PS/2 mouse device common for all mice [ 0.813138] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.815657] rtc_cmos 00:00: RTC can wake from S4 [ 0.817191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.818805] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.820436] i2c /dev entries driver [ 0.821487] device-mapper: uevent: version 1.0.3 [ 0.822783] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.825034] ledtrig-cpu: registered to indicate activity on CPUs [ 0.826906] NET: Registered protocol family 10 [ 0.828481] NET: Registered protocol family 17 [ 0.829713] Key type dns_resolver registered [ 0.831009] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.832514] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.834955] registered taskstats version 1 [ 0.836126] Loading compiled-in X.509 certificates [ 0.837972] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.840530] zswap: loaded using pool lzo/zbud [ 0.842594] Key type trusted registered [ 0.844745] Key type encrypted registered [ 0.845885] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847310] ima: No TPM chip found, activating TPM-bypass! [ 0.848745] evm: HMAC attrs: 0x1 [ 0.850040] Magic number: 2:483:444 [ 0.851196] rtc_cmos 00:00: setting system clock to 2018-09-01 19:25:39 UTC (1535829939) [ 0.853426] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.854952] EDD information not available. [ 0.916840] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933679] Write protecting the kernel read-only data: 14336k [ 0.936740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939222] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.990135] 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.82 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.7... Lease of 192.168.120.7 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.91. iid=i-00000001 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDEx0R4ar7eH3gr6YfDSktiiHzDPsvP6S6vu9Oki072kvMIrG4d/yGtTeJqUyB7Ha8G5yHKIajZoZH1M9/SmLwB2e89jEjv6dKQETnHuegl3R9kJOQ8XWUTFF0E/aCpaNzpuK2ZfaAfJP3D4mdeOdMEn7CTO+xoVCiBmLFY7Np2kHCwC3I0oOHHGK/lxqDrQ5Qixkgb3A9UrhPcb/NCL6moZT7yJjLUQ0GXyMBrWqONC1P4MrxCoYSUM5Y1US4a2NV3nc10gbanM9bm/CcNow8QLh+5lzlU1YDb4NVcBIg8vs5h/Z0pFsV10bFdGUZLR+GzJ0lOqVj9mYwwQ9gvHi4l root@singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9 ssh-dss AAAAB3NzaC1kc3MAAACBANLqEzE8aDzDIxyqxoARsVsW4WTeaGB2C/CQFrvX55OOVLSVUpFK9xGVafIk00TeMuPTBSafONKGHwy4p+ss/061A9kswUovMoltLfGbovfztKZYeP7nM7Pp03f4y7duAukw3OBhJNnB00iSlwDQBx4olifRTtr1OEwW8HfChZo/AAAAFQDYxPl9xErI90IkOK1AFXevnPgbDwAAAIA90AXj3ICRVeMstC/FKfiC+qSntsVKm/cxDKjjiuGJz7WDWyjqOnaZkwV1WM8+d0oE7HSJG+W2qH5OYOY280sO2WnwPsHNMJXeFWUpDSiGTNzoBfUXkg7xIp3o5COUOG7oAjgiI8oSptysO2oyJ4MgwwdWPhK8wrD193Qt2OltvQAAAIBNwkXBgeVFosstYBsh+h0cPgC8FX7oUpqwQgcN3tQ4hYuW/u+5xrvJoijVVSMmlYbUSecplgY6FE6P+1z47mCtt3lKNqIsfpry3ww8zLP1w6y2GD1MPJRPHCPl32oKEFTbOX+KeVzPsDfqfKz4nR9FgIOaF4I2qvNu2ByWTF8E7w== root@singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.47s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe88:abd9/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.7 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-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-3fe572c9-6856-4cd3-a780-f440b17769f9 login: 2018-09-01 19:25:45,781 - paramiko.transport - DEBUG - starting thread (client mode): 0x35a37910L 2018-09-01 19:25:45,782 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 19:25:45,782 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 19:25:45,783 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 19:25:45,784 - 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-09-01 19:25:45,785 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 19:25:45,785 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 19:25:45,785 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 19:25:45,785 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 19:25:45,786 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 19:25:45,806 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 19:25:45,807 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 19:25:45,814 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 19b0e792011330db0deeeef812068228 2018-09-01 19:25:45,815 - paramiko.transport - DEBUG - Trying discovered key 355148cc224711d497591e1e645b9922 in /tmp/tmpsGXlsv 2018-09-01 19:25:45,844 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 19:25:45,850 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 19:25:45,880 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 19:25:45,881 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 19:25:45,881 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 19:25:45,882 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 19:25:45,884 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 19:25:45,884 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 19:25:45,884 - functest.core.singlevm - DEBUG - error: 2018-09-01 19:25:45,890 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 19:25:45,998 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:25:45,998 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:30 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:25:46,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 19:25:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/floatingips/add8f255-2137-4caa-a1fc-545154ba3bb5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:47,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-775582ce-99d8-46b1-9e7e-e4d10df247cd Content-Length: 0 Date: Sat, 01 Sep 2018 19:25:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:47,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/add8f255-2137-4caa-a1fc-545154ba3bb5.json used request id req-775582ce-99d8-46b1-9e7e-e4d10df247cd 2018-09-01 19:25:47,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00868797302s 2018-09-01 19:25:47,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/add8f255-2137-4caa-a1fc-545154ba3bb5.json used request id req-775582ce-99d8-46b1-9e7e-e4d10df247cd 2018-09-01 19:25:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:25:47,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:47,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-092f2e20-ed2a-4498-89d6-c1e35cc51120 Date: Sat, 01 Sep 2018 19:25:47 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:25:47,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-092f2e20-ed2a-4498-89d6-c1e35cc51120 2018-09-01 19:25:47,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042044878006s 2018-09-01 19:25:47,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-092f2e20-ed2a-4498-89d6-c1e35cc51120 2018-09-01 19:25:47,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:25:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:47,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:25: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-86cc68a8-5b1c-46d8-9696-15dbe7b0a1bd x-compute-request-id: req-86cc68a8-5b1c-46d8-9696-15dbe7b0a1bd Content-Type: application/json 2018-09-01 19:25:47,415 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-86cc68a8-5b1c-46d8-9696-15dbe7b0a1bd 2018-09-01 19:25:47,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.352239847183s 2018-09-01 19:25:47,415 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509 used request id req-86cc68a8-5b1c-46d8-9696-15dbe7b0a1bd 2018-09-01 19:25:47,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:47,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:47,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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,Accept-Encoding x-openstack-request-id: req-45050f62-43a0-4ecd-a0b1-7ec6785680b5 x-compute-request-id: req-45050f62-43a0-4ecd-a0b1-7ec6785680b5 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:ab:d9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:ab:d9", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "rel": "bookmark"}], "image": {"id": "af634537-9499-4f20-943e-ff2172ae6f1d", "links": [{"href": "http://172.30.9.48:8774/images/af634537-9499-4f20-943e-ff2172ae6f1d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-01T19:25:38.000000", "flavor": {"id": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "links": [{"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "bookmark"}]}, "id": "f0d2060b-fbaa-4d57-98a9-b01cb8b91509", "security_groups": [{"name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}], "user_id": "565b29a2d36b460fb155a18e8adbf1ba", "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-09-01T19:25:47Z", "hostId": "c9e676104a71a4850eb76b171166c96616eb4af33cbbfaf9bd50bd79", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_3fe572c9-6856-4cd3-a780-f440b17769f9", "created": "2018-09-01T19:25:26Z", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:25:47,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-45050f62-43a0-4ecd-a0b1-7ec6785680b5 2018-09-01 19:25:47,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192967891693s 2018-09-01 19:25:47,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-45050f62-43a0-4ecd-a0b1-7ec6785680b5 2018-09-01 19:25:47,611 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:25:49,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:25:49,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:49,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-515c65d6-b14e-4406-994d-e21916a179ee x-compute-request-id: req-515c65d6-b14e-4406-994d-e21916a179ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:25:49,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-515c65d6-b14e-4406-994d-e21916a179ee 2018-09-01 19:25:49,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0688989162445s 2018-09-01 19:25:49,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-515c65d6-b14e-4406-994d-e21916a179ee 2018-09-01 19:25:49,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:25:49,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:49,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-dcdae2c3-1371-4d76-aae4-08d55dd75844 Date: Sat, 01 Sep 2018 19:25:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:22Z", "updated_at": "2018-09-01T19:25:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "1077511a-7201-45ca-a9ad-89a5a643755c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:22Z", "revision_number": 0, "id": "5092bccf-1fa2-4ae6-afc9-d8009fbb5bb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:22Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:25:23Z", "revision_number": 0, "id": "6b7daf5f-287d-4ac2-880e-5424e47a912f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:23Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:25:23Z", "revision_number": 0, "id": "e37b3f8d-551e-446e-b408-552294f558f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:25:23Z", "security_group_id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 3, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d", "name": "singlevm1-sg_3fe572c9-6856-4cd3-a780-f440b17769f9"}, {"description": "Default security group", "tags": [], "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "created_at": "2018-09-01T19:24:26Z", "updated_at": "2018-09-01T19:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "01b7a76d-28d1-4dd3-a409-1c01d8ac7b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "488b380f-2acd-4daf-996b-d47b6c637715", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "bde71bc7-e37d-4ae2-88c5-cdd17b537c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv4", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:26Z", "revision_number": 0, "id": "ed056ecc-9fe0-4ac9-9758-20ca89de0fca", "remote_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:26Z", "security_group_id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "tenant_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "port_range_min": null, "ethertype": "IPv6", "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137"}], "revision_number": 1, "project_id": "ed9b1606a47b43a289dd0a4d7ed3c137", "id": "48d38c4b-23bb-40db-bb26-5b4ea60d5eb1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:24:11Z", "updated_at": "2018-09-01T19:24:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "6f45ae63-7e5a-44d3-ba7f-807d2db050c1", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "70b088b7-29f7-4f62-84fb-6a7eaf2d462b", "remote_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "7932be66-eab6-405b-88a5-4e634c1f1734", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv6", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:11Z", "revision_number": 0, "id": "ce51f02f-82e0-4ce5-a915-c056ac2c4b5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:11Z", "security_group_id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "port_range_min": null, "ethertype": "IPv4", "project_id": "4d4021a1339f4d9ba7a6d32091768ef1"}], "revision_number": 1, "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "4c90905a-dd2b-4dc3-94a8-9a12affaa63f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "created_at": "2018-09-01T19:24:59Z", "updated_at": "2018-09-01T19:24:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "95802bf0-7fd3-4eaf-b846-edffaf0aa4fc", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "be96e2af-eda3-4598-8255-3812b3b3e836", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "d58d9184-837b-441b-948e-6ee58497c09a", "remote_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv6", "project_id": "f44e89a8504a40a68dceae96cf1babca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:59Z", "revision_number": 0, "id": "f3bf31ec-93f0-4868-b291-92ac4e58629b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:59Z", "security_group_id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "tenant_id": "f44e89a8504a40a68dceae96cf1babca", "port_range_min": null, "ethertype": "IPv4", "project_id": "f44e89a8504a40a68dceae96cf1babca"}], "revision_number": 1, "project_id": "f44e89a8504a40a68dceae96cf1babca", "id": "7e8e06e2-3c14-4fe9-9f1c-96835400bd1c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "created_at": "2018-09-01T19:21:36Z", "updated_at": "2018-09-01T19:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "2853f764-fa88-4678-9584-abce603b8aca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "4e6b4656-3560-4762-890b-e85ab865a3e7", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "a9f266c0-2b37-446d-9ccc-3966afeb1604", "remote_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:21:36Z", "revision_number": 0, "id": "f01e3e97-f8fc-4c33-8d43-51af0f08d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:21:36Z", "security_group_id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "tenant_id": "1b34b31468a04e39ab9d3c5ad97d8417", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b34b31468a04e39ab9d3c5ad97d8417"}], "revision_number": 1, "project_id": "1b34b31468a04e39ab9d3c5ad97d8417", "id": "80a6f4ad-3721-47f6-b2aa-c8a3aa154a23", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T19:24:13Z", "updated_at": "2018-09-01T19:24:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "1e7e7a3a-7250-4e91-a35e-5c3076fb484a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "32063096-3791-4b9b-af57-58adadac9aec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "721fb469-627b-4d21-91a9-ff16ed037a7c", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:24:13Z", "revision_number": 0, "id": "febd5559-01b6-4dd3-8a17-f153de52a3c6", "remote_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:24:13Z", "security_group_id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a8387e76-ea4e-425f-9ba5-e36a9afc841c", "name": "default"}]} 2018-09-01 19:25:49,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-dcdae2c3-1371-4d76-aae4-08d55dd75844 2018-09-01 19:25:49,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0571849346161s 2018-09-01 19:25:49,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-dcdae2c3-1371-4d76-aae4-08d55dd75844 2018-09-01 19:25:49,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 19:25:49,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/security-groups/3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:49,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b798c35b-8c8d-4dda-97a5-89a2f3372509 Content-Length: 0 Date: Sat, 01 Sep 2018 19:25:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:49,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d.json used request id req-b798c35b-8c8d-4dda-97a5-89a2f3372509 2018-09-01 19:25:49,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.189100980759s 2018-09-01 19:25:49,938 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/3d566ef7-a1ed-4f2f-8a4e-1c13dbbaab1d.json used request id req-b798c35b-8c8d-4dda-97a5-89a2f3372509 2018-09-01 19:25:49,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 19:25:49,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/os-keypairs/singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:49,998 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:25: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-c58d191c-6373-4f49-b2a9-4007fa2314dd x-compute-request-id: req-c58d191c-6373-4f49-b2a9-4007fa2314dd Content-Length: 0 Content-Type: application/json 2018-09-01 19:25:49,998 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9 used request id req-c58d191c-6373-4f49-b2a9-4007fa2314dd 2018-09-01 19:25:49,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0601618289948s 2018-09-01 19:25:49,999 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/singlevm1-kp_3fe572c9-6856-4cd3-a780-f440b17769f9 used request id req-c58d191c-6373-4f49-b2a9-4007fa2314dd 2018-09-01 19:25:49,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:25:50,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" -d '{"subnet_id": "a8c75696-c32d-4a9e-a9a4-6f82fa86596d"}' 2018-09-01 19:25:51,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a169b48d-6a9e-467f-88ee-c239c30b9e5f Date: Sat, 01 Sep 2018 19:25:51 GMT RESP BODY: {"network_id": "11edafb5-7abb-4c5e-ab7c-9075f28179c0", "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "subnet_id": "a8c75696-c32d-4a9e-a9a4-6f82fa86596d", "subnet_ids": ["a8c75696-c32d-4a9e-a9a4-6f82fa86596d"], "port_id": "92ff751b-186c-47d6-9b9f-1088dde00376", "id": "9f16c812-846f-4b6e-96eb-9543e3d3f104"} 2018-09-01 19:25:51,619 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/remove_router_interface.json used request id req-a169b48d-6a9e-467f-88ee-c239c30b9e5f 2018-09-01 19:25:51,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6199669838s 2018-09-01 19:25:51,620 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104/remove_router_interface.json used request id req-a169b48d-6a9e-467f-88ee-c239c30b9e5f returning object 9f16c812-846f-4b6e-96eb-9543e3d3f104 2018-09-01 19:25:51,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:25:51,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:51,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-939159d0-cf0e-46ec-a850-f00b7d11cf8d Date: Sat, 01 Sep 2018 19:25:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "4d4021a1339f4d9ba7a6d32091768ef1", "created_at": "2018-09-01T19:25:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T19:25:50Z", "revision_number": 4, "routes": [], "project_id": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "9f16c812-846f-4b6e-96eb-9543e3d3f104", "name": "singlevm1-router_3fe572c9-6856-4cd3-a780-f440b17769f9"}]} 2018-09-01 19:25:51,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-939159d0-cf0e-46ec-a850-f00b7d11cf8d 2018-09-01 19:25:51,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108726024628s 2018-09-01 19:25:51,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-939159d0-cf0e-46ec-a850-f00b7d11cf8d 2018-09-01 19:25:51,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:25:51,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:53,134 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14d36bb9-1889-4641-a243-c1ef4deb8d8e Content-Length: 0 Date: Sat, 01 Sep 2018 19:25:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:53,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104.json used request id req-14d36bb9-1889-4641-a243-c1ef4deb8d8e 2018-09-01 19:25:53,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40371799469s 2018-09-01 19:25:53,135 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/9f16c812-846f-4b6e-96eb-9543e3d3f104.json used request id req-14d36bb9-1889-4641-a243-c1ef4deb8d8e 2018-09-01 19:25:53,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:25:53,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:53,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-576b6b09-ce71-409e-bcba-a2899ca9d729 Date: Sat, 01 Sep 2018 19:25:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"92da8d7f-63ad-482a-afcf-a061c3630101","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:41Z","dns_nameservers":[],"updated_at":"2018-09-01T19:21:41Z","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":"1b34b31468a04e39ab9d3c5ad97d8417","id":"1de3dba3-7b64-45cb-bfda-6fb1538bd3da","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:25:16Z","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":"4d4021a1339f4d9ba7a6d32091768ef1","id":"a8c75696-c32d-4a9e-a9a4-6f82fa86596d","subnetpool_id":null,"name":"singlevm1-subnet_3fe572c9-6856-4cd3-a780-f440b17769f9"}]} 2018-09-01 19:25:53,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-576b6b09-ce71-409e-bcba-a2899ca9d729 2018-09-01 19:25:53,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.040050983429s 2018-09-01 19:25:53,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-576b6b09-ce71-409e-bcba-a2899ca9d729 2018-09-01 19:25:53,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:25:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/a8c75696-c32d-4a9e-a9a4-6f82fa86596d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:54,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3034fad8-07c3-4fd5-a01e-0c08cfd19bcc Date: Sat, 01 Sep 2018 19:25:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:54,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/a8c75696-c32d-4a9e-a9a4-6f82fa86596d.json used request id req-3034fad8-07c3-4fd5-a01e-0c08cfd19bcc 2018-09-01 19:25:54,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08229207993s 2018-09-01 19:25:54,260 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/a8c75696-c32d-4a9e-a9a4-6f82fa86596d.json used request id req-3034fad8-07c3-4fd5-a01e-0c08cfd19bcc 2018-09-01 19:25:54,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:54,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:54,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-e8574d07-cfc5-4bf9-9f92-2c47349a8017 Date: Sat, 01 Sep 2018 19:25:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11edafb5-7abb-4c5e-ab7c-9075f28179c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4d4021a1339f4d9ba7a6d32091768ef1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T19:25:54Z","provider:segmentation_id":81,"name":"singlevm1-net_3fe572c9-6856-4cd3-a780-f440b17769f9","admin_state_up":true,"tenant_id":"4d4021a1339f4d9ba7a6d32091768ef1","created_at":"2018-09-01T19:25:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:54,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e8574d07-cfc5-4bf9-9f92-2c47349a8017 2018-09-01 19:25:54,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832121372223s 2018-09-01 19:25:54,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e8574d07-cfc5-4bf9-9f92-2c47349a8017 2018-09-01 19:25:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:25:54,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/11edafb5-7abb-4c5e-ab7c-9075f28179c0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:55,559 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a584dde2-dedd-4bca-bdac-43fc05de27d2 Date: Sat, 01 Sep 2018 19:25:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:25:55,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/11edafb5-7abb-4c5e-ab7c-9075f28179c0.json used request id req-a584dde2-dedd-4bca-bdac-43fc05de27d2 2018-09-01 19:25:55,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21447992325s 2018-09-01 19:25:55,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/11edafb5-7abb-4c5e-ab7c-9075f28179c0.json used request id req-a584dde2-dedd-4bca-bdac-43fc05de27d2 2018-09-01 19:25:55,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:25:55,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:55,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7453573e-f9a2-4eb1-87b7-f83c69e7be34 Date: Sat, 01 Sep 2018 19:25:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:25:22Z", "file": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d/file", "owner": "4d4021a1339f4d9ba7a6d32091768ef1", "id": "af634537-9499-4f20-943e-ff2172ae6f1d", "size": 12716032, "self": "/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/af634537-9499-4f20-943e-ff2172ae6f1d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_3fe572c9-6856-4cd3-a780-f440b17769f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:25:55,846 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-7453573e-f9a2-4eb1-87b7-f83c69e7be34 2018-09-01 19:25:55,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283172130585s 2018-09-01 19:25:55,847 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-7453573e-f9a2-4eb1-87b7-f83c69e7be34 2018-09-01 19:25:55,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:25:55,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:56,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb796d5a-cb31-4b73-a522-ba845a29a55f Date: Sat, 01 Sep 2018 19:25:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:25:56,369 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d used request id req-fb796d5a-cb31-4b73-a522-ba845a29a55f 2018-09-01 19:25:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.520899057388s 2018-09-01 19:25:56,370 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/af634537-9499-4f20-943e-ff2172ae6f1d used request id req-fb796d5a-cb31-4b73-a522-ba845a29a55f 2018-09-01 19:25:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:25:56,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:56,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25: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-d22268a0-4768-4f5f-b04c-4073d9998d9f x-compute-request-id: req-d22268a0-4768-4f5f-b04c-4073d9998d9f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_3fe572c9-6856-4cd3-a780-f440b17769f9", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a", "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": "566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a"}]} 2018-09-01 19:25:56,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-d22268a0-4768-4f5f-b04c-4073d9998d9f 2018-09-01 19:25:56,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262088775635s 2018-09-01 19:25:56,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-d22268a0-4768-4f5f-b04c-4073d9998d9f 2018-09-01 19:25:56,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:25:56,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f9192e8b51fb6093c3b0c5b9cdad22f9c9c6606" 2018-09-01 19:25:56,439 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:25: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 x-openstack-request-id: req-f98edd54-ce24-4b7f-9a81-08793100479d x-compute-request-id: req-f98edd54-ce24-4b7f-9a81-08793100479d Content-Length: 0 Content-Type: application/json 2018-09-01 19:25:56,439 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a used request id req-f98edd54-ce24-4b7f-9a81-08793100479d 2018-09-01 19:25:56,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0413029193878s 2018-09-01 19:25:56,440 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/566cdcb3-78ba-4c9f-92b4-0fc9f9d2285a used request id req-f98edd54-ce24-4b7f-9a81-08793100479d 2018-09-01 19:25:56,493 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-01 19:25:56,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:25:56,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:25:56,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:25:56,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:56,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c16c3bb-6d55-4cdb-bb13-f0c67f119449 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:25:56,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-2c16c3bb-6d55-4cdb-bb13-f0c67f119449 2018-09-01 19:25:56,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:25:56,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["uIQj0VEcTU6eD8byp42HgA"], "issued_at": "2018-09-01T19:25:56.000000Z"}} 2018-09-01 19:25:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:25:56,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:57,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-407a1d84-9e7b-488e-845e-0a919c9b9489 Date: Sat, 01 Sep 2018 19:25:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:25:57,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-407a1d84-9e7b-488e-845e-0a919c9b9489 2018-09-01 19:25:57,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.496692180634s 2018-09-01 19:25:57,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-407a1d84-9e7b-488e-845e-0a919c9b9489 2018-09-01 19:25:57,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:57,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78e0f40a-640d-4655-9a60-980759270266 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:25:57,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-78e0f40a-640d-4655-9a60-980759270266 2018-09-01 19:25:57,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:25:57,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:57,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb3c742-228a-4347-857b-e94ec73fde77 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:25:57,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-abb3c742-228a-4347-857b-e94ec73fde77 2018-09-01 19:25:57,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178014039993s 2018-09-01 19:25:57,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-abb3c742-228a-4347-857b-e94ec73fde77 2018-09-01 19:25:57,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:25:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}}' 2018-09-01 19:25:57,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22f558da-15ab-480f-9d5a-b99142e0d8aa 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.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da"}, "tags": [], "enabled": true, "id": "46b878b1be6f4f8a9c0d476abd2d27da", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}} 2018-09-01 19:25:57,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-22f558da-15ab-480f-9d5a-b99142e0d8aa 2018-09-01 19:25:57,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219496965408s 2018-09-01 19:25:57,861 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-22f558da-15ab-480f-9d5a-b99142e0d8aa 2018-09-01 19:25:57,861 - 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'46b878b1be6f4f8a9c0d476abd2d27da', '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_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5'}) 2018-09-01 19:25:57,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:25:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e7b624e6-2b1d-4c14-aee4-5bed5a6fbb58", "email": null, "name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}}' 2018-09-01 19:25:58,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:25:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b43a88ac-6ab2-4be1-8c45-69952e1283e6 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": {"self": "http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f13d32f06f564f12ac06bd2ce82d4062", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:25:58,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-b43a88ac-6ab2-4be1-8c45-69952e1283e6 2018-09-01 19:25:58,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460095882416s 2018-09-01 19:25:58,328 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-b43a88ac-6ab2-4be1-8c45-69952e1283e6 2018-09-01 19:25:58,328 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f13d32f06f564f12ac06bd2ce82d4062', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5'}) 2018-09-01 19:25:58,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:25:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:58,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426b88b3-1d0c-43fb-ae1f-bb243514f19b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:25:58,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-426b88b3-1d0c-43fb-ae1f-bb243514f19b 2018-09-01 19:25:58,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179502010345s 2018-09-01 19:25:58,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-426b88b3-1d0c-43fb-ae1f-bb243514f19b 2018-09-01 19:25:58,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:25:58,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:58,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c65509f3-7c1d-482f-89d9-0c5d8684b2dd Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:25:58,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-c65509f3-7c1d-482f-89d9-0c5d8684b2dd 2018-09-01 19:25:58,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184981107712s 2018-09-01 19:25:58,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-c65509f3-7c1d-482f-89d9-0c5d8684b2dd 2018-09-01 19:25:58,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:25:58,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:58,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70221a7e-bd6b-45d9-a413-042ba88eb534 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:25:58,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-70221a7e-bd6b-45d9-a413-042ba88eb534 2018-09-01 19:25:58,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178478956223s 2018-09-01 19:25:58,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-70221a7e-bd6b-45d9-a413-042ba88eb534 2018-09-01 19:25:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:25:58,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:59,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3569054b-bdc9-4d6e-82e7-ae4b48ecb5f0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:25:59,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-3569054b-bdc9-4d6e-82e7-ae4b48ecb5f0 2018-09-01 19:25:59,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174026966095s 2018-09-01 19:25:59,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-3569054b-bdc9-4d6e-82e7-ae4b48ecb5f0 2018-09-01 19:25:59,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:25:59,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:59,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30de0cf5-b294-4b2e-adeb-0764ead7a8ee Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": {"self": "http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f13d32f06f564f12ac06bd2ce82d4062", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:25:59,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-30de0cf5-b294-4b2e-adeb-0764ead7a8ee 2018-09-01 19:25:59,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114730119705s 2018-09-01 19:25:59,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-30de0cf5-b294-4b2e-adeb-0764ead7a8ee 2018-09-01 19:25:59,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:25:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:59,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d79db079-d66f-47e3-8e2d-73da38044bcb Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da"}, "tags": [], "enabled": true, "id": "46b878b1be6f4f8a9c0d476abd2d27da", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:25:59,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-d79db079-d66f-47e3-8e2d-73da38044bcb 2018-09-01 19:25:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180341959s 2018-09-01 19:25:59,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-d79db079-d66f-47e3-8e2d-73da38044bcb 2018-09-01 19:25:59,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:25:59,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=f13d32f06f564f12ac06bd2ce82d4062&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=46b878b1be6f4f8a9c0d476abd2d27da" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:59,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f26524-f9fc-4508-92bc-e96f7308de37 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=f13d32f06f564f12ac06bd2ce82d4062&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=46b878b1be6f4f8a9c0d476abd2d27da", "previous": null, "next": null}} 2018-09-01 19:25:59,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=f13d32f06f564f12ac06bd2ce82d4062&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=46b878b1be6f4f8a9c0d476abd2d27da used request id req-04f26524-f9fc-4508-92bc-e96f7308de37 2018-09-01 19:25:59,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0977489948273s 2018-09-01 19:25:59,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=f13d32f06f564f12ac06bd2ce82d4062&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=46b878b1be6f4f8a9c0d476abd2d27da used request id req-04f26524-f9fc-4508-92bc-e96f7308de37 2018-09-01 19:25:59,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:25:59,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da/users/f13d32f06f564f12ac06bd2ce82d4062/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:25:59,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:25:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80ab2fe0-acb3-48c3-b717-f163da5f2930 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:25:59,648 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da/users/f13d32f06f564f12ac06bd2ce82d4062/roles/64874fc0a262431fa67bb64fec250e81 used request id req-80ab2fe0-acb3-48c3-b717-f163da5f2930 2018-09-01 19:25:59,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.1658680439s 2018-09-01 19:25:59,648 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da/users/f13d32f06f564f12ac06bd2ce82d4062/roles/64874fc0a262431fa67bb64fec250e81 used request id req-80ab2fe0-acb3-48c3-b717-f163da5f2930 2018-09-01 19:25:59,649 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 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'46b878b1be6f4f8a9c0d476abd2d27da', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e7b624e6-2b1d-4c14-aee4-5bed5a6fbb58', 'username': u'singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:25:59,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:25:59,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:25:59,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:25:59,654 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'password': 'e7b624e6-2b1d-4c14-aee4-5bed5a6fbb58', 'project_name': 'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': '46b878b1be6f4f8a9c0d476abd2d27da', 'project_domain_name': 'Default'} 2018-09-01 19:25:59,654 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-01 19:25:59,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:25:59,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a807ff7e-fbcb-4fb6-8bcf-2a212e5b1a14 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:25:59,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-a807ff7e-fbcb-4fb6-8bcf-2a212e5b1a14 2018-09-01 19:25:59,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:26:00,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:25:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "46b878b1be6f4f8a9c0d476abd2d27da", "name": "singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_46b878b1be6f4f8a9c0d476abd2d27da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_46b878b1be6f4f8a9c0d476abd2d27da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/46b878b1be6f4f8a9c0d476abd2d27da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "id": "f13d32f06f564f12ac06bd2ce82d4062"}, "audit_ids": ["0GHZgFnARiCvvsET9GWROw"], "issued_at": "2018-09-01T19:25:59.000000Z"}} 2018-09-01 19:26:00,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:26:00,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"network": {"name": "singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "admin_state_up": true}}' 2018-09-01 19:26:00,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-cd071fbb-54a7-4f5c-b266-ffbf6d7ba265 Date: Sat, 01 Sep 2018 19:26:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:26:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}} 2018-09-01 19:26:00,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cd071fbb-54a7-4f5c-b266-ffbf6d7ba265 2018-09-01 19:26:00,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.717611074448s 2018-09-01 19:26:00,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cd071fbb-54a7-4f5c-b266-ffbf6d7ba265 2018-09-01 19:26:00,782 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:26:00Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b7aa01f2-db79-45ad-a7ae-e7a14023cc13', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', u'admin_state_up': True, u'tenant_id': u'46b878b1be6f4f8a9c0d476abd2d27da', u'created_at': u'2018-09-01T19:26:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'46b878b1be6f4f8a9c0d476abd2d27da'}) 2018-09-01 19:26:00,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:00,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:00,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0017bb0c-ddfd-496e-af4b-246b6035bfd3 Date: Sat, 01 Sep 2018 19:26:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:26:00Z","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:00,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-0017bb0c-ddfd-496e-af4b-246b6035bfd3 2018-09-01 19:26:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.215111970901s 2018-09-01 19:26:00,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-0017bb0c-ddfd-496e-af4b-246b6035bfd3 2018-09-01 19:26:01,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:26:01,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"subnet": {"name": "singlevm2-subnet_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "enable_dhcp": true, "network_id": "b7aa01f2-db79-45ad-a7ae-e7a14023cc13", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:26:01,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ea41d0c7-7632-45fc-ab62-3c1f79bb33e7 Date: Sat, 01 Sep 2018 19:26:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:01Z","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":"46b878b1be6f4f8a9c0d476abd2d27da","id":"9ace1b69-923b-4a2f-8de7-dfcf0ae710c0","subnetpool_id":null,"name":"singlevm2-subnet_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}} 2018-09-01 19:26:01,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-ea41d0c7-7632-45fc-ab62-3c1f79bb33e7 2018-09-01 19:26:01,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.789345979691s 2018-09-01 19:26:01,790 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-ea41d0c7-7632-45fc-ab62-3c1f79bb33e7 2018-09-01 19:26:01,790 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:26:01Z', 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'9ace1b69-923b-4a2f-8de7-dfcf0ae710c0', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', u'enable_dhcp': True, u'network_id': u'b7aa01f2-db79-45ad-a7ae-e7a14023cc13', u'tenant_id': u'46b878b1be6f4f8a9c0d476abd2d27da', u'created_at': u'2018-09-01T19:26:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'46b878b1be6f4f8a9c0d476abd2d27da'}) 2018-09-01 19:26:01,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:26:01,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "singlevm2-router_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "admin_state_up": true}}' 2018-09-01 19:26:03,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-7c5d4036-6b2c-403d-86da-696119bcad24 Date: Sat, 01 Sep 2018 19:26:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:01Z", "admin_state_up": true, "updated_at": "2018-09-01T19:26:02Z", "revision_number": 2, "routes": [], "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "69f2bf2f-6a84-4415-9858-4d153465395c", "name": "singlevm2-router_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}} 2018-09-01 19:26:03,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-7c5d4036-6b2c-403d-86da-696119bcad24 2018-09-01 19:26:03,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2319419384s 2018-09-01 19:26:03,023 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-7c5d4036-6b2c-403d-86da-696119bcad24 2018-09-01 19:26:03,024 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'46b878b1be6f4f8a9c0d476abd2d27da', u'created_at': u'2018-09-01T19:26:01Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:26:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'46b878b1be6f4f8a9c0d476abd2d27da', u'id': u'69f2bf2f-6a84-4415-9858-4d153465395c', u'name': u'singlevm2-router_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5'}) 2018-09-01 19:26:03,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:26:03,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"subnet_id": "9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"}' 2018-09-01 19:26:05,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a48bbd1b-fe52-48b1-98ac-580c388e282a Date: Sat, 01 Sep 2018 19:26:05 GMT RESP BODY: {"network_id": "b7aa01f2-db79-45ad-a7ae-e7a14023cc13", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "subnet_id": "9ace1b69-923b-4a2f-8de7-dfcf0ae710c0", "subnet_ids": ["9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"], "port_id": "1156ebbc-089d-40ff-9b20-b406073df4f0", "id": "69f2bf2f-6a84-4415-9858-4d153465395c"} 2018-09-01 19:26:05,425 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/add_router_interface.json used request id req-a48bbd1b-fe52-48b1-98ac-580c388e282a 2018-09-01 19:26:05,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40124487877s 2018-09-01 19:26:05,426 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/add_router_interface.json used request id req-a48bbd1b-fe52-48b1-98ac-580c388e282a returning object 69f2bf2f-6a84-4415-9858-4d153465395c 2018-09-01 19:26:05,426 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:26:05,558 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:26:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:26:05,564 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:26:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:26:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:06,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0bee745f-6b09-47b9-92ce-7b028f1d6af7 Date: Sat, 01 Sep 2018 19:26:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:06,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-0bee745f-6b09-47b9-92ce-7b028f1d6af7 2018-09-01 19:26:06,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735785961151s 2018-09-01 19:26:06,302 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-0bee745f-6b09-47b9-92ce-7b028f1d6af7 2018-09-01 19:26:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:26:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}' 2018-09-01 19:26:06,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-090a5fdc-a8f8-46a3-9cce-203767c72955 Date: Sat, 01 Sep 2018 19:26:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:06Z", "file": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file", "owner": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "size": null, "self": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "checksum": null, "created_at": "2018-09-01T19:26:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:26:06,438 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-090a5fdc-a8f8-46a3-9cce-203767c72955 2018-09-01 19:26:06,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.127525091171s 2018-09-01 19:26:06,439 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-090a5fdc-a8f8-46a3-9cce-203767c72955 returning object 0b618d24-b0c0-45ff-8049-27e836aa1e24 2018-09-01 19:26:06,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:26:06,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '' 2018-09-01 19:26:06,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9442bbb7-2ce0-4411-9119-5ba099f33641 Date: Sat, 01 Sep 2018 19:26:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:26:06,875 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file used request id req-9442bbb7-2ce0-4411-9119-5ba099f33641 2018-09-01 19:26:06,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.435500144958s 2018-09-01 19:26:06,875 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file used request id req-9442bbb7-2ce0-4411-9119-5ba099f33641 2018-09-01 19:26:06,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:06,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2bd3ca3b-991e-4b93-a289-5430bd903038 Date: Sat, 01 Sep 2018 19:26:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:06Z", "file": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file", "owner": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "size": 12716032, "self": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:06,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-2bd3ca3b-991e-4b93-a289-5430bd903038 2018-09-01 19:26:06,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0479938983917s 2018-09-01 19:26:06,928 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-2bd3ca3b-991e-4b93-a289-5430bd903038 2018-09-01 19:26:06,930 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file', 'owner': u'46b878b1be6f4f8a9c0d476abd2d27da', 'id': u'0b618d24-b0c0-45ff-8049-27e836aa1e24', 'size': 12716032, u'self': u'/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'name': 'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:26:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:26:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'created': u'2018-09-01T19:26:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:26:06Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:26:06,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:26:06,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:26:07,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60e65505-6298-4420-9647-1b6a78146605 x-compute-request-id: req-60e65505-6298-4420-9647-1b6a78146605 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "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": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66"}} 2018-09-01 19:26:07,266 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-60e65505-6298-4420-9647-1b6a78146605 2018-09-01 19:26:07,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.335990905762s 2018-09-01 19:26:07,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-60e65505-6298-4420-9647-1b6a78146605 2018-09-01 19:26:07,268 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66', 'swap': 0}) 2018-09-01 19:26:07,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:26:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" -d '{"extra_specs": {}}' 2018-09-01 19:26:07,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:07 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-85feb0c2-2e58-4a96-b89d-1ea27cd667a0 x-compute-request-id: req-85feb0c2-2e58-4a96-b89d-1ea27cd667a0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:26:07,289 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66/os-extra_specs used request id req-85feb0c2-2e58-4a96-b89d-1ea27cd667a0 2018-09-01 19:26:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203070640564s 2018-09-01 19:26:07,289 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66/os-extra_specs used request id req-85feb0c2-2e58-4a96-b89d-1ea27cd667a0 2018-09-01 19:26:07,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 19:26:07,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"keypair": {"name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}}' 2018-09-01 19:26:08,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:07 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-554b253c-f4d5-4b32-b103-a6d95d95ed0f x-compute-request-id: req-554b253c-f4d5-4b32-b103-a6d95d95ed0f Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5kTwfGAmXfkV35XsEFQVKJOcozAG1cx5UQoXIHMX4lJKiX9Rq6lzlUmwAJeQbnKKAz4W+mvTlRjeYHi9xH6qKNxG0FxOiG+HoYRuLQjuJeSUF7pdfQ4wEuwza8nPCsUVXdHU+iH4dYlSf9NrwdpZCTWwHPQ2on8RxbFmkflSAaRcypm1W7aUsB+r1Z8Td2FWIPDsZEbpUlxwOGX/o5Tte8FVJWAp4AYvPVGklkfHRYMpQv+oKB4+J89ZtaVSaEh94tBand9Y2J3U2TMGjH3UyaqVLiUlsLzObC9kvYD8ZCtjxB/ZBX4m/pxzbt/tXozGixDsrvHlZ7NA9npiD5ijN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuZE8HxgJl35Fd+V7BBUFSiTnKMwBtXMeVEKFyBzF+JSSol/U\naupc5VJsACXkG5yigM+Fvpr05UY3mB4vcR+qijcRtBcTohvh6GEbi0I7iXklBe6X\nX0OMBLsM2vJzwrFFV3R1Poh+HWJUn/Ta8HaWQk1sBz0NqJ/EcWxZpH5UgGkXMqZt\nVu2lLAfq9WfE3dhViDw7GRG6VJccDhl/6OU7XvBVSVgKeAGLz1RpJZHx0WDKUL/q\nCgePifPWbWlUmhIfeLQWp3fWNid1NkzBox91MmqlS4lJbC8zmwvZL2A/GQrY8Qf2\nQV+Jv6cc27f7V6MxosQ7K7x5WezQPZ6Yg+YozQIDAQABAoIBAHi9iRLqPwN1Q5oZ\nlIs5ajGuBUJESzBW8Pr+NbHZFu8BLM+97qaKS1ti36bRALT+m7WYUXuNs56iq3Ws\n3k2Kvxojbr9w7HNkFP9wf82CkN6IFpDfh1qSxr4lPt4PN0cMtQOMYOUJRpWz70AM\nv5AKeQY2/f1Pul1nZxgt2b3v/Od3Xcx+2Vh3Hrfvskp9xvku+PGfYv0gxlg5Z5Kc\nnsuK/H9PJYjQuOUdfUi3HQvtLorocDRRCUb+5r5SXcWzlranAmhXEIb2i4fz9Ymy\nCtiBNAJUovVmd1QlQ+2top6mFYRET+BbRfZB7STbFb+eDWXciAIyBb3dGsrjnrX/\nLSrqWPkCgYEA3x6FNTloUP2bs0e9oK6X2xuCi+k0UDcZ7pVgxg5u/nbmnq8p1od/\ngWRVJmp6UPK8/XgStJvsI4eZJHDCyDWpQ9qi4Ted6I9jm1m/T17NG2/vRehUk6mX\nbWnShLqEWo6YMSwPSWiQiHJ2NHgKhQeIZbeGtbrHhr0YTxoJ1lgI+j8CgYEA1OoE\nfM+nK1biNVX9UQ+NykeAd7MmdLYZROKPxhyJkaAnjrcm1RXrVtQzFYS5Nwo7LVFQ\nnRX5n7pOU9oia+l44XsR9cB+1zgvJepjFSZXDeQAXaJgvC4fm7fTCn30u+5lCeLZ\nig25T+gB1kEx4XB5zuqRV5NNuRyFfToeaTxBofMCgYEAj4lB5vCslFXiwZ4oduN7\nG+EBxeJb3jLkguEkZaXJb/ir+m/zeWin9WTHhrQ/Ri4yuNlzJy+b5WuJcLD+DfC/\nmMBhwoOWGZONX9aHxZbWWo1TH+UL7AbRPPk0DmEzXlKXxCJ1HyOev7jrJGwJUHV9\nIPrFNcoYLC0gI1s78uGlvN8CgYBppKwRWd9yi6u2FzKX9AXApnXB7uxX4LrtCRWZ\nkTNZRIQcNhhYhoW9EZE/Thmwi60NMVm0d+DiNkkDJisKLFBEYRJqQ9cr5r7OK1x6\ndAmh5M2hqB4jgSdB1pYqkJDMZt9PZnXWIDUgxteSfcrIN0zZNF5le7uG6/X4Sswo\nHzPZrQKBgQDYDdUr1N3/vhfreeaHKGqiKwOcI2A5m+MEJhO/yTARVNJPTzWb3pHz\nMsmHOgWKt89a6i7rj+tcO3S4Jb6z28AyoXCv7oBgt+QMVRE2DEgBWxMByvOwpy0P\nJ1Phd/8O30Pe4pXFRcIYXlNw7kWXGIV8gJ1xBibLMBmssTh0ttFLdg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "fingerprint": "4a:e2:bb:bf:07:38:b4:bf:05:81:02:ce:70:0d:5f:60"}} 2018-09-01 19:26:08,260 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-554b253c-f4d5-4b32-b103-a6d95d95ed0f 2018-09-01 19:26:08,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.970623016357s 2018-09-01 19:26:08,261 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-554b253c-f4d5-4b32-b103-a6d95d95ed0f 2018-09-01 19:26:08,261 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5kTwfGAmXfkV35XsEFQVKJOcozAG1cx5UQoXIHMX4lJKiX9Rq6lzlUmwAJeQbnKKAz4W+mvTlRjeYHi9xH6qKNxG0FxOiG+HoYRuLQjuJeSUF7pdfQ4wEuwza8nPCsUVXdHU+iH4dYlSf9NrwdpZCTWwHPQ2on8RxbFmkflSAaRcypm1W7aUsB+r1Z8Td2FWIPDsZEbpUlxwOGX/o5Tte8FVJWAp4AYvPVGklkfHRYMpQv+oKB4+J89ZtaVSaEh94tBand9Y2J3U2TMGjH3UyaqVLiUlsLzObC9kvYD8ZCtjxB/ZBX4m/pxzbt/tXozGixDsrvHlZ7NA9npiD5ijN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuZE8HxgJl35Fd+V7BBUFSiTnKMwBtXMeVEKFyBzF+JSSol/U\naupc5VJsACXkG5yigM+Fvpr05UY3mB4vcR+qijcRtBcTohvh6GEbi0I7iXklBe6X\nX0OMBLsM2vJzwrFFV3R1Poh+HWJUn/Ta8HaWQk1sBz0NqJ/EcWxZpH5UgGkXMqZt\nVu2lLAfq9WfE3dhViDw7GRG6VJccDhl/6OU7XvBVSVgKeAGLz1RpJZHx0WDKUL/q\nCgePifPWbWlUmhIfeLQWp3fWNid1NkzBox91MmqlS4lJbC8zmwvZL2A/GQrY8Qf2\nQV+Jv6cc27f7V6MxosQ7K7x5WezQPZ6Yg+YozQIDAQABAoIBAHi9iRLqPwN1Q5oZ\nlIs5ajGuBUJESzBW8Pr+NbHZFu8BLM+97qaKS1ti36bRALT+m7WYUXuNs56iq3Ws\n3k2Kvxojbr9w7HNkFP9wf82CkN6IFpDfh1qSxr4lPt4PN0cMtQOMYOUJRpWz70AM\nv5AKeQY2/f1Pul1nZxgt2b3v/Od3Xcx+2Vh3Hrfvskp9xvku+PGfYv0gxlg5Z5Kc\nnsuK/H9PJYjQuOUdfUi3HQvtLorocDRRCUb+5r5SXcWzlranAmhXEIb2i4fz9Ymy\nCtiBNAJUovVmd1QlQ+2top6mFYRET+BbRfZB7STbFb+eDWXciAIyBb3dGsrjnrX/\nLSrqWPkCgYEA3x6FNTloUP2bs0e9oK6X2xuCi+k0UDcZ7pVgxg5u/nbmnq8p1od/\ngWRVJmp6UPK8/XgStJvsI4eZJHDCyDWpQ9qi4Ted6I9jm1m/T17NG2/vRehUk6mX\nbWnShLqEWo6YMSwPSWiQiHJ2NHgKhQeIZbeGtbrHhr0YTxoJ1lgI+j8CgYEA1OoE\nfM+nK1biNVX9UQ+NykeAd7MmdLYZROKPxhyJkaAnjrcm1RXrVtQzFYS5Nwo7LVFQ\nnRX5n7pOU9oia+l44XsR9cB+1zgvJepjFSZXDeQAXaJgvC4fm7fTCn30u+5lCeLZ\nig25T+gB1kEx4XB5zuqRV5NNuRyFfToeaTxBofMCgYEAj4lB5vCslFXiwZ4oduN7\nG+EBxeJb3jLkguEkZaXJb/ir+m/zeWin9WTHhrQ/Ri4yuNlzJy+b5WuJcLD+DfC/\nmMBhwoOWGZONX9aHxZbWWo1TH+UL7AbRPPk0DmEzXlKXxCJ1HyOev7jrJGwJUHV9\nIPrFNcoYLC0gI1s78uGlvN8CgYBppKwRWd9yi6u2FzKX9AXApnXB7uxX4LrtCRWZ\nkTNZRIQcNhhYhoW9EZE/Thmwi60NMVm0d+DiNkkDJisKLFBEYRJqQ9cr5r7OK1x6\ndAmh5M2hqB4jgSdB1pYqkJDMZt9PZnXWIDUgxteSfcrIN0zZNF5le7uG6/X4Sswo\nHzPZrQKBgQDYDdUr1N3/vhfreeaHKGqiKwOcI2A5m+MEJhO/yTARVNJPTzWb3pHz\nMsmHOgWKt89a6i7rj+tcO3S4Jb6z28AyoXCv7oBgt+QMVRE2DEgBWxMByvOwpy0P\nJ1Phd/8O30Pe4pXFRcIYXlNw7kWXGIV8gJ1xBibLMBmssTh0ttFLdg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f13d32f06f564f12ac06bd2ce82d4062', 'name': u'singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'created_at': '2018-09-01T19:26:08.261820', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'name': 'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4a:e2:bb:bf:07:38:b4:bf:05:81:02:ce:70:0d:5f:60', 'type': 'ssh', 'id': u'singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5'}) 2018-09-01 19:26:08,262 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAuZE8HxgJl35Fd+V7BBUFSiTnKMwBtXMeVEKFyBzF+JSSol/U aupc5VJsACXkG5yigM+Fvpr05UY3mB4vcR+qijcRtBcTohvh6GEbi0I7iXklBe6X X0OMBLsM2vJzwrFFV3R1Poh+HWJUn/Ta8HaWQk1sBz0NqJ/EcWxZpH5UgGkXMqZt Vu2lLAfq9WfE3dhViDw7GRG6VJccDhl/6OU7XvBVSVgKeAGLz1RpJZHx0WDKUL/q CgePifPWbWlUmhIfeLQWp3fWNid1NkzBox91MmqlS4lJbC8zmwvZL2A/GQrY8Qf2 QV+Jv6cc27f7V6MxosQ7K7x5WezQPZ6Yg+YozQIDAQABAoIBAHi9iRLqPwN1Q5oZ lIs5ajGuBUJESzBW8Pr+NbHZFu8BLM+97qaKS1ti36bRALT+m7WYUXuNs56iq3Ws 3k2Kvxojbr9w7HNkFP9wf82CkN6IFpDfh1qSxr4lPt4PN0cMtQOMYOUJRpWz70AM v5AKeQY2/f1Pul1nZxgt2b3v/Od3Xcx+2Vh3Hrfvskp9xvku+PGfYv0gxlg5Z5Kc nsuK/H9PJYjQuOUdfUi3HQvtLorocDRRCUb+5r5SXcWzlranAmhXEIb2i4fz9Ymy CtiBNAJUovVmd1QlQ+2top6mFYRET+BbRfZB7STbFb+eDWXciAIyBb3dGsrjnrX/ LSrqWPkCgYEA3x6FNTloUP2bs0e9oK6X2xuCi+k0UDcZ7pVgxg5u/nbmnq8p1od/ gWRVJmp6UPK8/XgStJvsI4eZJHDCyDWpQ9qi4Ted6I9jm1m/T17NG2/vRehUk6mX bWnShLqEWo6YMSwPSWiQiHJ2NHgKhQeIZbeGtbrHhr0YTxoJ1lgI+j8CgYEA1OoE fM+nK1biNVX9UQ+NykeAd7MmdLYZROKPxhyJkaAnjrcm1RXrVtQzFYS5Nwo7LVFQ nRX5n7pOU9oia+l44XsR9cB+1zgvJepjFSZXDeQAXaJgvC4fm7fTCn30u+5lCeLZ ig25T+gB1kEx4XB5zuqRV5NNuRyFfToeaTxBofMCgYEAj4lB5vCslFXiwZ4oduN7 G+EBxeJb3jLkguEkZaXJb/ir+m/zeWin9WTHhrQ/Ri4yuNlzJy+b5WuJcLD+DfC/ mMBhwoOWGZONX9aHxZbWWo1TH+UL7AbRPPk0DmEzXlKXxCJ1HyOev7jrJGwJUHV9 IPrFNcoYLC0gI1s78uGlvN8CgYBppKwRWd9yi6u2FzKX9AXApnXB7uxX4LrtCRWZ kTNZRIQcNhhYhoW9EZE/Thmwi60NMVm0d+DiNkkDJisKLFBEYRJqQ9cr5r7OK1x6 dAmh5M2hqB4jgSdB1pYqkJDMZt9PZnXWIDUgxteSfcrIN0zZNF5le7uG6/X4Sswo HzPZrQKBgQDYDdUr1N3/vhfreeaHKGqiKwOcI2A5m+MEJhO/yTARVNJPTzWb3pHz MsmHOgWKt89a6i7rj+tcO3S4Jb6z28AyoXCv7oBgt+QMVRE2DEgBWxMByvOwpy0P J1Phd/8O30Pe4pXFRcIYXlNw7kWXGIV8gJ1xBibLMBmssTh0ttFLdg== -----END RSA PRIVATE KEY----- 2018-09-01 19:26:08,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 19:26:08,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"security_group": {"name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-01 19:26:08,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-9bb3885d-1c8c-4e91-a645-59e4ad7bedef Date: Sat, 01 Sep 2018 19:26:08 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "updated_at": "2018-09-01T19:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "02f73f07-c9f5-4669-ab93-4586368bd952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "7de6e883-18e5-49e3-8ced-750c2de8150c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 1, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "cc273e91-4449-4269-8c88-941222068004", "name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}} 2018-09-01 19:26:08,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-9bb3885d-1c8c-4e91-a645-59e4ad7bedef 2018-09-01 19:26:08,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.179503917694s 2018-09-01 19:26:08,445 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-9bb3885d-1c8c-4e91-a645-59e4ad7bedef 2018-09-01 19:26:08,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:26:08,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:08,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-50d0e803-b821-41a9-93e5-abd3103a37cb Date: Sat, 01 Sep 2018 19:26:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:00Z", "updated_at": "2018-09-01T19:26:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "80dd0eda-20bf-4d54-b38e-3cc2c52b3399", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "baa99921-980c-4b44-b9ed-ddf09a70195d", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "c22d3e98-71c8-4589-9f2f-5f83deab8578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "f0ca1fda-174c-42af-80be-1c184ba4ade5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 1, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "updated_at": "2018-09-01T19:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "02f73f07-c9f5-4669-ab93-4586368bd952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "7de6e883-18e5-49e3-8ced-750c2de8150c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 1, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "cc273e91-4449-4269-8c88-941222068004", "name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:08,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-50d0e803-b821-41a9-93e5-abd3103a37cb 2018-09-01 19:26:08,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0767941474915s 2018-09-01 19:26:08,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-50d0e803-b821-41a9-93e5-abd3103a37cb 2018-09-01 19:26:08,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:26:08,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -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": "cc273e91-4449-4269-8c88-941222068004"}}' 2018-09-01 19:26:08,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2d99d416-3980-47a6-a2c2-8de5ebe9c934 Date: Sat, 01 Sep 2018 19:26:08 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-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "port_range_min": 22, "revision_number": 0, "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "69155ab3-238e-436c-bb04-dddb3e30c0c0"}} 2018-09-01 19:26:08,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-2d99d416-3980-47a6-a2c2-8de5ebe9c934 2018-09-01 19:26:08,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134016990662s 2018-09-01 19:26:08,665 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-2d99d416-3980-47a6-a2c2-8de5ebe9c934 2018-09-01 19:26:08,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:26:08,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:08,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-17d7627a-22fd-415e-a1ed-529b90671064 Date: Sat, 01 Sep 2018 19:26:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:00Z", "updated_at": "2018-09-01T19:26:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "80dd0eda-20bf-4d54-b38e-3cc2c52b3399", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "baa99921-980c-4b44-b9ed-ddf09a70195d", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "c22d3e98-71c8-4589-9f2f-5f83deab8578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "f0ca1fda-174c-42af-80be-1c184ba4ade5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 1, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "updated_at": "2018-09-01T19:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "02f73f07-c9f5-4669-ab93-4586368bd952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "69155ab3-238e-436c-bb04-dddb3e30c0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "7de6e883-18e5-49e3-8ced-750c2de8150c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 2, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "cc273e91-4449-4269-8c88-941222068004", "name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:08,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-17d7627a-22fd-415e-a1ed-529b90671064 2018-09-01 19:26:08,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0505781173706s 2018-09-01 19:26:08,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-17d7627a-22fd-415e-a1ed-529b90671064 2018-09-01 19:26:08,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:26:08,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -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": "cc273e91-4449-4269-8c88-941222068004"}}' 2018-09-01 19:26:08,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f8988811-37a3-4531-aea6-e8b06074fbdb Date: Sat, 01 Sep 2018 19:26:08 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-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "port_range_min": null, "revision_number": 0, "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "b349da00-c8ce-48f1-aa75-1bd99d4e93cc"}} 2018-09-01 19:26:08,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-f8988811-37a3-4531-aea6-e8b06074fbdb 2018-09-01 19:26:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13480591774s 2018-09-01 19:26:08,858 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-f8988811-37a3-4531-aea6-e8b06074fbdb 2018-09-01 19:26:08,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:08,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:08,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4a6807d1-87d6-4a78-b679-ca6020eea978 Date: Sat, 01 Sep 2018 19:26:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"],"updated_at":"2018-09-01T19:26:01Z","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:08,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-4a6807d1-87d6-4a78-b679-ca6020eea978 2018-09-01 19:26:08,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0998291969299s 2018-09-01 19:26:08,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-4a6807d1-87d6-4a78-b679-ca6020eea978 2018-09-01 19:26:08,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:08,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-89fc1e9c-6f5f-4bf3-ba71-9789e4674dfe Date: Sat, 01 Sep 2018 19:26:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:06Z", "file": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file", "owner": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "size": 12716032, "self": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:08,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-89fc1e9c-6f5f-4bf3-ba71-9789e4674dfe 2018-09-01 19:26:08,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352220535278s 2018-09-01 19:26:08,999 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-89fc1e9c-6f5f-4bf3-ba71-9789e4674dfe 2018-09-01 19:26:09,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:26:09,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:09,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c284347e-84ff-4a36-9e14-dc3b2546a792 x-compute-request-id: req-c284347e-84ff-4a36-9e14-dc3b2546a792 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "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": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66"}]} 2018-09-01 19:26:09,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-c284347e-84ff-4a36-9e14-dc3b2546a792 2018-09-01 19:26:09,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259120464325s 2018-09-01 19:26:09,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-c284347e-84ff-4a36-9e14-dc3b2546a792 2018-09-01 19:26:09,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:26:09,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"server": {"name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "imageRef": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "flavorRef": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b7aa01f2-db79-45ad-a7ae-e7a14023cc13"}], "security_groups": [{"name": "cc273e91-4449-4269-8c88-941222068004"}]}}' 2018-09-01 19:26:11,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43ac9673-40a5-4138-aacd-ea6a8df7484b x-compute-request-id: req-43ac9673-40a5-4138-aacd-ea6a8df7484b Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cc273e91-4449-4269-8c88-941222068004"}], "OS-DCF:diskConfig": "MANUAL", "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "adminPass": "iWHs9ma2jcwg"}} 2018-09-01 19:26:11,604 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-43ac9673-40a5-4138-aacd-ea6a8df7484b 2018-09-01 19:26:11,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.57510900497s 2018-09-01 19:26:11,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-43ac9673-40a5-4138-aacd-ea6a8df7484b 2018-09-01 19:26:11,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:11,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:11,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-231f94d9-f536-489a-a5a1-da5d5fb51a33 x-compute-request-id: req-231f94d9-f536-489a-a5a1-da5d5fb51a33 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.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:11,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-231f94d9-f536-489a-a5a1-da5d5fb51a33 2018-09-01 19:26:11,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328099966049s 2018-09-01 19:26:11,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-231f94d9-f536-489a-a5a1-da5d5fb51a33 2018-09-01 19:26:11,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:11,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:12,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cafcff9d-3ac8-42a0-89c1-33d76cb35aa1 Date: Sat, 01 Sep 2018 19:26:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"],"updated_at":"2018-09-01T19:26:01Z","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:12,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cafcff9d-3ac8-42a0-89c1-33d76cb35aa1 2018-09-01 19:26:12,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916302204132s 2018-09-01 19:26:12,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-cafcff9d-3ac8-42a0-89c1-33d76cb35aa1 2018-09-01 19:26:12,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:26:12,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:12,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d9e3ca8b-5f08-4722-bef1-8c1e9770c3e3 Date: Sat, 01 Sep 2018 19:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:01Z","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":"46b878b1be6f4f8a9c0d476abd2d27da","id":"9ace1b69-923b-4a2f-8de7-dfcf0ae710c0","subnetpool_id":null,"name":"singlevm2-subnet_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:12,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-d9e3ca8b-5f08-4722-bef1-8c1e9770c3e3 2018-09-01 19:26:12,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0741348266602s 2018-09-01 19:26:12,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-d9e3ca8b-5f08-4722-bef1-8c1e9770c3e3 2018-09-01 19:26:12,108 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:26:14,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:14,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-0f284a1a-d62d-4bd3-adee-4ccd2ee8c594 x-compute-request-id: req-0f284a1a-d62d-4bd3-adee-4ccd2ee8c594 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:14,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-0f284a1a-d62d-4bd3-adee-4ccd2ee8c594 2018-09-01 19:26:14,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.278837919235s 2018-09-01 19:26:14,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-0f284a1a-d62d-4bd3-adee-4ccd2ee8c594 2018-09-01 19:26:14,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:26:16,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:16,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:16,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-68e76e70-f7d3-4671-aef8-61022af912be x-compute-request-id: req-68e76e70-f7d3-4671-aef8-61022af912be 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.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "security_groups": [{"name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}], "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:15Z", "hostId": "49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:16,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-68e76e70-f7d3-4671-aef8-61022af912be 2018-09-01 19:26:16,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196929931641s 2018-09-01 19:26:16,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-68e76e70-f7d3-4671-aef8-61022af912be 2018-09-01 19:26:16,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:26:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:18,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:19,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-396213f7-24ed-4fb8-9fae-75d31cc9f25f x-compute-request-id: req-396213f7-24ed-4fb8-9fae-75d31cc9f25f 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.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "security_groups": [{"name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}], "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:15Z", "hostId": "49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:19,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-396213f7-24ed-4fb8-9fae-75d31cc9f25f 2018-09-01 19:26:19,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714437961578s 2018-09-01 19:26:19,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-396213f7-24ed-4fb8-9fae-75d31cc9f25f 2018-09-01 19:26:19,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:26:21,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:21,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:22,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2674857-08e8-4f5d-a38d-66a163d0c1ce x-compute-request-id: req-e2674857-08e8-4f5d-a38d-66a163d0c1ce Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:e4:15", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:26:20.000000", "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "security_groups": [{"name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}], "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:20Z", "hostId": "49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:22,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e2674857-08e8-4f5d-a38d-66a163d0c1ce 2018-09-01 19:26:22,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701258182526s 2018-09-01 19:26:22,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e2674857-08e8-4f5d-a38d-66a163d0c1ce 2018-09-01 19:26:22,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:26:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:22,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-317c2e27-3a18-49de-a57e-dc5a97ddfb7e Date: Sat, 01 Sep 2018 19:26:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:14Z","admin_state_up":true,"updated_at":"2018-09-01T19:26:20Z","binding:vnic_type":"normal","device_id":"18fb0e69-9d22-4bc6-8851-939c21b7da9e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0d:e4:15","id":"d97a236a-ce4b-45e3-bf94-dce97b78698b","port_security_enabled":true,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","fixed_ips":[{"subnet_id":"9ace1b69-923b-4a2f-8de7-dfcf0ae710c0","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["cc273e91-4449-4269-8c88-941222068004"],"name":""}]} 2018-09-01 19:26:22,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-317c2e27-3a18-49de-a57e-dc5a97ddfb7e 2018-09-01 19:26:22,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0899751186371s 2018-09-01 19:26:22,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-317c2e27-3a18-49de-a57e-dc5a97ddfb7e 2018-09-01 19:26:22,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:26:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=d97a236a-ce4b-45e3-bf94-dce97b78698b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:22,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-afe12f07-2c03-42a5-93f7-6820fab3e2d8 Date: Sat, 01 Sep 2018 19:26:22 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:26:22,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=d97a236a-ce4b-45e3-bf94-dce97b78698b used request id req-afe12f07-2c03-42a5-93f7-6820fab3e2d8 2018-09-01 19:26:22,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0457229614258s 2018-09-01 19:26:22,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=d97a236a-ce4b-45e3-bf94-dce97b78698b used request id req-afe12f07-2c03-42a5-93f7-6820fab3e2d8 2018-09-01 19:26:22,168 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0d:e4:15', 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'0b618d24-b0c0-45ff-8049-27e836aa1e24'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:26:20.000000', 'flavor': Munch({u'id': u'fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66'}), 'az': u'nova', 'id': u'18fb0e69-9d22-4bc6-8851-939c21b7da9e', 'security_groups': [Munch({u'name': u'singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f13d32f06f564f12ac06bd2ce82d4062', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'name': 'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', '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-09-01T19:26:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:26:20Z', 'hostId': u'49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f', '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-09-01T19:26:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'name': u'singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'adminPass': u'iWHs9ma2jcwg', 'tenant_id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'created_at': u'2018-09-01T19:26:11Z', 'created': u'2018-09-01T19:26:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:26:22,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:22,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9140093e-fb0e-4b83-9348-bb58b30c19b3 Date: Sat, 01 Sep 2018 19:26:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"],"updated_at":"2018-09-01T19:26:01Z","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:22,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-9140093e-fb0e-4b83-9348-bb58b30c19b3 2018-09-01 19:26:22,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0862610340118s 2018-09-01 19:26:22,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-9140093e-fb0e-4b83-9348-bb58b30c19b3 2018-09-01 19:26:22,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:26:22,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:22,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4357b0db-bb89-4488-8edf-9d82ae548000 Date: Sat, 01 Sep 2018 19:26:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:14Z","admin_state_up":true,"updated_at":"2018-09-01T19:26:20Z","binding:vnic_type":"normal","device_id":"18fb0e69-9d22-4bc6-8851-939c21b7da9e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:0d:e4:15","id":"d97a236a-ce4b-45e3-bf94-dce97b78698b","port_security_enabled":true,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","fixed_ips":[{"subnet_id":"9ace1b69-923b-4a2f-8de7-dfcf0ae710c0","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["cc273e91-4449-4269-8c88-941222068004"],"name":""}]} 2018-09-01 19:26:22,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-4357b0db-bb89-4488-8edf-9d82ae548000 2018-09-01 19:26:22,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0459980964661s 2018-09-01 19:26:22,304 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-4357b0db-bb89-4488-8edf-9d82ae548000 2018-09-01 19:26:22,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 19:26:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"floatingip": {"floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.13", "port_id": "d97a236a-ce4b-45e3-bf94-dce97b78698b"}}' 2018-09-01 19:26:24,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-a8b8aab2-0cbe-436c-9ebb-2ee28df6babd Date: Sat, 01 Sep 2018 19:26:24 GMT RESP BODY: {"floatingip": {"router_id": "69f2bf2f-6a84-4415-9858-4d153465395c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:26:23Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "d97a236a-ce4b-45e3-bf94-dce97b78698b", "id": "c4d98780-ea11-4299-863a-fb11e4e0f7aa", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:23Z", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}} 2018-09-01 19:26:24,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-a8b8aab2-0cbe-436c-9ebb-2ee28df6babd 2018-09-01 19:26:24,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92979192734s 2018-09-01 19:26:24,235 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-a8b8aab2-0cbe-436c-9ebb-2ee28df6babd 2018-09-01 19:26:24,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:26:24,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:24,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b41c45d1-cfac-4394-b7a5-e4a6220710ba Date: Sat, 01 Sep 2018 19:26:24 GMT RESP BODY: {"floatingips": [{"router_id": "69f2bf2f-6a84-4415-9858-4d153465395c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:26:23Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "d97a236a-ce4b-45e3-bf94-dce97b78698b", "id": "c4d98780-ea11-4299-863a-fb11e4e0f7aa", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:23Z", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}]} 2018-09-01 19:26:24,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-b41c45d1-cfac-4394-b7a5-e4a6220710ba 2018-09-01 19:26:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0790650844574s 2018-09-01 19:26:24,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-b41c45d1-cfac-4394-b7a5-e4a6220710ba 2018-09-01 19:26:24,326 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'69f2bf2f-6a84-4415-9858-4d153465395c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'created_at': u'2018-09-01T19:26:23Z', 'attached': True, 'updated_at': u'2018-09-01T19:26:23Z', 'id': u'c4d98780-ea11-4299-863a-fb11e4e0f7aa', 'floating_network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.220', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'name': 'singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'69f2bf2f-6a84-4415-9858-4d153465395c', 'project_id': u'46b878b1be6f4f8a9c0d476abd2d27da', 'port_id': u'd97a236a-ce4b-45e3-bf94-dce97b78698b', 'port': u'd97a236a-ce4b-45e3-bf94-dce97b78698b', 'network': u'92da8d7f-63ad-482a-afcf-a061c3630101'}) 2018-09-01 19:26:24,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:26:24,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:26:25,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-d20fc82b-eaf3-41fa-af18-4931264ae906 x-compute-request-id: req-d20fc82b-eaf3-41fa-af18-4931264ae906 Content-Encoding: gzip Content-Length: 9574 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 486209369 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.194394] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196871] pid_max: default: 32768 minimum: 301\n[ 0.198219] ACPI: Core revision 20150930\n[ 0.199936] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201897] Security Framework initialized\n[ 0.203065] Yama: becoming mindful.\n[ 0.204115] AppArmor: AppArmor initialized\n[ 0.205407] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209239] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213039] Initializing cgroup subsys io\n[ 0.214243] Initializing cgroup subsys memory\n[ 0.215474] Initializing cgroup subsys devices\n[ 0.216720] Initializing cgroup subsys freezer\n[ 0.218028] Initializing cgroup subsys net_cls\n[ 0.219274] Initializing cgroup subsys perf_event\n[ 0.220585] Initializing cgroup subsys net_prio\n[ 0.221918] Initializing cgroup subsys hugetlb\n[ 0.223165] Initializing cgroup subsys pids\n[ 0.224422] CPU: Physical Processor ID: 0\n[ 0.226361] mce: CPU supports 10 MCE banks\n[ 0.227564] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251041] ftrace: allocating 31920 entries in 125 pages\n[ 0.277365] smpboot: Max logical packages: 1\n[ 0.278610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280556] x2apic enabled\n[ 0.281770] Switched APIC routing to physical x2apic.\n[ 0.284265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291429] KVM setup paravirtual spinlock\n[ 0.293110] x86: Booted up 1 node, 1 CPUs\n[ 0.294271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296295] devtmpfs: initialized\n[ 0.298295] evm: security.selinux\n[ 0.299302] evm: security.SMACK64\n[ 0.300297] evm: security.SMACK64EXEC\n[ 0.301368] evm: security.SMACK64TRANSMUTE\n[ 0.302532] evm: security.SMACK64MMAP\n[ 0.303606] evm: security.ima\n[ 0.304522] evm: security.capability\n[ 0.305685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.308369] pinctrl core: initialized pinctrl subsystem\n[ 0.309968] RTC time: 19:26:20, date: 09/01/18\n[ 0.311346] NET: Registered protocol family 16\n[ 0.312733] cpuidle: using governor ladder\n[ 0.313913] cpuidle: using governor menu\n[ 0.315051] PCCT header not found.\n[ 0.316117] ACPI: bus type PCI registered\n[ 0.317300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319109] PCI: Using configuration type 1 for base access\n[ 0.321410] ACPI: Added _OSI(Module Device)\n[ 0.322670] ACPI: Added _OSI(Processor Device)\n[ 0.323958] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325284] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327601] ACPI: Interpreter enabled\n[ 0.328709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.331365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.339420] ACPI: (supports S0 S5)\n[ 0.340470] ACPI: Using IOAPIC for interrupt routing\n[ 0.341899] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354435] acpiphp: Slot [3] registered\n[ 0.355603] acpiphp: Slot [4] registered\n[ 0.356790] acpiphp: Slot [5] registered\n[ 0.357976] acpiphp: Slot [6] registered\n[ 0.359158] acpiphp: Slot [7] registered\n[ 0.360335] acpiphp: Slot [8] registered\n[ 0.361487] acpiphp: Slot [9] registered\n[ 0.362667] acpiphp: Slot [10] registered\n[ 0.363835] acpiphp: Slot [11] registered\n[ 0.365033] acpiphp: Slot [12] registered\n[ 0.366201] acpiphp: Slot [13] registered\n[ 0.367363] acpiphp: Slot [14] registered\n[ 0.368561] acpiphp: Slot [15] registered\n[ 0.383608] acpiphp: Slot [16] registered\n[ 0.384818] acpiphp: Slot [17] registered\n[ 0.386034] acpiphp: Slot [18] registered\n[ 0.387227] acpiphp: Slot [19] registered\n[ 0.388453] acpiphp: Slot [20] registered\n[ 0.389655] acpiphp: Slot [21] registered\n[ 0.390823] acpiphp: Slot [22] registered\n[ 0.391987] acpiphp: Slot [23] registered\n[ 0.393155] acpiphp: Slot [24] registered\n[ 0.394352] acpiphp: Slot [25] registered\n[ 0.395544] acpiphp: Slot [26] registered\n[ 0.396743] acpiphp: Slot [27] registered\n[ 0.397912] acpiphp: Slot [28] registered\n[ 0.399080] acpiphp: Slot [29] registered\n[ 0.400242] acpiphp: Slot [30] registered\n[ 0.401403] acpiphp: Slot [31] registered\n[ 0.402567] PCI host bridge to bus 0000:00\n[ 0.403739] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.417791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419678] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427564] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452222] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454277] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460298] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463726] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465965] vgaarb: loaded\n[ 0.466903] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468678] SCSI subsystem initialized\n[ 0.470036] ACPI: bus type USB registered\n[ 0.471259] usbcore: registered new interface driver usbfs\n[ 0.472791] usbcore: registered new interface driver hub\n[ 0.474280] usbcore: registered new device driver usb\n[ 0.475917] PCI: Using ACPI for IRQ routing\n[ 0.477540] NetLabel: Initializing\n[ 0.478605] NetLabel: domain hash size = 128\n[ 0.479871] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481291] NetLabel: unlabeled traffic allowed by default\n[ 0.483001] clocksource: Switched to clocksource kvm-clock\n[ 0.493282] AppArmor: AppArmor Filesystem Enabled\n[ 0.494669] pnp: PnP ACPI init\n[ 0.495942] pnp: PnP ACPI: found 5 devices\n[ 0.502803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505312] NET: Registered protocol family 2\n[ 0.506795] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510486] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513880] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515615] NET: Registered protocol family 1\n[ 0.516898] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518509] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520064] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548783] Trying to unpack rootfs image as initramfs...\n[ 0.610883] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617623] Scanning for low memory corruption every 60 seconds\n[ 0.620765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.622449] audit: initializing netlink subsys (disabled)\n[ 0.624162] audit: type=2000 audit(1535829981.430:1): initialized\n[ 0.626308] Initialise system trusted keyring\n[ 0.627886] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.629484] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.632354] zbud: loaded\n[ 0.633435] VFS: Disk quotas dquot_6.6.0\n[ 0.634610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.636973] fuse init (API version 7.23)\n[ 0.638248] Key type big_key registered\n[ 0.639407] Allocating IMA MOK and blacklist keyrings.\n[ 0.641125] Key type asymmetric registered\n[ 0.642296] Asymmetric key parser 'x509' registered\n[ 0.643656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.645787] io scheduler noop registered\n[ 0.646889] io scheduler deadline registered (default)\n[ 0.648304] io scheduler cfq registered\n[ 0.649602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.652954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.654996] ACPI: Power Button [PWRF]\n[ 0.656384] GHES: HEST is not enabled!\n[ 0.670672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.699804] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.702768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729633] Linux agpgart interface v0.103\n[ 0.733444] brd: module loaded\n[ 0.735738] loop: module loaded\n[ 0.740691] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742729] GPT:90111 != 2097151\n[ 0.743681] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745200] GPT:90111 != 2097151\n[ 0.746157] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747507] vda: vda1 vda15\n[ 0.749416] scsi host0: ata_piix\n[ 0.750506] scsi host1: ata_piix\n[ 0.751535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.753221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.755526] libphy: Fixed MDIO Bus: probed\n[ 0.756684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758021] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.761185] PPP generic driver version 2.4.2\n[ 0.762506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.764170] ehci-pci: EHCI PCI platform driver\n[ 0.765386] ehci-platform: EHCI generic platform driver\n[ 0.766792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768361] ohci-pci: OHCI PCI platform driver\n[ 0.769582] ohci-platform: OHCI generic platform driver\n[ 0.770973] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785737] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787138] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790638] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792224] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.793950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795986] usb usb1: Product: UHCI Host Controller\n[ 0.797294] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798894] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800335] hub 1-0:1.0: USB hub found\n[ 0.801430] hub 1-0:1.0: 2 ports detected\n[ 0.802733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.805710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.807053] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.808513] mousedev: PS/2 mouse device common for all mice\n[ 0.810257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812810] rtc_cmos 00:00: RTC can wake from S4\n[ 0.814391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.816062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817704] i2c /dev entries driver\n[ 0.818772] device-mapper: uevent: version 1.0.3\n[ 0.820122] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822424] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824370] NET: Registered protocol family 10\n[ 0.825990] NET: Registered protocol family 17\n[ 0.827255] Key type dns_resolver registered\n[ 0.828599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830145] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832645] registered taskstats version 1\n[ 0.833817] Loading compiled-in X.509 certificates\n[ 0.835677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838288] zswap: loaded using pool lzo/zbud\n[ 0.840461] Key type trusted registered\n[ 0.842642] Key type encrypted registered\n[ 0.843831] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845284] ima: No TPM chip found, activating TPM-bypass!\n[ 0.846752] evm: HMAC attrs: 0x1\n[ 0.848070] Magic number: 2:483:444\n[ 0.849265] rtc_cmos 00:00: setting system clock to 2018-09-01 19:26:21 UTC (1535829981)\n[ 0.851534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853093] EDD information not available.\n[ 0.912681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929032] Write protecting the kernel read-only data: 14336k\n[ 0.932013] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.934506] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\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.82\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... [ 1.087907] 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.13...\nLease of 192.168.120.13 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.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFOeHOyu4oBbivEeYMr9pKLjHJhbNo4vOfgCFMNTqGWhrnKcCjmekLaqrLT0haX1L1uz65pCQrzfEWG6fZHHai9cMzRw35wUWQc7mMDe7jyrOjXrotBqFH/HzrwBCGTDorJb6IW6AGC5s5ETLSNFshaJ0cFl4KuInEGf5kS0HTf6dSWGYZImMrnWHeilaygRbg/CeNAOCZIN8vdUR0jrnFwm0MG8nnm1oqT1WFrZ9kzEburoX24NkD2VmIbmJ75B6A6kE82HDhhK1kMcixce60qVD6m6gf4oNi44vN1jAwnAzH8GrwbZ0eoiURCSNfpE8RZKJXGQuE6kINxNiJYMQ/ root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\nssh-dss AAAAB3NzaC1kc3MAAACBAKLOJZpir7/v2sjZ3YV8391ENqRzuLheMjVJxt9gEMpOkB7wMIDvUDtxbQF3dNKotOvOW2HfbdY/SIeBq0EPRqMc5xwun9HWE9eOjy19AAqtTDJ/1SEpPIJBBS6digZZ0QTruN1hbnmryxghYa3Q9Gplo2NX4xNzbg7bjNFmAIIzAAAAFQDUJDf2vVIkaloCNiDNvtHRw5trAQAAAIEAm75tC7Kfrmwx3idYAvCwzmBMS4XqvWbWnAp/dRaXCNqSKb3cveUJPftnMhtNh7zZZgCxOKvZj8lst7OlaXoTnqdVilqTYsBLst2Y+n8gmt16WN2NatoqfwTmkKkipfJ0FqH2XWsDRHbw4xQFSkEqZz0Q7L1tkj80quqkjE+AOv0AAACBAIk+xR+pw7Fe17x5aCCBJaWppUsfzNVMk3uh4SC24i0x30oghd9aplf6Q2N1IPj8/Wu870vwc1AXjHk6ElgbK86AwEcPBbRw4jQzCEKuSNabaVcY2THtXxjJTDg0POzzYzYDKnXK6MtafJFs9XsFG5FLc7a0JtnszmAJ7OFr3S3d root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fe0d:e415/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.13 \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: singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.38 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 login: "} 2018-09-01 19:26:25,117 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/action used request id req-d20fc82b-eaf3-41fa-af18-4931264ae906 2018-09-01 19:26:25,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.790265083313s 2018-09-01 19:26:25,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/action used request id req-d20fc82b-eaf3-41fa-af18-4931264ae906 2018-09-01 19:26:25,118 - 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 486209369 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.194394] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196871] pid_max: default: 32768 minimum: 301 [ 0.198219] ACPI: Core revision 20150930 [ 0.199936] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201897] Security Framework initialized [ 0.203065] Yama: becoming mindful. [ 0.204115] AppArmor: AppArmor initialized [ 0.205407] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209239] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213039] Initializing cgroup subsys io [ 0.214243] Initializing cgroup subsys memory [ 0.215474] Initializing cgroup subsys devices [ 0.216720] Initializing cgroup subsys freezer [ 0.218028] Initializing cgroup subsys net_cls [ 0.219274] Initializing cgroup subsys perf_event [ 0.220585] Initializing cgroup subsys net_prio [ 0.221918] Initializing cgroup subsys hugetlb [ 0.223165] Initializing cgroup subsys pids [ 0.224422] CPU: Physical Processor ID: 0 [ 0.226361] mce: CPU supports 10 MCE banks [ 0.227564] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251041] ftrace: allocating 31920 entries in 125 pages [ 0.277365] smpboot: Max logical packages: 1 [ 0.278610] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280556] x2apic enabled [ 0.281770] Switched APIC routing to physical x2apic. [ 0.284265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291429] KVM setup paravirtual spinlock [ 0.293110] x86: Booted up 1 node, 1 CPUs [ 0.294271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296295] devtmpfs: initialized [ 0.298295] evm: security.selinux [ 0.299302] evm: security.SMACK64 [ 0.300297] evm: security.SMACK64EXEC [ 0.301368] evm: security.SMACK64TRANSMUTE [ 0.302532] evm: security.SMACK64MMAP [ 0.303606] evm: security.ima [ 0.304522] evm: security.capability [ 0.305685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308369] pinctrl core: initialized pinctrl subsystem [ 0.309968] RTC time: 19:26:20, date: 09/01/18 [ 0.311346] NET: Registered protocol family 16 [ 0.312733] cpuidle: using governor ladder [ 0.313913] cpuidle: using governor menu [ 0.315051] PCCT header not found. [ 0.316117] ACPI: bus type PCI registered [ 0.317300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319109] PCI: Using configuration type 1 for base access [ 0.321410] ACPI: Added _OSI(Module Device) [ 0.322670] ACPI: Added _OSI(Processor Device) [ 0.323958] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325284] ACPI: Added _OSI(Processor Aggregator Device) [ 0.327601] ACPI: Interpreter enabled [ 0.328709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.331365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339420] ACPI: (supports S0 S5) [ 0.340470] ACPI: Using IOAPIC for interrupt routing [ 0.341899] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.354435] acpiphp: Slot [3] registered [ 0.355603] acpiphp: Slot [4] registered [ 0.356790] acpiphp: Slot [5] registered [ 0.357976] acpiphp: Slot [6] registered [ 0.359158] acpiphp: Slot [7] registered [ 0.360335] acpiphp: Slot [8] registered [ 0.361487] acpiphp: Slot [9] registered [ 0.362667] acpiphp: Slot [10] registered [ 0.363835] acpiphp: Slot [11] registered [ 0.365033] acpiphp: Slot [12] registered [ 0.366201] acpiphp: Slot [13] registered [ 0.367363] acpiphp: Slot [14] registered [ 0.368561] acpiphp: Slot [15] registered [ 0.383608] acpiphp: Slot [16] registered [ 0.384818] acpiphp: Slot [17] registered [ 0.386034] acpiphp: Slot [18] registered [ 0.387227] acpiphp: Slot [19] registered [ 0.388453] acpiphp: Slot [20] registered [ 0.389655] acpiphp: Slot [21] registered [ 0.390823] acpiphp: Slot [22] registered [ 0.391987] acpiphp: Slot [23] registered [ 0.393155] acpiphp: Slot [24] registered [ 0.394352] acpiphp: Slot [25] registered [ 0.395544] acpiphp: Slot [26] registered [ 0.396743] acpiphp: Slot [27] registered [ 0.397912] acpiphp: Slot [28] registered [ 0.399080] acpiphp: Slot [29] registered [ 0.400242] acpiphp: Slot [30] registered [ 0.401403] acpiphp: Slot [31] registered [ 0.402567] PCI host bridge to bus 0000:00 [ 0.403739] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.413784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.417791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.419678] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427564] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452222] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454277] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460298] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462178] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463726] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465965] vgaarb: loaded [ 0.466903] vgaarb: bridge control possible 0000:00:02.0 [ 0.468678] SCSI subsystem initialized [ 0.470036] ACPI: bus type USB registered [ 0.471259] usbcore: registered new interface driver usbfs [ 0.472791] usbcore: registered new interface driver hub [ 0.474280] usbcore: registered new device driver usb [ 0.475917] PCI: Using ACPI for IRQ routing [ 0.477540] NetLabel: Initializing [ 0.478605] NetLabel: domain hash size = 128 [ 0.479871] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481291] NetLabel: unlabeled traffic allowed by default [ 0.483001] clocksource: Switched to clocksource kvm-clock [ 0.493282] AppArmor: AppArmor Filesystem Enabled [ 0.494669] pnp: PnP ACPI init [ 0.495942] pnp: PnP ACPI: found 5 devices [ 0.502803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505312] NET: Registered protocol family 2 [ 0.506795] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510486] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513880] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515615] NET: Registered protocol family 1 [ 0.516898] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518509] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.520064] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548783] Trying to unpack rootfs image as initramfs... [ 0.610883] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617623] Scanning for low memory corruption every 60 seconds [ 0.620765] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.622449] audit: initializing netlink subsys (disabled) [ 0.624162] audit: type=2000 audit(1535829981.430:1): initialized [ 0.626308] Initialise system trusted keyring [ 0.627886] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629484] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.632354] zbud: loaded [ 0.633435] VFS: Disk quotas dquot_6.6.0 [ 0.634610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.636973] fuse init (API version 7.23) [ 0.638248] Key type big_key registered [ 0.639407] Allocating IMA MOK and blacklist keyrings. [ 0.641125] Key type asymmetric registered [ 0.642296] Asymmetric key parser 'x509' registered [ 0.643656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.645787] io scheduler noop registered [ 0.646889] io scheduler deadline registered (default) [ 0.648304] io scheduler cfq registered [ 0.649602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.651063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.652954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.654996] ACPI: Power Button [PWRF] [ 0.656384] GHES: HEST is not enabled! [ 0.670672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.699804] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.702768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.726501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.729633] Linux agpgart interface v0.103 [ 0.733444] brd: module loaded [ 0.735738] loop: module loaded [ 0.740691] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.742729] GPT:90111 != 2097151 [ 0.743681] GPT:Alternate GPT header not at the end of the disk. [ 0.745200] GPT:90111 != 2097151 [ 0.746157] GPT: Use GNU Parted to correct GPT errors. [ 0.747507] vda: vda1 vda15 [ 0.749416] scsi host0: ata_piix [ 0.750506] scsi host1: ata_piix [ 0.751535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.753221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.755526] libphy: Fixed MDIO Bus: probed [ 0.756684] tun: Universal TUN/TAP device driver, 1.6 [ 0.758021] tun: (C) 1999-2004 Max Krasnyansky [ 0.761185] PPP generic driver version 2.4.2 [ 0.762506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.764170] ehci-pci: EHCI PCI platform driver [ 0.765386] ehci-platform: EHCI generic platform driver [ 0.766792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768361] ohci-pci: OHCI PCI platform driver [ 0.769582] ohci-platform: OHCI generic platform driver [ 0.770973] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785737] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787138] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789198] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790638] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792224] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795986] usb usb1: Product: UHCI Host Controller [ 0.797294] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798894] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800335] hub 1-0:1.0: USB hub found [ 0.801430] hub 1-0:1.0: 2 ports detected [ 0.802733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.805710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807053] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808513] mousedev: PS/2 mouse device common for all mice [ 0.810257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812810] rtc_cmos 00:00: RTC can wake from S4 [ 0.814391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.816062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817704] i2c /dev entries driver [ 0.818772] device-mapper: uevent: version 1.0.3 [ 0.820122] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822424] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824370] NET: Registered protocol family 10 [ 0.825990] NET: Registered protocol family 17 [ 0.827255] Key type dns_resolver registered [ 0.828599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830145] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832645] registered taskstats version 1 [ 0.833817] Loading compiled-in X.509 certificates [ 0.835677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838288] zswap: loaded using pool lzo/zbud [ 0.840461] Key type trusted registered [ 0.842642] Key type encrypted registered [ 0.843831] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845284] ima: No TPM chip found, activating TPM-bypass! [ 0.846752] evm: HMAC attrs: 0x1 [ 0.848070] Magic number: 2:483:444 [ 0.849265] rtc_cmos 00:00: setting system clock to 2018-09-01 19:26:21 UTC (1535829981) [ 0.851534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853093] EDD information not available. [ 0.912681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929032] Write protecting the kernel read-only data: 14336k [ 0.932013] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.934506] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.82 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... [ 1.087907] 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.13... Lease of 192.168.120.13 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.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFOeHOyu4oBbivEeYMr9pKLjHJhbNo4vOfgCFMNTqGWhrnKcCjmekLaqrLT0haX1L1uz65pCQrzfEWG6fZHHai9cMzRw35wUWQc7mMDe7jyrOjXrotBqFH/HzrwBCGTDorJb6IW6AGC5s5ETLSNFshaJ0cFl4KuInEGf5kS0HTf6dSWGYZImMrnWHeilaygRbg/CeNAOCZIN8vdUR0jrnFwm0MG8nnm1oqT1WFrZ9kzEburoX24NkD2VmIbmJ75B6A6kE82HDhhK1kMcixce60qVD6m6gf4oNi44vN1jAwnAzH8GrwbZ0eoiURCSNfpE8RZKJXGQuE6kINxNiJYMQ/ root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 ssh-dss AAAAB3NzaC1kc3MAAACBAKLOJZpir7/v2sjZ3YV8391ENqRzuLheMjVJxt9gEMpOkB7wMIDvUDtxbQF3dNKotOvOW2HfbdY/SIeBq0EPRqMc5xwun9HWE9eOjy19AAqtTDJ/1SEpPIJBBS6digZZ0QTruN1hbnmryxghYa3Q9Gplo2NX4xNzbg7bjNFmAIIzAAAAFQDUJDf2vVIkaloCNiDNvtHRw5trAQAAAIEAm75tC7Kfrmwx3idYAvCwzmBMS4XqvWbWnAp/dRaXCNqSKb3cveUJPftnMhtNh7zZZgCxOKvZj8lst7OlaXoTnqdVilqTYsBLst2Y+n8gmt16WN2NatoqfwTmkKkipfJ0FqH2XWsDRHbw4xQFSkEqZz0Q7L1tkj80quqkjE+AOv0AAACBAIk+xR+pw7Fe17x5aCCBJaWppUsfzNVMk3uh4SC24i0x30oghd9aplf6Q2N1IPj8/Wu870vwc1AXjHk6ElgbK86AwEcPBbRw4jQzCEKuSNabaVcY2THtXxjJTDg0POzzYzYDKnXK6MtafJFs9XsFG5FLc7a0JtnszmAJ7OFr3S3d root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fe0d:e415/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.13 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: singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 launch-index: 0 === cirros: current=0.4.0 uptime=3.38 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 login: 2018-09-01 19:26:26,120 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.220: timed out 2018-09-01 19:26:35,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:26:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:26:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-e7143c8c-f37a-4794-8666-da9c492ef6da x-compute-request-id: req-e7143c8c-f37a-4794-8666-da9c492ef6da Content-Encoding: gzip Content-Length: 9574 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 486209369 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.194394] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196871] pid_max: default: 32768 minimum: 301\n[ 0.198219] ACPI: Core revision 20150930\n[ 0.199936] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201897] Security Framework initialized\n[ 0.203065] Yama: becoming mindful.\n[ 0.204115] AppArmor: AppArmor initialized\n[ 0.205407] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209239] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213039] Initializing cgroup subsys io\n[ 0.214243] Initializing cgroup subsys memory\n[ 0.215474] Initializing cgroup subsys devices\n[ 0.216720] Initializing cgroup subsys freezer\n[ 0.218028] Initializing cgroup subsys net_cls\n[ 0.219274] Initializing cgroup subsys perf_event\n[ 0.220585] Initializing cgroup subsys net_prio\n[ 0.221918] Initializing cgroup subsys hugetlb\n[ 0.223165] Initializing cgroup subsys pids\n[ 0.224422] CPU: Physical Processor ID: 0\n[ 0.226361] mce: CPU supports 10 MCE banks\n[ 0.227564] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251041] ftrace: allocating 31920 entries in 125 pages\n[ 0.277365] smpboot: Max logical packages: 1\n[ 0.278610] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280556] x2apic enabled\n[ 0.281770] Switched APIC routing to physical x2apic.\n[ 0.284265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291429] KVM setup paravirtual spinlock\n[ 0.293110] x86: Booted up 1 node, 1 CPUs\n[ 0.294271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296295] devtmpfs: initialized\n[ 0.298295] evm: security.selinux\n[ 0.299302] evm: security.SMACK64\n[ 0.300297] evm: security.SMACK64EXEC\n[ 0.301368] evm: security.SMACK64TRANSMUTE\n[ 0.302532] evm: security.SMACK64MMAP\n[ 0.303606] evm: security.ima\n[ 0.304522] evm: security.capability\n[ 0.305685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.308369] pinctrl core: initialized pinctrl subsystem\n[ 0.309968] RTC time: 19:26:20, date: 09/01/18\n[ 0.311346] NET: Registered protocol family 16\n[ 0.312733] cpuidle: using governor ladder\n[ 0.313913] cpuidle: using governor menu\n[ 0.315051] PCCT header not found.\n[ 0.316117] ACPI: bus type PCI registered\n[ 0.317300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319109] PCI: Using configuration type 1 for base access\n[ 0.321410] ACPI: Added _OSI(Module Device)\n[ 0.322670] ACPI: Added _OSI(Processor Device)\n[ 0.323958] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325284] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327601] ACPI: Interpreter enabled\n[ 0.328709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.331365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.339420] ACPI: (supports S0 S5)\n[ 0.340470] ACPI: Using IOAPIC for interrupt routing\n[ 0.341899] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354435] acpiphp: Slot [3] registered\n[ 0.355603] acpiphp: Slot [4] registered\n[ 0.356790] acpiphp: Slot [5] registered\n[ 0.357976] acpiphp: Slot [6] registered\n[ 0.359158] acpiphp: Slot [7] registered\n[ 0.360335] acpiphp: Slot [8] registered\n[ 0.361487] acpiphp: Slot [9] registered\n[ 0.362667] acpiphp: Slot [10] registered\n[ 0.363835] acpiphp: Slot [11] registered\n[ 0.365033] acpiphp: Slot [12] registered\n[ 0.366201] acpiphp: Slot [13] registered\n[ 0.367363] acpiphp: Slot [14] registered\n[ 0.368561] acpiphp: Slot [15] registered\n[ 0.383608] acpiphp: Slot [16] registered\n[ 0.384818] acpiphp: Slot [17] registered\n[ 0.386034] acpiphp: Slot [18] registered\n[ 0.387227] acpiphp: Slot [19] registered\n[ 0.388453] acpiphp: Slot [20] registered\n[ 0.389655] acpiphp: Slot [21] registered\n[ 0.390823] acpiphp: Slot [22] registered\n[ 0.391987] acpiphp: Slot [23] registered\n[ 0.393155] acpiphp: Slot [24] registered\n[ 0.394352] acpiphp: Slot [25] registered\n[ 0.395544] acpiphp: Slot [26] registered\n[ 0.396743] acpiphp: Slot [27] registered\n[ 0.397912] acpiphp: Slot [28] registered\n[ 0.399080] acpiphp: Slot [29] registered\n[ 0.400242] acpiphp: Slot [30] registered\n[ 0.401403] acpiphp: Slot [31] registered\n[ 0.402567] PCI host bridge to bus 0000:00\n[ 0.403739] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413784] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.417791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419678] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427564] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452222] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454277] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460298] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463726] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465965] vgaarb: loaded\n[ 0.466903] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468678] SCSI subsystem initialized\n[ 0.470036] ACPI: bus type USB registered\n[ 0.471259] usbcore: registered new interface driver usbfs\n[ 0.472791] usbcore: registered new interface driver hub\n[ 0.474280] usbcore: registered new device driver usb\n[ 0.475917] PCI: Using ACPI for IRQ routing\n[ 0.477540] NetLabel: Initializing\n[ 0.478605] NetLabel: domain hash size = 128\n[ 0.479871] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481291] NetLabel: unlabeled traffic allowed by default\n[ 0.483001] clocksource: Switched to clocksource kvm-clock\n[ 0.493282] AppArmor: AppArmor Filesystem Enabled\n[ 0.494669] pnp: PnP ACPI init\n[ 0.495942] pnp: PnP ACPI: found 5 devices\n[ 0.502803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505312] NET: Registered protocol family 2\n[ 0.506795] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510486] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513880] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515615] NET: Registered protocol family 1\n[ 0.516898] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518509] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520064] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548783] Trying to unpack rootfs image as initramfs...\n[ 0.610883] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617623] Scanning for low memory corruption every 60 seconds\n[ 0.620765] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.622449] audit: initializing netlink subsys (disabled)\n[ 0.624162] audit: type=2000 audit(1535829981.430:1): initialized\n[ 0.626308] Initialise system trusted keyring\n[ 0.627886] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.629484] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.632354] zbud: loaded\n[ 0.633435] VFS: Disk quotas dquot_6.6.0\n[ 0.634610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.636973] fuse init (API version 7.23)\n[ 0.638248] Key type big_key registered\n[ 0.639407] Allocating IMA MOK and blacklist keyrings.\n[ 0.641125] Key type asymmetric registered\n[ 0.642296] Asymmetric key parser 'x509' registered\n[ 0.643656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.645787] io scheduler noop registered\n[ 0.646889] io scheduler deadline registered (default)\n[ 0.648304] io scheduler cfq registered\n[ 0.649602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.652954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.654996] ACPI: Power Button [PWRF]\n[ 0.656384] GHES: HEST is not enabled!\n[ 0.670672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.699804] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.702768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729633] Linux agpgart interface v0.103\n[ 0.733444] brd: module loaded\n[ 0.735738] loop: module loaded\n[ 0.740691] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742729] GPT:90111 != 2097151\n[ 0.743681] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745200] GPT:90111 != 2097151\n[ 0.746157] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747507] vda: vda1 vda15\n[ 0.749416] scsi host0: ata_piix\n[ 0.750506] scsi host1: ata_piix\n[ 0.751535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.753221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.755526] libphy: Fixed MDIO Bus: probed\n[ 0.756684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758021] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.761185] PPP generic driver version 2.4.2\n[ 0.762506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.764170] ehci-pci: EHCI PCI platform driver\n[ 0.765386] ehci-platform: EHCI generic platform driver\n[ 0.766792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768361] ohci-pci: OHCI PCI platform driver\n[ 0.769582] ohci-platform: OHCI generic platform driver\n[ 0.770973] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785737] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787138] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790638] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792224] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.793950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.795986] usb usb1: Product: UHCI Host Controller\n[ 0.797294] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798894] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800335] hub 1-0:1.0: USB hub found\n[ 0.801430] hub 1-0:1.0: 2 ports detected\n[ 0.802733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.805710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.807053] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.808513] mousedev: PS/2 mouse device common for all mice\n[ 0.810257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812810] rtc_cmos 00:00: RTC can wake from S4\n[ 0.814391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.816062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817704] i2c /dev entries driver\n[ 0.818772] device-mapper: uevent: version 1.0.3\n[ 0.820122] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822424] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824370] NET: Registered protocol family 10\n[ 0.825990] NET: Registered protocol family 17\n[ 0.827255] Key type dns_resolver registered\n[ 0.828599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830145] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832645] registered taskstats version 1\n[ 0.833817] Loading compiled-in X.509 certificates\n[ 0.835677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838288] zswap: loaded using pool lzo/zbud\n[ 0.840461] Key type trusted registered\n[ 0.842642] Key type encrypted registered\n[ 0.843831] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845284] ima: No TPM chip found, activating TPM-bypass!\n[ 0.846752] evm: HMAC attrs: 0x1\n[ 0.848070] Magic number: 2:483:444\n[ 0.849265] rtc_cmos 00:00: setting system clock to 2018-09-01 19:26:21 UTC (1535829981)\n[ 0.851534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853093] EDD information not available.\n[ 0.912681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929032] Write protecting the kernel read-only data: 14336k\n[ 0.932013] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.934506] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\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.82\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... [ 1.087907] 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.13...\nLease of 192.168.120.13 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.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFOeHOyu4oBbivEeYMr9pKLjHJhbNo4vOfgCFMNTqGWhrnKcCjmekLaqrLT0haX1L1uz65pCQrzfEWG6fZHHai9cMzRw35wUWQc7mMDe7jyrOjXrotBqFH/HzrwBCGTDorJb6IW6AGC5s5ETLSNFshaJ0cFl4KuInEGf5kS0HTf6dSWGYZImMrnWHeilaygRbg/CeNAOCZIN8vdUR0jrnFwm0MG8nnm1oqT1WFrZ9kzEburoX24NkD2VmIbmJ75B6A6kE82HDhhK1kMcixce60qVD6m6gf4oNi44vN1jAwnAzH8GrwbZ0eoiURCSNfpE8RZKJXGQuE6kINxNiJYMQ/ root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\nssh-dss AAAAB3NzaC1kc3MAAACBAKLOJZpir7/v2sjZ3YV8391ENqRzuLheMjVJxt9gEMpOkB7wMIDvUDtxbQF3dNKotOvOW2HfbdY/SIeBq0EPRqMc5xwun9HWE9eOjy19AAqtTDJ/1SEpPIJBBS6digZZ0QTruN1hbnmryxghYa3Q9Gplo2NX4xNzbg7bjNFmAIIzAAAAFQDUJDf2vVIkaloCNiDNvtHRw5trAQAAAIEAm75tC7Kfrmwx3idYAvCwzmBMS4XqvWbWnAp/dRaXCNqSKb3cveUJPftnMhtNh7zZZgCxOKvZj8lst7OlaXoTnqdVilqTYsBLst2Y+n8gmt16WN2NatoqfwTmkKkipfJ0FqH2XWsDRHbw4xQFSkEqZz0Q7L1tkj80quqkjE+AOv0AAACBAIk+xR+pw7Fe17x5aCCBJaWppUsfzNVMk3uh4SC24i0x30oghd9aplf6Q2N1IPj8/Wu870vwc1AXjHk6ElgbK86AwEcPBbRw4jQzCEKuSNabaVcY2THtXxjJTDg0POzzYzYDKnXK6MtafJFs9XsFG5FLc7a0JtnszmAJ7OFr3S3d root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fe0d:e415/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.13 \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: singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.38 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 login: "} 2018-09-01 19:26:35,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/action used request id req-e7143c8c-f37a-4794-8666-da9c492ef6da 2018-09-01 19:26:35,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.237879037857s 2018-09-01 19:26:35,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e/action used request id req-e7143c8c-f37a-4794-8666-da9c492ef6da 2018-09-01 19:26:35,362 - 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 486209369 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.194394] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196871] pid_max: default: 32768 minimum: 301 [ 0.198219] ACPI: Core revision 20150930 [ 0.199936] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201897] Security Framework initialized [ 0.203065] Yama: becoming mindful. [ 0.204115] AppArmor: AppArmor initialized [ 0.205407] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209239] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213039] Initializing cgroup subsys io [ 0.214243] Initializing cgroup subsys memory [ 0.215474] Initializing cgroup subsys devices [ 0.216720] Initializing cgroup subsys freezer [ 0.218028] Initializing cgroup subsys net_cls [ 0.219274] Initializing cgroup subsys perf_event [ 0.220585] Initializing cgroup subsys net_prio [ 0.221918] Initializing cgroup subsys hugetlb [ 0.223165] Initializing cgroup subsys pids [ 0.224422] CPU: Physical Processor ID: 0 [ 0.226361] mce: CPU supports 10 MCE banks [ 0.227564] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229053] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251041] ftrace: allocating 31920 entries in 125 pages [ 0.277365] smpboot: Max logical packages: 1 [ 0.278610] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280556] x2apic enabled [ 0.281770] Switched APIC routing to physical x2apic. [ 0.284265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288855] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291429] KVM setup paravirtual spinlock [ 0.293110] x86: Booted up 1 node, 1 CPUs [ 0.294271] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296295] devtmpfs: initialized [ 0.298295] evm: security.selinux [ 0.299302] evm: security.SMACK64 [ 0.300297] evm: security.SMACK64EXEC [ 0.301368] evm: security.SMACK64TRANSMUTE [ 0.302532] evm: security.SMACK64MMAP [ 0.303606] evm: security.ima [ 0.304522] evm: security.capability [ 0.305685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308369] pinctrl core: initialized pinctrl subsystem [ 0.309968] RTC time: 19:26:20, date: 09/01/18 [ 0.311346] NET: Registered protocol family 16 [ 0.312733] cpuidle: using governor ladder [ 0.313913] cpuidle: using governor menu [ 0.315051] PCCT header not found. [ 0.316117] ACPI: bus type PCI registered [ 0.317300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319109] PCI: Using configuration type 1 for base access [ 0.321410] ACPI: Added _OSI(Module Device) [ 0.322670] ACPI: Added _OSI(Processor Device) [ 0.323958] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325284] ACPI: Added _OSI(Processor Aggregator Device) [ 0.327601] ACPI: Interpreter enabled [ 0.328709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.331365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336745] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339420] ACPI: (supports S0 S5) [ 0.340470] ACPI: Using IOAPIC for interrupt routing [ 0.341899] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.354435] acpiphp: Slot [3] registered [ 0.355603] acpiphp: Slot [4] registered [ 0.356790] acpiphp: Slot [5] registered [ 0.357976] acpiphp: Slot [6] registered [ 0.359158] acpiphp: Slot [7] registered [ 0.360335] acpiphp: Slot [8] registered [ 0.361487] acpiphp: Slot [9] registered [ 0.362667] acpiphp: Slot [10] registered [ 0.363835] acpiphp: Slot [11] registered [ 0.365033] acpiphp: Slot [12] registered [ 0.366201] acpiphp: Slot [13] registered [ 0.367363] acpiphp: Slot [14] registered [ 0.368561] acpiphp: Slot [15] registered [ 0.383608] acpiphp: Slot [16] registered [ 0.384818] acpiphp: Slot [17] registered [ 0.386034] acpiphp: Slot [18] registered [ 0.387227] acpiphp: Slot [19] registered [ 0.388453] acpiphp: Slot [20] registered [ 0.389655] acpiphp: Slot [21] registered [ 0.390823] acpiphp: Slot [22] registered [ 0.391987] acpiphp: Slot [23] registered [ 0.393155] acpiphp: Slot [24] registered [ 0.394352] acpiphp: Slot [25] registered [ 0.395544] acpiphp: Slot [26] registered [ 0.396743] acpiphp: Slot [27] registered [ 0.397912] acpiphp: Slot [28] registered [ 0.399080] acpiphp: Slot [29] registered [ 0.400242] acpiphp: Slot [30] registered [ 0.401403] acpiphp: Slot [31] registered [ 0.402567] PCI host bridge to bus 0000:00 [ 0.403739] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.413784] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.417791] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.419678] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421412] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427564] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452222] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454277] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460298] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462178] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463726] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465965] vgaarb: loaded [ 0.466903] vgaarb: bridge control possible 0000:00:02.0 [ 0.468678] SCSI subsystem initialized [ 0.470036] ACPI: bus type USB registered [ 0.471259] usbcore: registered new interface driver usbfs [ 0.472791] usbcore: registered new interface driver hub [ 0.474280] usbcore: registered new device driver usb [ 0.475917] PCI: Using ACPI for IRQ routing [ 0.477540] NetLabel: Initializing [ 0.478605] NetLabel: domain hash size = 128 [ 0.479871] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481291] NetLabel: unlabeled traffic allowed by default [ 0.483001] clocksource: Switched to clocksource kvm-clock [ 0.493282] AppArmor: AppArmor Filesystem Enabled [ 0.494669] pnp: PnP ACPI init [ 0.495942] pnp: PnP ACPI: found 5 devices [ 0.502803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505312] NET: Registered protocol family 2 [ 0.506795] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510486] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512272] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513880] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515615] NET: Registered protocol family 1 [ 0.516898] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518509] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.520064] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548783] Trying to unpack rootfs image as initramfs... [ 0.610883] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617623] Scanning for low memory corruption every 60 seconds [ 0.620765] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.622449] audit: initializing netlink subsys (disabled) [ 0.624162] audit: type=2000 audit(1535829981.430:1): initialized [ 0.626308] Initialise system trusted keyring [ 0.627886] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.629484] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.632354] zbud: loaded [ 0.633435] VFS: Disk quotas dquot_6.6.0 [ 0.634610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.636973] fuse init (API version 7.23) [ 0.638248] Key type big_key registered [ 0.639407] Allocating IMA MOK and blacklist keyrings. [ 0.641125] Key type asymmetric registered [ 0.642296] Asymmetric key parser 'x509' registered [ 0.643656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.645787] io scheduler noop registered [ 0.646889] io scheduler deadline registered (default) [ 0.648304] io scheduler cfq registered [ 0.649602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.651063] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.652954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.654996] ACPI: Power Button [PWRF] [ 0.656384] GHES: HEST is not enabled! [ 0.670672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.699804] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.702768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.726501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.729633] Linux agpgart interface v0.103 [ 0.733444] brd: module loaded [ 0.735738] loop: module loaded [ 0.740691] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.742729] GPT:90111 != 2097151 [ 0.743681] GPT:Alternate GPT header not at the end of the disk. [ 0.745200] GPT:90111 != 2097151 [ 0.746157] GPT: Use GNU Parted to correct GPT errors. [ 0.747507] vda: vda1 vda15 [ 0.749416] scsi host0: ata_piix [ 0.750506] scsi host1: ata_piix [ 0.751535] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.753221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.755526] libphy: Fixed MDIO Bus: probed [ 0.756684] tun: Universal TUN/TAP device driver, 1.6 [ 0.758021] tun: (C) 1999-2004 Max Krasnyansky [ 0.761185] PPP generic driver version 2.4.2 [ 0.762506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.764170] ehci-pci: EHCI PCI platform driver [ 0.765386] ehci-platform: EHCI generic platform driver [ 0.766792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768361] ohci-pci: OHCI PCI platform driver [ 0.769582] ohci-platform: OHCI generic platform driver [ 0.770973] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785737] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787138] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789198] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790638] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792224] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795986] usb usb1: Product: UHCI Host Controller [ 0.797294] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798894] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800335] hub 1-0:1.0: USB hub found [ 0.801430] hub 1-0:1.0: 2 ports detected [ 0.802733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.805710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807053] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808513] mousedev: PS/2 mouse device common for all mice [ 0.810257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812810] rtc_cmos 00:00: RTC can wake from S4 [ 0.814391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.816062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817704] i2c /dev entries driver [ 0.818772] device-mapper: uevent: version 1.0.3 [ 0.820122] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822424] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824370] NET: Registered protocol family 10 [ 0.825990] NET: Registered protocol family 17 [ 0.827255] Key type dns_resolver registered [ 0.828599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830145] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832645] registered taskstats version 1 [ 0.833817] Loading compiled-in X.509 certificates [ 0.835677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838288] zswap: loaded using pool lzo/zbud [ 0.840461] Key type trusted registered [ 0.842642] Key type encrypted registered [ 0.843831] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845284] ima: No TPM chip found, activating TPM-bypass! [ 0.846752] evm: HMAC attrs: 0x1 [ 0.848070] Magic number: 2:483:444 [ 0.849265] rtc_cmos 00:00: setting system clock to 2018-09-01 19:26:21 UTC (1535829981) [ 0.851534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853093] EDD information not available. [ 0.912681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929032] Write protecting the kernel read-only data: 14336k [ 0.932013] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.934506] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.82 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... [ 1.087907] 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.13... Lease of 192.168.120.13 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.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFOeHOyu4oBbivEeYMr9pKLjHJhbNo4vOfgCFMNTqGWhrnKcCjmekLaqrLT0haX1L1uz65pCQrzfEWG6fZHHai9cMzRw35wUWQc7mMDe7jyrOjXrotBqFH/HzrwBCGTDorJb6IW6AGC5s5ETLSNFshaJ0cFl4KuInEGf5kS0HTf6dSWGYZImMrnWHeilaygRbg/CeNAOCZIN8vdUR0jrnFwm0MG8nnm1oqT1WFrZ9kzEburoX24NkD2VmIbmJ75B6A6kE82HDhhK1kMcixce60qVD6m6gf4oNi44vN1jAwnAzH8GrwbZ0eoiURCSNfpE8RZKJXGQuE6kINxNiJYMQ/ root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 ssh-dss AAAAB3NzaC1kc3MAAACBAKLOJZpir7/v2sjZ3YV8391ENqRzuLheMjVJxt9gEMpOkB7wMIDvUDtxbQF3dNKotOvOW2HfbdY/SIeBq0EPRqMc5xwun9HWE9eOjy19AAqtTDJ/1SEpPIJBBS6digZZ0QTruN1hbnmryxghYa3Q9Gplo2NX4xNzbg7bjNFmAIIzAAAAFQDUJDf2vVIkaloCNiDNvtHRw5trAQAAAIEAm75tC7Kfrmwx3idYAvCwzmBMS4XqvWbWnAp/dRaXCNqSKb3cveUJPftnMhtNh7zZZgCxOKvZj8lst7OlaXoTnqdVilqTYsBLst2Y+n8gmt16WN2NatoqfwTmkKkipfJ0FqH2XWsDRHbw4xQFSkEqZz0Q7L1tkj80quqkjE+AOv0AAACBAIk+xR+pw7Fe17x5aCCBJaWppUsfzNVMk3uh4SC24i0x30oghd9aplf6Q2N1IPj8/Wu870vwc1AXjHk6ElgbK86AwEcPBbRw4jQzCEKuSNabaVcY2THtXxjJTDg0POzzYzYDKnXK6MtafJFs9XsFG5FLc7a0JtnszmAJ7OFr3S3d root@singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fe0d:e415/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.13 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: singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 launch-index: 0 === cirros: current=0.4.0 uptime=3.38 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 login: 2018-09-01 19:26:35,364 - paramiko.transport - DEBUG - starting thread (client mode): 0x35878f10L 2018-09-01 19:26:35,365 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 19:26:35,365 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 19:26:35,365 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 19:26:35,367 - 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-09-01 19:26:35,367 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 19:26:35,367 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 19:26:35,368 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 19:26:35,368 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 19:26:35,368 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 19:26:35,385 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 19:26:35,385 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 19:26:35,397 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.220: 50fde3010751b535f09b824d1d2d0e19 2018-09-01 19:26:35,398 - paramiko.transport - DEBUG - Trying discovered key 4ae2bbbf0738b4bf058102ce700d5f60 in /tmp/tmp8LEz8s 2018-09-01 19:26:35,424 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 19:26:35,431 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 19:26:35,463 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 19:26:35,464 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 19:26:35,464 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 19:26:35,465 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 19:26:35,466 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 19:26:35,466 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 19:26:35,467 - functest.core.singlevm - DEBUG - error: 2018-09-01 19:26:35,471 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 19:26:35,585 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:26:35,585 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:26:35,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 19:26:35,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/floatingips/c4d98780-ea11-4299-863a-fb11e4e0f7aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:36,585 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1155142-a9d2-42f8-b85e-cf83572f5600 Content-Length: 0 Date: Sat, 01 Sep 2018 19:26:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:26:36,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/c4d98780-ea11-4299-863a-fb11e4e0f7aa.json used request id req-e1155142-a9d2-42f8-b85e-cf83572f5600 2018-09-01 19:26:36,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.992954015732s 2018-09-01 19:26:36,586 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/c4d98780-ea11-4299-863a-fb11e4e0f7aa.json used request id req-e1155142-a9d2-42f8-b85e-cf83572f5600 2018-09-01 19:26:36,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:26:36,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8af8ecd5-2c5a-4f8b-83f0-f9826ebb0f8f Date: Sat, 01 Sep 2018 19:26:36 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:26:36,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-8af8ecd5-2c5a-4f8b-83f0-f9826ebb0f8f 2018-09-01 19:26:36,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451378822327s 2018-09-01 19:26:36,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-8af8ecd5-2c5a-4f8b-83f0-f9826ebb0f8f 2018-09-01 19:26:36,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:26:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:36,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:26: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 x-openstack-request-id: req-93d932c4-1316-44ac-9e7e-cdc4e14751e7 x-compute-request-id: req-93d932c4-1316-44ac-9e7e-cdc4e14751e7 Content-Type: application/json 2018-09-01 19:26:36,826 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-93d932c4-1316-44ac-9e7e-cdc4e14751e7 2018-09-01 19:26:36,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.189059019089s 2018-09-01 19:26:36,826 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e used request id req-93d932c4-1316-44ac-9e7e-cdc4e14751e7 2018-09-01 19:26:36,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:36,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:38,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-a7cb6f71-a3c7-4810-80fd-e5432c471b12 x-compute-request-id: req-a7cb6f71-a3c7-4810-80fd-e5432c471b12 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:e4:15", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:e4:15", "version": 4, "addr": "172.30.9.220", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/18fb0e69-9d22-4bc6-8851-939c21b7da9e", "rel": "bookmark"}], "image": {"id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "links": [{"href": "http://172.30.9.48:8774/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:26:20.000000", "flavor": {"id": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "links": [{"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "bookmark"}]}, "id": "18fb0e69-9d22-4bc6-8851-939c21b7da9e", "security_groups": [{"name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}], "user_id": "f13d32f06f564f12ac06bd2ce82d4062", "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-09-01T19:26:36Z", "hostId": "49f9f45acf6273ed96c86926622fb61b67d186e5e99fb848e1a1b48f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "name": "singlevm2-vm_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "created": "2018-09-01T19:26:11Z", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:26:38,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a7cb6f71-a3c7-4810-80fd-e5432c471b12 2018-09-01 19:26:38,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24233317375s 2018-09-01 19:26:38,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a7cb6f71-a3c7-4810-80fd-e5432c471b12 2018-09-01 19:26:38,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:26:40,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:26:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:40,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-dd432386-21ce-46bc-a1c1-dea66b61bb06 x-compute-request-id: req-dd432386-21ce-46bc-a1c1-dea66b61bb06 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:26:40,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-dd432386-21ce-46bc-a1c1-dea66b61bb06 2018-09-01 19:26:40,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.110305070877s 2018-09-01 19:26:40,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-dd432386-21ce-46bc-a1c1-dea66b61bb06 2018-09-01 19:26:40,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:26:40,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:40,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-03e663b5-040a-4348-bf50-651afaf0c559 Date: Sat, 01 Sep 2018 19:26:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:00Z", "updated_at": "2018-09-01T19:26:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "80dd0eda-20bf-4d54-b38e-3cc2c52b3399", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "baa99921-980c-4b44-b9ed-ddf09a70195d", "remote_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "c22d3e98-71c8-4589-9f2f-5f83deab8578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:00Z", "revision_number": 0, "id": "f0ca1fda-174c-42af-80be-1c184ba4ade5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:00Z", "security_group_id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 1, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "31b8da65-3093-47e3-82e4-99521fa8b8bf", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:08Z", "updated_at": "2018-09-01T19:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "02f73f07-c9f5-4669-ab93-4586368bd952", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv6", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "69155ab3-238e-436c-bb04-dddb3e30c0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "7de6e883-18e5-49e3-8ced-750c2de8150c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:08Z", "revision_number": 0, "id": "b349da00-c8ce-48f1-aa75-1bd99d4e93cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:08Z", "security_group_id": "cc273e91-4449-4269-8c88-941222068004", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "port_range_min": null, "ethertype": "IPv4", "project_id": "46b878b1be6f4f8a9c0d476abd2d27da"}], "revision_number": 3, "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "cc273e91-4449-4269-8c88-941222068004", "name": "singlevm2-sg_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:40,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-03e663b5-040a-4348-bf50-651afaf0c559 2018-09-01 19:26:40,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0558891296387s 2018-09-01 19:26:40,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-03e663b5-040a-4348-bf50-651afaf0c559 2018-09-01 19:26:40,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 19:26:40,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/security-groups/cc273e91-4449-4269-8c88-941222068004.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:40,497 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72a6c9ac-90d0-4584-8731-04fcad88c4d3 Content-Length: 0 Date: Sat, 01 Sep 2018 19:26:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:26:40,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/cc273e91-4449-4269-8c88-941222068004.json used request id req-72a6c9ac-90d0-4584-8731-04fcad88c4d3 2018-09-01 19:26:40,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.249342918396s 2018-09-01 19:26:40,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/cc273e91-4449-4269-8c88-941222068004.json used request id req-72a6c9ac-90d0-4584-8731-04fcad88c4d3 2018-09-01 19:26:40,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 19:26:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/os-keypairs/singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:40,564 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:26: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-a1206141-7119-4b08-b0a5-64832885fad0 x-compute-request-id: req-a1206141-7119-4b08-b0a5-64832885fad0 Content-Length: 0 Content-Type: application/json 2018-09-01 19:26:40,565 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 used request id req-a1206141-7119-4b08-b0a5-64832885fad0 2018-09-01 19:26:40,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0669600963593s 2018-09-01 19:26:40,565 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/singlevm2-kp_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5 used request id req-a1206141-7119-4b08-b0a5-64832885fad0 2018-09-01 19:26:40,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:26:40,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" -d '{"subnet_id": "9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"}' 2018-09-01 19:26:42,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bdc2dd8d-ade3-4e68-89bb-0bfdb44e7d19 Date: Sat, 01 Sep 2018 19:26:42 GMT RESP BODY: {"network_id": "b7aa01f2-db79-45ad-a7ae-e7a14023cc13", "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "subnet_id": "9ace1b69-923b-4a2f-8de7-dfcf0ae710c0", "subnet_ids": ["9ace1b69-923b-4a2f-8de7-dfcf0ae710c0"], "port_id": "1156ebbc-089d-40ff-9b20-b406073df4f0", "id": "69f2bf2f-6a84-4415-9858-4d153465395c"} 2018-09-01 19:26:42,396 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/remove_router_interface.json used request id req-bdc2dd8d-ade3-4e68-89bb-0bfdb44e7d19 2018-09-01 19:26:42,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.83026695251s 2018-09-01 19:26:42,396 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c/remove_router_interface.json used request id req-bdc2dd8d-ade3-4e68-89bb-0bfdb44e7d19 returning object 69f2bf2f-6a84-4415-9858-4d153465395c 2018-09-01 19:26:42,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:26:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:42,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-5e1aedb7-62d9-4ceb-9880-9592a84dc31b Date: Sat, 01 Sep 2018 19:26:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "46b878b1be6f4f8a9c0d476abd2d27da", "created_at": "2018-09-01T19:26:01Z", "admin_state_up": true, "updated_at": "2018-09-01T19:26:41Z", "revision_number": 4, "routes": [], "project_id": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "69f2bf2f-6a84-4415-9858-4d153465395c", "name": "singlevm2-router_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:42,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-5e1aedb7-62d9-4ceb-9880-9592a84dc31b 2018-09-01 19:26:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116349935532s 2018-09-01 19:26:42,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-5e1aedb7-62d9-4ceb-9880-9592a84dc31b 2018-09-01 19:26:42,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:26:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:43,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55652d79-6c5f-44fc-a435-34bb882ed64f Content-Length: 0 Date: Sat, 01 Sep 2018 19:26:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:26:43,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c.json used request id req-55652d79-6c5f-44fc-a435-34bb882ed64f 2018-09-01 19:26:43,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45482492447s 2018-09-01 19:26:43,970 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/69f2bf2f-6a84-4415-9858-4d153465395c.json used request id req-55652d79-6c5f-44fc-a435-34bb882ed64f 2018-09-01 19:26:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:26:43,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:44,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-dc2fdfc4-586f-4ea6-8f30-f27845fcea3c Date: Sat, 01 Sep 2018 19:26:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:01Z","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":"46b878b1be6f4f8a9c0d476abd2d27da","id":"9ace1b69-923b-4a2f-8de7-dfcf0ae710c0","subnetpool_id":null,"name":"singlevm2-subnet_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:44,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-dc2fdfc4-586f-4ea6-8f30-f27845fcea3c 2018-09-01 19:26:44,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0403637886047s 2018-09-01 19:26:44,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-dc2fdfc4-586f-4ea6-8f30-f27845fcea3c 2018-09-01 19:26:44,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:26:44,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/9ace1b69-923b-4a2f-8de7-dfcf0ae710c0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:45,043 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfa4114b-6307-46b2-b771-6cf4e280901e Date: Sat, 01 Sep 2018 19:26:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:26:45,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/9ace1b69-923b-4a2f-8de7-dfcf0ae710c0.json used request id req-bfa4114b-6307-46b2-b771-6cf4e280901e 2018-09-01 19:26:45,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.03021097183s 2018-09-01 19:26:45,043 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/9ace1b69-923b-4a2f-8de7-dfcf0ae710c0.json used request id req-bfa4114b-6307-46b2-b771-6cf4e280901e 2018-09-01 19:26:45,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:45,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:45,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-32eeda40-d9b8-41b2-b9d9-2c3ce86ee6db Date: Sat, 01 Sep 2018 19:26:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:26:44Z","tenant_id":"46b878b1be6f4f8a9c0d476abd2d27da","created_at":"2018-09-01T19:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"46b878b1be6f4f8a9c0d476abd2d27da","id":"b7aa01f2-db79-45ad-a7ae-e7a14023cc13","name":"singlevm2-net_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}]} 2018-09-01 19:26:45,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-32eeda40-d9b8-41b2-b9d9-2c3ce86ee6db 2018-09-01 19:26:45,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0926971435547s 2018-09-01 19:26:45,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-32eeda40-d9b8-41b2-b9d9-2c3ce86ee6db 2018-09-01 19:26:45,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:26:45,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/b7aa01f2-db79-45ad-a7ae-e7a14023cc13.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:46,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c838a052-2bd3-4ef3-b14f-2906914112cf Date: Sat, 01 Sep 2018 19:26:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:26:46,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/b7aa01f2-db79-45ad-a7ae-e7a14023cc13.json used request id req-c838a052-2bd3-4ef3-b14f-2906914112cf 2018-09-01 19:26:46,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.38980197906s 2018-09-01 19:26:46,528 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/b7aa01f2-db79-45ad-a7ae-e7a14023cc13.json used request id req-c838a052-2bd3-4ef3-b14f-2906914112cf 2018-09-01 19:26:46,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:46,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:46,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-03d0ac67-6c7a-4d16-8279-2398ae66b152 Date: Sat, 01 Sep 2018 19:26:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:06Z", "file": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/file", "owner": "46b878b1be6f4f8a9c0d476abd2d27da", "id": "0b618d24-b0c0-45ff-8049-27e836aa1e24", "size": 12716032, "self": "/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/0b618d24-b0c0-45ff-8049-27e836aa1e24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:46,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-03d0ac67-6c7a-4d16-8279-2398ae66b152 2018-09-01 19:26:46,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.122560024261s 2018-09-01 19:26:46,656 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-03d0ac67-6c7a-4d16-8279-2398ae66b152 2018-09-01 19:26:46,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:26:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4a815ddb55cb9d2ad4698a987cf2230d7cef886b" 2018-09-01 19:26:46,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c1ad645-c90d-4c69-9351-ebf4e0ebd2cc Date: Sat, 01 Sep 2018 19:26:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:26:46,966 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24 used request id req-4c1ad645-c90d-4c69-9351-ebf4e0ebd2cc 2018-09-01 19:26:46,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.308892965317s 2018-09-01 19:26:46,967 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/0b618d24-b0c0-45ff-8049-27e836aa1e24 used request id req-4c1ad645-c90d-4c69-9351-ebf4e0ebd2cc 2018-09-01 19:26:46,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:26:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:47,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-dd1ab55b-4deb-4ee5-93ea-26949267441e x-compute-request-id: req-dd1ab55b-4deb-4ee5-93ea-26949267441e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66", "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": "fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66"}]} 2018-09-01 19:26:47,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-dd1ab55b-4deb-4ee5-93ea-26949267441e 2018-09-01 19:26:47,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.043664932251s 2018-09-01 19:26:47,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-dd1ab55b-4deb-4ee5-93ea-26949267441e 2018-09-01 19:26:47,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:26:47,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:47,049 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:26: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 x-openstack-request-id: req-c89a72ca-100e-4d8c-a7bd-1ababaf2682b x-compute-request-id: req-c89a72ca-100e-4d8c-a7bd-1ababaf2682b Content-Length: 0 Content-Type: application/json 2018-09-01 19:26:47,049 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66 used request id req-c89a72ca-100e-4d8c-a7bd-1ababaf2682b 2018-09-01 19:26:47,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0367479324341s 2018-09-01 19:26:47,050 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/fdc38bcf-edf3-44ca-95a3-26c9f8fb0c66 used request id req-c89a72ca-100e-4d8c-a7bd-1ababaf2682b 2018-09-01 19:26:47,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:26:47,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:47,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ad5580-3aa1-4532-9589-f44857356184 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": {"self": "http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f13d32f06f564f12ac06bd2ce82d4062", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:26:47,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-b3ad5580-3aa1-4532-9589-f44857356184 2018-09-01 19:26:47,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209065198898s 2018-09-01 19:26:47,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-b3ad5580-3aa1-4532-9589-f44857356184 2018-09-01 19:26:47,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:26:47,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:47,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec69656f-b917-4ff1-8307-b84a69ead2b8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5", "links": {"self": "http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f13d32f06f564f12ac06bd2ce82d4062", "description": null}} 2018-09-01 19:26:47,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 used request id req-ec69656f-b917-4ff1-8307-b84a69ead2b8 2018-09-01 19:26:47,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203018903732s 2018-09-01 19:26:47,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 used request id req-ec69656f-b917-4ff1-8307-b84a69ead2b8 2018-09-01 19:26:47,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:26:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:47,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:26:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e45ebab8-dc76-48a7-95d6-b894877e72e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:26:47,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 used request id req-e45ebab8-dc76-48a7-95d6-b894877e72e2 2018-09-01 19:26:47,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.369917869568s 2018-09-01 19:26:47,840 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/f13d32f06f564f12ac06bd2ce82d4062 used request id req-e45ebab8-dc76-48a7-95d6-b894877e72e2 2018-09-01 19:26:47,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:26:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:48,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1edeec7-5c77-41e6-910d-fe0eacf696c1 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da"}, "tags": [], "enabled": true, "id": "46b878b1be6f4f8a9c0d476abd2d27da", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f34c0d0a-e7c4-414f-8deb-8813d1f01fe5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 19:26:48,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-a1edeec7-5c77-41e6-910d-fe0eacf696c1 2018-09-01 19:26:48,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.176155090332s 2018-09-01 19:26:48,023 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-a1edeec7-5c77-41e6-910d-fe0eacf696c1 2018-09-01 19:26:48,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:26:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50aa7c3f587aeb9e89d795387f0b252865aa1719" 2018-09-01 19:26:48,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:26:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6dd7ee4-934e-436a-975c-ac05410d770d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:26:48,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da used request id req-b6dd7ee4-934e-436a-975c-ac05410d770d 2018-09-01 19:26:48,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.252672195435s 2018-09-01 19:26:48,280 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/46b878b1be6f4f8a9c0d476abd2d27da used request id req-b6dd7ee4-934e-436a-975c-ac05410d770d 2018-09-01 19:26:48,328 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-01 19:26:48,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:26:48,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:26:48,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:26:48,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:26:48,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:26:48,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:26:48,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:26:48,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:26:48,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:26:48,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12910641-49e9-4474-b296-78c803581462 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:26:48,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-12910641-49e9-4474-b296-78c803581462 2018-09-01 19:26:48,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:26:48,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["zwIQjHVJRzeC_9UjitXsBg"], "issued_at": "2018-09-01T19:26:48.000000Z"}} 2018-09-01 19:26:48,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:48,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:49,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0745278f-2c87-4c55-8d8e-a5ea0ab3972d Date: Sat, 01 Sep 2018 19:26:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:26:49,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0745278f-2c87-4c55-8d8e-a5ea0ab3972d 2018-09-01 19:26:49,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258474826813s 2018-09-01 19:26:49,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0745278f-2c87-4c55-8d8e-a5ea0ab3972d 2018-09-01 19:26:49,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:26:49,039 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:26:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da344679-dbb5-4574-855b-92d028eda18a 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:26:49,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-da344679-dbb5-4574-855b-92d028eda18a 2018-09-01 19:26:49,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:26:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:49,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd4a5277-9132-4689-ab8b-0ea53e4d6a65 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:26:49,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-fd4a5277-9132-4689-ab8b-0ea53e4d6a65 2018-09-01 19:26:49,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184245824814s 2018-09-01 19:26:49,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-fd4a5277-9132-4689-ab8b-0ea53e4d6a65 2018-09-01 19:26:49,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:26:49,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d"}}' 2018-09-01 19:26:49,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eed31a7c-f70e-4941-864f-aaa1335db2c4 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.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b"}, "tags": [], "enabled": true, "id": "8518982eb9ca4379972438f92bfc4e4b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d"}} 2018-09-01 19:26:49,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-eed31a7c-f70e-4941-864f-aaa1335db2c4 2018-09-01 19:26:49,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.205257892609s 2018-09-01 19:26:49,435 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-eed31a7c-f70e-4941-864f-aaa1335db2c4 2018-09-01 19:26:49,435 - 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'8518982eb9ca4379972438f92bfc4e4b', '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_d84723e6-1df9-4a10-a4b9-0f35471b366d'}) 2018-09-01 19:26:49,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:26:49,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c621bc28-761c-4efd-a712-778961cda67a", "email": null, "name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d"}}' 2018-09-01 19:26:49,890 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:26:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca209e7b-1b49-4937-8b7a-c3be9f8c9d48 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": {"self": "http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d17b7539b34435b8b697a304c32e0b1", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:26:49,890 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-ca209e7b-1b49-4937-8b7a-c3be9f8c9d48 2018-09-01 19:26:49,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.448323011398s 2018-09-01 19:26:49,891 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-ca209e7b-1b49-4937-8b7a-c3be9f8c9d48 2018-09-01 19:26:49,891 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0d17b7539b34435b8b697a304c32e0b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d'}) 2018-09-01 19:26:49,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:26:49,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:49,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d8ce11-be56-4aa1-9afd-fe37fc9ef238 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:26:50,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-40d8ce11-be56-4aa1-9afd-fe37fc9ef238 2018-09-01 19:26:50,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104769945145s 2018-09-01 19:26:50,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-40d8ce11-be56-4aa1-9afd-fe37fc9ef238 2018-09-01 19:26:50,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:26:50,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b90dfef-793f-4886-9086-e791f93c5f6c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:26:50,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-2b90dfef-793f-4886-9086-e791f93c5f6c 2018-09-01 19:26:50,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189011096954s 2018-09-01 19:26:50,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-2b90dfef-793f-4886-9086-e791f93c5f6c 2018-09-01 19:26:50,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:26:50,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b07cc7-6611-4b56-853b-f31836d9e203 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:26:50,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-40b07cc7-6611-4b56-853b-f31836d9e203 2018-09-01 19:26:50,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.133479118347s 2018-09-01 19:26:50,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-40b07cc7-6611-4b56-853b-f31836d9e203 2018-09-01 19:26:50,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:26:50,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b27b8fe7-71e2-427c-b8d3-aa5c8d0724c0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:26:50,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-b27b8fe7-71e2-427c-b8d3-aa5c8d0724c0 2018-09-01 19:26:50,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963730812073s 2018-09-01 19:26:50,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-b27b8fe7-71e2-427c-b8d3-aa5c8d0724c0 2018-09-01 19:26:50,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:26:50,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e937296-bf54-4fce-979e-a7a6b80a8dd8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": {"self": "http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d17b7539b34435b8b697a304c32e0b1", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:26:50,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-9e937296-bf54-4fce-979e-a7a6b80a8dd8 2018-09-01 19:26:50,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.149249792099s 2018-09-01 19:26:50,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-9e937296-bf54-4fce-979e-a7a6b80a8dd8 2018-09-01 19:26:50,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:26:50,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e455e7b-cb88-414c-9eb9-24ba541193cb Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b"}, "tags": [], "enabled": true, "id": "8518982eb9ca4379972438f92bfc4e4b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:26:50,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-7e455e7b-cb88-414c-9eb9-24ba541193cb 2018-09-01 19:26:50,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185743808746s 2018-09-01 19:26:50,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-7e455e7b-cb88-414c-9eb9-24ba541193cb 2018-09-01 19:26:50,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:26:50,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=0d17b7539b34435b8b697a304c32e0b1&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=8518982eb9ca4379972438f92bfc4e4b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:50,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2777d25b-e6e5-4585-adcc-0e6569df9a2f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=0d17b7539b34435b8b697a304c32e0b1&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=8518982eb9ca4379972438f92bfc4e4b", "previous": null, "next": null}} 2018-09-01 19:26:50,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0d17b7539b34435b8b697a304c32e0b1&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=8518982eb9ca4379972438f92bfc4e4b used request id req-2777d25b-e6e5-4585-adcc-0e6569df9a2f 2018-09-01 19:26:50,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.168170213699s 2018-09-01 19:26:50,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=0d17b7539b34435b8b697a304c32e0b1&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=8518982eb9ca4379972438f92bfc4e4b used request id req-2777d25b-e6e5-4585-adcc-0e6569df9a2f 2018-09-01 19:26:50,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:26:50,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b/users/0d17b7539b34435b8b697a304c32e0b1/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:26:51,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:26:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3c1712e-aa99-4027-b11d-b09b4247a463 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:26:51,148 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b/users/0d17b7539b34435b8b697a304c32e0b1/roles/64874fc0a262431fa67bb64fec250e81 used request id req-b3c1712e-aa99-4027-b11d-b09b4247a463 2018-09-01 19:26:51,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.184348106384s 2018-09-01 19:26:51,149 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b/users/0d17b7539b34435b8b697a304c32e0b1/roles/64874fc0a262431fa67bb64fec250e81 used request id req-b3c1712e-aa99-4027-b11d-b09b4247a463 2018-09-01 19:26:51,149 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', 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'8518982eb9ca4379972438f92bfc4e4b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c621bc28-761c-4efd-a712-778961cda67a', 'username': u'vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:26:51,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:26:51,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:26:51,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:26:51,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:26:51,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:26:51,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:26:51,154 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'password': 'c621bc28-761c-4efd-a712-778961cda67a', 'project_name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': '8518982eb9ca4379972438f92bfc4e4b', 'project_domain_name': 'Default'} 2018-09-01 19:26:51,154 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-01 19:26:51,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:26:51,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80e70b1-f102-4431-a819-409efbecc44e 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:26:51,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-e80e70b1-f102-4431-a819-409efbecc44e 2018-09-01 19:26:51,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:26:51,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8518982eb9ca4379972438f92bfc4e4b", "name": "vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_8518982eb9ca4379972438f92bfc4e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_8518982eb9ca4379972438f92bfc4e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/8518982eb9ca4379972438f92bfc4e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/8518982eb9ca4379972438f92bfc4e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/8518982eb9ca4379972438f92bfc4e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/8518982eb9ca4379972438f92bfc4e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/8518982eb9ca4379972438f92bfc4e4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/8518982eb9ca4379972438f92bfc4e4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/8518982eb9ca4379972438f92bfc4e4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d", "id": "0d17b7539b34435b8b697a304c32e0b1"}, "audit_ids": ["dNwEDQpQRvShOt3E5tPRFA"], "issued_at": "2018-09-01T19:26:51.000000Z"}} 2018-09-01 19:26:51,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:26:51,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"network": {"name": "vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d", "admin_state_up": true}}' 2018-09-01 19:26:52,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-73049f50-578e-4645-ae36-ff2275da12e4 Date: Sat, 01 Sep 2018 19:26:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:26:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}} 2018-09-01 19:26:52,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-73049f50-578e-4645-ae36-ff2275da12e4 2018-09-01 19:26:52,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.657596111298s 2018-09-01 19:26:52,206 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-73049f50-578e-4645-ae36-ff2275da12e4 2018-09-01 19:26:52,206 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:26:51Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'9e403e6b-eca2-4a41-af57-47562dfeb8a2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d', u'admin_state_up': True, u'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', u'created_at': u'2018-09-01T19:26:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8518982eb9ca4379972438f92bfc4e4b'}) 2018-09-01 19:26:52,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:52,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:52,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-e17c6d5d-a584-4fdd-8b03-ef3dccd49ef7 Date: Sat, 01 Sep 2018 19:26:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:26:51Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:26:52,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e17c6d5d-a584-4fdd-8b03-ef3dccd49ef7 2018-09-01 19:26:52,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.142426013947s 2018-09-01 19:26:52,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e17c6d5d-a584-4fdd-8b03-ef3dccd49ef7 2018-09-01 19:26:52,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:26:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"subnet": {"name": "vping_ssh-subnet_d84723e6-1df9-4a10-a4b9-0f35471b366d", "enable_dhcp": true, "network_id": "9e403e6b-eca2-4a41-af57-47562dfeb8a2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:26:53,104 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d66e6ab4-5c92-4db1-a499-c916fe3e4bb5 Date: Sat, 01 Sep 2018 19:26:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:52Z","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":"8518982eb9ca4379972438f92bfc4e4b","id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","subnetpool_id":null,"name":"vping_ssh-subnet_d84723e6-1df9-4a10-a4b9-0f35471b366d"}} 2018-09-01 19:26:53,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-d66e6ab4-5c92-4db1-a499-c916fe3e4bb5 2018-09-01 19:26:53,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.752953052521s 2018-09-01 19:26:53,105 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-d66e6ab4-5c92-4db1-a499-c916fe3e4bb5 2018-09-01 19:26:53,105 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:26:52Z', 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'89d6336b-94de-4e4e-9481-7ecc9134abbe', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_d84723e6-1df9-4a10-a4b9-0f35471b366d', u'enable_dhcp': True, u'network_id': u'9e403e6b-eca2-4a41-af57-47562dfeb8a2', u'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', u'created_at': u'2018-09-01T19:26:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8518982eb9ca4379972438f92bfc4e4b'}) 2018-09-01 19:26:53,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:26:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "vping_ssh-router_d84723e6-1df9-4a10-a4b9-0f35471b366d", "admin_state_up": true}}' 2018-09-01 19:26:54,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-5989a873-2e73-4492-b542-a66a8edcab3e Date: Sat, 01 Sep 2018 19:26:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:53Z", "admin_state_up": true, "updated_at": "2018-09-01T19:26:54Z", "revision_number": 2, "routes": [], "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea", "name": "vping_ssh-router_d84723e6-1df9-4a10-a4b9-0f35471b366d"}} 2018-09-01 19:26:54,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-5989a873-2e73-4492-b542-a66a8edcab3e 2018-09-01 19:26:54,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22294092178s 2018-09-01 19:26:54,329 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-5989a873-2e73-4492-b542-a66a8edcab3e 2018-09-01 19:26:54,330 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', u'created_at': u'2018-09-01T19:26:53Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:26:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'8518982eb9ca4379972438f92bfc4e4b', u'id': u'd660b8d4-674f-4bc6-a14c-9de60729f6ea', u'name': u'vping_ssh-router_d84723e6-1df9-4a10-a4b9-0f35471b366d'}) 2018-09-01 19:26:54,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:26:54,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"subnet_id": "89d6336b-94de-4e4e-9481-7ecc9134abbe"}' 2018-09-01 19:26:56,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-42e9bc6a-870f-4b8c-abfb-bd0051cd67fe Date: Sat, 01 Sep 2018 19:26:56 GMT RESP BODY: {"network_id": "9e403e6b-eca2-4a41-af57-47562dfeb8a2", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "subnet_id": "89d6336b-94de-4e4e-9481-7ecc9134abbe", "subnet_ids": ["89d6336b-94de-4e4e-9481-7ecc9134abbe"], "port_id": "190abf87-acbd-4421-9308-2d11cea9cf40", "id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea"} 2018-09-01 19:26:56,310 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/add_router_interface.json used request id req-42e9bc6a-870f-4b8c-abfb-bd0051cd67fe 2018-09-01 19:26:56,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97908997536s 2018-09-01 19:26:56,310 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/add_router_interface.json used request id req-42e9bc6a-870f-4b8c-abfb-bd0051cd67fe returning object d660b8d4-674f-4bc6-a14c-9de60729f6ea 2018-09-01 19:26:56,311 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:26:56,431 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:26:56,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:26:56,436 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:26:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:26:56,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:56,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e7c4f16b-41cb-4d5c-acf9-d47e9de6ff60 Date: Sat, 01 Sep 2018 19:26:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:56,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-e7c4f16b-41cb-4d5c-acf9-d47e9de6ff60 2018-09-01 19:26:56,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285424947739s 2018-09-01 19:26:56,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-e7c4f16b-41cb-4d5c-acf9-d47e9de6ff60 2018-09-01 19:26:56,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:26:56,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d"}' 2018-09-01 19:26:56,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ff30f80e-9c17-4aa7-bfa2-b2984b6747cf Date: Sat, 01 Sep 2018 19:26:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:56Z", "file": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file", "owner": "8518982eb9ca4379972438f92bfc4e4b", "id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "size": null, "self": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "checksum": null, "created_at": "2018-09-01T19:26:56Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:26:56,780 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-ff30f80e-9c17-4aa7-bfa2-b2984b6747cf 2018-09-01 19:26:56,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0463819503784s 2018-09-01 19:26:56,780 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-ff30f80e-9c17-4aa7-bfa2-b2984b6747cf returning object ebc1b060-cfa2-4c04-9896-8ca36acd4a7e 2018-09-01 19:26:56,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:26:56,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '' 2018-09-01 19:26:57,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97d0458f-aa99-4f6e-819b-38b8a0b1c32d Date: Sat, 01 Sep 2018 19:26:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:26:57,202 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file used request id req-97d0458f-aa99-4f6e-819b-38b8a0b1c32d 2018-09-01 19:26:57,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.42186999321s 2018-09-01 19:26:57,203 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file used request id req-97d0458f-aa99-4f6e-819b-38b8a0b1c32d 2018-09-01 19:26:57,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:57,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:57,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3177a653-4d86-41c1-a70e-46315d0dd591 Date: Sat, 01 Sep 2018 19:26:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:57Z", "file": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file", "owner": "8518982eb9ca4379972438f92bfc4e4b", "id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "size": 12716032, "self": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:57,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-3177a653-4d86-41c1-a70e-46315d0dd591 2018-09-01 19:26:57,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0666508674622s 2018-09-01 19:26:57,274 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-3177a653-4d86-41c1-a70e-46315d0dd591 2018-09-01 19:26:57,275 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file', 'owner': u'8518982eb9ca4379972438f92bfc4e4b', 'id': u'ebc1b060-cfa2-4c04-9896-8ca36acd4a7e', 'size': 12716032, u'self': u'/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:26:57Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:26:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'created': u'2018-09-01T19:26:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:26:56Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:26:57,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:26:57,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:26:57,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:57 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-ab55d1be-55d0-48df-b066-c688d3e94112 x-compute-request-id: req-ab55d1be-55d0-48df-b066-c688d3e94112 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "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": "769ee992-4092-4bf8-acc6-865e0ced9801"}} 2018-09-01 19:26:57,683 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-ab55d1be-55d0-48df-b066-c688d3e94112 2018-09-01 19:26:57,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.407253026962s 2018-09-01 19:26:57,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-ab55d1be-55d0-48df-b066-c688d3e94112 2018-09-01 19:26:57,684 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'769ee992-4092-4bf8-acc6-865e0ced9801', 'swap': 0}) 2018-09-01 19:26:57,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:26:57,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" -d '{"extra_specs": {}}' 2018-09-01 19:26:57,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:57 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-34a9ad75-93c9-4cbe-aac3-e51370903449 x-compute-request-id: req-34a9ad75-93c9-4cbe-aac3-e51370903449 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:26:57,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801/os-extra_specs used request id req-34a9ad75-93c9-4cbe-aac3-e51370903449 2018-09-01 19:26:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0184149742126s 2018-09-01 19:26:57,703 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801/os-extra_specs used request id req-34a9ad75-93c9-4cbe-aac3-e51370903449 2018-09-01 19:26:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 19:26:57,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"keypair": {"name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d"}}' 2018-09-01 19:26:58,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26:57 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-80f3379b-54bf-4a9f-9314-b36e580ed083 x-compute-request-id: req-80f3379b-54bf-4a9f-9314-b36e580ed083 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1GOvHpyBBoMIkECHGlHX60XJtGAmdisw1cAqo8iTjGSx8aiDYvX4Aw3/yx4aa6Doy9e5XKhlwIImb7cwuNMAWc0vKEYKgjbr9iobS1MuLbjSe6gzxz4Y8WnGZdwH1r/tC5DPNuRhM2dYcDRo6DmakkGgYt5FOV4dpJMMB8O9qBsNLLZV/7Gt6itWNKNMgkgX0M17OSUEfeGvxyasrKm/rwC995je+9+G0987f5RHxxmR7nu7bztiBxx2D/aPQ45FpiB02IFiYuzFiQP0N3XN7FxDb5chbMAIf3Fg4DQqCZH05n3emqJ81O3HAiuKDd7d0oFdiipo/5kLdEAncSG6X Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtRjrx6cgQaDCJBAhxpR1+tFybRgJnYrMNXAKqPIk4xksfGog\n2L1+AMN/8seGmug6MvXuVyoZcCCJm+3MLjTAFnNLyhGCoI26/YqG0tTLi240nuoM\n8c+GPFpxmXcB9a/7QuQzzbkYTNnWHA0aOg5mpJBoGLeRTleHaSTDAfDvagbDSy2V\nf+xreorVjSjTIJIF9DNezklBH3hr8cmrKypv68AvfeY3vvfhtPfO3+UR8cZke57u\n287Ygccdg/2j0OORaYgdNiBYmLsxYkD9Dd1zexcQ2+XIWzACH9xYOA0KgmR9OZ93\npqifNTtxwIrig3e3dKBXYoqaP+ZC3RAJ3EhulwIDAQABAoIBAQChMjiVM4b7w7tr\nXEykNPu7MXm376CHcceJfVyPu1HoLz0w1Uq9ghZJWbtnAAEpm7JKMCxhu+B+tQeo\nGwgWzO96TFBW4jUy8lVSX17ZBX7Uclk2ZsD08LLcv+jEIHFHHsj5ZqVR5gLiTThP\nKb6BlNX6f2uZLLSTVkf66DUIYkzJQxEOiwmnSFuhM9ueDE7h1Fuh008wtRsLemRs\nsxwG8ZNYbgQ/L4g7WximCCAm1edP9nwoQfJ0YVE3VPkySWOme44T3UJlBGMvF0tT\nDN/60IHewQJ2ObDvBEHiOdHA1ZUWPWyyFwdXU7rDnE3AeUGYzYm74bJEs/VtcJ4S\n2fP3Hmb5AoGBAOq5IcbvxAy+0X4D/C7J9Hb3SycuMtoaUEyy8Damnv9vtWxr+X13\nPFsU2cuETVohRBP1fZ57l3fDyJdwA3e/veFo6FO5e9q9AF2xBR6XV1InEvsq8Y8c\nZG1dmnTCW5cIRMwZJbxvb8HyYjiM2LZrdQX3lsbGBfn0RFgxOMtqAga7AoGBAMWD\nYAiRdOVqqJHxLA7/uSIuE1RNw2sBtbqWWkrXJ4+9MPpeMUcZ/qSLmiyzlcuUpIs8\n88xbVl3SLQV6Vc2cUk1o5qRLKM1qE2JJ+ix/6/8Fxl57Ob/C35sjMw9fPqrPzlN1\nJbwMRseYCEiWvAGmAuJRG2zaQzPfbAdZAj4jja/VAoGAXewWh/QJDtCMI1CU6GQH\nXlM1z0e9MWi2GPrBBB1IIg4hGnFaM8oybH+7ZqRaD2agRxxEV9Y8lb/R1EcOHCyt\nXjUMQfRGixB1xQfAdK06U7Uu8zIL1qgVx21dELt0ysqUPNcTMoOkxIaoptg1H0mA\nWhLoUkGKwqnrbx7DCyIwDWECgYAtTAHcNS+v5ZQfVEYccn1M33BDZ0on4k6BKjYu\n78T87BCteqime8mwhuum0NDLzZ0m6aWn+lKGVctJdFL1QqKFakdq6mnDIk6rvfeH\n+RZweCyUQoJt/g02EQ6GufsvRVU2QqmSxOX+pFlR/G/FmQMUUDGP90ZuQREPZlRj\nV9gIuQKBgQCk9qH5TeyhVWgkrq9DqkAa04yaMTiV9Hx4JlT2QGeeQIZTZU++1Wtm\nMDRLHvyGHw86i4rO36+DRnY+cuIuWk02Ogt5VOAAIqgYvPLazT/Fn3UK+EpiBEUT\nD9LfFZ3k4RxQccYpLFX/AL3zrxI6Ln2YeEHPfx5Z8eHFavwT++rcXg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0d17b7539b34435b8b697a304c32e0b1", "name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "fingerprint": "73:d7:0d:9f:43:8d:03:ac:4a:16:cb:db:4d:c7:e6:27"}} 2018-09-01 19:26:58,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-80f3379b-54bf-4a9f-9314-b36e580ed083 2018-09-01 19:26:58,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.525375843048s 2018-09-01 19:26:58,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-80f3379b-54bf-4a9f-9314-b36e580ed083 2018-09-01 19:26:58,229 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1GOvHpyBBoMIkECHGlHX60XJtGAmdisw1cAqo8iTjGSx8aiDYvX4Aw3/yx4aa6Doy9e5XKhlwIImb7cwuNMAWc0vKEYKgjbr9iobS1MuLbjSe6gzxz4Y8WnGZdwH1r/tC5DPNuRhM2dYcDRo6DmakkGgYt5FOV4dpJMMB8O9qBsNLLZV/7Gt6itWNKNMgkgX0M17OSUEfeGvxyasrKm/rwC995je+9+G0987f5RHxxmR7nu7bztiBxx2D/aPQ45FpiB02IFiYuzFiQP0N3XN7FxDb5chbMAIf3Fg4DQqCZH05n3emqJ81O3HAiuKDd7d0oFdiipo/5kLdEAncSG6X Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtRjrx6cgQaDCJBAhxpR1+tFybRgJnYrMNXAKqPIk4xksfGog\n2L1+AMN/8seGmug6MvXuVyoZcCCJm+3MLjTAFnNLyhGCoI26/YqG0tTLi240nuoM\n8c+GPFpxmXcB9a/7QuQzzbkYTNnWHA0aOg5mpJBoGLeRTleHaSTDAfDvagbDSy2V\nf+xreorVjSjTIJIF9DNezklBH3hr8cmrKypv68AvfeY3vvfhtPfO3+UR8cZke57u\n287Ygccdg/2j0OORaYgdNiBYmLsxYkD9Dd1zexcQ2+XIWzACH9xYOA0KgmR9OZ93\npqifNTtxwIrig3e3dKBXYoqaP+ZC3RAJ3EhulwIDAQABAoIBAQChMjiVM4b7w7tr\nXEykNPu7MXm376CHcceJfVyPu1HoLz0w1Uq9ghZJWbtnAAEpm7JKMCxhu+B+tQeo\nGwgWzO96TFBW4jUy8lVSX17ZBX7Uclk2ZsD08LLcv+jEIHFHHsj5ZqVR5gLiTThP\nKb6BlNX6f2uZLLSTVkf66DUIYkzJQxEOiwmnSFuhM9ueDE7h1Fuh008wtRsLemRs\nsxwG8ZNYbgQ/L4g7WximCCAm1edP9nwoQfJ0YVE3VPkySWOme44T3UJlBGMvF0tT\nDN/60IHewQJ2ObDvBEHiOdHA1ZUWPWyyFwdXU7rDnE3AeUGYzYm74bJEs/VtcJ4S\n2fP3Hmb5AoGBAOq5IcbvxAy+0X4D/C7J9Hb3SycuMtoaUEyy8Damnv9vtWxr+X13\nPFsU2cuETVohRBP1fZ57l3fDyJdwA3e/veFo6FO5e9q9AF2xBR6XV1InEvsq8Y8c\nZG1dmnTCW5cIRMwZJbxvb8HyYjiM2LZrdQX3lsbGBfn0RFgxOMtqAga7AoGBAMWD\nYAiRdOVqqJHxLA7/uSIuE1RNw2sBtbqWWkrXJ4+9MPpeMUcZ/qSLmiyzlcuUpIs8\n88xbVl3SLQV6Vc2cUk1o5qRLKM1qE2JJ+ix/6/8Fxl57Ob/C35sjMw9fPqrPzlN1\nJbwMRseYCEiWvAGmAuJRG2zaQzPfbAdZAj4jja/VAoGAXewWh/QJDtCMI1CU6GQH\nXlM1z0e9MWi2GPrBBB1IIg4hGnFaM8oybH+7ZqRaD2agRxxEV9Y8lb/R1EcOHCyt\nXjUMQfRGixB1xQfAdK06U7Uu8zIL1qgVx21dELt0ysqUPNcTMoOkxIaoptg1H0mA\nWhLoUkGKwqnrbx7DCyIwDWECgYAtTAHcNS+v5ZQfVEYccn1M33BDZ0on4k6BKjYu\n78T87BCteqime8mwhuum0NDLzZ0m6aWn+lKGVctJdFL1QqKFakdq6mnDIk6rvfeH\n+RZweCyUQoJt/g02EQ6GufsvRVU2QqmSxOX+pFlR/G/FmQMUUDGP90ZuQREPZlRj\nV9gIuQKBgQCk9qH5TeyhVWgkrq9DqkAa04yaMTiV9Hx4JlT2QGeeQIZTZU++1Wtm\nMDRLHvyGHw86i4rO36+DRnY+cuIuWk02Ogt5VOAAIqgYvPLazT/Fn3UK+EpiBEUT\nD9LfFZ3k4RxQccYpLFX/AL3zrxI6Ln2YeEHPfx5Z8eHFavwT++rcXg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0d17b7539b34435b8b697a304c32e0b1', 'name': u'vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'created_at': '2018-09-01T19:26:58.229952', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'73:d7:0d:9f:43:8d:03:ac:4a:16:cb:db:4d:c7:e6:27', 'type': 'ssh', 'id': u'vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d'}) 2018-09-01 19:26:58,230 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtRjrx6cgQaDCJBAhxpR1+tFybRgJnYrMNXAKqPIk4xksfGog 2L1+AMN/8seGmug6MvXuVyoZcCCJm+3MLjTAFnNLyhGCoI26/YqG0tTLi240nuoM 8c+GPFpxmXcB9a/7QuQzzbkYTNnWHA0aOg5mpJBoGLeRTleHaSTDAfDvagbDSy2V f+xreorVjSjTIJIF9DNezklBH3hr8cmrKypv68AvfeY3vvfhtPfO3+UR8cZke57u 287Ygccdg/2j0OORaYgdNiBYmLsxYkD9Dd1zexcQ2+XIWzACH9xYOA0KgmR9OZ93 pqifNTtxwIrig3e3dKBXYoqaP+ZC3RAJ3EhulwIDAQABAoIBAQChMjiVM4b7w7tr XEykNPu7MXm376CHcceJfVyPu1HoLz0w1Uq9ghZJWbtnAAEpm7JKMCxhu+B+tQeo GwgWzO96TFBW4jUy8lVSX17ZBX7Uclk2ZsD08LLcv+jEIHFHHsj5ZqVR5gLiTThP Kb6BlNX6f2uZLLSTVkf66DUIYkzJQxEOiwmnSFuhM9ueDE7h1Fuh008wtRsLemRs sxwG8ZNYbgQ/L4g7WximCCAm1edP9nwoQfJ0YVE3VPkySWOme44T3UJlBGMvF0tT DN/60IHewQJ2ObDvBEHiOdHA1ZUWPWyyFwdXU7rDnE3AeUGYzYm74bJEs/VtcJ4S 2fP3Hmb5AoGBAOq5IcbvxAy+0X4D/C7J9Hb3SycuMtoaUEyy8Damnv9vtWxr+X13 PFsU2cuETVohRBP1fZ57l3fDyJdwA3e/veFo6FO5e9q9AF2xBR6XV1InEvsq8Y8c ZG1dmnTCW5cIRMwZJbxvb8HyYjiM2LZrdQX3lsbGBfn0RFgxOMtqAga7AoGBAMWD YAiRdOVqqJHxLA7/uSIuE1RNw2sBtbqWWkrXJ4+9MPpeMUcZ/qSLmiyzlcuUpIs8 88xbVl3SLQV6Vc2cUk1o5qRLKM1qE2JJ+ix/6/8Fxl57Ob/C35sjMw9fPqrPzlN1 JbwMRseYCEiWvAGmAuJRG2zaQzPfbAdZAj4jja/VAoGAXewWh/QJDtCMI1CU6GQH XlM1z0e9MWi2GPrBBB1IIg4hGnFaM8oybH+7ZqRaD2agRxxEV9Y8lb/R1EcOHCyt XjUMQfRGixB1xQfAdK06U7Uu8zIL1qgVx21dELt0ysqUPNcTMoOkxIaoptg1H0mA WhLoUkGKwqnrbx7DCyIwDWECgYAtTAHcNS+v5ZQfVEYccn1M33BDZ0on4k6BKjYu 78T87BCteqime8mwhuum0NDLzZ0m6aWn+lKGVctJdFL1QqKFakdq6mnDIk6rvfeH +RZweCyUQoJt/g02EQ6GufsvRVU2QqmSxOX+pFlR/G/FmQMUUDGP90ZuQREPZlRj V9gIuQKBgQCk9qH5TeyhVWgkrq9DqkAa04yaMTiV9Hx4JlT2QGeeQIZTZU++1Wtm MDRLHvyGHw86i4rO36+DRnY+cuIuWk02Ogt5VOAAIqgYvPLazT/Fn3UK+EpiBEUT D9LfFZ3k4RxQccYpLFX/AL3zrxI6Ln2YeEHPfx5Z8eHFavwT++rcXg== -----END RSA PRIVATE KEY----- 2018-09-01 19:26:58,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 19:26:58,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"security_group": {"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-01 19:26:58,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-48cfa557-d6dd-4a0a-874a-20b747056e4f Date: Sat, 01 Sep 2018 19:26:58 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "updated_at": "2018-09-01T19:26:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "382e3966-84c5-4878-acbc-4347f788d220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "f3210863-7240-4310-be22-883efd866fd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 1, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}} 2018-09-01 19:26:58,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-48cfa557-d6dd-4a0a-874a-20b747056e4f 2018-09-01 19:26:58,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.248068094254s 2018-09-01 19:26:58,480 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-48cfa557-d6dd-4a0a-874a-20b747056e4f 2018-09-01 19:26:58,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:26:58,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:58,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-df03418a-e8a8-45df-84f1-58c0fddef6e1 Date: Sat, 01 Sep 2018 19:26:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "updated_at": "2018-09-01T19:26:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "382e3966-84c5-4878-acbc-4347f788d220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "f3210863-7240-4310-be22-883efd866fd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 1, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}, {"description": "Default security group", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:51Z", "updated_at": "2018-09-01T19:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "0b0f66d6-71ec-4586-83cc-949f1bc03ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "135a8d81-ade5-4ef2-874c-e66922ea0548", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "725d3bcd-6165-4fc1-a94f-79e9438b39c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "ac61fce2-403e-485e-aee1-9f8e6b08b5a8", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 1, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "name": "default"}]} 2018-09-01 19:26:58,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-df03418a-e8a8-45df-84f1-58c0fddef6e1 2018-09-01 19:26:58,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.076073884964s 2018-09-01 19:26:58,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-df03418a-e8a8-45df-84f1-58c0fddef6e1 2018-09-01 19:26:58,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:26:58,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -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": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}}' 2018-09-01 19:26:58,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-73428663-d655-4e96-9aca-c7cd5c24a784 Date: Sat, 01 Sep 2018 19:26:58 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-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "port_range_min": 22, "revision_number": 0, "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "83f79971-9754-4799-8c6b-ba057e3f2cac"}} 2018-09-01 19:26:58,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-73428663-d655-4e96-9aca-c7cd5c24a784 2018-09-01 19:26:58,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179090976715s 2018-09-01 19:26:58,745 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-73428663-d655-4e96-9aca-c7cd5c24a784 2018-09-01 19:26:58,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:26:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:58,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-2bd97402-6857-41d8-b78b-878fa78c8401 Date: Sat, 01 Sep 2018 19:26:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "updated_at": "2018-09-01T19:26:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "382e3966-84c5-4878-acbc-4347f788d220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "83f79971-9754-4799-8c6b-ba057e3f2cac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "f3210863-7240-4310-be22-883efd866fd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 2, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}, {"description": "Default security group", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:51Z", "updated_at": "2018-09-01T19:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "0b0f66d6-71ec-4586-83cc-949f1bc03ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "135a8d81-ade5-4ef2-874c-e66922ea0548", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "725d3bcd-6165-4fc1-a94f-79e9438b39c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "ac61fce2-403e-485e-aee1-9f8e6b08b5a8", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 1, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "name": "default"}]} 2018-09-01 19:26:58,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-2bd97402-6857-41d8-b78b-878fa78c8401 2018-09-01 19:26:58,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0636839866638s 2018-09-01 19:26:58,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-2bd97402-6857-41d8-b78b-878fa78c8401 2018-09-01 19:26:58,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:26:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -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": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}}' 2018-09-01 19:26:58,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-495bf310-04f4-4fd7-bbb4-c06ce98c9848 Date: Sat, 01 Sep 2018 19:26:58 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-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "port_range_min": null, "revision_number": 0, "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "4390848e-20da-4572-be50-9ab1db193f85"}} 2018-09-01 19:26:58,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-495bf310-04f4-4fd7-bbb4-c06ce98c9848 2018-09-01 19:26:58,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.142518997192s 2018-09-01 19:26:58,958 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-495bf310-04f4-4fd7-bbb4-c06ce98c9848 2018-09-01 19:26:58,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:26:58,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:59,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-61ba49d3-6c85-4633-b446-050b8398a3f7 Date: Sat, 01 Sep 2018 19:26:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89d6336b-94de-4e4e-9481-7ecc9134abbe"],"updated_at":"2018-09-01T19:26:52Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:26:59,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-61ba49d3-6c85-4633-b446-050b8398a3f7 2018-09-01 19:26:59,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105926990509s 2018-09-01 19:26:59,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-61ba49d3-6c85-4633-b446-050b8398a3f7 2018-09-01 19:26:59,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:26:59,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:59,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-579faaa8-0d63-4dc1-84a4-dd22094e8ee2 Date: Sat, 01 Sep 2018 19:26:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:57Z", "file": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file", "owner": "8518982eb9ca4379972438f92bfc4e4b", "id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "size": 12716032, "self": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:26:59,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-579faaa8-0d63-4dc1-84a4-dd22094e8ee2 2018-09-01 19:26:59,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0439310073853s 2018-09-01 19:26:59,115 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-579faaa8-0d63-4dc1-84a4-dd22094e8ee2 2018-09-01 19:26:59,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:26:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:26:59,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:26: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-71ce14d5-7960-4adf-8144-6bb1049ce142 x-compute-request-id: req-71ce14d5-7960-4adf-8144-6bb1049ce142 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "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": "769ee992-4092-4bf8-acc6-865e0ced9801"}]} 2018-09-01 19:26:59,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-71ce14d5-7960-4adf-8144-6bb1049ce142 2018-09-01 19:26:59,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236649513245s 2018-09-01 19:26:59,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-71ce14d5-7960-4adf-8144-6bb1049ce142 2018-09-01 19:26:59,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:26:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"server": {"name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "imageRef": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "flavorRef": "769ee992-4092-4bf8-acc6-865e0ced9801", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9e403e6b-eca2-4a41-af57-47562dfeb8a2"}], "security_groups": [{"name": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}]}}' 2018-09-01 19:27:01,772 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:26: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-41716e41-ad7f-40d6-afa1-734ddb95032d x-compute-request-id: req-41716e41-ad7f-40d6-afa1-734ddb95032d Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}], "OS-DCF:diskConfig": "MANUAL", "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "adminPass": "ukXUMUSywdK3"}} 2018-09-01 19:27:01,772 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-41716e41-ad7f-40d6-afa1-734ddb95032d 2018-09-01 19:27:01,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.63058495522s 2018-09-01 19:27:01,773 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-41716e41-ad7f-40d6-afa1-734ddb95032d 2018-09-01 19:27:01,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:01,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:02,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-44641045-3810-4b3c-a12e-b6350c06ac85 x-compute-request-id: req-44641045-3810-4b3c-a12e-b6350c06ac85 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:02,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-44641045-3810-4b3c-a12e-b6350c06ac85 2018-09-01 19:27:02,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35905122757s 2018-09-01 19:27:02,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-44641045-3810-4b3c-a12e-b6350c06ac85 2018-09-01 19:27:02,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:02,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:02,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-14bf55ef-c921-4615-b15d-41ffffa95628 Date: Sat, 01 Sep 2018 19:27:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89d6336b-94de-4e4e-9481-7ecc9134abbe"],"updated_at":"2018-09-01T19:26:52Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:02,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-14bf55ef-c921-4615-b15d-41ffffa95628 2018-09-01 19:27:02,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0869619846344s 2018-09-01 19:27:02,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-14bf55ef-c921-4615-b15d-41ffffa95628 2018-09-01 19:27:02,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:27:02,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:02,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f87eefba-c79a-415f-8e09-1b946aec4935 Date: Sat, 01 Sep 2018 19:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:52Z","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":"8518982eb9ca4379972438f92bfc4e4b","id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","subnetpool_id":null,"name":"vping_ssh-subnet_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:02,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-f87eefba-c79a-415f-8e09-1b946aec4935 2018-09-01 19:27:02,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0940940380096s 2018-09-01 19:27:02,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-f87eefba-c79a-415f-8e09-1b946aec4935 2018-09-01 19:27:02,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:04,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:04,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:04,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-ed826cf4-0bdd-4a38-89c5-a4aba6bfb0db x-compute-request-id: req-ed826cf4-0bdd-4a38-89c5-a4aba6bfb0db Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:04Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:04,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ed826cf4-0bdd-4a38-89c5-a4aba6bfb0db 2018-09-01 19:27:04,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410713195801s 2018-09-01 19:27:04,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ed826cf4-0bdd-4a38-89c5-a4aba6bfb0db 2018-09-01 19:27:04,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:06,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:07,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-551e8c2c-0e80-4318-9368-46b350f6e743 x-compute-request-id: req-551e8c2c-0e80-4318-9368-46b350f6e743 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:04Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:07,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-551e8c2c-0e80-4318-9368-46b350f6e743 2018-09-01 19:27:07,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649553060532s 2018-09-01 19:27:07,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-551e8c2c-0e80-4318-9368-46b350f6e743 2018-09-01 19:27:07,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:09,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:09,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:09,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-55f49dbd-8f94-4ef3-abc0-1993ab0d9936 x-compute-request-id: req-55f49dbd-8f94-4ef3-abc0-1993ab0d9936 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:08Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:09,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-55f49dbd-8f94-4ef3-abc0-1993ab0d9936 2018-09-01 19:27:09,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349020957947s 2018-09-01 19:27:09,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-55f49dbd-8f94-4ef3-abc0-1993ab0d9936 2018-09-01 19:27:09,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:27:09,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=d293b3e2-fed6-437b-8eb5-89818cfef8df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:09,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b5e91776-719e-42e0-a3aa-9fab3d7045e2 Date: Sat, 01 Sep 2018 19:27:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:27:05Z","admin_state_up":true,"updated_at":"2018-09-01T19:27:08Z","binding:vnic_type":"normal","device_id":"d293b3e2-fed6-437b-8eb5-89818cfef8df","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2e:15:46","id":"61fbba60-40b3-41c5-a376-7612dbc7b425","port_security_enabled":true,"project_id":"8518982eb9ca4379972438f92bfc4e4b","fixed_ips":[{"subnet_id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["d02b0c18-cec5-4aec-bde1-2a02460b5575"],"name":""}]} 2018-09-01 19:27:09,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=d293b3e2-fed6-437b-8eb5-89818cfef8df used request id req-b5e91776-719e-42e0-a3aa-9fab3d7045e2 2018-09-01 19:27:09,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0787250995636s 2018-09-01 19:27:09,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=d293b3e2-fed6-437b-8eb5-89818cfef8df used request id req-b5e91776-719e-42e0-a3aa-9fab3d7045e2 2018-09-01 19:27:09,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:27:09,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=61fbba60-40b3-41c5-a376-7612dbc7b425" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:09,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c32d29d0-0b39-4de3-b934-fc752d65f2a6 Date: Sat, 01 Sep 2018 19:27:09 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:27:09,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=61fbba60-40b3-41c5-a376-7612dbc7b425 used request id req-c32d29d0-0b39-4de3-b934-fc752d65f2a6 2018-09-01 19:27:09,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.04456615448s 2018-09-01 19:27:09,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=61fbba60-40b3-41c5-a376-7612dbc7b425 used request id req-c32d29d0-0b39-4de3-b934-fc752d65f2a6 2018-09-01 19:27:09,884 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:15:46', 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'ebc1b060-cfa2-4c04-9896-8ca36acd4a7e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:27:08.000000', 'flavor': Munch({u'id': u'769ee992-4092-4bf8-acc6-865e0ced9801'}), 'az': u'nova', 'id': u'd293b3e2-fed6-437b-8eb5-89818cfef8df', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0d17b7539b34435b8b697a304c32e0b1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', '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-09-01T19:27:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:27:08Z', 'hostId': u'2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8', '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-09-01T19:27:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': u'vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'adminPass': u'ukXUMUSywdK3', 'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', 'created_at': u'2018-09-01T19:27:01Z', 'created': u'2018-09-01T19:27:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:27:09,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:09,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a0272275-9196-4bbd-9c1c-71d96b2a4562 Date: Sat, 01 Sep 2018 19:27:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89d6336b-94de-4e4e-9481-7ecc9134abbe"],"updated_at":"2018-09-01T19:26:52Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:09,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a0272275-9196-4bbd-9c1c-71d96b2a4562 2018-09-01 19:27:09,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883078575134s 2018-09-01 19:27:09,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-a0272275-9196-4bbd-9c1c-71d96b2a4562 2018-09-01 19:27:09,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:27:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:10,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-115ab583-f9a0-4f46-b4ae-dbffcfb6a062 Date: Sat, 01 Sep 2018 19:27:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:57Z", "file": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file", "owner": "8518982eb9ca4379972438f92bfc4e4b", "id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "size": 12716032, "self": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:27:10,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-115ab583-f9a0-4f46-b4ae-dbffcfb6a062 2018-09-01 19:27:10,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285947084427s 2018-09-01 19:27:10,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-115ab583-f9a0-4f46-b4ae-dbffcfb6a062 2018-09-01 19:27:10,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:27:10,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:10,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:10 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-c4bcaeff-7917-4bc2-b067-3cd63f205f80 x-compute-request-id: req-c4bcaeff-7917-4bc2-b067-3cd63f205f80 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "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": "769ee992-4092-4bf8-acc6-865e0ced9801"}]} 2018-09-01 19:27:10,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-c4bcaeff-7917-4bc2-b067-3cd63f205f80 2018-09-01 19:27:10,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241560935974s 2018-09-01 19:27:10,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-c4bcaeff-7917-4bc2-b067-3cd63f205f80 2018-09-01 19:27:10,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:27:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"server": {"name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "imageRef": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "flavorRef": "769ee992-4092-4bf8-acc6-865e0ced9801", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9e403e6b-eca2-4a41-af57-47562dfeb8a2"}], "security_groups": [{"name": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}]}}' 2018-09-01 19:27:12,851 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:27:10 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-a54e4282-299d-47aa-94aa-abde2e2777fe x-compute-request-id: req-a54e4282-299d-47aa-94aa-abde2e2777fe Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d02b0c18-cec5-4aec-bde1-2a02460b5575"}], "OS-DCF:diskConfig": "MANUAL", "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "adminPass": "MhnSbHjPcJ7Q"}} 2018-09-01 19:27:12,851 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-a54e4282-299d-47aa-94aa-abde2e2777fe 2018-09-01 19:27:12,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.55886387825s 2018-09-01 19:27:12,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-a54e4282-299d-47aa-94aa-abde2e2777fe 2018-09-01 19:27:12,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:12,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:13,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e5b1dce-ed57-4b5a-b102-cc13e0b68961 x-compute-request-id: req-8e5b1dce-ed57-4b5a-b102-cc13e0b68961 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.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:08Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:13,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-8e5b1dce-ed57-4b5a-b102-cc13e0b68961 2018-09-01 19:27:13,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430925130844s 2018-09-01 19:27:13,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-8e5b1dce-ed57-4b5a-b102-cc13e0b68961 2018-09-01 19:27:13,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:15,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:15,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:15,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-a1cfbf95-6ec1-41db-8861-e3e3ba97301d x-compute-request-id: req-a1cfbf95-6ec1-41db-8861-e3e3ba97301d Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:15Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:08Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:15,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a1cfbf95-6ec1-41db-8861-e3e3ba97301d 2018-09-01 19:27:15,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650397062302s 2018-09-01 19:27:15,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a1cfbf95-6ec1-41db-8861-e3e3ba97301d 2018-09-01 19:27:15,947 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:17,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:17,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:18,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a5e6d1e-9bca-469a-ac10-643ba058f0b6 x-compute-request-id: req-7a5e6d1e-9bca-469a-ac10-643ba058f0b6 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:15Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:08Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:18,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7a5e6d1e-9bca-469a-ac10-643ba058f0b6 2018-09-01 19:27:18,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513772010803s 2018-09-01 19:27:18,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7a5e6d1e-9bca-469a-ac10-643ba058f0b6 2018-09-01 19:27:18,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:20,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:20,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:20,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-f62f1a46-49d2-44cd-a57b-537b709a23db x-compute-request-id: req-f62f1a46-49d2-44cd-a57b-537b709a23db Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:19.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:19Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:08Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:20,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f62f1a46-49d2-44cd-a57b-537b709a23db 2018-09-01 19:27:20,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36967587471s 2018-09-01 19:27:20,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f62f1a46-49d2-44cd-a57b-537b709a23db 2018-09-01 19:27:20,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:27:20,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:21,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8797dcc1-9df5-4e1a-98b3-66af9f3096cf Date: Sat, 01 Sep 2018 19:27:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:27:16Z","admin_state_up":true,"updated_at":"2018-09-01T19:27:19Z","binding:vnic_type":"normal","device_id":"213bb950-c07f-4b83-9585-0d39d1a111a8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:aa:32:86","id":"9447e9ff-d5ac-49b5-9f88-5ef82aee54b2","port_security_enabled":true,"project_id":"8518982eb9ca4379972438f92bfc4e4b","fixed_ips":[{"subnet_id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","ip_address":"192.168.120.24"}],"extra_dhcp_opts":[],"security_groups":["d02b0c18-cec5-4aec-bde1-2a02460b5575"],"name":""}]} 2018-09-01 19:27:21,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-8797dcc1-9df5-4e1a-98b3-66af9f3096cf 2018-09-01 19:27:21,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.21990609169s 2018-09-01 19:27:21,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-8797dcc1-9df5-4e1a-98b3-66af9f3096cf 2018-09-01 19:27:21,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:27:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=9447e9ff-d5ac-49b5-9f88-5ef82aee54b2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:21,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c0b91e8-62cf-4d15-b497-7cf42cf6d043 Date: Sat, 01 Sep 2018 19:27:21 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:27:21,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=9447e9ff-d5ac-49b5-9f88-5ef82aee54b2 used request id req-8c0b91e8-62cf-4d15-b497-7cf42cf6d043 2018-09-01 19:27:21,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.169136047363s 2018-09-01 19:27:21,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=9447e9ff-d5ac-49b5-9f88-5ef82aee54b2 used request id req-8c0b91e8-62cf-4d15-b497-7cf42cf6d043 2018-09-01 19:27:21,242 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:aa:32:86', u'version': 4, u'addr': u'192.168.120.24', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ebc1b060-cfa2-4c04-9896-8ca36acd4a7e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:27:19.000000', 'flavor': Munch({u'id': u'769ee992-4092-4bf8-acc6-865e0ced9801'}), 'az': u'nova', 'id': u'213bb950-c07f-4b83-9585-0d39d1a111a8', 'security_groups': [Munch({u'name': u'vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0d17b7539b34435b8b697a304c32e0b1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', '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-09-01T19:27:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:27:19Z', 'hostId': u'5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'public_v6': '', 'private_v4': u'192.168.120.24', 'cloud': 'envvars', 'host_id': u'5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45', '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-09-01T19:27:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': u'vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'adminPass': u'MhnSbHjPcJ7Q', 'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', 'created_at': u'2018-09-01T19:27:12Z', 'created': u'2018-09-01T19:27:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:27:21,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:21,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:21,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-dec492ef-f297-4362-b3b8-d39197f67fb1 Date: Sat, 01 Sep 2018 19:27:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["89d6336b-94de-4e4e-9481-7ecc9134abbe"],"updated_at":"2018-09-01T19:26:52Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:21,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-dec492ef-f297-4362-b3b8-d39197f67fb1 2018-09-01 19:27:21,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0857710838318s 2018-09-01 19:27:21,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-dec492ef-f297-4362-b3b8-d39197f67fb1 2018-09-01 19:27:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:27:21,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:21,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1fde8c81-aba2-42d3-9337-79f8712c7a78 Date: Sat, 01 Sep 2018 19:27:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:27:16Z","admin_state_up":true,"updated_at":"2018-09-01T19:27:19Z","binding:vnic_type":"normal","device_id":"213bb950-c07f-4b83-9585-0d39d1a111a8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:aa:32:86","id":"9447e9ff-d5ac-49b5-9f88-5ef82aee54b2","port_security_enabled":true,"project_id":"8518982eb9ca4379972438f92bfc4e4b","fixed_ips":[{"subnet_id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","ip_address":"192.168.120.24"}],"extra_dhcp_opts":[],"security_groups":["d02b0c18-cec5-4aec-bde1-2a02460b5575"],"name":""}]} 2018-09-01 19:27:21,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-1fde8c81-aba2-42d3-9337-79f8712c7a78 2018-09-01 19:27:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0432200431824s 2018-09-01 19:27:21,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-1fde8c81-aba2-42d3-9337-79f8712c7a78 2018-09-01 19:27:21,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 19:27:21,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"floatingip": {"floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.24", "port_id": "9447e9ff-d5ac-49b5-9f88-5ef82aee54b2"}}' 2018-09-01 19:27:22,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-63b48c58-761b-45c3-8377-9ea2f131b47c Date: Sat, 01 Sep 2018 19:27:22 GMT RESP BODY: {"floatingip": {"router_id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:27:21Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "9447e9ff-d5ac-49b5-9f88-5ef82aee54b2", "id": "882054e0-d09c-4402-ab3d-f4d83bc2f332", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:27:21Z", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}} 2018-09-01 19:27:22,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-63b48c58-761b-45c3-8377-9ea2f131b47c 2018-09-01 19:27:22,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.60476493835s 2018-09-01 19:27:22,981 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-63b48c58-761b-45c3-8377-9ea2f131b47c 2018-09-01 19:27:22,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:27:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:23,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ab293bcc-8f96-4678-a71b-ed92ef7f7228 Date: Sat, 01 Sep 2018 19:27:23 GMT RESP BODY: {"floatingips": [{"router_id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:27:21Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "9447e9ff-d5ac-49b5-9f88-5ef82aee54b2", "id": "882054e0-d09c-4402-ab3d-f4d83bc2f332", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:27:21Z", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}]} 2018-09-01 19:27:23,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-ab293bcc-8f96-4678-a71b-ed92ef7f7228 2018-09-01 19:27:23,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.199754953384s 2018-09-01 19:27:23,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-ab293bcc-8f96-4678-a71b-ed92ef7f7228 2018-09-01 19:27:23,193 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd660b8d4-674f-4bc6-a14c-9de60729f6ea', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8518982eb9ca4379972438f92bfc4e4b', 'created_at': u'2018-09-01T19:27:21Z', 'attached': True, 'updated_at': u'2018-09-01T19:27:21Z', 'id': u'882054e0-d09c-4402-ab3d-f4d83bc2f332', 'floating_network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 'fixed_ip_address': u'192.168.120.24', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8518982eb9ca4379972438f92bfc4e4b', 'name': 'vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd660b8d4-674f-4bc6-a14c-9de60729f6ea', 'project_id': u'8518982eb9ca4379972438f92bfc4e4b', 'port_id': u'9447e9ff-d5ac-49b5-9f88-5ef82aee54b2', 'port': u'9447e9ff-d5ac-49b5-9f88-5ef82aee54b2', 'network': u'92da8d7f-63ad-482a-afcf-a061c3630101'}) 2018-09-01 19:27:23,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:27:23,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:27:23,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:23 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-b072a1f8-eaf7-4974-bc0b-923598b2ba5e x-compute-request-id: req-b072a1f8-eaf7-4974-bc0b-923598b2ba5e Content-Encoding: gzip Content-Length: 7965 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 577480081 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.195560] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198038] pid_max: default: 32768 minimum: 301\n[ 0.199428] ACPI: Core revision 20150930\n[ 0.201243] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203223] Security Framework initialized\n[ 0.204429] Yama: becoming mindful.\n[ 0.205543] AppArmor: AppArmor initialized\n[ 0.206834] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208788] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210750] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214643] Initializing cgroup subsys io\n[ 0.215864] Initializing cgroup subsys memory\n[ 0.217125] Initializing cgroup subsys devices\n[ 0.218424] Initializing cgroup subsys freezer\n[ 0.219759] Initializing cgroup subsys net_cls\n[ 0.221043] Initializing cgroup subsys perf_event\n[ 0.222440] Initializing cgroup subsys net_prio\n[ 0.223808] Initializing cgroup subsys hugetlb\n[ 0.225092] Initializing cgroup subsys pids\n[ 0.226425] CPU: Physical Processor ID: 0\n[ 0.228366] mce: CPU supports 10 MCE banks\n[ 0.229632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231169] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.254863] ftrace: allocating 31920 entries in 125 pages\n[ 0.280316] smpboot: Max logical packages: 1\n[ 0.281569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.283599] x2apic enabled\n[ 0.284805] Switched APIC routing to physical x2apic.\n[ 0.287385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289074] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292084] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.294796] KVM setup paravirtual spinlock\n[ 0.296513] x86: Booted up 1 node, 1 CPUs\n[ 0.297732] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299822] devtmpfs: initialized\n[ 0.301890] evm: security.selinux\n[ 0.302952] evm: security.SMACK64\n[ 0.303997] evm: security.SMACK64EXEC\n[ 0.305136] evm: security.SMACK64TRANSMUTE\n[ 0.306380] evm: security.SMACK64MMAP\n[ 0.307526] evm: security.ima\n[ 0.308508] evm: security.capability\n[ 0.309696] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312453] pinctrl core: initialized pinctrl subsystem\n[ 0.314098] RTC time: 19:27:20, date: 09/01/18\n[ 0.315473] NET: Registered protocol family 16\n[ 0.316943] cpuidle: using governor ladder\n[ 0.318164] cpuidle: using governor menu\n[ 0.319327] PCCT header not found.\n[ 0.320421] ACPI: bus type PCI registered\n[ 0.321646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323470] PCI: Using configuration type 1 for base access\n[ 0.325773] ACPI: Added _OSI(Module Device)\n[ 0.327055] ACPI: Added _OSI(Processor Device)\n[ 0.328362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332048] ACPI: Interpreter enabled\n[ 0.333177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.344208] ACPI: (supports S0 S5)\n[ 0.345282] ACPI: Using IOAPIC for interrupt routing\n[ 0.346721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352469] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.354311] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.356102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.359360] acpiphp: Slot [3] registered\n[ 0.360572] acpiphp: Slot [4] registered\n[ 0.361787] acpiphp: Slot [5] registered\n[ 0.362994] acpiphp: Slot [6] registered\n[ 0.364240] acpiphp: Slot [7] registered\n[ 0.365481] acpiphp: Slot [8] registered\n[ 0.366715] acpiphp: Slot [9] registered\n[ 0.367946] acpiphp: Slot [10] registered\n[ 0.369168] acpiphp: Slot [11] registered\n[ 0.370394] acpiphp: Slot [12] registered\n[ 0.371623] acpiphp: Slot [13] registered\n[ 0.372851] acpiphp: Slot [14] registered\n[ 0.374076] acpiphp: Slot [15] registered\n[ 0.389527] acpiphp: Slot [16] registered\n[ 0.390774] acpiphp: Slot [17] registered\n[ 0.391969] acpiphp: Slot [18] registered\n[ 0.393184] acpiphp: Slot [19] registered\n[ 0.394395] acpiphp: Slot [20] registered\n[ 0.395605] acpiphp: Slot [21] registered\n[ 0.396832] acpiphp: Slot [22] registered\n[ 0.398031] acpiphp: Slot [23] registered\n[ 0.399270] acpiphp: Slot [24] registered\n[ 0.400498] acpiphp: Slot [25] registered\n[ 0.401740] acpiphp: Slot [26] registered\n[ 0.402963] acpiphp: Slot [27] registered\n[ 0.404201] acpiphp: Slot [28] registered\n[ 0.405436] acpiphp: Slot [29] registered\n[ 0.406661] acpiphp: Slot [30] registered\n[ 0.407875] acpiphp: Slot [31] registered\n[ 0.409099] PCI host bridge to bus 0000:00\n[ 0.410327] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.414012] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.416206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418431] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.424899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426757] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457547] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459664] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461738] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.463822] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469810] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471369] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473729] vgaarb: loaded\n[ 0.474635] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476435] SCSI subsystem initialized\n[ 0.477780] ACPI: bus type USB registered\n[ 0.478993] usbcore: registered new interface driver usbfs\n[ 0.480541] usbcore: registered new interface driver hub\n[ 0.482035] usbcore: registered new device driver usb\n[ 0.483633] PCI: Using ACPI for IRQ routing\n[ 0.485254] NetLabel: Initializing\n[ 0.486327] NetLabel: domain hash size = 128\n[ 0.487621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.489089] NetLabel: unlabeled traffic allowed by default\n[ 0.490815] clocksource: Switched to clocksource kvm-clock\n[ 0.500985] AppArmor: AppArmor Filesystem Enabled\n[ 0.502387] pnp: PnP ACPI init\n[ 0.503678] pnp: PnP ACPI: found 5 devices\n[ 0.510705] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.513255] NET: Registered protocol family 2\n[ 0.514763] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516676] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518482] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520241] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521835] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523568] NET: Registered protocol family 1\n[ 0.524859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526483] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.528083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.559468] Trying to unpack rootfs image as initramfs...\n[ 0.622561] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.625358] Scanning for low memory corruption every 60 seconds\n[ 0.627434] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.629171] audit: initializing netlink subsys (disabled)\n[ 0.630763] audit: type=2000 audit(1535830040.739:1): initialized\n[ 0.632826] Initialise system trusted keyring\n[ 0.634257] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.635942] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.638854] zbud: loaded\n[ 0.639910] VFS: Disk quotas dquot_6.6.0\n[ 0.641138] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.643418] fuse init (API version 7.23)\n[ 0.644729] Key type big_key registered\n[ 0.645906] Allocating IMA MOK and blacklist keyrings.\n[ 0.647728] Key type asymmetric registered\n[ 0.648971] Asymmetric key parser 'x509' registered\n[ 0.650437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.652637] io scheduler noop registered\n[ 0.653808] io scheduler deadline registered (default)\n[ 0.655283] io scheduler cfq registered\n[ 0.656561] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.658102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.662161] ACPI: Power Button [PWRF]\n[ 0.663482] GHES: HEST is not enabled!\n[ 0.677744] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706823] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.709871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.733712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.737009] Linux agpgart interface v0.103\n[ 0.740602] brd: module loaded\n[ 0.742947] loop: module loaded\n[ 0.747836] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.750195] GPT:90111 != 2097151\n[ 0.751247] GPT:Alternate GPT header not at the end of the disk.\n[ 0.752939] GPT:90111 != 2097151\n[ 0.753981] GPT: Use GNU Parted to correct GPT errors.\n[ 0.755480] vda: vda1 vda15\n[ 0.757240] scsi host0: ata_piix\n[ 0.758418] scsi host1: ata_piix\n[ 0.759547] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.761474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.763948] libphy: Fixed MDIO Bus: probed\n[ 0.765228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.766734] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.769723] PPP generic driver version 2.4.2\n[ 0.771461] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.773803] ehci-pci: EHCI PCI platform driver\n[ 0.775507] ehci-platform: EHCI generic platform driver\n[ 0.777450] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779682] ohci-pci: OHCI PCI platform driver\n[ 0.781388] ohci-platform: OHCI generic platform driver\n[ 0.783338] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.798649] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.800604] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.803461] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.805375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.807580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.809993] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.812730] usb usb1: Product: UHCI Host Controller\n[ 0.814528] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.816771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.818606] hub 1-0:1.0: USB hub found\n[ 0.820104] hub 1-0:1.0: 2 ports detected\n[ 0.821829] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.825618] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.827493] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.829450] mousedev: PS/2 mouse device common for all mice\n[ 0.831800] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.835063] rtc_cmos 00:00: RTC can wake from S4\n[ 0.837255] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.839565] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.841909] i2c /dev entries driver\n[ 0.843365] device-mapper: uevent: version 1.0.3\n[ 0.845163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.848335] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.850846] NET: Registered protocol family 10\n[ 0.852914] NET: Registered protocol family 17\n[ 0.854620] Key type dns_resolver registered\n[ 0.856388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.858527] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.861892] registered taskstats version 1\n[ 0.863499] Loading compiled-in X.509 certificates\n[ 0.865686] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.868339] zswap: loaded using pool lzo/zbud\n[ 0.870392] Key type trusted registered\n[ 0.872554] Key type encrypted registered\n[ 0.873739] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.875193] ima: No TPM chip found, activating TPM-bypass!\n[ 0.876643] evm: HMAC attrs: 0x1\n[ 0.877952] Magic number: 2:36:495\n[ 0.879143] rtc_cmos 00:00: setting system clock to 2018-09-01 19:27:21 UTC (1535830041)\n[ 0.881396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.882942] EDD information not available.\n[ 0.920549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.937789] Write protecting the kernel read-only data: 14336k\n[ 0.940784] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.943305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\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.83\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... [ 1.096808] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.24...\nLease of 192.168.120.24 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.92. iid=i-00000004\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\n"} 2018-09-01 19:27:23,292 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8/action used request id req-b072a1f8-eaf7-4974-bc0b-923598b2ba5e 2018-09-01 19:27:23,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0976328849792s 2018-09-01 19:27:23,293 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8/action used request id req-b072a1f8-eaf7-4974-bc0b-923598b2ba5e 2018-09-01 19:27:23,293 - 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 577480081 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.195560] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198038] pid_max: default: 32768 minimum: 301 [ 0.199428] ACPI: Core revision 20150930 [ 0.201243] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203223] Security Framework initialized [ 0.204429] Yama: becoming mindful. [ 0.205543] AppArmor: AppArmor initialized [ 0.206834] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208788] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210750] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212603] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214643] Initializing cgroup subsys io [ 0.215864] Initializing cgroup subsys memory [ 0.217125] Initializing cgroup subsys devices [ 0.218424] Initializing cgroup subsys freezer [ 0.219759] Initializing cgroup subsys net_cls [ 0.221043] Initializing cgroup subsys perf_event [ 0.222440] Initializing cgroup subsys net_prio [ 0.223808] Initializing cgroup subsys hugetlb [ 0.225092] Initializing cgroup subsys pids [ 0.226425] CPU: Physical Processor ID: 0 [ 0.228366] mce: CPU supports 10 MCE banks [ 0.229632] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231169] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248053] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254863] ftrace: allocating 31920 entries in 125 pages [ 0.280316] smpboot: Max logical packages: 1 [ 0.281569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.283599] x2apic enabled [ 0.284805] Switched APIC routing to physical x2apic. [ 0.287385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.289074] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292084] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294796] KVM setup paravirtual spinlock [ 0.296513] x86: Booted up 1 node, 1 CPUs [ 0.297732] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299822] devtmpfs: initialized [ 0.301890] evm: security.selinux [ 0.302952] evm: security.SMACK64 [ 0.303997] evm: security.SMACK64EXEC [ 0.305136] evm: security.SMACK64TRANSMUTE [ 0.306380] evm: security.SMACK64MMAP [ 0.307526] evm: security.ima [ 0.308508] evm: security.capability [ 0.309696] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312453] pinctrl core: initialized pinctrl subsystem [ 0.314098] RTC time: 19:27:20, date: 09/01/18 [ 0.315473] NET: Registered protocol family 16 [ 0.316943] cpuidle: using governor ladder [ 0.318164] cpuidle: using governor menu [ 0.319327] PCCT header not found. [ 0.320421] ACPI: bus type PCI registered [ 0.321646] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323470] PCI: Using configuration type 1 for base access [ 0.325773] ACPI: Added _OSI(Module Device) [ 0.327055] ACPI: Added _OSI(Processor Device) [ 0.328362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.332048] ACPI: Interpreter enabled [ 0.333177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.338651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.341435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.344208] ACPI: (supports S0 S5) [ 0.345282] ACPI: Using IOAPIC for interrupt routing [ 0.346721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350743] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.352469] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.354311] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.356102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.359360] acpiphp: Slot [3] registered [ 0.360572] acpiphp: Slot [4] registered [ 0.361787] acpiphp: Slot [5] registered [ 0.362994] acpiphp: Slot [6] registered [ 0.364240] acpiphp: Slot [7] registered [ 0.365481] acpiphp: Slot [8] registered [ 0.366715] acpiphp: Slot [9] registered [ 0.367946] acpiphp: Slot [10] registered [ 0.369168] acpiphp: Slot [11] registered [ 0.370394] acpiphp: Slot [12] registered [ 0.371623] acpiphp: Slot [13] registered [ 0.372851] acpiphp: Slot [14] registered [ 0.374076] acpiphp: Slot [15] registered [ 0.389527] acpiphp: Slot [16] registered [ 0.390774] acpiphp: Slot [17] registered [ 0.391969] acpiphp: Slot [18] registered [ 0.393184] acpiphp: Slot [19] registered [ 0.394395] acpiphp: Slot [20] registered [ 0.395605] acpiphp: Slot [21] registered [ 0.396832] acpiphp: Slot [22] registered [ 0.398031] acpiphp: Slot [23] registered [ 0.399270] acpiphp: Slot [24] registered [ 0.400498] acpiphp: Slot [25] registered [ 0.401740] acpiphp: Slot [26] registered [ 0.402963] acpiphp: Slot [27] registered [ 0.404201] acpiphp: Slot [28] registered [ 0.405436] acpiphp: Slot [29] registered [ 0.406661] acpiphp: Slot [30] registered [ 0.407875] acpiphp: Slot [31] registered [ 0.409099] PCI host bridge to bus 0000:00 [ 0.410327] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.414012] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.416206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418431] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.420653] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.424899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.426757] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.430296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.434553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.436661] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457547] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459664] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.461738] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.463822] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.466030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.467919] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.469810] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.471369] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.473729] vgaarb: loaded [ 0.474635] vgaarb: bridge control possible 0000:00:02.0 [ 0.476435] SCSI subsystem initialized [ 0.477780] ACPI: bus type USB registered [ 0.478993] usbcore: registered new interface driver usbfs [ 0.480541] usbcore: registered new interface driver hub [ 0.482035] usbcore: registered new device driver usb [ 0.483633] PCI: Using ACPI for IRQ routing [ 0.485254] NetLabel: Initializing [ 0.486327] NetLabel: domain hash size = 128 [ 0.487621] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.489089] NetLabel: unlabeled traffic allowed by default [ 0.490815] clocksource: Switched to clocksource kvm-clock [ 0.500985] AppArmor: AppArmor Filesystem Enabled [ 0.502387] pnp: PnP ACPI init [ 0.503678] pnp: PnP ACPI: found 5 devices [ 0.510705] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.513255] NET: Registered protocol family 2 [ 0.514763] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516676] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.518482] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520241] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.521835] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.523568] NET: Registered protocol family 1 [ 0.524859] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.526483] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.528083] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.542821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.559468] Trying to unpack rootfs image as initramfs... [ 0.622561] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.625358] Scanning for low memory corruption every 60 seconds [ 0.627434] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.629171] audit: initializing netlink subsys (disabled) [ 0.630763] audit: type=2000 audit(1535830040.739:1): initialized [ 0.632826] Initialise system trusted keyring [ 0.634257] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.635942] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.638854] zbud: loaded [ 0.639910] VFS: Disk quotas dquot_6.6.0 [ 0.641138] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.643418] fuse init (API version 7.23) [ 0.644729] Key type big_key registered [ 0.645906] Allocating IMA MOK and blacklist keyrings. [ 0.647728] Key type asymmetric registered [ 0.648971] Asymmetric key parser 'x509' registered [ 0.650437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.652637] io scheduler noop registered [ 0.653808] io scheduler deadline registered (default) [ 0.655283] io scheduler cfq registered [ 0.656561] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.658102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.659992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662161] ACPI: Power Button [PWRF] [ 0.663482] GHES: HEST is not enabled! [ 0.677744] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.706823] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.709871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.733712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.737009] Linux agpgart interface v0.103 [ 0.740602] brd: module loaded [ 0.742947] loop: module loaded [ 0.747836] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.750195] GPT:90111 != 2097151 [ 0.751247] GPT:Alternate GPT header not at the end of the disk. [ 0.752939] GPT:90111 != 2097151 [ 0.753981] GPT: Use GNU Parted to correct GPT errors. [ 0.755480] vda: vda1 vda15 [ 0.757240] scsi host0: ata_piix [ 0.758418] scsi host1: ata_piix [ 0.759547] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.761474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.763948] libphy: Fixed MDIO Bus: probed [ 0.765228] tun: Universal TUN/TAP device driver, 1.6 [ 0.766734] tun: (C) 1999-2004 Max Krasnyansky [ 0.769723] PPP generic driver version 2.4.2 [ 0.771461] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.773803] ehci-pci: EHCI PCI platform driver [ 0.775507] ehci-platform: EHCI generic platform driver [ 0.777450] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.779682] ohci-pci: OHCI PCI platform driver [ 0.781388] ohci-platform: OHCI generic platform driver [ 0.783338] uhci_hcd: USB Universal Host Controller Interface driver [ 0.798649] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.800604] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.803461] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.805375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.807580] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.809993] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.812730] usb usb1: Product: UHCI Host Controller [ 0.814528] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.816771] usb usb1: SerialNumber: 0000:00:01.2 [ 0.818606] hub 1-0:1.0: USB hub found [ 0.820104] hub 1-0:1.0: 2 ports detected [ 0.821829] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.825618] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.827493] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.829450] mousedev: PS/2 mouse device common for all mice [ 0.831800] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.835063] rtc_cmos 00:00: RTC can wake from S4 [ 0.837255] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.839565] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.841909] i2c /dev entries driver [ 0.843365] device-mapper: uevent: version 1.0.3 [ 0.845163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.848335] ledtrig-cpu: registered to indicate activity on CPUs [ 0.850846] NET: Registered protocol family 10 [ 0.852914] NET: Registered protocol family 17 [ 0.854620] Key type dns_resolver registered [ 0.856388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.858527] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.861892] registered taskstats version 1 [ 0.863499] Loading compiled-in X.509 certificates [ 0.865686] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.868339] zswap: loaded using pool lzo/zbud [ 0.870392] Key type trusted registered [ 0.872554] Key type encrypted registered [ 0.873739] AppArmor: AppArmor sha1 policy hashing enabled [ 0.875193] ima: No TPM chip found, activating TPM-bypass! [ 0.876643] evm: HMAC attrs: 0x1 [ 0.877952] Magic number: 2:36:495 [ 0.879143] rtc_cmos 00:00: setting system clock to 2018-09-01 19:27:21 UTC (1535830041) [ 0.881396] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.882942] EDD information not available. [ 0.920549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.937789] Write protecting the kernel read-only data: 14336k [ 0.940784] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.943305] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.83 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... [ 1.096808] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.24... Lease of 192.168.120.24 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.92. iid=i-00000004 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 2018-09-01 19:27:24,293 - paramiko.transport - DEBUG - starting thread (client mode): 0x356dc910L 2018-09-01 19:27:24,294 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 19:27:24,294 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 19:27:24,294 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 19:27:24,295 - 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-09-01 19:27:24,295 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 19:27:24,296 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 19:27:24,296 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 19:27:24,296 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 19:27:24,296 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 19:27:24,313 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 19:27:24,314 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 19:27:24,326 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 20929aa9206556aba69fb55c40c1c5dc 2018-09-01 19:27:24,327 - paramiko.transport - DEBUG - Trying discovered key 73d70d9f438d03ac4a16cbdb4dc7e627 in /tmp/tmpHrc6md 2018-09-01 19:27:24,352 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 19:27:24,358 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 19:27:24,359 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 19:27:24,360 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 19:27:24,360 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 19:27:24,362 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 19:27:24,365 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 19:27:24,366 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=2.055 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 2.055/2.055/2.055 ms 2018-09-01 19:27:24,366 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-01 19:27:24,367 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 19:27:24,477 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:27:24,477 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:27:24,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:27:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:24,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:27: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 x-openstack-request-id: req-737ab735-658b-441e-9bdd-6be619c6d5ea x-compute-request-id: req-737ab735-658b-441e-9bdd-6be619c6d5ea Content-Type: application/json 2018-09-01 19:27:24,628 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df used request id req-737ab735-658b-441e-9bdd-6be619c6d5ea 2018-09-01 19:27:24,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145260810852s 2018-09-01 19:27:24,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df used request id req-737ab735-658b-441e-9bdd-6be619c6d5ea 2018-09-01 19:27:24,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:25,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-b08ca60a-57d9-4103-bdec-548b0dc4fd8d x-compute-request-id: req-b08ca60a-57d9-4103-bdec-548b0dc4fd8d Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:19.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:19Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:15:46", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/d293b3e2-fed6-437b-8eb5-89818cfef8df", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:08.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "d293b3e2-fed6-437b-8eb5-89818cfef8df", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:24Z", "hostId": "2d2e25193e6787e274ffbac7a659f5d87805cb342ace13c6713975b8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:01Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:25,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b08ca60a-57d9-4103-bdec-548b0dc4fd8d 2018-09-01 19:27:25,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418174982071s 2018-09-01 19:27:25,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b08ca60a-57d9-4103-bdec-548b0dc4fd8d 2018-09-01 19:27:25,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:27,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:27,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:27,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-966f3b9b-49d5-4659-866a-95bc66bf84be x-compute-request-id: req-966f3b9b-49d5-4659-866a-95bc66bf84be Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:19.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:19Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:27,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-966f3b9b-49d5-4659-866a-95bc66bf84be 2018-09-01 19:27:27,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659166097641s 2018-09-01 19:27:27,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-966f3b9b-49d5-4659-866a-95bc66bf84be 2018-09-01 19:27:27,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 19:27:27,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/floatingips/882054e0-d09c-4402-ab3d-f4d83bc2f332.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:28,637 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-271b069b-ef8a-4d9d-b065-7d1efd420547 Content-Length: 0 Date: Sat, 01 Sep 2018 19:27:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:27:28,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/882054e0-d09c-4402-ab3d-f4d83bc2f332.json used request id req-271b069b-ef8a-4d9d-b065-7d1efd420547 2018-09-01 19:27:28,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.922018051147s 2018-09-01 19:27:28,638 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/882054e0-d09c-4402-ab3d-f4d83bc2f332.json used request id req-271b069b-ef8a-4d9d-b065-7d1efd420547 2018-09-01 19:27:28,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:27:28,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:28,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ecefeeb-b9f0-40ae-bb34-eff54639b702 Date: Sat, 01 Sep 2018 19:27:28 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:27:28,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-2ecefeeb-b9f0-40ae-bb34-eff54639b702 2018-09-01 19:27:28,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0466840267181s 2018-09-01 19:27:28,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-2ecefeeb-b9f0-40ae-bb34-eff54639b702 2018-09-01 19:27:28,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:27:28,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:28,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:27: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-cb9b62b2-71c3-43e9-8eae-1f68a29a2836 x-compute-request-id: req-cb9b62b2-71c3-43e9-8eae-1f68a29a2836 Content-Type: application/json 2018-09-01 19:27:28,898 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-cb9b62b2-71c3-43e9-8eae-1f68a29a2836 2018-09-01 19:27:28,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.20699095726s 2018-09-01 19:27:28,898 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8 used request id req-cb9b62b2-71c3-43e9-8eae-1f68a29a2836 2018-09-01 19:27:28,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:29,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-a49d49eb-f992-43a8-9bfb-ed924dcb0ed8 x-compute-request-id: req-a49d49eb-f992-43a8-9bfb-ed924dcb0ed8 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:32:86", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/213bb950-c07f-4b83-9585-0d39d1a111a8", "rel": "bookmark"}], "image": {"id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "links": [{"href": "http://172.30.9.48:8774/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:19.000000", "flavor": {"id": "769ee992-4092-4bf8-acc6-865e0ced9801", "links": [{"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "bookmark"}]}, "id": "213bb950-c07f-4b83-9585-0d39d1a111a8", "security_groups": [{"name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}], "user_id": "0d17b7539b34435b8b697a304c32e0b1", "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-09-01T19:27:28Z", "hostId": "5366c7a37a5634a82adb3d39bcec7220278e112b36ace6dd4d658e45", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d", "name": "vping_ssh-vm_d84723e6-1df9-4a10-a4b9-0f35471b366d", "created": "2018-09-01T19:27:12Z", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:29,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a49d49eb-f992-43a8-9bfb-ed924dcb0ed8 2018-09-01 19:27:29,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658726930618s 2018-09-01 19:27:29,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-a49d49eb-f992-43a8-9bfb-ed924dcb0ed8 2018-09-01 19:27:29,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:31,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:31,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:31,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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 x-openstack-request-id: req-b1518827-eed0-491c-a61c-38adbee38162 x-compute-request-id: req-b1518827-eed0-491c-a61c-38adbee38162 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:27:31,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b1518827-eed0-491c-a61c-38adbee38162 2018-09-01 19:27:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0719540119171s 2018-09-01 19:27:31,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b1518827-eed0-491c-a61c-38adbee38162 2018-09-01 19:27:31,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:27:31,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:31,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-ae5991f1-d888-4fab-aac6-902145c45194 Date: Sat, 01 Sep 2018 19:27:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:58Z", "updated_at": "2018-09-01T19:26:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "382e3966-84c5-4878-acbc-4347f788d220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "4390848e-20da-4572-be50-9ab1db193f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "83f79971-9754-4799-8c6b-ba057e3f2cac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:58Z", "revision_number": 0, "id": "f3210863-7240-4310-be22-883efd866fd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:58Z", "security_group_id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 3, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d02b0c18-cec5-4aec-bde1-2a02460b5575", "name": "vping_ssh-sg_d84723e6-1df9-4a10-a4b9-0f35471b366d"}, {"description": "Default security group", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:51Z", "updated_at": "2018-09-01T19:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "0b0f66d6-71ec-4586-83cc-949f1bc03ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "135a8d81-ade5-4ef2-874c-e66922ea0548", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "725d3bcd-6165-4fc1-a94f-79e9438b39c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:26:51Z", "revision_number": 0, "id": "ac61fce2-403e-485e-aee1-9f8e6b08b5a8", "remote_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "remote_ip_prefix": null, "created_at": "2018-09-01T19:26:51Z", "security_group_id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8518982eb9ca4379972438f92bfc4e4b"}], "revision_number": 1, "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "ef296bf6-b34b-4a57-ada4-c91edcde3d1c", "name": "default"}]} 2018-09-01 19:27:31,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-ae5991f1-d888-4fab-aac6-902145c45194 2018-09-01 19:27:31,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0422809123993s 2018-09-01 19:27:31,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-ae5991f1-d888-4fab-aac6-902145c45194 2018-09-01 19:27:31,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 19:27:31,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/security-groups/d02b0c18-cec5-4aec-bde1-2a02460b5575.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:31,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb9d62fc-e9f3-49bb-a119-7a5704e1ff17 Content-Length: 0 Date: Sat, 01 Sep 2018 19:27:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:27:31,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/d02b0c18-cec5-4aec-bde1-2a02460b5575.json used request id req-fb9d62fc-e9f3-49bb-a119-7a5704e1ff17 2018-09-01 19:27:31,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.17329788208s 2018-09-01 19:27:31,857 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/d02b0c18-cec5-4aec-bde1-2a02460b5575.json used request id req-fb9d62fc-e9f3-49bb-a119-7a5704e1ff17 2018-09-01 19:27:31,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 19:27:31,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/os-keypairs/vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:31,894 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:27: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 x-openstack-request-id: req-7ef56813-9324-415d-9341-1be33e8983d7 x-compute-request-id: req-7ef56813-9324-415d-9341-1be33e8983d7 Content-Length: 0 Content-Type: application/json 2018-09-01 19:27:31,894 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d used request id req-7ef56813-9324-415d-9341-1be33e8983d7 2018-09-01 19:27:31,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0362119674683s 2018-09-01 19:27:31,894 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/vping_ssh-kp_d84723e6-1df9-4a10-a4b9-0f35471b366d used request id req-7ef56813-9324-415d-9341-1be33e8983d7 2018-09-01 19:27:31,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:27:31,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" -d '{"subnet_id": "89d6336b-94de-4e4e-9481-7ecc9134abbe"}' 2018-09-01 19:27:33,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6509b5d1-8e16-4460-97ba-e327ae4627de Date: Sat, 01 Sep 2018 19:27:33 GMT RESP BODY: {"network_id": "9e403e6b-eca2-4a41-af57-47562dfeb8a2", "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "subnet_id": "89d6336b-94de-4e4e-9481-7ecc9134abbe", "subnet_ids": ["89d6336b-94de-4e4e-9481-7ecc9134abbe"], "port_id": "190abf87-acbd-4421-9308-2d11cea9cf40", "id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea"} 2018-09-01 19:27:33,520 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/remove_router_interface.json used request id req-6509b5d1-8e16-4460-97ba-e327ae4627de 2018-09-01 19:27:33,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62560200691s 2018-09-01 19:27:33,521 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea/remove_router_interface.json used request id req-6509b5d1-8e16-4460-97ba-e327ae4627de returning object d660b8d4-674f-4bc6-a14c-9de60729f6ea 2018-09-01 19:27:33,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:27:33,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:33,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-299c1e3a-a018-4168-9e9d-dd96273d4565 Date: Sat, 01 Sep 2018 19:27:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8518982eb9ca4379972438f92bfc4e4b", "created_at": "2018-09-01T19:26:53Z", "admin_state_up": true, "updated_at": "2018-09-01T19:27:32Z", "revision_number": 4, "routes": [], "project_id": "8518982eb9ca4379972438f92bfc4e4b", "id": "d660b8d4-674f-4bc6-a14c-9de60729f6ea", "name": "vping_ssh-router_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:33,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-299c1e3a-a018-4168-9e9d-dd96273d4565 2018-09-01 19:27:33,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113262891769s 2018-09-01 19:27:33,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-299c1e3a-a018-4168-9e9d-dd96273d4565 2018-09-01 19:27:33,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:27:33,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:35,018 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e583ea57-999d-4308-ac38-ac9e103babb7 Content-Length: 0 Date: Sat, 01 Sep 2018 19:27:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:27:35,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea.json used request id req-e583ea57-999d-4308-ac38-ac9e103babb7 2018-09-01 19:27:35,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38170409203s 2018-09-01 19:27:35,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/d660b8d4-674f-4bc6-a14c-9de60729f6ea.json used request id req-e583ea57-999d-4308-ac38-ac9e103babb7 2018-09-01 19:27:35,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:27:35,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:35,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0fc1b479-3c7c-4bc9-8e02-1fae679fd109 Date: Sat, 01 Sep 2018 19:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:26:52Z","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":"8518982eb9ca4379972438f92bfc4e4b","id":"89d6336b-94de-4e4e-9481-7ecc9134abbe","subnetpool_id":null,"name":"vping_ssh-subnet_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:35,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-0fc1b479-3c7c-4bc9-8e02-1fae679fd109 2018-09-01 19:27:35,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434858798981s 2018-09-01 19:27:35,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-0fc1b479-3c7c-4bc9-8e02-1fae679fd109 2018-09-01 19:27:35,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:27:35,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/89d6336b-94de-4e4e-9481-7ecc9134abbe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:36,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77e53ff5-3381-4a2d-bb47-2e896f05ba6c Date: Sat, 01 Sep 2018 19:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:27:36,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/89d6336b-94de-4e4e-9481-7ecc9134abbe.json used request id req-77e53ff5-3381-4a2d-bb47-2e896f05ba6c 2018-09-01 19:27:36,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12812614441s 2018-09-01 19:27:36,192 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/89d6336b-94de-4e4e-9481-7ecc9134abbe.json used request id req-77e53ff5-3381-4a2d-bb47-2e896f05ba6c 2018-09-01 19:27:36,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:36,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-38520114-dbd0-419f-b1b1-5dad6dfe1b93 Date: Sat, 01 Sep 2018 19:27:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:27:36Z","tenant_id":"8518982eb9ca4379972438f92bfc4e4b","created_at":"2018-09-01T19:26:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8518982eb9ca4379972438f92bfc4e4b","id":"9e403e6b-eca2-4a41-af57-47562dfeb8a2","name":"vping_ssh-net_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:36,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-38520114-dbd0-419f-b1b1-5dad6dfe1b93 2018-09-01 19:27:36,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859818458557s 2018-09-01 19:27:36,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-38520114-dbd0-419f-b1b1-5dad6dfe1b93 2018-09-01 19:27:36,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:27:36,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/9e403e6b-eca2-4a41-af57-47562dfeb8a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:37,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb9285cb-41d5-4bc9-aeb6-144e0a7f77db Date: Sat, 01 Sep 2018 19:27:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:27:37,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/9e403e6b-eca2-4a41-af57-47562dfeb8a2.json used request id req-cb9285cb-41d5-4bc9-aeb6-144e0a7f77db 2018-09-01 19:27:37,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20059299469s 2018-09-01 19:27:37,481 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/9e403e6b-eca2-4a41-af57-47562dfeb8a2.json used request id req-cb9285cb-41d5-4bc9-aeb6-144e0a7f77db 2018-09-01 19:27:37,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:27:37,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:37,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-51f06432-8efb-49b6-8063-50bcf9916ef6 Date: Sat, 01 Sep 2018 19:27:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:26:57Z", "file": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/file", "owner": "8518982eb9ca4379972438f92bfc4e4b", "id": "ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "size": 12716032, "self": "/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_d84723e6-1df9-4a10-a4b9-0f35471b366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:26:56Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:27:37,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-51f06432-8efb-49b6-8063-50bcf9916ef6 2018-09-01 19:27:37,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367150306702s 2018-09-01 19:27:37,521 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-51f06432-8efb-49b6-8063-50bcf9916ef6 2018-09-01 19:27:37,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:27:37,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}139faa9fdafd1eee8efbb177c9b95b0bf795fe4e" 2018-09-01 19:27:38,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c900cc50-a657-486f-82c7-a8c7ae8d8b1a Date: Sat, 01 Sep 2018 19:27:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:27:38,312 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e used request id req-c900cc50-a657-486f-82c7-a8c7ae8d8b1a 2018-09-01 19:27:38,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.790618181229s 2018-09-01 19:27:38,313 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/ebc1b060-cfa2-4c04-9896-8ca36acd4a7e used request id req-c900cc50-a657-486f-82c7-a8c7ae8d8b1a 2018-09-01 19:27:38,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:27:38,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:38,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-e9309730-c64d-48e2-ae5c-37f302d13f32 x-compute-request-id: req-e9309730-c64d-48e2-ae5c-37f302d13f32 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/769ee992-4092-4bf8-acc6-865e0ced9801", "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": "769ee992-4092-4bf8-acc6-865e0ced9801"}]} 2018-09-01 19:27:38,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-e9309730-c64d-48e2-ae5c-37f302d13f32 2018-09-01 19:27:38,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0231719017029s 2018-09-01 19:27:38,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-e9309730-c64d-48e2-ae5c-37f302d13f32 2018-09-01 19:27:38,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:27:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:38,380 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:27: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-4f433089-84ae-458c-bb25-a1020b4e5800 x-compute-request-id: req-4f433089-84ae-458c-bb25-a1020b4e5800 Content-Length: 0 Content-Type: application/json 2018-09-01 19:27:38,380 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801 used request id req-4f433089-84ae-458c-bb25-a1020b4e5800 2018-09-01 19:27:38,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0420370101929s 2018-09-01 19:27:38,381 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/769ee992-4092-4bf8-acc6-865e0ced9801 used request id req-4f433089-84ae-458c-bb25-a1020b4e5800 2018-09-01 19:27:38,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:27:38,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:38,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa01775-d346-4a24-a71c-436fae688cf4 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": {"self": "http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d17b7539b34435b8b697a304c32e0b1", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:27:38,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-efa01775-d346-4a24-a71c-436fae688cf4 2018-09-01 19:27:38,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209341049194s 2018-09-01 19:27:38,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-efa01775-d346-4a24-a71c-436fae688cf4 2018-09-01 19:27:38,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:27:38,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:38,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1803212e-e131-4ff1-87c7-0eb20a05919d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_d84723e6-1df9-4a10-a4b9-0f35471b366d", "links": {"self": "http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0d17b7539b34435b8b697a304c32e0b1", "description": null}} 2018-09-01 19:27:38,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 used request id req-1803212e-e131-4ff1-87c7-0eb20a05919d 2018-09-01 19:27:38,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.183719873428s 2018-09-01 19:27:38,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 used request id req-1803212e-e131-4ff1-87c7-0eb20a05919d 2018-09-01 19:27:38,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:27:38,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:39,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe63c5f8-c55a-40ae-a909-b9c5e74f98a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:27:39,075 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 used request id req-fe63c5f8-c55a-40ae-a909-b9c5e74f98a6 2018-09-01 19:27:39,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.292026996613s 2018-09-01 19:27:39,075 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/0d17b7539b34435b8b697a304c32e0b1 used request id req-fe63c5f8-c55a-40ae-a909-b9c5e74f98a6 2018-09-01 19:27:39,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:27:39,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:39,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc0168ea-0d10-4d98-b5cd-07cf660fca80 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b"}, "tags": [], "enabled": true, "id": "8518982eb9ca4379972438f92bfc4e4b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_d84723e6-1df9-4a10-a4b9-0f35471b366d"}]} 2018-09-01 19:27:39,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-bc0168ea-0d10-4d98-b5cd-07cf660fca80 2018-09-01 19:27:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.176873922348s 2018-09-01 19:27:39,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-bc0168ea-0d10-4d98-b5cd-07cf660fca80 2018-09-01 19:27:39,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:27:39,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f612ac6f154cfdcd35ef02dfd27629183c7f2222" 2018-09-01 19:27:39,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a78fe60-c44e-4305-ac85-974f6f9a23dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:27:39,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b used request id req-8a78fe60-c44e-4305-ac85-974f6f9a23dc 2018-09-01 19:27:39,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.262339115143s 2018-09-01 19:27:39,526 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/8518982eb9ca4379972438f92bfc4e4b used request id req-8a78fe60-c44e-4305-ac85-974f6f9a23dc 2018-09-01 19:27:39,579 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:27:39,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:27:39,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:27:39,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:27:39,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9bbcd8-e703-44e4-bc04-e67d9941610d 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:27:39,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-ed9bbcd8-e703-44e4-bc04-e67d9941610d 2018-09-01 19:27:39,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:27:40,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["hwHMFNQvRoWftdftrkEq_Q"], "issued_at": "2018-09-01T19:27:39.000000Z"}} 2018-09-01 19:27:40,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:40,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:40,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-91d00c9d-c115-4556-b128-309f20395bed Date: Sat, 01 Sep 2018 19:27:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:27:40,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-91d00c9d-c115-4556-b128-309f20395bed 2018-09-01 19:27:40,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257957935333s 2018-09-01 19:27:40,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-91d00c9d-c115-4556-b128-309f20395bed 2018-09-01 19:27:40,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:27:40,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa12612d-b6b3-4ed1-8aea-b2584e165cd5 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:27:40,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-fa12612d-b6b3-4ed1-8aea-b2584e165cd5 2018-09-01 19:27:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:27:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:40,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdedfd28-68c0-4dfa-9f48-7d93a5ef0584 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:27:40,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-bdedfd28-68c0-4dfa-9f48-7d93a5ef0584 2018-09-01 19:27:40,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100940942764s 2018-09-01 19:27:40,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-bdedfd28-68c0-4dfa-9f48-7d93a5ef0584 2018-09-01 19:27:40,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:27:40,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8"}}' 2018-09-01 19:27:40,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64e3a965-0209-4264-b852-e675cf3e77cc 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.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be"}, "tags": [], "enabled": true, "id": "790d78a66d7b427c89eec118df8dc6be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8"}} 2018-09-01 19:27:40,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-64e3a965-0209-4264-b852-e675cf3e77cc 2018-09-01 19:27:40,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.234790086746s 2018-09-01 19:27:40,634 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-64e3a965-0209-4264-b852-e675cf3e77cc 2018-09-01 19:27:40,634 - 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'790d78a66d7b427c89eec118df8dc6be', '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_7f727263-9282-4ee2-b858-db84606a1db8'}) 2018-09-01 19:27:40,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:27:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dc6efb8f-c9e1-4371-9a60-af19cd4f7e4c", "email": null, "name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8"}}' 2018-09-01 19:27:41,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fef41ca-cc55-4df5-bebe-b7d5d9c35234 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8", "links": {"self": "http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e41f43303b4a495995af8d763c7b0248", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:27:41,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-0fef41ca-cc55-4df5-bebe-b7d5d9c35234 2018-09-01 19:27:41,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.400730848312s 2018-09-01 19:27:41,040 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-0fef41ca-cc55-4df5-bebe-b7d5d9c35234 2018-09-01 19:27:41,041 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e41f43303b4a495995af8d763c7b0248', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8'}) 2018-09-01 19:27:41,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:27:41,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad4f3af-2df5-4567-8aef-36eb7a75b889 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:27:41,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-cad4f3af-2df5-4567-8aef-36eb7a75b889 2018-09-01 19:27:41,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175242185593s 2018-09-01 19:27:41,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-cad4f3af-2df5-4567-8aef-36eb7a75b889 2018-09-01 19:27:41,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:27:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd4c98fe-f60f-436f-9e7b-72e1a83e2b36 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:27:41,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-bd4c98fe-f60f-436f-9e7b-72e1a83e2b36 2018-09-01 19:27:41,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0969669818878s 2018-09-01 19:27:41,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-bd4c98fe-f60f-436f-9e7b-72e1a83e2b36 2018-09-01 19:27:41,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:27:41,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d2544f-f2d1-4f99-973d-75dac3e45f21 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:27:41,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-e7d2544f-f2d1-4f99-973d-75dac3e45f21 2018-09-01 19:27:41,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109323978424s 2018-09-01 19:27:41,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-e7d2544f-f2d1-4f99-973d-75dac3e45f21 2018-09-01 19:27:41,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:27:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f39726-eb53-4f6f-b809-e51e201aa4fb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:27:41,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-40f39726-eb53-4f6f-b809-e51e201aa4fb 2018-09-01 19:27:41,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102590084076s 2018-09-01 19:27:41,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-40f39726-eb53-4f6f-b809-e51e201aa4fb 2018-09-01 19:27:41,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:27:41,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc4026e-2047-44cf-846e-8eb3347654a7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8", "links": {"self": "http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e41f43303b4a495995af8d763c7b0248", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:27:41,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-2fc4026e-2047-44cf-846e-8eb3347654a7 2018-09-01 19:27:41,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116908073425s 2018-09-01 19:27:41,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-2fc4026e-2047-44cf-846e-8eb3347654a7 2018-09-01 19:27:41,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:27:41,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea71d67-f167-43a7-9082-4d411493d20a Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be"}, "tags": [], "enabled": true, "id": "790d78a66d7b427c89eec118df8dc6be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:27:41,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-aea71d67-f167-43a7-9082-4d411493d20a 2018-09-01 19:27:41,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106297016144s 2018-09-01 19:27:41,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-aea71d67-f167-43a7-9082-4d411493d20a 2018-09-01 19:27:41,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:27:41,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=e41f43303b4a495995af8d763c7b0248&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=790d78a66d7b427c89eec118df8dc6be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:41,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2673da64-aae4-485c-9a63-3cf7e752995b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=e41f43303b4a495995af8d763c7b0248&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=790d78a66d7b427c89eec118df8dc6be", "previous": null, "next": null}} 2018-09-01 19:27:41,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=e41f43303b4a495995af8d763c7b0248&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=790d78a66d7b427c89eec118df8dc6be used request id req-2673da64-aae4-485c-9a63-3cf7e752995b 2018-09-01 19:27:41,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1427090168s 2018-09-01 19:27:41,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=e41f43303b4a495995af8d763c7b0248&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=790d78a66d7b427c89eec118df8dc6be used request id req-2673da64-aae4-485c-9a63-3cf7e752995b 2018-09-01 19:27:41,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:27:41,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be/users/e41f43303b4a495995af8d763c7b0248/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:27:42,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94dd2eec-b61c-43f6-b96c-cc4b7f9bc1ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:27:42,197 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be/users/e41f43303b4a495995af8d763c7b0248/roles/64874fc0a262431fa67bb64fec250e81 used request id req-94dd2eec-b61c-43f6-b96c-cc4b7f9bc1ca 2018-09-01 19:27:42,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.263994932175s 2018-09-01 19:27:42,197 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be/users/e41f43303b4a495995af8d763c7b0248/roles/64874fc0a262431fa67bb64fec250e81 used request id req-94dd2eec-b61c-43f6-b96c-cc4b7f9bc1ca 2018-09-01 19:27:42,198 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8', 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'790d78a66d7b427c89eec118df8dc6be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'dc6efb8f-c9e1-4371-9a60-af19cd4f7e4c', 'username': u'vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:27:42,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:27:42,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:27:42,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:27:42,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:27:42,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:27:42,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:27:42,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:27:42,203 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8', 'password': 'dc6efb8f-c9e1-4371-9a60-af19cd4f7e4c', 'project_name': 'vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': '790d78a66d7b427c89eec118df8dc6be', 'project_domain_name': 'Default'} 2018-09-01 19:27:42,203 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-01 19:27:42,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:27:42,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05cb6d55-efdf-450c-bf69-e92afae13382 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:27:42,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-05cb6d55-efdf-450c-bf69-e92afae13382 2018-09-01 19:27:42,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:27:42,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:27:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "790d78a66d7b427c89eec118df8dc6be", "name": "vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_790d78a66d7b427c89eec118df8dc6be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_790d78a66d7b427c89eec118df8dc6be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/790d78a66d7b427c89eec118df8dc6be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/790d78a66d7b427c89eec118df8dc6be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/790d78a66d7b427c89eec118df8dc6be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/790d78a66d7b427c89eec118df8dc6be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/790d78a66d7b427c89eec118df8dc6be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/790d78a66d7b427c89eec118df8dc6be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/790d78a66d7b427c89eec118df8dc6be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8", "id": "e41f43303b4a495995af8d763c7b0248"}, "audit_ids": ["lm0Gz8gLQdKvHz3HnCLeXQ"], "issued_at": "2018-09-01T19:27:42.000000Z"}} 2018-09-01 19:27:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:27:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"network": {"name": "vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8", "admin_state_up": true}}' 2018-09-01 19:27:43,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-e4e5441d-2b8d-4845-9904-fda95e4b118b Date: Sat, 01 Sep 2018 19:27:43 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:27:43Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}} 2018-09-01 19:27:43,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e4e5441d-2b8d-4845-9904-fda95e4b118b 2018-09-01 19:27:43,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.748664855957s 2018-09-01 19:27:43,364 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-e4e5441d-2b8d-4845-9904-fda95e4b118b 2018-09-01 19:27:43,365 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:27:43Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'93e472a3-d883-4934-b8fb-7a842bd2a2d7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8', u'admin_state_up': True, u'tenant_id': u'790d78a66d7b427c89eec118df8dc6be', u'created_at': u'2018-09-01T19:27:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'790d78a66d7b427c89eec118df8dc6be'}) 2018-09-01 19:27:43,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:43,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d61ae2dc-dbd6-4188-bb22-c815076ce9d5 Date: Sat, 01 Sep 2018 19:27:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:27:43Z","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:27:43,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-d61ae2dc-dbd6-4188-bb22-c815076ce9d5 2018-09-01 19:27:43,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.152853012085s 2018-09-01 19:27:43,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-d61ae2dc-dbd6-4188-bb22-c815076ce9d5 2018-09-01 19:27:43,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:27:43,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"subnet": {"name": "vping_userdata-subnet_7f727263-9282-4ee2-b858-db84606a1db8", "enable_dhcp": true, "network_id": "93e472a3-d883-4934-b8fb-7a842bd2a2d7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:27:44,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e23d0696-c0d9-45bc-a02d-0fc59b9d49c8 Date: Sat, 01 Sep 2018 19:27:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:27:43Z","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":"790d78a66d7b427c89eec118df8dc6be","id":"77608a12-d4d0-4e44-aef2-fd2975604e4f","subnetpool_id":null,"name":"vping_userdata-subnet_7f727263-9282-4ee2-b858-db84606a1db8"}} 2018-09-01 19:27:44,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-e23d0696-c0d9-45bc-a02d-0fc59b9d49c8 2018-09-01 19:27:44,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.80010008812s 2018-09-01 19:27:44,321 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-e23d0696-c0d9-45bc-a02d-0fc59b9d49c8 2018-09-01 19:27:44,321 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:27:43Z', 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'77608a12-d4d0-4e44-aef2-fd2975604e4f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_7f727263-9282-4ee2-b858-db84606a1db8', u'enable_dhcp': True, u'network_id': u'93e472a3-d883-4934-b8fb-7a842bd2a2d7', u'tenant_id': u'790d78a66d7b427c89eec118df8dc6be', u'created_at': u'2018-09-01T19:27:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'790d78a66d7b427c89eec118df8dc6be'}) 2018-09-01 19:27:44,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:27:44,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "vping_userdata-router_7f727263-9282-4ee2-b858-db84606a1db8", "admin_state_up": true}}' 2018-09-01 19:27:45,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9b5710a6-ab10-42ef-92b3-38fa115fd45e Date: Sat, 01 Sep 2018 19:27:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "created_at": "2018-09-01T19:27:44Z", "admin_state_up": true, "updated_at": "2018-09-01T19:27:45Z", "revision_number": 2, "routes": [], "project_id": "790d78a66d7b427c89eec118df8dc6be", "id": "1a6ef656-8de9-4c75-a2e7-a1ea21526fe2", "name": "vping_userdata-router_7f727263-9282-4ee2-b858-db84606a1db8"}} 2018-09-01 19:27:45,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-9b5710a6-ab10-42ef-92b3-38fa115fd45e 2018-09-01 19:27:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02249312401s 2018-09-01 19:27:45,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-9b5710a6-ab10-42ef-92b3-38fa115fd45e 2018-09-01 19:27:45,345 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'790d78a66d7b427c89eec118df8dc6be', u'created_at': u'2018-09-01T19:27:44Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:27:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'790d78a66d7b427c89eec118df8dc6be', u'id': u'1a6ef656-8de9-4c75-a2e7-a1ea21526fe2', u'name': u'vping_userdata-router_7f727263-9282-4ee2-b858-db84606a1db8'}) 2018-09-01 19:27:45,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:27:45,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"subnet_id": "77608a12-d4d0-4e44-aef2-fd2975604e4f"}' 2018-09-01 19:27:47,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-612ffd2f-fa2e-4993-a130-1113d955e7cc Date: Sat, 01 Sep 2018 19:27:47 GMT RESP BODY: {"network_id": "93e472a3-d883-4934-b8fb-7a842bd2a2d7", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "subnet_id": "77608a12-d4d0-4e44-aef2-fd2975604e4f", "subnet_ids": ["77608a12-d4d0-4e44-aef2-fd2975604e4f"], "port_id": "9263ace1-01ef-454d-a658-76a4ac692f72", "id": "1a6ef656-8de9-4c75-a2e7-a1ea21526fe2"} 2018-09-01 19:27:47,353 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/add_router_interface.json used request id req-612ffd2f-fa2e-4993-a130-1113d955e7cc 2018-09-01 19:27:47,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.00654816628s 2018-09-01 19:27:47,353 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/add_router_interface.json used request id req-612ffd2f-fa2e-4993-a130-1113d955e7cc returning object 1a6ef656-8de9-4c75-a2e7-a1ea21526fe2 2018-09-01 19:27:47,353 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:27:47,505 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:27:47,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:27:47,512 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:27:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:27:47,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:27:47,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:47,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3194b1ca-d5e4-4860-bab8-84691c5320d4 Date: Sat, 01 Sep 2018 19:27:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:27:47,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-3194b1ca-d5e4-4860-bab8-84691c5320d4 2018-09-01 19:27:47,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274300098419s 2018-09-01 19:27:47,794 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-3194b1ca-d5e4-4860-bab8-84691c5320d4 2018-09-01 19:27:47,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:27:47,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8"}' 2018-09-01 19:27:47,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eee4041c-47a5-4ec7-a341-c1c7d4fdb3f3 Date: Sat, 01 Sep 2018 19:27:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:27:47Z", "file": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file", "owner": "790d78a66d7b427c89eec118df8dc6be", "id": "9facd111-0b0e-4dbe-883b-b52fde435743", "size": null, "self": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "checksum": null, "created_at": "2018-09-01T19:27:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:27:47,871 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-eee4041c-47a5-4ec7-a341-c1c7d4fdb3f3 2018-09-01 19:27:47,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0682430267334s 2018-09-01 19:27:47,871 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-eee4041c-47a5-4ec7-a341-c1c7d4fdb3f3 returning object 9facd111-0b0e-4dbe-883b-b52fde435743 2018-09-01 19:27:47,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:27:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '' 2018-09-01 19:27:48,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26840e58-448c-4188-baad-669a06aaddb5 Date: Sat, 01 Sep 2018 19:27:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:27:48,242 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file used request id req-26840e58-448c-4188-baad-669a06aaddb5 2018-09-01 19:27:48,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.369724035263s 2018-09-01 19:27:48,242 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file used request id req-26840e58-448c-4188-baad-669a06aaddb5 2018-09-01 19:27:48,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:27:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:48,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-8e5692e5-3f72-4607-be61-8e22ec671fc6 Date: Sat, 01 Sep 2018 19:27:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:27:48Z", "file": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file", "owner": "790d78a66d7b427c89eec118df8dc6be", "id": "9facd111-0b0e-4dbe-883b-b52fde435743", "size": 12716032, "self": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:27:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:27:48,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-8e5692e5-3f72-4607-be61-8e22ec671fc6 2018-09-01 19:27:48,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.041069984436s 2018-09-01 19:27:48,288 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-8e5692e5-3f72-4607-be61-8e22ec671fc6 2018-09-01 19:27:48,289 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file', 'owner': u'790d78a66d7b427c89eec118df8dc6be', 'id': u'9facd111-0b0e-4dbe-883b-b52fde435743', 'size': 12716032, u'self': u'/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'790d78a66d7b427c89eec118df8dc6be', 'name': 'vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:27:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:27:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8', 'created': u'2018-09-01T19:27:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:27:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:27:48,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:27:48,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:27:48,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-cdab10a6-6ae7-47de-ba64-94919b13bfbe x-compute-request-id: req-cdab10a6-6ae7-47de-ba64-94919b13bfbe Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "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": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5"}} 2018-09-01 19:27:48,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-cdab10a6-6ae7-47de-ba64-94919b13bfbe 2018-09-01 19:27:48,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.289564847946s 2018-09-01 19:27:48,580 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-cdab10a6-6ae7-47de-ba64-94919b13bfbe 2018-09-01 19:27:48,581 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'e1665f69-ef0b-4809-94bf-6e02bf79d1e5', 'swap': 0}) 2018-09-01 19:27:48,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:27:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" -d '{"extra_specs": {}}' 2018-09-01 19:27:48,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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 x-openstack-request-id: req-0b402722-ddf9-4a52-80f8-bd8560d5f75e x-compute-request-id: req-0b402722-ddf9-4a52-80f8-bd8560d5f75e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:27:48,601 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5/os-extra_specs used request id req-0b402722-ddf9-4a52-80f8-bd8560d5f75e 2018-09-01 19:27:48,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193359851837s 2018-09-01 19:27:48,602 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5/os-extra_specs used request id req-0b402722-ddf9-4a52-80f8-bd8560d5f75e 2018-09-01 19:27:48,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:48,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:48,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-413940a2-5bb2-44a6-9724-0e76b31f15ca Date: Sat, 01 Sep 2018 19:27:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77608a12-d4d0-4e44-aef2-fd2975604e4f"],"updated_at":"2018-09-01T19:27:43Z","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:27:48,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-413940a2-5bb2-44a6-9724-0e76b31f15ca 2018-09-01 19:27:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0852851867676s 2018-09-01 19:27:48,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-413940a2-5bb2-44a6-9724-0e76b31f15ca 2018-09-01 19:27:48,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:27:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:48,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-cef6f7ed-27d1-4c70-8aed-7b4f485a1248 Date: Sat, 01 Sep 2018 19:27:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:27:48Z", "file": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file", "owner": "790d78a66d7b427c89eec118df8dc6be", "id": "9facd111-0b0e-4dbe-883b-b52fde435743", "size": 12716032, "self": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:27:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:27:48,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-cef6f7ed-27d1-4c70-8aed-7b4f485a1248 2018-09-01 19:27:48,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0385499000549s 2018-09-01 19:27:48,731 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-cef6f7ed-27d1-4c70-8aed-7b4f485a1248 2018-09-01 19:27:48,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:27:48,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:49,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-bff24fa1-392b-4a83-8d97-60d83a31cc85 x-compute-request-id: req-bff24fa1-392b-4a83-8d97-60d83a31cc85 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "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": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5"}]} 2018-09-01 19:27:49,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-bff24fa1-392b-4a83-8d97-60d83a31cc85 2018-09-01 19:27:49,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272192955017s 2018-09-01 19:27:49,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-bff24fa1-392b-4a83-8d97-60d83a31cc85 2018-09-01 19:27:49,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:27:49,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"server": {"name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "imageRef": "9facd111-0b0e-4dbe-883b-b52fde435743", "flavorRef": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93e472a3-d883-4934-b8fb-7a842bd2a2d7"}]}}' 2018-09-01 19:27:50,240 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:27: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 x-openstack-request-id: req-026480e2-89c7-4b54-af30-821fd707341f x-compute-request-id: req-026480e2-89c7-4b54-af30-821fd707341f Content-Length: 374 location: http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "798ce090-6046-4211-9325-a790c6581ec4", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "adminPass": "X57WgjHXZEMS"}} 2018-09-01 19:27:50,240 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-026480e2-89c7-4b54-af30-821fd707341f 2018-09-01 19:27:50,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.23274302483s 2018-09-01 19:27:50,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-026480e2-89c7-4b54-af30-821fd707341f 2018-09-01 19:27:50,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:50,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:50,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:50 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-4f67d4c3-ca61-44e4-8192-741b3e4ac76c x-compute-request-id: req-4f67d4c3-ca61-44e4-8192-741b3e4ac76c Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:50,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-4f67d4c3-ca61-44e4-8192-741b3e4ac76c 2018-09-01 19:27:50,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611914157867s 2018-09-01 19:27:50,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-4f67d4c3-ca61-44e4-8192-741b3e4ac76c 2018-09-01 19:27:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:27:50,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:50,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-41be0afc-ee3e-4f3d-b9a9-87494fadc45e Date: Sat, 01 Sep 2018 19:27:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77608a12-d4d0-4e44-aef2-fd2975604e4f"],"updated_at":"2018-09-01T19:27:43Z","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:27:50,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-41be0afc-ee3e-4f3d-b9a9-87494fadc45e 2018-09-01 19:27:50,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865359306335s 2018-09-01 19:27:50,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-41be0afc-ee3e-4f3d-b9a9-87494fadc45e 2018-09-01 19:27:50,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:27:50,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:51,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4aefd596-faff-4ccc-8d43-7efb64379830 Date: Sat, 01 Sep 2018 19:27:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:27:43Z","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":"790d78a66d7b427c89eec118df8dc6be","id":"77608a12-d4d0-4e44-aef2-fd2975604e4f","subnetpool_id":null,"name":"vping_userdata-subnet_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:27:51,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-4aefd596-faff-4ccc-8d43-7efb64379830 2018-09-01 19:27:51,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.066125869751s 2018-09-01 19:27:51,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-4aefd596-faff-4ccc-8d43-7efb64379830 2018-09-01 19:27:51,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:53,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:53,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:53,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-0e6f4591-effd-430e-b3bd-b02e59090a41 x-compute-request-id: req-0e6f4591-effd-430e-b3bd-b02e59090a41 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:52Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:53,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-0e6f4591-effd-430e-b3bd-b02e59090a41 2018-09-01 19:27:53,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4888651371s 2018-09-01 19:27:53,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-0e6f4591-effd-430e-b3bd-b02e59090a41 2018-09-01 19:27:53,512 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:55,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:55,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:56,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27: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-56fc1a3b-168f-4457-8aed-e61396ebef04 x-compute-request-id: req-56fc1a3b-168f-4457-8aed-e61396ebef04 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:53Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:56,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-56fc1a3b-168f-4457-8aed-e61396ebef04 2018-09-01 19:27:56,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718837022781s 2018-09-01 19:27:56,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-56fc1a3b-168f-4457-8aed-e61396ebef04 2018-09-01 19:27:56,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:27:58,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:27:58,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:27:58,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:27:58 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-641c2fba-fc00-46ca-9ea6-e5504054ac8d x-compute-request-id: req-641c2fba-fc00-46ca-9ea6-e5504054ac8d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:53Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:27:58,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-641c2fba-fc00-46ca-9ea6-e5504054ac8d 2018-09-01 19:27:58,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697896003723s 2018-09-01 19:27:58,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-641c2fba-fc00-46ca-9ea6-e5504054ac8d 2018-09-01 19:27:58,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:00,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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,Accept-Encoding x-openstack-request-id: req-45972483-1d9b-4047-bc5c-43edddf80076 x-compute-request-id: req-45972483-1d9b-4047-bc5c-43edddf80076 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:01,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-45972483-1d9b-4047-bc5c-43edddf80076 2018-09-01 19:28:01,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694658994675s 2018-09-01 19:28:01,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-45972483-1d9b-4047-bc5c-43edddf80076 2018-09-01 19:28:01,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:28:01,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=798ce090-6046-4211-9325-a790c6581ec4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9018e975-9670-4c30-b283-e459fcf2ee48 Date: Sat, 01 Sep 2018 19:28:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:54Z","admin_state_up":true,"updated_at":"2018-09-01T19:27:58Z","binding:vnic_type":"normal","device_id":"798ce090-6046-4211-9325-a790c6581ec4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8f:64:8b","id":"24b190d4-2d2a-4dcd-84c3-04c395cdccb4","port_security_enabled":true,"project_id":"790d78a66d7b427c89eec118df8dc6be","fixed_ips":[{"subnet_id":"77608a12-d4d0-4e44-aef2-fd2975604e4f","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["58f5e50f-c72f-4d4c-80e0-bda1de0889d2"],"name":""}]} 2018-09-01 19:28:01,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=798ce090-6046-4211-9325-a790c6581ec4 used request id req-9018e975-9670-4c30-b283-e459fcf2ee48 2018-09-01 19:28:01,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0513150691986s 2018-09-01 19:28:01,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=798ce090-6046-4211-9325-a790c6581ec4 used request id req-9018e975-9670-4c30-b283-e459fcf2ee48 2018-09-01 19:28:01,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:28:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=24b190d4-2d2a-4dcd-84c3-04c395cdccb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-019f63d9-6069-419f-8d32-1076648f1470 Date: Sat, 01 Sep 2018 19:28:01 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:28:01,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=24b190d4-2d2a-4dcd-84c3-04c395cdccb4 used request id req-019f63d9-6069-419f-8d32-1076648f1470 2018-09-01 19:28:01,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.04234790802s 2018-09-01 19:28:01,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=24b190d4-2d2a-4dcd-84c3-04c395cdccb4 used request id req-019f63d9-6069-419f-8d32-1076648f1470 2018-09-01 19:28:01,746 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8f:64:8b', 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'9facd111-0b0e-4dbe-883b-b52fde435743'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:27:58.000000', 'flavor': Munch({u'id': u'e1665f69-ef0b-4809-94bf-6e02bf79d1e5'}), 'az': u'nova', 'id': u'798ce090-6046-4211-9325-a790c6581ec4', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e41f43303b4a495995af8d763c7b0248', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'790d78a66d7b427c89eec118df8dc6be', 'name': 'vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8', '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-09-01T19:27:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:27:58Z', 'hostId': u'2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584', '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-09-01T19:27:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'790d78a66d7b427c89eec118df8dc6be', 'name': u'vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8', 'adminPass': u'X57WgjHXZEMS', 'tenant_id': u'790d78a66d7b427c89eec118df8dc6be', 'created_at': u'2018-09-01T19:27:50Z', 'created': u'2018-09-01T19:27:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:28:01,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:01,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-c45199a0-eaf3-45b5-a067-d2c4b6d08a8e Date: Sat, 01 Sep 2018 19:28:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77608a12-d4d0-4e44-aef2-fd2975604e4f"],"updated_at":"2018-09-01T19:27:43Z","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:28:01,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-c45199a0-eaf3-45b5-a067-d2c4b6d08a8e 2018-09-01 19:28:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0911090373993s 2018-09-01 19:28:01,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-c45199a0-eaf3-45b5-a067-d2c4b6d08a8e 2018-09-01 19:28:01,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:28:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-c0fedd48-e85d-4eff-ac95-cc37bd42fb75 Date: Sat, 01 Sep 2018 19:28:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:27:48Z", "file": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file", "owner": "790d78a66d7b427c89eec118df8dc6be", "id": "9facd111-0b0e-4dbe-883b-b52fde435743", "size": 12716032, "self": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:27:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:28:01,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-c0fedd48-e85d-4eff-ac95-cc37bd42fb75 2018-09-01 19:28:01,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0416300296783s 2018-09-01 19:28:01,886 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-c0fedd48-e85d-4eff-ac95-cc37bd42fb75 2018-09-01 19:28:01,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:28:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:01,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-f5b43cfb-fd10-4613-9405-eab2a4ea62a7 x-compute-request-id: req-f5b43cfb-fd10-4613-9405-eab2a4ea62a7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "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": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5"}]} 2018-09-01 19:28:01,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-f5b43cfb-fd10-4613-9405-eab2a4ea62a7 2018-09-01 19:28:01,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230040550232s 2018-09-01 19:28:01,911 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-f5b43cfb-fd10-4613-9405-eab2a4ea62a7 2018-09-01 19:28:01,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:28:01,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"server": {"name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "imageRef": "9facd111-0b0e-4dbe-883b-b52fde435743", "flavorRef": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93e472a3-d883-4934-b8fb-7a842bd2a2d7"}]}}' 2018-09-01 19:28:03,557 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:28: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 x-openstack-request-id: req-082284e4-b997-4d88-9688-60ac4ae47e9c x-compute-request-id: req-082284e4-b997-4d88-9688-60ac4ae47e9c Content-Length: 374 location: http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "adminPass": "PUYFimpoAqo5"}} 2018-09-01 19:28:03,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-082284e4-b997-4d88-9688-60ac4ae47e9c 2018-09-01 19:28:03,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.64481806755s 2018-09-01 19:28:03,558 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-082284e4-b997-4d88-9688-60ac4ae47e9c 2018-09-01 19:28:03,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:03,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-e5316926-fe25-49fc-afde-5d9f4aa67d13 x-compute-request-id: req-e5316926-fe25-49fc-afde-5d9f4aa67d13 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:03,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e5316926-fe25-49fc-afde-5d9f4aa67d13 2018-09-01 19:28:03,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408242940903s 2018-09-01 19:28:03,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e5316926-fe25-49fc-afde-5d9f4aa67d13 2018-09-01 19:28:03,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:05,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:05,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:06,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f374e5f7-cade-47c1-be8e-d01aae94a1a1 x-compute-request-id: req-f374e5f7-cade-47c1-be8e-d01aae94a1a1 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:05Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:06,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f374e5f7-cade-47c1-be8e-d01aae94a1a1 2018-09-01 19:28:06,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173723220825s 2018-09-01 19:28:06,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f374e5f7-cade-47c1-be8e-d01aae94a1a1 2018-09-01 19:28:06,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:08,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:08,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a7b8c34-5718-40cd-bacb-1cd0ae5f49e9 x-compute-request-id: req-8a7b8c34-5718-40cd-bacb-1cd0ae5f49e9 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:06Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:08,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-8a7b8c34-5718-40cd-bacb-1cd0ae5f49e9 2018-09-01 19:28:08,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519991159439s 2018-09-01 19:28:08,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-8a7b8c34-5718-40cd-bacb-1cd0ae5f49e9 2018-09-01 19:28:08,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:10,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:10,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:10,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:10 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-502ef609-765c-40cb-8898-01f9aed3b348 x-compute-request-id: req-502ef609-765c-40cb-8898-01f9aed3b348 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:10,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-502ef609-765c-40cb-8898-01f9aed3b348 2018-09-01 19:28:10,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180047035217s 2018-09-01 19:28:10,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-502ef609-765c-40cb-8898-01f9aed3b348 2018-09-01 19:28:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:28:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=39cdce0b-2355-47ed-84de-66bebc0cc726" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:10,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-677dca32-9e11-4d83-9d6a-ede71c8199ac Date: Sat, 01 Sep 2018 19:28:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:28:06Z","admin_state_up":true,"updated_at":"2018-09-01T19:28:10Z","binding:vnic_type":"normal","device_id":"39cdce0b-2355-47ed-84de-66bebc0cc726","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:94:1d:76","id":"95e5f82b-5acd-4a04-aa74-d358e63620ef","port_security_enabled":true,"project_id":"790d78a66d7b427c89eec118df8dc6be","fixed_ips":[{"subnet_id":"77608a12-d4d0-4e44-aef2-fd2975604e4f","ip_address":"192.168.120.21"}],"extra_dhcp_opts":[],"security_groups":["58f5e50f-c72f-4d4c-80e0-bda1de0889d2"],"name":""}]} 2018-09-01 19:28:10,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=39cdce0b-2355-47ed-84de-66bebc0cc726 used request id req-677dca32-9e11-4d83-9d6a-ede71c8199ac 2018-09-01 19:28:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0716359615326s 2018-09-01 19:28:10,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=39cdce0b-2355-47ed-84de-66bebc0cc726 used request id req-677dca32-9e11-4d83-9d6a-ede71c8199ac 2018-09-01 19:28:10,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:28:10,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=95e5f82b-5acd-4a04-aa74-d358e63620ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:10,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6bb94662-b3c0-4eaf-a7be-2efd3da80917 Date: Sat, 01 Sep 2018 19:28:10 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:28:10,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=95e5f82b-5acd-4a04-aa74-d358e63620ef used request id req-6bb94662-b3c0-4eaf-a7be-2efd3da80917 2018-09-01 19:28:10,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0454471111298s 2018-09-01 19:28:10,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=95e5f82b-5acd-4a04-aa74-d358e63620ef used request id req-6bb94662-b3c0-4eaf-a7be-2efd3da80917 2018-09-01 19:28:10,994 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:94:1d:76', u'version': 4, u'addr': u'192.168.120.21', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9facd111-0b0e-4dbe-883b-b52fde435743'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:28:10.000000', 'flavor': Munch({u'id': u'e1665f69-ef0b-4809-94bf-6e02bf79d1e5'}), 'az': u'nova', 'id': u'39cdce0b-2355-47ed-84de-66bebc0cc726', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e41f43303b4a495995af8d763c7b0248', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'790d78a66d7b427c89eec118df8dc6be', 'name': 'vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8', '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-09-01T19:28:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:28:10Z', 'hostId': u'ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.21', 'cloud': 'envvars', 'host_id': u'ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a', '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-09-01T19:28:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'790d78a66d7b427c89eec118df8dc6be', 'name': u'vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8', 'adminPass': u'PUYFimpoAqo5', 'tenant_id': u'790d78a66d7b427c89eec118df8dc6be', 'created_at': u'2018-09-01T19:28:03Z', 'created': u'2018-09-01T19:28:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:28:10,995 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-01 19:28:11,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:12,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:12,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9f6f947-69d7-4fdd-91f6-f027d87a1efc x-compute-request-id: req-e9f6f947-69d7-4fdd-91f6-f027d87a1efc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:12,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e9f6f947-69d7-4fdd-91f6-f027d87a1efc 2018-09-01 19:28:12,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342468976974s 2018-09-01 19:28:12,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e9f6f947-69d7-4fdd-91f6-f027d87a1efc 2018-09-01 19:28:12,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:28:12,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:28:12,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e7760f7-4786-419a-af75-db0fd219a583 x-compute-request-id: req-0e7760f7-4786-419a-af75-db0fd219a583 Content-Encoding: gzip Content-Length: 7848 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186982] pid_max: default: 32768 minimum: 301\n[ 0.188241] ACPI: Core revision 20150930\n[ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191733] Security Framework initialized\n[ 0.192859] Yama: becoming mindful.\n[ 0.193870] AppArmor: AppArmor initialized\n[ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202171] Initializing cgroup subsys io\n[ 0.203311] Initializing cgroup subsys memory\n[ 0.204517] Initializing cgroup subsys devices\n[ 0.205727] Initializing cgroup subsys freezer\n[ 0.206931] Initializing cgroup subsys net_cls\n[ 0.208142] Initializing cgroup subsys perf_event\n[ 0.209411] Initializing cgroup subsys net_prio\n[ 0.210649] Initializing cgroup subsys hugetlb\n[ 0.211861] Initializing cgroup subsys pids\n[ 0.213052] CPU: Physical Processor ID: 0\n[ 0.214858] mce: CPU supports 10 MCE banks\n[ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238959] ftrace: allocating 31920 entries in 125 pages\n[ 0.264312] smpboot: Max logical packages: 1\n[ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267410] x2apic enabled\n[ 0.268555] Switched APIC routing to physical x2apic.\n[ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277827] KVM setup paravirtual spinlock\n[ 0.279445] x86: Booted up 1 node, 1 CPUs\n[ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282478] devtmpfs: initialized\n[ 0.284465] evm: security.selinux\n[ 0.285442] evm: security.SMACK64\n[ 0.286409] evm: security.SMACK64EXEC\n[ 0.287448] evm: security.SMACK64TRANSMUTE\n[ 0.288569] evm: security.SMACK64MMAP\n[ 0.289602] evm: security.ima\n[ 0.290501] evm: security.capability\n[ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294155] pinctrl core: initialized pinctrl subsystem\n[ 0.295648] RTC time: 19:28:10, date: 09/01/18\n[ 0.296964] NET: Registered protocol family 16\n[ 0.298298] cpuidle: using governor ladder\n[ 0.299442] cpuidle: using governor menu\n[ 0.300546] PCCT header not found.\n[ 0.301582] ACPI: bus type PCI registered\n[ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304399] PCI: Using configuration type 1 for base access\n[ 0.306574] ACPI: Added _OSI(Module Device)\n[ 0.307747] ACPI: Added _OSI(Processor Device)\n[ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.310190] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312429] ACPI: Interpreter enabled\n[ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323810] ACPI: (supports S0 S5)\n[ 0.324803] ACPI: Using IOAPIC for interrupt routing\n[ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337889] acpiphp: Slot [3] registered\n[ 0.339005] acpiphp: Slot [4] registered\n[ 0.340120] acpiphp: Slot [5] registered\n[ 0.341230] acpiphp: Slot [6] registered\n[ 0.342342] acpiphp: Slot [7] registered\n[ 0.343457] acpiphp: Slot [8] registered\n[ 0.344563] acpiphp: Slot [9] registered\n[ 0.345650] acpiphp: Slot [10] registered\n[ 0.346761] acpiphp: Slot [11] registered\n[ 0.347878] acpiphp: Slot [12] registered\n[ 0.349005] acpiphp: Slot [13] registered\n[ 0.350117] acpiphp: Slot [14] registered\n[ 0.351243] acpiphp: Slot [15] registered\n[ 0.366379] acpiphp: Slot [16] registered\n[ 0.367507] acpiphp: Slot [17] registered\n[ 0.368634] acpiphp: Slot [18] registered\n[ 0.369751] acpiphp: Slot [19] registered\n[ 0.370877] acpiphp: Slot [20] registered\n[ 0.372017] acpiphp: Slot [21] registered\n[ 0.373142] acpiphp: Slot [22] registered\n[ 0.374264] acpiphp: Slot [23] registered\n[ 0.375449] acpiphp: Slot [24] registered\n[ 0.376565] acpiphp: Slot [25] registered\n[ 0.377681] acpiphp: Slot [26] registered\n[ 0.378805] acpiphp: Slot [27] registered\n[ 0.379919] acpiphp: Slot [28] registered\n[ 0.381037] acpiphp: Slot [29] registered\n[ 0.382163] acpiphp: Slot [30] registered\n[ 0.383283] acpiphp: Slot [31] registered\n[ 0.384405] PCI host bridge to bus 0000:00\n[ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445983] vgaarb: loaded\n[ 0.446818] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448477] SCSI subsystem initialized\n[ 0.449738] ACPI: bus type USB registered\n[ 0.450878] usbcore: registered new interface driver usbfs\n[ 0.452290] usbcore: registered new interface driver hub\n[ 0.453672] usbcore: registered new device driver usb\n[ 0.455168] PCI: Using ACPI for IRQ routing\n[ 0.456683] NetLabel: Initializing\n[ 0.457678] NetLabel: domain hash size = 128\n[ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460188] NetLabel: unlabeled traffic allowed by default\n[ 0.461780] clocksource: Switched to clocksource kvm-clock\n[ 0.471808] AppArmor: AppArmor Filesystem Enabled\n[ 0.473150] pnp: PnP ACPI init\n[ 0.474397] pnp: PnP ACPI: found 5 devices\n[ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483608] NET: Registered protocol family 2\n[ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488470] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493238] NET: Registered protocol family 1\n[ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526625] Trying to unpack rootfs image as initramfs...\n[ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593290] Scanning for low memory corruption every 60 seconds\n[ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597122] audit: initializing netlink subsys (disabled)\n[ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized\n[ 0.600550] Initialise system trusted keyring\n[ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606285] zbud: loaded\n[ 0.607293] VFS: Disk quotas dquot_6.6.0\n[ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610636] fuse init (API version 7.23)\n[ 0.611866] Key type big_key registered\n[ 0.612984] Allocating IMA MOK and blacklist keyrings.\n[ 0.614671] Key type asymmetric registered\n[ 0.615825] Asymmetric key parser 'x509' registered\n[ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619269] io scheduler noop registered\n[ 0.620370] io scheduler deadline registered (default)\n[ 0.621760] io scheduler cfq registered\n[ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628247] ACPI: Power Button [PWRF]\n[ 0.629474] GHES: HEST is not enabled!\n[ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702617] Linux agpgart interface v0.103\n[ 0.705998] brd: module loaded\n[ 0.708199] loop: module loaded\n[ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714851] GPT:90111 != 2097151\n[ 0.715808] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717342] GPT:90111 != 2097151\n[ 0.718304] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719662] vda: vda1 vda15\n[ 0.721345] scsi host0: ata_piix\n[ 0.722438] scsi host1: ata_piix\n[ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727180] libphy: Fixed MDIO Bus: probed\n[ 0.728336] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732641] PPP generic driver version 2.4.2\n[ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735619] ehci-pci: EHCI PCI platform driver\n[ 0.736848] ehci-platform: EHCI generic platform driver\n[ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739825] ohci-pci: OHCI PCI platform driver\n[ 0.741053] ohci-platform: OHCI generic platform driver\n[ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767373] usb usb1: Product: UHCI Host Controller\n[ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770273] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.771617] hub 1-0:1.0: USB hub found\n[ 0.772705] hub 1-0:1.0: 2 ports detected\n[ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779666] mousedev: PS/2 mouse device common for all mice\n[ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783961] rtc_cmos 00:00: RTC can wake from S4\n[ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.788824] i2c /dev entries driver\n[ 0.789905] device-mapper: uevent: version 1.0.3\n[ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795396] NET: Registered protocol family 10\n[ 0.796978] NET: Registered protocol family 17\n[ 0.798237] Key type dns_resolver registered\n[ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803581] registered taskstats version 1\n[ 0.804754] Loading compiled-in X.509 certificates\n[ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809205] zswap: loaded using pool lzo/zbud\n[ 0.811295] Key type trusted registered\n[ 0.813432] Key type encrypted registered\n[ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817482] evm: HMAC attrs: 0x1\n[ 0.818798] Magic number: 2:36:495\n[ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091)\n[ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.823779] EDD information not available.\n[ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.903586] Write protecting the kernel read-only data: 14336k\n[ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.81\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... [ 1.062445] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 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\n"} 2018-09-01 19:28:12,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-0e7760f7-4786-419a-af75-db0fd219a583 2018-09-01 19:28:12,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0888688564301s 2018-09-01 19:28:12,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-0e7760f7-4786-419a-af75-db0fd219a583 2018-09-01 19:28:12,433 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186982] pid_max: default: 32768 minimum: 301 [ 0.188241] ACPI: Core revision 20150930 [ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191733] Security Framework initialized [ 0.192859] Yama: becoming mindful. [ 0.193870] AppArmor: AppArmor initialized [ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202171] Initializing cgroup subsys io [ 0.203311] Initializing cgroup subsys memory [ 0.204517] Initializing cgroup subsys devices [ 0.205727] Initializing cgroup subsys freezer [ 0.206931] Initializing cgroup subsys net_cls [ 0.208142] Initializing cgroup subsys perf_event [ 0.209411] Initializing cgroup subsys net_prio [ 0.210649] Initializing cgroup subsys hugetlb [ 0.211861] Initializing cgroup subsys pids [ 0.213052] CPU: Physical Processor ID: 0 [ 0.214858] mce: CPU supports 10 MCE banks [ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238959] ftrace: allocating 31920 entries in 125 pages [ 0.264312] smpboot: Max logical packages: 1 [ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267410] x2apic enabled [ 0.268555] Switched APIC routing to physical x2apic. [ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277827] KVM setup paravirtual spinlock [ 0.279445] x86: Booted up 1 node, 1 CPUs [ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282478] devtmpfs: initialized [ 0.284465] evm: security.selinux [ 0.285442] evm: security.SMACK64 [ 0.286409] evm: security.SMACK64EXEC [ 0.287448] evm: security.SMACK64TRANSMUTE [ 0.288569] evm: security.SMACK64MMAP [ 0.289602] evm: security.ima [ 0.290501] evm: security.capability [ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294155] pinctrl core: initialized pinctrl subsystem [ 0.295648] RTC time: 19:28:10, date: 09/01/18 [ 0.296964] NET: Registered protocol family 16 [ 0.298298] cpuidle: using governor ladder [ 0.299442] cpuidle: using governor menu [ 0.300546] PCCT header not found. [ 0.301582] ACPI: bus type PCI registered [ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304399] PCI: Using configuration type 1 for base access [ 0.306574] ACPI: Added _OSI(Module Device) [ 0.307747] ACPI: Added _OSI(Processor Device) [ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.310190] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312429] ACPI: Interpreter enabled [ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323810] ACPI: (supports S0 S5) [ 0.324803] ACPI: Using IOAPIC for interrupt routing [ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337889] acpiphp: Slot [3] registered [ 0.339005] acpiphp: Slot [4] registered [ 0.340120] acpiphp: Slot [5] registered [ 0.341230] acpiphp: Slot [6] registered [ 0.342342] acpiphp: Slot [7] registered [ 0.343457] acpiphp: Slot [8] registered [ 0.344563] acpiphp: Slot [9] registered [ 0.345650] acpiphp: Slot [10] registered [ 0.346761] acpiphp: Slot [11] registered [ 0.347878] acpiphp: Slot [12] registered [ 0.349005] acpiphp: Slot [13] registered [ 0.350117] acpiphp: Slot [14] registered [ 0.351243] acpiphp: Slot [15] registered [ 0.366379] acpiphp: Slot [16] registered [ 0.367507] acpiphp: Slot [17] registered [ 0.368634] acpiphp: Slot [18] registered [ 0.369751] acpiphp: Slot [19] registered [ 0.370877] acpiphp: Slot [20] registered [ 0.372017] acpiphp: Slot [21] registered [ 0.373142] acpiphp: Slot [22] registered [ 0.374264] acpiphp: Slot [23] registered [ 0.375449] acpiphp: Slot [24] registered [ 0.376565] acpiphp: Slot [25] registered [ 0.377681] acpiphp: Slot [26] registered [ 0.378805] acpiphp: Slot [27] registered [ 0.379919] acpiphp: Slot [28] registered [ 0.381037] acpiphp: Slot [29] registered [ 0.382163] acpiphp: Slot [30] registered [ 0.383283] acpiphp: Slot [31] registered [ 0.384405] PCI host bridge to bus 0000:00 [ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445983] vgaarb: loaded [ 0.446818] vgaarb: bridge control possible 0000:00:02.0 [ 0.448477] SCSI subsystem initialized [ 0.449738] ACPI: bus type USB registered [ 0.450878] usbcore: registered new interface driver usbfs [ 0.452290] usbcore: registered new interface driver hub [ 0.453672] usbcore: registered new device driver usb [ 0.455168] PCI: Using ACPI for IRQ routing [ 0.456683] NetLabel: Initializing [ 0.457678] NetLabel: domain hash size = 128 [ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460188] NetLabel: unlabeled traffic allowed by default [ 0.461780] clocksource: Switched to clocksource kvm-clock [ 0.471808] AppArmor: AppArmor Filesystem Enabled [ 0.473150] pnp: PnP ACPI init [ 0.474397] pnp: PnP ACPI: found 5 devices [ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483608] NET: Registered protocol family 2 [ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488470] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493238] NET: Registered protocol family 1 [ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526625] Trying to unpack rootfs image as initramfs... [ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593290] Scanning for low memory corruption every 60 seconds [ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597122] audit: initializing netlink subsys (disabled) [ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized [ 0.600550] Initialise system trusted keyring [ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606285] zbud: loaded [ 0.607293] VFS: Disk quotas dquot_6.6.0 [ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610636] fuse init (API version 7.23) [ 0.611866] Key type big_key registered [ 0.612984] Allocating IMA MOK and blacklist keyrings. [ 0.614671] Key type asymmetric registered [ 0.615825] Asymmetric key parser 'x509' registered [ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619269] io scheduler noop registered [ 0.620370] io scheduler deadline registered (default) [ 0.621760] io scheduler cfq registered [ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628247] ACPI: Power Button [PWRF] [ 0.629474] GHES: HEST is not enabled! [ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702617] Linux agpgart interface v0.103 [ 0.705998] brd: module loaded [ 0.708199] loop: module loaded [ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714851] GPT:90111 != 2097151 [ 0.715808] GPT:Alternate GPT header not at the end of the disk. [ 0.717342] GPT:90111 != 2097151 [ 0.718304] GPT: Use GNU Parted to correct GPT errors. [ 0.719662] vda: vda1 vda15 [ 0.721345] scsi host0: ata_piix [ 0.722438] scsi host1: ata_piix [ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727180] libphy: Fixed MDIO Bus: probed [ 0.728336] tun: Universal TUN/TAP device driver, 1.6 [ 0.729680] tun: (C) 1999-2004 Max Krasnyansky [ 0.732641] PPP generic driver version 2.4.2 [ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735619] ehci-pci: EHCI PCI platform driver [ 0.736848] ehci-platform: EHCI generic platform driver [ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739825] ohci-pci: OHCI PCI platform driver [ 0.741053] ohci-platform: OHCI generic platform driver [ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767373] usb usb1: Product: UHCI Host Controller [ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770273] usb usb1: SerialNumber: 0000:00:01.2 [ 0.771617] hub 1-0:1.0: USB hub found [ 0.772705] hub 1-0:1.0: 2 ports detected [ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779666] mousedev: PS/2 mouse device common for all mice [ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783961] rtc_cmos 00:00: RTC can wake from S4 [ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.788824] i2c /dev entries driver [ 0.789905] device-mapper: uevent: version 1.0.3 [ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795396] NET: Registered protocol family 10 [ 0.796978] NET: Registered protocol family 17 [ 0.798237] Key type dns_resolver registered [ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803581] registered taskstats version 1 [ 0.804754] Loading compiled-in X.509 certificates [ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809205] zswap: loaded using pool lzo/zbud [ 0.811295] Key type trusted registered [ 0.813432] Key type encrypted registered [ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816038] ima: No TPM chip found, activating TPM-bypass! [ 0.817482] evm: HMAC attrs: 0x1 [ 0.818798] Magic number: 2:36:495 [ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091) [ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.823779] EDD information not available. [ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.903586] Write protecting the kernel read-only data: 14336k [ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.81 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... [ 1.062445] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 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 2018-09-01 19:28:12,434 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-09-01 19:28:13,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:13,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:13,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:13 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-2159644f-4957-49d8-9958-91a0ef8441fc x-compute-request-id: req-2159644f-4957-49d8-9958-91a0ef8441fc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:13,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-2159644f-4957-49d8-9958-91a0ef8441fc 2018-09-01 19:28:13,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199607849121s 2018-09-01 19:28:13,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-2159644f-4957-49d8-9958-91a0ef8441fc 2018-09-01 19:28:13,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:28:13,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:28:13,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:13 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-0d601f34-355c-479e-b1c0-1d5a8ffc04a6 x-compute-request-id: req-0d601f34-355c-479e-b1c0-1d5a8ffc04a6 Content-Encoding: gzip Content-Length: 7922 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186982] pid_max: default: 32768 minimum: 301\n[ 0.188241] ACPI: Core revision 20150930\n[ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191733] Security Framework initialized\n[ 0.192859] Yama: becoming mindful.\n[ 0.193870] AppArmor: AppArmor initialized\n[ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202171] Initializing cgroup subsys io\n[ 0.203311] Initializing cgroup subsys memory\n[ 0.204517] Initializing cgroup subsys devices\n[ 0.205727] Initializing cgroup subsys freezer\n[ 0.206931] Initializing cgroup subsys net_cls\n[ 0.208142] Initializing cgroup subsys perf_event\n[ 0.209411] Initializing cgroup subsys net_prio\n[ 0.210649] Initializing cgroup subsys hugetlb\n[ 0.211861] Initializing cgroup subsys pids\n[ 0.213052] CPU: Physical Processor ID: 0\n[ 0.214858] mce: CPU supports 10 MCE banks\n[ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238959] ftrace: allocating 31920 entries in 125 pages\n[ 0.264312] smpboot: Max logical packages: 1\n[ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267410] x2apic enabled\n[ 0.268555] Switched APIC routing to physical x2apic.\n[ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277827] KVM setup paravirtual spinlock\n[ 0.279445] x86: Booted up 1 node, 1 CPUs\n[ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282478] devtmpfs: initialized\n[ 0.284465] evm: security.selinux\n[ 0.285442] evm: security.SMACK64\n[ 0.286409] evm: security.SMACK64EXEC\n[ 0.287448] evm: security.SMACK64TRANSMUTE\n[ 0.288569] evm: security.SMACK64MMAP\n[ 0.289602] evm: security.ima\n[ 0.290501] evm: security.capability\n[ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294155] pinctrl core: initialized pinctrl subsystem\n[ 0.295648] RTC time: 19:28:10, date: 09/01/18\n[ 0.296964] NET: Registered protocol family 16\n[ 0.298298] cpuidle: using governor ladder\n[ 0.299442] cpuidle: using governor menu\n[ 0.300546] PCCT header not found.\n[ 0.301582] ACPI: bus type PCI registered\n[ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304399] PCI: Using configuration type 1 for base access\n[ 0.306574] ACPI: Added _OSI(Module Device)\n[ 0.307747] ACPI: Added _OSI(Processor Device)\n[ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.310190] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312429] ACPI: Interpreter enabled\n[ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323810] ACPI: (supports S0 S5)\n[ 0.324803] ACPI: Using IOAPIC for interrupt routing\n[ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337889] acpiphp: Slot [3] registered\n[ 0.339005] acpiphp: Slot [4] registered\n[ 0.340120] acpiphp: Slot [5] registered\n[ 0.341230] acpiphp: Slot [6] registered\n[ 0.342342] acpiphp: Slot [7] registered\n[ 0.343457] acpiphp: Slot [8] registered\n[ 0.344563] acpiphp: Slot [9] registered\n[ 0.345650] acpiphp: Slot [10] registered\n[ 0.346761] acpiphp: Slot [11] registered\n[ 0.347878] acpiphp: Slot [12] registered\n[ 0.349005] acpiphp: Slot [13] registered\n[ 0.350117] acpiphp: Slot [14] registered\n[ 0.351243] acpiphp: Slot [15] registered\n[ 0.366379] acpiphp: Slot [16] registered\n[ 0.367507] acpiphp: Slot [17] registered\n[ 0.368634] acpiphp: Slot [18] registered\n[ 0.369751] acpiphp: Slot [19] registered\n[ 0.370877] acpiphp: Slot [20] registered\n[ 0.372017] acpiphp: Slot [21] registered\n[ 0.373142] acpiphp: Slot [22] registered\n[ 0.374264] acpiphp: Slot [23] registered\n[ 0.375449] acpiphp: Slot [24] registered\n[ 0.376565] acpiphp: Slot [25] registered\n[ 0.377681] acpiphp: Slot [26] registered\n[ 0.378805] acpiphp: Slot [27] registered\n[ 0.379919] acpiphp: Slot [28] registered\n[ 0.381037] acpiphp: Slot [29] registered\n[ 0.382163] acpiphp: Slot [30] registered\n[ 0.383283] acpiphp: Slot [31] registered\n[ 0.384405] PCI host bridge to bus 0000:00\n[ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445983] vgaarb: loaded\n[ 0.446818] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448477] SCSI subsystem initialized\n[ 0.449738] ACPI: bus type USB registered\n[ 0.450878] usbcore: registered new interface driver usbfs\n[ 0.452290] usbcore: registered new interface driver hub\n[ 0.453672] usbcore: registered new device driver usb\n[ 0.455168] PCI: Using ACPI for IRQ routing\n[ 0.456683] NetLabel: Initializing\n[ 0.457678] NetLabel: domain hash size = 128\n[ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460188] NetLabel: unlabeled traffic allowed by default\n[ 0.461780] clocksource: Switched to clocksource kvm-clock\n[ 0.471808] AppArmor: AppArmor Filesystem Enabled\n[ 0.473150] pnp: PnP ACPI init\n[ 0.474397] pnp: PnP ACPI: found 5 devices\n[ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483608] NET: Registered protocol family 2\n[ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488470] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493238] NET: Registered protocol family 1\n[ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526625] Trying to unpack rootfs image as initramfs...\n[ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593290] Scanning for low memory corruption every 60 seconds\n[ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597122] audit: initializing netlink subsys (disabled)\n[ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized\n[ 0.600550] Initialise system trusted keyring\n[ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606285] zbud: loaded\n[ 0.607293] VFS: Disk quotas dquot_6.6.0\n[ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610636] fuse init (API version 7.23)\n[ 0.611866] Key type big_key registered\n[ 0.612984] Allocating IMA MOK and blacklist keyrings.\n[ 0.614671] Key type asymmetric registered\n[ 0.615825] Asymmetric key parser 'x509' registered\n[ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619269] io scheduler noop registered\n[ 0.620370] io scheduler deadline registered (default)\n[ 0.621760] io scheduler cfq registered\n[ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628247] ACPI: Power Button [PWRF]\n[ 0.629474] GHES: HEST is not enabled!\n[ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702617] Linux agpgart interface v0.103\n[ 0.705998] brd: module loaded\n[ 0.708199] loop: module loaded\n[ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714851] GPT:90111 != 2097151\n[ 0.715808] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717342] GPT:90111 != 2097151\n[ 0.718304] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719662] vda: vda1 vda15\n[ 0.721345] scsi host0: ata_piix\n[ 0.722438] scsi host1: ata_piix\n[ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727180] libphy: Fixed MDIO Bus: probed\n[ 0.728336] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732641] PPP generic driver version 2.4.2\n[ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735619] ehci-pci: EHCI PCI platform driver\n[ 0.736848] ehci-platform: EHCI generic platform driver\n[ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739825] ohci-pci: OHCI PCI platform driver\n[ 0.741053] ohci-platform: OHCI generic platform driver\n[ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767373] usb usb1: Product: UHCI Host Controller\n[ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770273] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.771617] hub 1-0:1.0: USB hub found\n[ 0.772705] hub 1-0:1.0: 2 ports detected\n[ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779666] mousedev: PS/2 mouse device common for all mice\n[ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783961] rtc_cmos 00:00: RTC can wake from S4\n[ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.788824] i2c /dev entries driver\n[ 0.789905] device-mapper: uevent: version 1.0.3\n[ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795396] NET: Registered protocol family 10\n[ 0.796978] NET: Registered protocol family 17\n[ 0.798237] Key type dns_resolver registered\n[ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803581] registered taskstats version 1\n[ 0.804754] Loading compiled-in X.509 certificates\n[ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809205] zswap: loaded using pool lzo/zbud\n[ 0.811295] Key type trusted registered\n[ 0.813432] Key type encrypted registered\n[ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817482] evm: HMAC attrs: 0x1\n[ 0.818798] Magic number: 2:36:495\n[ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091)\n[ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.823779] EDD information not available.\n[ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.903586] Write protecting the kernel read-only data: 14336k\n[ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.81\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... [ 1.062445] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 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.90. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-09-01 19:28:13,713 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-0d601f34-355c-479e-b1c0-1d5a8ffc04a6 2018-09-01 19:28:13,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0744400024414s 2018-09-01 19:28:13,714 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-0d601f34-355c-479e-b1c0-1d5a8ffc04a6 2018-09-01 19:28:13,714 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186982] pid_max: default: 32768 minimum: 301 [ 0.188241] ACPI: Core revision 20150930 [ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191733] Security Framework initialized [ 0.192859] Yama: becoming mindful. [ 0.193870] AppArmor: AppArmor initialized [ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202171] Initializing cgroup subsys io [ 0.203311] Initializing cgroup subsys memory [ 0.204517] Initializing cgroup subsys devices [ 0.205727] Initializing cgroup subsys freezer [ 0.206931] Initializing cgroup subsys net_cls [ 0.208142] Initializing cgroup subsys perf_event [ 0.209411] Initializing cgroup subsys net_prio [ 0.210649] Initializing cgroup subsys hugetlb [ 0.211861] Initializing cgroup subsys pids [ 0.213052] CPU: Physical Processor ID: 0 [ 0.214858] mce: CPU supports 10 MCE banks [ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238959] ftrace: allocating 31920 entries in 125 pages [ 0.264312] smpboot: Max logical packages: 1 [ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267410] x2apic enabled [ 0.268555] Switched APIC routing to physical x2apic. [ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277827] KVM setup paravirtual spinlock [ 0.279445] x86: Booted up 1 node, 1 CPUs [ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282478] devtmpfs: initialized [ 0.284465] evm: security.selinux [ 0.285442] evm: security.SMACK64 [ 0.286409] evm: security.SMACK64EXEC [ 0.287448] evm: security.SMACK64TRANSMUTE [ 0.288569] evm: security.SMACK64MMAP [ 0.289602] evm: security.ima [ 0.290501] evm: security.capability [ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294155] pinctrl core: initialized pinctrl subsystem [ 0.295648] RTC time: 19:28:10, date: 09/01/18 [ 0.296964] NET: Registered protocol family 16 [ 0.298298] cpuidle: using governor ladder [ 0.299442] cpuidle: using governor menu [ 0.300546] PCCT header not found. [ 0.301582] ACPI: bus type PCI registered [ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304399] PCI: Using configuration type 1 for base access [ 0.306574] ACPI: Added _OSI(Module Device) [ 0.307747] ACPI: Added _OSI(Processor Device) [ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.310190] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312429] ACPI: Interpreter enabled [ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323810] ACPI: (supports S0 S5) [ 0.324803] ACPI: Using IOAPIC for interrupt routing [ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337889] acpiphp: Slot [3] registered [ 0.339005] acpiphp: Slot [4] registered [ 0.340120] acpiphp: Slot [5] registered [ 0.341230] acpiphp: Slot [6] registered [ 0.342342] acpiphp: Slot [7] registered [ 0.343457] acpiphp: Slot [8] registered [ 0.344563] acpiphp: Slot [9] registered [ 0.345650] acpiphp: Slot [10] registered [ 0.346761] acpiphp: Slot [11] registered [ 0.347878] acpiphp: Slot [12] registered [ 0.349005] acpiphp: Slot [13] registered [ 0.350117] acpiphp: Slot [14] registered [ 0.351243] acpiphp: Slot [15] registered [ 0.366379] acpiphp: Slot [16] registered [ 0.367507] acpiphp: Slot [17] registered [ 0.368634] acpiphp: Slot [18] registered [ 0.369751] acpiphp: Slot [19] registered [ 0.370877] acpiphp: Slot [20] registered [ 0.372017] acpiphp: Slot [21] registered [ 0.373142] acpiphp: Slot [22] registered [ 0.374264] acpiphp: Slot [23] registered [ 0.375449] acpiphp: Slot [24] registered [ 0.376565] acpiphp: Slot [25] registered [ 0.377681] acpiphp: Slot [26] registered [ 0.378805] acpiphp: Slot [27] registered [ 0.379919] acpiphp: Slot [28] registered [ 0.381037] acpiphp: Slot [29] registered [ 0.382163] acpiphp: Slot [30] registered [ 0.383283] acpiphp: Slot [31] registered [ 0.384405] PCI host bridge to bus 0000:00 [ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445983] vgaarb: loaded [ 0.446818] vgaarb: bridge control possible 0000:00:02.0 [ 0.448477] SCSI subsystem initialized [ 0.449738] ACPI: bus type USB registered [ 0.450878] usbcore: registered new interface driver usbfs [ 0.452290] usbcore: registered new interface driver hub [ 0.453672] usbcore: registered new device driver usb [ 0.455168] PCI: Using ACPI for IRQ routing [ 0.456683] NetLabel: Initializing [ 0.457678] NetLabel: domain hash size = 128 [ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460188] NetLabel: unlabeled traffic allowed by default [ 0.461780] clocksource: Switched to clocksource kvm-clock [ 0.471808] AppArmor: AppArmor Filesystem Enabled [ 0.473150] pnp: PnP ACPI init [ 0.474397] pnp: PnP ACPI: found 5 devices [ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483608] NET: Registered protocol family 2 [ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488470] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493238] NET: Registered protocol family 1 [ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526625] Trying to unpack rootfs image as initramfs... [ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593290] Scanning for low memory corruption every 60 seconds [ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597122] audit: initializing netlink subsys (disabled) [ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized [ 0.600550] Initialise system trusted keyring [ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606285] zbud: loaded [ 0.607293] VFS: Disk quotas dquot_6.6.0 [ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610636] fuse init (API version 7.23) [ 0.611866] Key type big_key registered [ 0.612984] Allocating IMA MOK and blacklist keyrings. [ 0.614671] Key type asymmetric registered [ 0.615825] Asymmetric key parser 'x509' registered [ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619269] io scheduler noop registered [ 0.620370] io scheduler deadline registered (default) [ 0.621760] io scheduler cfq registered [ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628247] ACPI: Power Button [PWRF] [ 0.629474] GHES: HEST is not enabled! [ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702617] Linux agpgart interface v0.103 [ 0.705998] brd: module loaded [ 0.708199] loop: module loaded [ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714851] GPT:90111 != 2097151 [ 0.715808] GPT:Alternate GPT header not at the end of the disk. [ 0.717342] GPT:90111 != 2097151 [ 0.718304] GPT: Use GNU Parted to correct GPT errors. [ 0.719662] vda: vda1 vda15 [ 0.721345] scsi host0: ata_piix [ 0.722438] scsi host1: ata_piix [ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727180] libphy: Fixed MDIO Bus: probed [ 0.728336] tun: Universal TUN/TAP device driver, 1.6 [ 0.729680] tun: (C) 1999-2004 Max Krasnyansky [ 0.732641] PPP generic driver version 2.4.2 [ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735619] ehci-pci: EHCI PCI platform driver [ 0.736848] ehci-platform: EHCI generic platform driver [ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739825] ohci-pci: OHCI PCI platform driver [ 0.741053] ohci-platform: OHCI generic platform driver [ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767373] usb usb1: Product: UHCI Host Controller [ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770273] usb usb1: SerialNumber: 0000:00:01.2 [ 0.771617] hub 1-0:1.0: USB hub found [ 0.772705] hub 1-0:1.0: 2 ports detected [ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779666] mousedev: PS/2 mouse device common for all mice [ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783961] rtc_cmos 00:00: RTC can wake from S4 [ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.788824] i2c /dev entries driver [ 0.789905] device-mapper: uevent: version 1.0.3 [ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795396] NET: Registered protocol family 10 [ 0.796978] NET: Registered protocol family 17 [ 0.798237] Key type dns_resolver registered [ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803581] registered taskstats version 1 [ 0.804754] Loading compiled-in X.509 certificates [ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809205] zswap: loaded using pool lzo/zbud [ 0.811295] Key type trusted registered [ 0.813432] Key type encrypted registered [ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816038] ima: No TPM chip found, activating TPM-bypass! [ 0.817482] evm: HMAC attrs: 0x1 [ 0.818798] Magic number: 2:36:495 [ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091) [ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.823779] EDD information not available. [ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.903586] Write protecting the kernel read-only data: 14336k [ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.81 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... [ 1.062445] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 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.90. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-09-01 19:28:14,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:14,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:15,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-b25843d5-17e7-4ae6-93b3-b8b70d8e380c x-compute-request-id: req-b25843d5-17e7-4ae6-93b3-b8b70d8e380c Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:27:58Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:15,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b25843d5-17e7-4ae6-93b3-b8b70d8e380c 2018-09-01 19:28:15,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397929906845s 2018-09-01 19:28:15,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-b25843d5-17e7-4ae6-93b3-b8b70d8e380c 2018-09-01 19:28:15,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:28:15,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:28:15,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-a6858d9a-e329-44a0-9653-bae918819868 x-compute-request-id: req-a6858d9a-e329-44a0-9653-bae918819868 Content-Encoding: gzip Content-Length: 9561 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186982] pid_max: default: 32768 minimum: 301\n[ 0.188241] ACPI: Core revision 20150930\n[ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191733] Security Framework initialized\n[ 0.192859] Yama: becoming mindful.\n[ 0.193870] AppArmor: AppArmor initialized\n[ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202171] Initializing cgroup subsys io\n[ 0.203311] Initializing cgroup subsys memory\n[ 0.204517] Initializing cgroup subsys devices\n[ 0.205727] Initializing cgroup subsys freezer\n[ 0.206931] Initializing cgroup subsys net_cls\n[ 0.208142] Initializing cgroup subsys perf_event\n[ 0.209411] Initializing cgroup subsys net_prio\n[ 0.210649] Initializing cgroup subsys hugetlb\n[ 0.211861] Initializing cgroup subsys pids\n[ 0.213052] CPU: Physical Processor ID: 0\n[ 0.214858] mce: CPU supports 10 MCE banks\n[ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238959] ftrace: allocating 31920 entries in 125 pages\n[ 0.264312] smpboot: Max logical packages: 1\n[ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267410] x2apic enabled\n[ 0.268555] Switched APIC routing to physical x2apic.\n[ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277827] KVM setup paravirtual spinlock\n[ 0.279445] x86: Booted up 1 node, 1 CPUs\n[ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282478] devtmpfs: initialized\n[ 0.284465] evm: security.selinux\n[ 0.285442] evm: security.SMACK64\n[ 0.286409] evm: security.SMACK64EXEC\n[ 0.287448] evm: security.SMACK64TRANSMUTE\n[ 0.288569] evm: security.SMACK64MMAP\n[ 0.289602] evm: security.ima\n[ 0.290501] evm: security.capability\n[ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294155] pinctrl core: initialized pinctrl subsystem\n[ 0.295648] RTC time: 19:28:10, date: 09/01/18\n[ 0.296964] NET: Registered protocol family 16\n[ 0.298298] cpuidle: using governor ladder\n[ 0.299442] cpuidle: using governor menu\n[ 0.300546] PCCT header not found.\n[ 0.301582] ACPI: bus type PCI registered\n[ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304399] PCI: Using configuration type 1 for base access\n[ 0.306574] ACPI: Added _OSI(Module Device)\n[ 0.307747] ACPI: Added _OSI(Processor Device)\n[ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.310190] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312429] ACPI: Interpreter enabled\n[ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323810] ACPI: (supports S0 S5)\n[ 0.324803] ACPI: Using IOAPIC for interrupt routing\n[ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337889] acpiphp: Slot [3] registered\n[ 0.339005] acpiphp: Slot [4] registered\n[ 0.340120] acpiphp: Slot [5] registered\n[ 0.341230] acpiphp: Slot [6] registered\n[ 0.342342] acpiphp: Slot [7] registered\n[ 0.343457] acpiphp: Slot [8] registered\n[ 0.344563] acpiphp: Slot [9] registered\n[ 0.345650] acpiphp: Slot [10] registered\n[ 0.346761] acpiphp: Slot [11] registered\n[ 0.347878] acpiphp: Slot [12] registered\n[ 0.349005] acpiphp: Slot [13] registered\n[ 0.350117] acpiphp: Slot [14] registered\n[ 0.351243] acpiphp: Slot [15] registered\n[ 0.366379] acpiphp: Slot [16] registered\n[ 0.367507] acpiphp: Slot [17] registered\n[ 0.368634] acpiphp: Slot [18] registered\n[ 0.369751] acpiphp: Slot [19] registered\n[ 0.370877] acpiphp: Slot [20] registered\n[ 0.372017] acpiphp: Slot [21] registered\n[ 0.373142] acpiphp: Slot [22] registered\n[ 0.374264] acpiphp: Slot [23] registered\n[ 0.375449] acpiphp: Slot [24] registered\n[ 0.376565] acpiphp: Slot [25] registered\n[ 0.377681] acpiphp: Slot [26] registered\n[ 0.378805] acpiphp: Slot [27] registered\n[ 0.379919] acpiphp: Slot [28] registered\n[ 0.381037] acpiphp: Slot [29] registered\n[ 0.382163] acpiphp: Slot [30] registered\n[ 0.383283] acpiphp: Slot [31] registered\n[ 0.384405] PCI host bridge to bus 0000:00\n[ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445983] vgaarb: loaded\n[ 0.446818] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448477] SCSI subsystem initialized\n[ 0.449738] ACPI: bus type USB registered\n[ 0.450878] usbcore: registered new interface driver usbfs\n[ 0.452290] usbcore: registered new interface driver hub\n[ 0.453672] usbcore: registered new device driver usb\n[ 0.455168] PCI: Using ACPI for IRQ routing\n[ 0.456683] NetLabel: Initializing\n[ 0.457678] NetLabel: domain hash size = 128\n[ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460188] NetLabel: unlabeled traffic allowed by default\n[ 0.461780] clocksource: Switched to clocksource kvm-clock\n[ 0.471808] AppArmor: AppArmor Filesystem Enabled\n[ 0.473150] pnp: PnP ACPI init\n[ 0.474397] pnp: PnP ACPI: found 5 devices\n[ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483608] NET: Registered protocol family 2\n[ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488470] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493238] NET: Registered protocol family 1\n[ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526625] Trying to unpack rootfs image as initramfs...\n[ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593290] Scanning for low memory corruption every 60 seconds\n[ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597122] audit: initializing netlink subsys (disabled)\n[ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized\n[ 0.600550] Initialise system trusted keyring\n[ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606285] zbud: loaded\n[ 0.607293] VFS: Disk quotas dquot_6.6.0\n[ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610636] fuse init (API version 7.23)\n[ 0.611866] Key type big_key registered\n[ 0.612984] Allocating IMA MOK and blacklist keyrings.\n[ 0.614671] Key type asymmetric registered\n[ 0.615825] Asymmetric key parser 'x509' registered\n[ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619269] io scheduler noop registered\n[ 0.620370] io scheduler deadline registered (default)\n[ 0.621760] io scheduler cfq registered\n[ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628247] ACPI: Power Button [PWRF]\n[ 0.629474] GHES: HEST is not enabled!\n[ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702617] Linux agpgart interface v0.103\n[ 0.705998] brd: module loaded\n[ 0.708199] loop: module loaded\n[ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714851] GPT:90111 != 2097151\n[ 0.715808] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717342] GPT:90111 != 2097151\n[ 0.718304] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719662] vda: vda1 vda15\n[ 0.721345] scsi host0: ata_piix\n[ 0.722438] scsi host1: ata_piix\n[ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727180] libphy: Fixed MDIO Bus: probed\n[ 0.728336] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729680] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732641] PPP generic driver version 2.4.2\n[ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735619] ehci-pci: EHCI PCI platform driver\n[ 0.736848] ehci-platform: EHCI generic platform driver\n[ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739825] ohci-pci: OHCI PCI platform driver\n[ 0.741053] ohci-platform: OHCI generic platform driver\n[ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767373] usb usb1: Product: UHCI Host Controller\n[ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770273] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.771617] hub 1-0:1.0: USB hub found\n[ 0.772705] hub 1-0:1.0: 2 ports detected\n[ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779666] mousedev: PS/2 mouse device common for all mice\n[ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783961] rtc_cmos 00:00: RTC can wake from S4\n[ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.788824] i2c /dev entries driver\n[ 0.789905] device-mapper: uevent: version 1.0.3\n[ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.795396] NET: Registered protocol family 10\n[ 0.796978] NET: Registered protocol family 17\n[ 0.798237] Key type dns_resolver registered\n[ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.803581] registered taskstats version 1\n[ 0.804754] Loading compiled-in X.509 certificates\n[ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809205] zswap: loaded using pool lzo/zbud\n[ 0.811295] Key type trusted registered\n[ 0.813432] Key type encrypted registered\n[ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.817482] evm: HMAC attrs: 0x1\n[ 0.818798] Magic number: 2:36:495\n[ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091)\n[ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.823779] EDD information not available.\n[ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.903586] Write protecting the kernel read-only data: 14336k\n[ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.81\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... [ 1.062445] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.21...\nLease of 192.168.120.21 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.90. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\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\nvPing OK\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDMBtQijOR0ui7EDIdJV1VxNFEzZWTkdYpcMu6OpPxI6VRm2dfyXC+9FpQ61KCUo9rDaEgThiu7FQJ/N3qKX+m6eVlr8VSaRQvLuk8I4clU4J3sy1xh4ZyYzwvpL4131ILsHvQOby37f7TrqK7syej6tQO1crG6Tlv7BeXmyB1edF+uRZTRH4Z1YyFPKXOqniW7VJjDMpPTuefbvA5ATGLk3EKM6a7/Jo2ikvvd3hl54ki1gJAgl6k39rgLmsIY2d6t67OPpE2S8Bbjt4yq1iUPqE8uH034C90LF76k7e3eNolxB9T38gSu/wdbLbEHKKmRSG3WkQJbIzQnSf2pKbm/ root@vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8\nssh-dss AAAAB3NzaC1kc3MAAACBAK7drduch/Hp5fmcTUb+kZfDnlRCIs4tFHC5hvTm7vv6dLhLKcGPS3sGqm0pECpHuDCb77P5Mb2xVVd9WoW/wfPAeOoqoIdW3kRltASACag8hUMoL3KRPtJizVDny2wQlEvs/dRv///MpDcB09AFESoIKAywASBc78JFn6Xz6KMfAAAAFQDnL0AbMq+BL8h8NyC2rFHod19umwAAAIB8+f/Fy7EnGQ204pLICR1iM3Xkww5kf3W+oEH7XvwRbswr0ggRL5StVqzbmV39iMC+Afo5xkZSjpkGHXb9tn03I3MTFtcOi0tnHZuvjJrhOvSDgLR+rqJUKeWMm6s4gSnJJ2Cxc1wZLZtWEw0fjPAHTJiiWQLQt9d6K1eLSkRvxAAAAIA7hpo2KnLoxlZ5nY/RJxj/++NsUrXn25I981Li8K344cwdOSwfEZEDXKzbuL7SHf9u9FYIXYRYD91SvqKdCc3NjBFmWZqu354w/faAYYDZRYd07WyytqYyvbhAlTXZAnOpwvHIlm6YsrN55Itto6TCybFJ2gDbPjWskrYWW543aQ== root@vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe94:1d76/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.21 \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-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.12 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8 login: "} 2018-09-01 19:28:15,205 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-a6858d9a-e329-44a0-9653-bae918819868 2018-09-01 19:28:15,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0874199867249s 2018-09-01 19:28:15,206 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726/action used request id req-a6858d9a-e329-44a0-9653-bae918819868 2018-09-01 19:28:15,207 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - 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 485700371 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.184681] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186982] pid_max: default: 32768 minimum: 301 [ 0.188241] ACPI: Core revision 20150930 [ 0.189914] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191733] Security Framework initialized [ 0.192859] Yama: becoming mindful. [ 0.193870] AppArmor: AppArmor initialized [ 0.195039] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202171] Initializing cgroup subsys io [ 0.203311] Initializing cgroup subsys memory [ 0.204517] Initializing cgroup subsys devices [ 0.205727] Initializing cgroup subsys freezer [ 0.206931] Initializing cgroup subsys net_cls [ 0.208142] Initializing cgroup subsys perf_event [ 0.209411] Initializing cgroup subsys net_prio [ 0.210649] Initializing cgroup subsys hugetlb [ 0.211861] Initializing cgroup subsys pids [ 0.213052] CPU: Physical Processor ID: 0 [ 0.214858] mce: CPU supports 10 MCE banks [ 0.216039] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217434] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232296] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238959] ftrace: allocating 31920 entries in 125 pages [ 0.264312] smpboot: Max logical packages: 1 [ 0.265492] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267410] x2apic enabled [ 0.268555] Switched APIC routing to physical x2apic. [ 0.271011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275329] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277827] KVM setup paravirtual spinlock [ 0.279445] x86: Booted up 1 node, 1 CPUs [ 0.280564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282478] devtmpfs: initialized [ 0.284465] evm: security.selinux [ 0.285442] evm: security.SMACK64 [ 0.286409] evm: security.SMACK64EXEC [ 0.287448] evm: security.SMACK64TRANSMUTE [ 0.288569] evm: security.SMACK64MMAP [ 0.289602] evm: security.ima [ 0.290501] evm: security.capability [ 0.291598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294155] pinctrl core: initialized pinctrl subsystem [ 0.295648] RTC time: 19:28:10, date: 09/01/18 [ 0.296964] NET: Registered protocol family 16 [ 0.298298] cpuidle: using governor ladder [ 0.299442] cpuidle: using governor menu [ 0.300546] PCCT header not found. [ 0.301582] ACPI: bus type PCI registered [ 0.302690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304399] PCI: Using configuration type 1 for base access [ 0.306574] ACPI: Added _OSI(Module Device) [ 0.307747] ACPI: Added _OSI(Processor Device) [ 0.308939] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.310190] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312429] ACPI: Interpreter enabled [ 0.313500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323810] ACPI: (supports S0 S5) [ 0.324803] ACPI: Using IOAPIC for interrupt routing [ 0.326111] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.331536] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334884] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337889] acpiphp: Slot [3] registered [ 0.339005] acpiphp: Slot [4] registered [ 0.340120] acpiphp: Slot [5] registered [ 0.341230] acpiphp: Slot [6] registered [ 0.342342] acpiphp: Slot [7] registered [ 0.343457] acpiphp: Slot [8] registered [ 0.344563] acpiphp: Slot [9] registered [ 0.345650] acpiphp: Slot [10] registered [ 0.346761] acpiphp: Slot [11] registered [ 0.347878] acpiphp: Slot [12] registered [ 0.349005] acpiphp: Slot [13] registered [ 0.350117] acpiphp: Slot [14] registered [ 0.351243] acpiphp: Slot [15] registered [ 0.366379] acpiphp: Slot [16] registered [ 0.367507] acpiphp: Slot [17] registered [ 0.368634] acpiphp: Slot [18] registered [ 0.369751] acpiphp: Slot [19] registered [ 0.370877] acpiphp: Slot [20] registered [ 0.372017] acpiphp: Slot [21] registered [ 0.373142] acpiphp: Slot [22] registered [ 0.374264] acpiphp: Slot [23] registered [ 0.375449] acpiphp: Slot [24] registered [ 0.376565] acpiphp: Slot [25] registered [ 0.377681] acpiphp: Slot [26] registered [ 0.378805] acpiphp: Slot [27] registered [ 0.379919] acpiphp: Slot [28] registered [ 0.381037] acpiphp: Slot [29] registered [ 0.382163] acpiphp: Slot [30] registered [ 0.383283] acpiphp: Slot [31] registered [ 0.384405] PCI host bridge to bus 0000:00 [ 0.385531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388875] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390902] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392908] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394951] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400821] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402441] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408444] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431011] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438875] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440600] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442398] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445983] vgaarb: loaded [ 0.446818] vgaarb: bridge control possible 0000:00:02.0 [ 0.448477] SCSI subsystem initialized [ 0.449738] ACPI: bus type USB registered [ 0.450878] usbcore: registered new interface driver usbfs [ 0.452290] usbcore: registered new interface driver hub [ 0.453672] usbcore: registered new device driver usb [ 0.455168] PCI: Using ACPI for IRQ routing [ 0.456683] NetLabel: Initializing [ 0.457678] NetLabel: domain hash size = 128 [ 0.458854] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460188] NetLabel: unlabeled traffic allowed by default [ 0.461780] clocksource: Switched to clocksource kvm-clock [ 0.471808] AppArmor: AppArmor Filesystem Enabled [ 0.473150] pnp: PnP ACPI init [ 0.474397] pnp: PnP ACPI: found 5 devices [ 0.481231] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483608] NET: Registered protocol family 2 [ 0.485030] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488470] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490146] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491634] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493238] NET: Registered protocol family 1 [ 0.494462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495974] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497465] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511998] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526625] Trying to unpack rootfs image as initramfs... [ 0.588405] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593290] Scanning for low memory corruption every 60 seconds [ 0.595486] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597122] audit: initializing netlink subsys (disabled) [ 0.598647] audit: type=2000 audit(1535830091.117:1): initialized [ 0.600550] Initialise system trusted keyring [ 0.601950] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603555] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606285] zbud: loaded [ 0.607293] VFS: Disk quotas dquot_6.6.0 [ 0.608445] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610636] fuse init (API version 7.23) [ 0.611866] Key type big_key registered [ 0.612984] Allocating IMA MOK and blacklist keyrings. [ 0.614671] Key type asymmetric registered [ 0.615825] Asymmetric key parser 'x509' registered [ 0.617171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619269] io scheduler noop registered [ 0.620370] io scheduler deadline registered (default) [ 0.621760] io scheduler cfq registered [ 0.622962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624420] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628247] ACPI: Power Button [PWRF] [ 0.629474] GHES: HEST is not enabled! [ 0.643663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.673042] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675966] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699574] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702617] Linux agpgart interface v0.103 [ 0.705998] brd: module loaded [ 0.708199] loop: module loaded [ 0.712810] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714851] GPT:90111 != 2097151 [ 0.715808] GPT:Alternate GPT header not at the end of the disk. [ 0.717342] GPT:90111 != 2097151 [ 0.718304] GPT: Use GNU Parted to correct GPT errors. [ 0.719662] vda: vda1 vda15 [ 0.721345] scsi host0: ata_piix [ 0.722438] scsi host1: ata_piix [ 0.723453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725157] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727180] libphy: Fixed MDIO Bus: probed [ 0.728336] tun: Universal TUN/TAP device driver, 1.6 [ 0.729680] tun: (C) 1999-2004 Max Krasnyansky [ 0.732641] PPP generic driver version 2.4.2 [ 0.733935] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735619] ehci-pci: EHCI PCI platform driver [ 0.736848] ehci-platform: EHCI generic platform driver [ 0.738241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739825] ohci-pci: OHCI PCI platform driver [ 0.741053] ohci-platform: OHCI generic platform driver [ 0.742453] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757138] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760642] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.762053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.763657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767373] usb usb1: Product: UHCI Host Controller [ 0.768679] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770273] usb usb1: SerialNumber: 0000:00:01.2 [ 0.771617] hub 1-0:1.0: USB hub found [ 0.772705] hub 1-0:1.0: 2 ports detected [ 0.774001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776909] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.778245] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779666] mousedev: PS/2 mouse device common for all mice [ 0.781409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783961] rtc_cmos 00:00: RTC can wake from S4 [ 0.785505] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.787167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.788824] i2c /dev entries driver [ 0.789905] device-mapper: uevent: version 1.0.3 [ 0.791246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.793527] ledtrig-cpu: registered to indicate activity on CPUs [ 0.795396] NET: Registered protocol family 10 [ 0.796978] NET: Registered protocol family 17 [ 0.798237] Key type dns_resolver registered [ 0.799556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.801105] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.803581] registered taskstats version 1 [ 0.804754] Loading compiled-in X.509 certificates [ 0.806620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809205] zswap: loaded using pool lzo/zbud [ 0.811295] Key type trusted registered [ 0.813432] Key type encrypted registered [ 0.814595] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816038] ima: No TPM chip found, activating TPM-bypass! [ 0.817482] evm: HMAC attrs: 0x1 [ 0.818798] Magic number: 2:36:495 [ 0.819953] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:11 UTC (1535830091) [ 0.822223] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.823779] EDD information not available. [ 0.887336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.903586] Write protecting the kernel read-only data: 14336k [ 0.906586] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.909081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.81 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... [ 1.062445] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.21... Lease of 192.168.120.21 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.90. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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 vPing OK === 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDMBtQijOR0ui7EDIdJV1VxNFEzZWTkdYpcMu6OpPxI6VRm2dfyXC+9FpQ61KCUo9rDaEgThiu7FQJ/N3qKX+m6eVlr8VSaRQvLuk8I4clU4J3sy1xh4ZyYzwvpL4131ILsHvQOby37f7TrqK7syej6tQO1crG6Tlv7BeXmyB1edF+uRZTRH4Z1YyFPKXOqniW7VJjDMpPTuefbvA5ATGLk3EKM6a7/Jo2ikvvd3hl54ki1gJAgl6k39rgLmsIY2d6t67OPpE2S8Bbjt4yq1iUPqE8uH034C90LF76k7e3eNolxB9T38gSu/wdbLbEHKKmRSG3WkQJbIzQnSf2pKbm/ root@vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8 ssh-dss AAAAB3NzaC1kc3MAAACBAK7drduch/Hp5fmcTUb+kZfDnlRCIs4tFHC5hvTm7vv6dLhLKcGPS3sGqm0pECpHuDCb77P5Mb2xVVd9WoW/wfPAeOoqoIdW3kRltASACag8hUMoL3KRPtJizVDny2wQlEvs/dRv///MpDcB09AFESoIKAywASBc78JFn6Xz6KMfAAAAFQDnL0AbMq+BL8h8NyC2rFHod19umwAAAIB8+f/Fy7EnGQ204pLICR1iM3Xkww5kf3W+oEH7XvwRbswr0ggRL5StVqzbmV39iMC+Afo5xkZSjpkGHXb9tn03I3MTFtcOi0tnHZuvjJrhOvSDgLR+rqJUKeWMm6s4gSnJJ2Cxc1wZLZtWEw0fjPAHTJiiWQLQt9d6K1eLSkRvxAAAAIA7hpo2KnLoxlZ5nY/RJxj/++NsUrXn25I981Li8K344cwdOSwfEZEDXKzbuL7SHf9u9FYIXYRYD91SvqKdCc3NjBFmWZqu354w/faAYYDZRYd07WyytqYyvbhAlTXZAnOpwvHIlm6YsrN55Itto6TCybFJ2gDbPjWskrYWW543aQ== root@vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.21,24,fe80::f816:3eff:fe94:1d76/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.21 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-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-7f727263-9282-4ee2-b858-db84606a1db8 login: 2018-09-01 19:28:15,208 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-01 19:28:15,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:28:15,311 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 19:28:15,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:28:15,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:15,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:28: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-aa2fdcca-440f-44c0-800a-5e41494ab42d x-compute-request-id: req-aa2fdcca-440f-44c0-800a-5e41494ab42d Content-Type: application/json 2018-09-01 19:28:15,463 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4 used request id req-aa2fdcca-440f-44c0-800a-5e41494ab42d 2018-09-01 19:28:15,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.146200895309s 2018-09-01 19:28:15,463 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4 used request id req-aa2fdcca-440f-44c0-800a-5e41494ab42d 2018-09-01 19:28:15,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:15,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:15,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-c907713f-b912-4eb5-9ef3-197870b54155 x-compute-request-id: req-c907713f-b912-4eb5-9ef3-197870b54155 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:64:8b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/798ce090-6046-4211-9325-a790c6581ec4", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:27:58.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "798ce090-6046-4211-9325-a790c6581ec4", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:15Z", "hostId": "2525d0f73d6e4012ff5906108119616b6d092d73ad7a2b9bb102e584", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:27:50Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:15,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-c907713f-b912-4eb5-9ef3-197870b54155 2018-09-01 19:28:15,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225363969803s 2018-09-01 19:28:15,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-c907713f-b912-4eb5-9ef3-197870b54155 2018-09-01 19:28:15,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:17,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:17,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27617478-4109-4ac7-a109-a519120d1921 x-compute-request-id: req-27617478-4109-4ac7-a109-a519120d1921 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:10Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:17,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-27617478-4109-4ac7-a109-a519120d1921 2018-09-01 19:28:17,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166829824448s 2018-09-01 19:28:17,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-27617478-4109-4ac7-a109-a519120d1921 2018-09-01 19:28:17,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:28:17,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:18,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f56e4a8a-8ca6-4236-9137-d1c6768d3a80 x-compute-request-id: req-f56e4a8a-8ca6-4236-9137-d1c6768d3a80 Content-Type: application/json 2018-09-01 19:28:18,045 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726 used request id req-f56e4a8a-8ca6-4236-9137-d1c6768d3a80 2018-09-01 19:28:18,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.181273937225s 2018-09-01 19:28:18,046 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726 used request id req-f56e4a8a-8ca6-4236-9137-d1c6768d3a80 2018-09-01 19:28:18,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:18,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:18,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-68d34fcb-2dc8-4a62-8ecc-d8ae97a60d19 x-compute-request-id: req-68d34fcb-2dc8-4a62-8ecc-d8ae97a60d19 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:1d:76", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/39cdce0b-2355-47ed-84de-66bebc0cc726", "rel": "bookmark"}], "image": {"id": "9facd111-0b0e-4dbe-883b-b52fde435743", "links": [{"href": "http://172.30.9.48:8774/images/9facd111-0b0e-4dbe-883b-b52fde435743", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:10.000000", "flavor": {"id": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "links": [{"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "bookmark"}]}, "id": "39cdce0b-2355-47ed-84de-66bebc0cc726", "security_groups": [{"name": "default"}], "user_id": "e41f43303b4a495995af8d763c7b0248", "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-09-01T19:28:17Z", "hostId": "ee79f2053e3f42338b61fec607bc2549a76130de7416aadbf2fc465a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7f727263-9282-4ee2-b858-db84606a1db8", "created": "2018-09-01T19:28:03Z", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:18,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-68d34fcb-2dc8-4a62-8ecc-d8ae97a60d19 2018-09-01 19:28:18,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211433172226s 2018-09-01 19:28:18,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-68d34fcb-2dc8-4a62-8ecc-d8ae97a60d19 2018-09-01 19:28:18,260 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:20,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:20,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-e0e0733a-3729-4290-b115-c8510751737b x-compute-request-id: req-e0e0733a-3729-4290-b115-c8510751737b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:28:20,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e0e0733a-3729-4290-b115-c8510751737b 2018-09-01 19:28:20,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0681929588318s 2018-09-01 19:28:20,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e0e0733a-3729-4290-b115-c8510751737b 2018-09-01 19:28:20,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:28:20,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" -d '{"subnet_id": "77608a12-d4d0-4e44-aef2-fd2975604e4f"}' 2018-09-01 19:28:21,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5b5d1ff-ff3d-49df-92c3-207e98f97fec Date: Sat, 01 Sep 2018 19:28:21 GMT RESP BODY: {"network_id": "93e472a3-d883-4934-b8fb-7a842bd2a2d7", "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "subnet_id": "77608a12-d4d0-4e44-aef2-fd2975604e4f", "subnet_ids": ["77608a12-d4d0-4e44-aef2-fd2975604e4f"], "port_id": "9263ace1-01ef-454d-a658-76a4ac692f72", "id": "1a6ef656-8de9-4c75-a2e7-a1ea21526fe2"} 2018-09-01 19:28:21,947 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/remove_router_interface.json used request id req-b5b5d1ff-ff3d-49df-92c3-207e98f97fec 2018-09-01 19:28:21,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61572694778s 2018-09-01 19:28:21,948 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2/remove_router_interface.json used request id req-b5b5d1ff-ff3d-49df-92c3-207e98f97fec returning object 1a6ef656-8de9-4c75-a2e7-a1ea21526fe2 2018-09-01 19:28:21,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:28:21,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:22,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0db54515-00b6-455b-b4f8-ec6450fa8427 Date: Sat, 01 Sep 2018 19:28:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "790d78a66d7b427c89eec118df8dc6be", "created_at": "2018-09-01T19:27:44Z", "admin_state_up": true, "updated_at": "2018-09-01T19:28:21Z", "revision_number": 4, "routes": [], "project_id": "790d78a66d7b427c89eec118df8dc6be", "id": "1a6ef656-8de9-4c75-a2e7-a1ea21526fe2", "name": "vping_userdata-router_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:28:22,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-0db54515-00b6-455b-b4f8-ec6450fa8427 2018-09-01 19:28:22,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.1196808815s 2018-09-01 19:28:22,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-0db54515-00b6-455b-b4f8-ec6450fa8427 2018-09-01 19:28:22,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:28:22,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:23,451 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47277a2a-a5f3-4d96-ae1e-0777606b72c9 Content-Length: 0 Date: Sat, 01 Sep 2018 19:28:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:28:23,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2.json used request id req-47277a2a-a5f3-4d96-ae1e-0777606b72c9 2018-09-01 19:28:23,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38126802444s 2018-09-01 19:28:23,452 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/1a6ef656-8de9-4c75-a2e7-a1ea21526fe2.json used request id req-47277a2a-a5f3-4d96-ae1e-0777606b72c9 2018-09-01 19:28:23,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:28:23,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:23,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56767727-990a-4163-886e-80253f0a0176 Date: Sat, 01 Sep 2018 19:28:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:27:43Z","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":"790d78a66d7b427c89eec118df8dc6be","id":"77608a12-d4d0-4e44-aef2-fd2975604e4f","subnetpool_id":null,"name":"vping_userdata-subnet_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:28:23,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-56767727-990a-4163-886e-80253f0a0176 2018-09-01 19:28:23,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0447931289673s 2018-09-01 19:28:23,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-56767727-990a-4163-886e-80253f0a0176 2018-09-01 19:28:23,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:28:23,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/77608a12-d4d0-4e44-aef2-fd2975604e4f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:24,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b68f0520-f0a7-49ee-84fd-428207d67fab Date: Sat, 01 Sep 2018 19:28:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:28:24,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/77608a12-d4d0-4e44-aef2-fd2975604e4f.json used request id req-b68f0520-f0a7-49ee-84fd-428207d67fab 2018-09-01 19:28:24,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15875411034s 2018-09-01 19:28:24,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/77608a12-d4d0-4e44-aef2-fd2975604e4f.json used request id req-b68f0520-f0a7-49ee-84fd-428207d67fab 2018-09-01 19:28:24,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:24,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-511ac7e0-e355-497d-8311-93b435d2ea53 Date: Sat, 01 Sep 2018 19:28:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:28:24Z","tenant_id":"790d78a66d7b427c89eec118df8dc6be","created_at":"2018-09-01T19:27:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"790d78a66d7b427c89eec118df8dc6be","id":"93e472a3-d883-4934-b8fb-7a842bd2a2d7","name":"vping_userdata-net_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:28:24,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-511ac7e0-e355-497d-8311-93b435d2ea53 2018-09-01 19:28:24,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0968339443207s 2018-09-01 19:28:24,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-511ac7e0-e355-497d-8311-93b435d2ea53 2018-09-01 19:28:24,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:28:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/93e472a3-d883-4934-b8fb-7a842bd2a2d7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:25,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f65c9b9-428d-4cc2-b10f-aacce429e213 Date: Sat, 01 Sep 2018 19:28:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:28:25,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/93e472a3-d883-4934-b8fb-7a842bd2a2d7.json used request id req-8f65c9b9-428d-4cc2-b10f-aacce429e213 2018-09-01 19:28:25,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1999361515s 2018-09-01 19:28:25,957 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/93e472a3-d883-4934-b8fb-7a842bd2a2d7.json used request id req-8f65c9b9-428d-4cc2-b10f-aacce429e213 2018-09-01 19:28:25,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:28:25,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:26,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-ddc5b895-754d-4088-acc7-477e5596237c Date: Sat, 01 Sep 2018 19:28:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:27:48Z", "file": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743/file", "owner": "790d78a66d7b427c89eec118df8dc6be", "id": "9facd111-0b0e-4dbe-883b-b52fde435743", "size": 12716032, "self": "/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/9facd111-0b0e-4dbe-883b-b52fde435743/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7f727263-9282-4ee2-b858-db84606a1db8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:27:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:28:26,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ddc5b895-754d-4088-acc7-477e5596237c 2018-09-01 19:28:26,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.123454809189s 2018-09-01 19:28:26,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ddc5b895-754d-4088-acc7-477e5596237c 2018-09-01 19:28:26,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:28:26,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ab438831c1f0b417d6876df74ec26df021881e21" 2018-09-01 19:28:26,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da38518a-dd86-4b6a-9d5b-2ae01bfd271a Date: Sat, 01 Sep 2018 19:28:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:28:26,366 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743 used request id req-da38518a-dd86-4b6a-9d5b-2ae01bfd271a 2018-09-01 19:28:26,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.279495954514s 2018-09-01 19:28:26,366 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/9facd111-0b0e-4dbe-883b-b52fde435743 used request id req-da38518a-dd86-4b6a-9d5b-2ae01bfd271a 2018-09-01 19:28:26,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:28:26,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:26,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-d7ee445e-8364-42a1-9c80-464c5ceff59f x-compute-request-id: req-d7ee445e-8364-42a1-9c80-464c5ceff59f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7f727263-9282-4ee2-b858-db84606a1db8", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5", "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": "e1665f69-ef0b-4809-94bf-6e02bf79d1e5"}]} 2018-09-01 19:28:26,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-d7ee445e-8364-42a1-9c80-464c5ceff59f 2018-09-01 19:28:26,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221300125122s 2018-09-01 19:28:26,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-d7ee445e-8364-42a1-9c80-464c5ceff59f 2018-09-01 19:28:26,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:28:26,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:26,442 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:28: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 x-openstack-request-id: req-d09d73f4-2964-40ab-a7e7-15801a9fdc20 x-compute-request-id: req-d09d73f4-2964-40ab-a7e7-15801a9fdc20 Content-Length: 0 Content-Type: application/json 2018-09-01 19:28:26,442 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5 used request id req-d09d73f4-2964-40ab-a7e7-15801a9fdc20 2018-09-01 19:28:26,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0515449047089s 2018-09-01 19:28:26,443 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/e1665f69-ef0b-4809-94bf-6e02bf79d1e5 used request id req-d09d73f4-2964-40ab-a7e7-15801a9fdc20 2018-09-01 19:28:26,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:28:26,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:26,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6fdec7-3f0c-47a5-b65b-57dff4b0f1a7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8", "links": {"self": "http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e41f43303b4a495995af8d763c7b0248", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:28:26,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-7f6fdec7-3f0c-47a5-b65b-57dff4b0f1a7 2018-09-01 19:28:26,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217087030411s 2018-09-01 19:28:26,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-7f6fdec7-3f0c-47a5-b65b-57dff4b0f1a7 2018-09-01 19:28:26,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:28:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:26,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34cbfbe-f0f2-413b-b8a1-41a2ba46681f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7f727263-9282-4ee2-b858-db84606a1db8", "links": {"self": "http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e41f43303b4a495995af8d763c7b0248", "description": null}} 2018-09-01 19:28:26,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 used request id req-a34cbfbe-f0f2-413b-b8a1-41a2ba46681f 2018-09-01 19:28:26,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20170211792s 2018-09-01 19:28:26,869 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 used request id req-a34cbfbe-f0f2-413b-b8a1-41a2ba46681f 2018-09-01 19:28:26,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:28:26,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:27,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a39e230-34e0-4bf2-83fc-5e968ca4f4f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:28:27,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 used request id req-8a39e230-34e0-4bf2-83fc-5e968ca4f4f0 2018-09-01 19:28:27,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.298089027405s 2018-09-01 19:28:27,168 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/e41f43303b4a495995af8d763c7b0248 used request id req-8a39e230-34e0-4bf2-83fc-5e968ca4f4f0 2018-09-01 19:28:27,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:28:27,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:27,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b229296-30ba-436a-bbb9-b075b0a45395 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be"}, "tags": [], "enabled": true, "id": "790d78a66d7b427c89eec118df8dc6be", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7f727263-9282-4ee2-b858-db84606a1db8"}]} 2018-09-01 19:28:27,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-3b229296-30ba-436a-bbb9-b075b0a45395 2018-09-01 19:28:27,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189959049225s 2018-09-01 19:28:27,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-3b229296-30ba-436a-bbb9-b075b0a45395 2018-09-01 19:28:27,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:28:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85eb44c2e65f87219cbd7595f7ed41a69be61be8" 2018-09-01 19:28:27,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ece1ac-b129-4a76-99ca-05657dfaddfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:28:27,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be used request id req-b8ece1ac-b129-4a76-99ca-05657dfaddfa 2018-09-01 19:28:27,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.219432830811s 2018-09-01 19:28:27,589 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/790d78a66d7b427c89eec118df8dc6be used request id req-b8ece1ac-b129-4a76-99ca-05657dfaddfa 2018-09-01 19:28:27,641 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:28:27,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:28:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:28:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:28:27,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d35ce7d-b9fd-45ab-af91-3167b888fe5d 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:28:27,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-5d35ce7d-b9fd-45ab-af91-3167b888fe5d 2018-09-01 19:28:27,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:28:28,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["7Fjz4JBUR16AbZ4_dfW-qA"], "issued_at": "2018-09-01T19:28:27.000000Z"}} 2018-09-01 19:28:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:28,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:28,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e748a99e-ead1-40c9-8609-0e6b072be7b2 Date: Sat, 01 Sep 2018 19:28:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"92da8d7f-63ad-482a-afcf-a061c3630101","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","status":"ACTIVE","subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"description":"","tags":[],"updated_at":"2018-09-01T19:21:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","provider:network_type":"flat"}]} 2018-09-01 19:28:28,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e748a99e-ead1-40c9-8609-0e6b072be7b2 2018-09-01 19:28:28,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327782154083s 2018-09-01 19:28:28,423 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e748a99e-ead1-40c9-8609-0e6b072be7b2 2018-09-01 19:28:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:28:28,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a276e6a8-d22e-44ad-9322-b16bbab783c2 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:28:28,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-a276e6a8-d22e-44ad-9322-b16bbab783c2 2018-09-01 19:28:28,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:28:28,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:28,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ef5603-a6e7-410d-b5f7-fbfcba64df6b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.48:5000/v3/domains/19b768cedd834715915aebb31b71903d"}, "tags": [], "enabled": true, "id": "19b768cedd834715915aebb31b71903d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.48:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 19:28:28,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-18ef5603-a6e7-410d-b5f7-fbfcba64df6b 2018-09-01 19:28:28,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175701856613s 2018-09-01 19:28:28,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains used request id req-18ef5603-a6e7-410d-b5f7-fbfcba64df6b 2018-09-01 19:28:28,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 19:28:28,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184"}}' 2018-09-01 19:28:28,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d6a8152-62bd-4531-8d07-857780e751e6 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706"}, "tags": [], "enabled": true, "id": "38ddf87a69d84cc08203808a2bfd4706", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184"}} 2018-09-01 19:28:28,918 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-3d6a8152-62bd-4531-8d07-857780e751e6 2018-09-01 19:28:28,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.299957036972s 2018-09-01 19:28:28,918 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/projects used request id req-3d6a8152-62bd-4531-8d07-857780e751e6 2018-09-01 19:28:28,918 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'38ddf87a69d84cc08203808a2bfd4706', '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'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184'}) 2018-09-01 19:28:28,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 19:28:28,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "445c620b-a033-4288-a61a-bee3c181b3f4", "email": null, "name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184"}}' 2018-09-01 19:28:29,372 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 19:28:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab5c58e5-ef3b-4778-93de-528616d7c38f Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": {"self": "http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6eb6f88b1c284af2983d8bd58fed8cb3", "domain_id": "default", "password_expires_at": null}} 2018-09-01 19:28:29,372 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-ab5c58e5-ef3b-4778-93de-528616d7c38f 2018-09-01 19:28:29,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447346925735s 2018-09-01 19:28:29,373 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.48:5000/v3/users used request id req-ab5c58e5-ef3b-4778-93de-528616d7c38f 2018-09-01 19:28:29,373 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6eb6f88b1c284af2983d8bd58fed8cb3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184'}) 2018-09-01 19:28:29,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:28:29,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:29,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19302fd3-9914-4ab2-b47e-d045eb5a1f9c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:28:29,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-19302fd3-9914-4ab2-b47e-d045eb5a1f9c 2018-09-01 19:28:29,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.257611036301s 2018-09-01 19:28:29,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-19302fd3-9914-4ab2-b47e-d045eb5a1f9c 2018-09-01 19:28:29,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:28:29,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:29,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a0bd0e-6cdb-4897-8ed0-a8725b838405 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:28:29,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-f8a0bd0e-6cdb-4897-8ed0-a8725b838405 2018-09-01 19:28:29,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193403959274s 2018-09-01 19:28:29,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-f8a0bd0e-6cdb-4897-8ed0-a8725b838405 2018-09-01 19:28:29,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 19:28:29,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:29,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e299474-0269-4d5b-80a3-33105656232b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1716c5f4aa30484b9ed8aa6a7408930b", "links": {"self": "http://172.30.9.48:5000/v3/roles/1716c5f4aa30484b9ed8aa6a7408930b"}, "name": "admin"}, {"domain_id": null, "id": "3fb33d062ba74398bc221d95c9adc067", "links": {"self": "http://172.30.9.48:5000/v3/roles/3fb33d062ba74398bc221d95c9adc067"}, "name": "reader"}, {"domain_id": null, "id": "4cf5942994824b94a672de8cbc7e4128", "links": {"self": "http://172.30.9.48:5000/v3/roles/4cf5942994824b94a672de8cbc7e4128"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "64874fc0a262431fa67bb64fec250e81", "links": {"self": "http://172.30.9.48:5000/v3/roles/64874fc0a262431fa67bb64fec250e81"}, "name": "member"}, {"domain_id": null, "id": "7e4dfe5246e14370a5939f9dcca97ba5", "links": {"self": "http://172.30.9.48:5000/v3/roles/7e4dfe5246e14370a5939f9dcca97ba5"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.48:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ee72f8104a674d67b67c86e67216d789", "links": {"self": "http://172.30.9.48:5000/v3/roles/ee72f8104a674d67b67c86e67216d789"}, "name": "swiftoperator"}]} 2018-09-01 19:28:29,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-0e299474-0269-4d5b-80a3-33105656232b 2018-09-01 19:28:29,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.136543989182s 2018-09-01 19:28:29,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/roles used request id req-0e299474-0269-4d5b-80a3-33105656232b 2018-09-01 19:28:29,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 19:28:29,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:30,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f2fd36-bcd6-4120-8e6d-c5d399bb933c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.48:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 19:28:30,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-70f2fd36-bcd6-4120-8e6d-c5d399bb933c 2018-09-01 19:28:30,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189304113388s 2018-09-01 19:28:30,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/domains/default used request id req-70f2fd36-bcd6-4120-8e6d-c5d399bb933c 2018-09-01 19:28:30,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:28:30,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:30,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c348f127-a618-4871-a3f4-b416f1dcd05e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": {"self": "http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6eb6f88b1c284af2983d8bd58fed8cb3", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:28:30,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-c348f127-a618-4871-a3f4-b416f1dcd05e 2018-09-01 19:28:30,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.158682107925s 2018-09-01 19:28:30,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-c348f127-a618-4871-a3f4-b416f1dcd05e 2018-09-01 19:28:30,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:28:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:30,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617bdb2b-fb24-48f0-b1f0-2ffbddbbe1ab Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706"}, "tags": [], "enabled": true, "id": "38ddf87a69d84cc08203808a2bfd4706", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-01 19:28:30,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-617bdb2b-fb24-48f0-b1f0-2ffbddbbe1ab 2018-09-01 19:28:30,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106498003006s 2018-09-01 19:28:30,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects?domain_id=default used request id req-617bdb2b-fb24-48f0-b1f0-2ffbddbbe1ab 2018-09-01 19:28:30,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 19:28:30,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:5000/v3/role_assignments?user.id=6eb6f88b1c284af2983d8bd58fed8cb3&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=38ddf87a69d84cc08203808a2bfd4706" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:30,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b6ad84-2ba7-410a-b4e1-a6f6d6f1bde8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.48:5000/v3/role_assignments?user.id=6eb6f88b1c284af2983d8bd58fed8cb3&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=38ddf87a69d84cc08203808a2bfd4706", "previous": null, "next": null}} 2018-09-01 19:28:30,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=6eb6f88b1c284af2983d8bd58fed8cb3&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=38ddf87a69d84cc08203808a2bfd4706 used request id req-08b6ad84-2ba7-410a-b4e1-a6f6d6f1bde8 2018-09-01 19:28:30,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.188066005707s 2018-09-01 19:28:30,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/role_assignments?user.id=6eb6f88b1c284af2983d8bd58fed8cb3&role.id=64874fc0a262431fa67bb64fec250e81&scope.project.id=38ddf87a69d84cc08203808a2bfd4706 used request id req-08b6ad84-2ba7-410a-b4e1-a6f6d6f1bde8 2018-09-01 19:28:30,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 19:28:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706/users/6eb6f88b1c284af2983d8bd58fed8cb3/roles/64874fc0a262431fa67bb64fec250e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:28:30,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d6efacf-4515-41dd-b77d-54e5a8e2c5b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:28:30,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706/users/6eb6f88b1c284af2983d8bd58fed8cb3/roles/64874fc0a262431fa67bb64fec250e81 used request id req-7d6efacf-4515-41dd-b77d-54e5a8e2c5b6 2018-09-01 19:28:30,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.131224155426s 2018-09-01 19:28:30,777 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706/users/6eb6f88b1c284af2983d8bd58fed8cb3/roles/64874fc0a262431fa67bb64fec250e81 used request id req-7d6efacf-4515-41dd-b77d-54e5a8e2c5b6 2018-09-01 19:28:30,777 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 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'38ddf87a69d84cc08203808a2bfd4706', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '445c620b-a033-4288-a61a-bee3c181b3f4', 'username': u'cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.48:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:28:30,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:28:30,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:28:30,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:28:30,783 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184', 'password': '445c620b-a033-4288-a61a-bee3c181b3f4', 'project_name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.48:5000/v3', 'project_id': '38ddf87a69d84cc08203808a2bfd4706', 'project_domain_name': 'Default'} 2018-09-01 19:28:30,783 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-01 19:28:30,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:28:30,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8147b906-4179-445b-bf81-f7cc914f820c 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:28:30,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-8147b906-4179-445b-bf81-f7cc914f820c 2018-09-01 19:28:30,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:28:31,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38ddf87a69d84cc08203808a2bfd4706", "name": "cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_38ddf87a69d84cc08203808a2bfd4706", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_38ddf87a69d84cc08203808a2bfd4706", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/38ddf87a69d84cc08203808a2bfd4706", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/38ddf87a69d84cc08203808a2bfd4706", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/38ddf87a69d84cc08203808a2bfd4706", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/38ddf87a69d84cc08203808a2bfd4706", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/38ddf87a69d84cc08203808a2bfd4706", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/38ddf87a69d84cc08203808a2bfd4706", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184", "id": "6eb6f88b1c284af2983d8bd58fed8cb3"}, "audit_ids": ["hgVIp9TpREqJc7Fx18fw3w"], "issued_at": "2018-09-01T19:28:31.000000Z"}} 2018-09-01 19:28:31,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 19:28:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"network": {"name": "cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184", "admin_state_up": true}}' 2018-09-01 19:28:31,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-efa99bd2-904a-42a3-887c-7bef367d2109 Date: Sat, 01 Sep 2018 19:28:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T19:28:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}} 2018-09-01 19:28:31,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-efa99bd2-904a-42a3-887c-7bef367d2109 2018-09-01 19:28:31,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.708770990372s 2018-09-01 19:28:31,979 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-efa99bd2-904a-42a3-887c-7bef367d2109 2018-09-01 19:28:31,980 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:28:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cc239f4e-f995-4a38-804f-c0b659544f2e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184', u'admin_state_up': True, u'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', u'created_at': u'2018-09-01T19:28:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'38ddf87a69d84cc08203808a2bfd4706'}) 2018-09-01 19:28:31,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:31,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:32,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-2493744d-c115-4283-a02a-10be9426ace3 Date: Sat, 01 Sep 2018 19:28:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:28:31Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:32,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-2493744d-c115-4283-a02a-10be9426ace3 2018-09-01 19:28:32,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.187563180923s 2018-09-01 19:28:32,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-2493744d-c115-4283-a02a-10be9426ace3 2018-09-01 19:28:32,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 19:28:32,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"subnet": {"name": "cinder_test-subnet_95dbd2f1-5617-43a0-9961-e72489b3b184", "enable_dhcp": true, "network_id": "cc239f4e-f995-4a38-804f-c0b659544f2e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 19:28:32,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-845160e5-aa4f-4cff-82f5-57a8628aadc0 Date: Sat, 01 Sep 2018 19:28:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:28:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","subnetpool_id":null,"name":"cinder_test-subnet_95dbd2f1-5617-43a0-9961-e72489b3b184"}} 2018-09-01 19:28:32,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-845160e5-aa4f-4cff-82f5-57a8628aadc0 2018-09-01 19:28:32,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.755786895752s 2018-09-01 19:28:32,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-845160e5-aa4f-4cff-82f5-57a8628aadc0 2018-09-01 19:28:32,927 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T19:28:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3489606d-f7f4-4b21-8815-e1d0f4b8211f', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_95dbd2f1-5617-43a0-9961-e72489b3b184', u'enable_dhcp': True, u'network_id': u'cc239f4e-f995-4a38-804f-c0b659544f2e', u'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', u'created_at': u'2018-09-01T19:28:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'38ddf87a69d84cc08203808a2bfd4706'}) 2018-09-01 19:28:32,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 19:28:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"router": {"external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101"}, "name": "cinder_test-router_95dbd2f1-5617-43a0-9961-e72489b3b184", "admin_state_up": true}}' 2018-09-01 19:28:34,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6a6409a4-4832-4ed5-a74a-29bd7a2f68f1 Date: Sat, 01 Sep 2018 19:28:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:32Z", "admin_state_up": true, "updated_at": "2018-09-01T19:28:34Z", "revision_number": 2, "routes": [], "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "26e25b07-aef1-4f46-a383-5093662b597c", "name": "cinder_test-router_95dbd2f1-5617-43a0-9961-e72489b3b184"}} 2018-09-01 19:28:34,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-6a6409a4-4832-4ed5-a74a-29bd7a2f68f1 2018-09-01 19:28:34,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33720707893s 2018-09-01 19:28:34,265 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-6a6409a4-4832-4ed5-a74a-29bd7a2f68f1 2018-09-01 19:28:34,265 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1de3dba3-7b64-45cb-bfda-6fb1538bd3da', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', u'created_at': u'2018-09-01T19:28:32Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T19:28:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'38ddf87a69d84cc08203808a2bfd4706', u'id': u'26e25b07-aef1-4f46-a383-5093662b597c', u'name': u'cinder_test-router_95dbd2f1-5617-43a0-9961-e72489b3b184'}) 2018-09-01 19:28:34,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 19:28:34,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"subnet_id": "3489606d-f7f4-4b21-8815-e1d0f4b8211f"}' 2018-09-01 19:28:36,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-516ec45e-538b-449c-88eb-ee9258169f6c Date: Sat, 01 Sep 2018 19:28:36 GMT RESP BODY: {"network_id": "cc239f4e-f995-4a38-804f-c0b659544f2e", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "subnet_id": "3489606d-f7f4-4b21-8815-e1d0f4b8211f", "subnet_ids": ["3489606d-f7f4-4b21-8815-e1d0f4b8211f"], "port_id": "baafab26-0160-4a33-9337-a571c953a773", "id": "26e25b07-aef1-4f46-a383-5093662b597c"} 2018-09-01 19:28:36,110 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/add_router_interface.json used request id req-516ec45e-538b-449c-88eb-ee9258169f6c 2018-09-01 19:28:36,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.84431004524s 2018-09-01 19:28:36,111 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/add_router_interface.json used request id req-516ec45e-538b-449c-88eb-ee9258169f6c returning object 26e25b07-aef1-4f46-a383-5093662b597c 2018-09-01 19:28:36,111 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 19:28:36,218 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 19:28:36,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:28:36,223 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 19:28:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.48:9292/v2/", "rel": "self"}]}]} 2018-09-01 19:28:36,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:28:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:36,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ff4ad19d-765b-4933-96aa-e77b8ec4cf96 Date: Sat, 01 Sep 2018 19:28:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:28:36,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ff4ad19d-765b-4933-96aa-e77b8ec4cf96 2018-09-01 19:28:36,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311425924301s 2018-09-01 19:28:36,537 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-ff4ad19d-765b-4933-96aa-e77b8ec4cf96 2018-09-01 19:28:36,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 19:28:36,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184"}' 2018-09-01 19:28:36,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e249e113-6429-456e-9ffa-ae1ca65d8dd3 Date: Sat, 01 Sep 2018 19:28:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:28:36Z", "file": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file", "owner": "38ddf87a69d84cc08203808a2bfd4706", "id": "85453d1c-4855-491c-91d0-8e07aef595fc", "size": null, "self": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "checksum": null, "created_at": "2018-09-01T19:28:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 19:28:36,592 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-e249e113-6429-456e-9ffa-ae1ca65d8dd3 2018-09-01 19:28:36,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0465409755707s 2018-09-01 19:28:36,593 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.48:9292/v2/images used request id req-e249e113-6429-456e-9ffa-ae1ca65d8dd3 returning object 85453d1c-4855-491c-91d0-8e07aef595fc 2018-09-01 19:28:36,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 19:28:36,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '' 2018-09-01 19:28:37,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87786bf2-0f8e-488d-a3ac-3639b00d3012 Date: Sat, 01 Sep 2018 19:28:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:28:37,225 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file used request id req-87786bf2-0f8e-488d-a3ac-3639b00d3012 2018-09-01 19:28:37,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.632400035858s 2018-09-01 19:28:37,226 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file used request id req-87786bf2-0f8e-488d-a3ac-3639b00d3012 2018-09-01 19:28:37,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:28:37,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:37,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-2919a253-f88c-4db1-ac4f-4746261e263e Date: Sat, 01 Sep 2018 19:28:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:28:37Z", "file": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file", "owner": "38ddf87a69d84cc08203808a2bfd4706", "id": "85453d1c-4855-491c-91d0-8e07aef595fc", "size": 12716032, "self": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:28:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:28:37,433 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-2919a253-f88c-4db1-ac4f-4746261e263e 2018-09-01 19:28:37,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202966928482s 2018-09-01 19:28:37,433 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-2919a253-f88c-4db1-ac4f-4746261e263e 2018-09-01 19:28:37,435 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file', 'owner': u'38ddf87a69d84cc08203808a2bfd4706', 'id': u'85453d1c-4855-491c-91d0-8e07aef595fc', 'size': 12716032, u'self': u'/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T19:28:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T19:28:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184', 'created': u'2018-09-01T19:28:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T19:28:36Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 19:28:37,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 19:28:37,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 19:28:37,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-6375c830-60a8-4685-81c1-a51bdf1dbd37 x-compute-request-id: req-6375c830-60a8-4685-81c1-a51bdf1dbd37 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "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": "50237e29-0b75-4bdd-a4da-10d32bacbc3b"}} 2018-09-01 19:28:37,820 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-6375c830-60a8-4685-81c1-a51bdf1dbd37 2018-09-01 19:28:37,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.383635997772s 2018-09-01 19:28:37,820 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors used request id req-6375c830-60a8-4685-81c1-a51bdf1dbd37 2018-09-01 19:28:37,821 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184', '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'4d4021a1339f4d9ba7a6d32091768ef1', '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'50237e29-0b75-4bdd-a4da-10d32bacbc3b', 'swap': 0}) 2018-09-01 19:28:37,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 19:28:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" -d '{"extra_specs": {}}' 2018-09-01 19:28:37,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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 x-openstack-request-id: req-e1671e46-6c6b-4f7f-8b86-f9a579ab202e x-compute-request-id: req-e1671e46-6c6b-4f7f-8b86-f9a579ab202e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 19:28:37,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b/os-extra_specs used request id req-e1671e46-6c6b-4f7f-8b86-f9a579ab202e 2018-09-01 19:28:37,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219359397888s 2018-09-01 19:28:37,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b/os-extra_specs used request id req-e1671e46-6c6b-4f7f-8b86-f9a579ab202e 2018-09-01 19:28:37,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 19:28:37,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"keypair": {"name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184"}}' 2018-09-01 19:28:38,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-b21c8986-d7ac-4593-a3b5-4f05d4c632d0 x-compute-request-id: req-b21c8986-d7ac-4593-a3b5-4f05d4c632d0 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuG/+3qAF1S5rb4OY9z/7wX9U/23eorKtrztV+s3q/Mf48VTncwQ4xRrTGBv4XzTG5A6tDIiho30mZ6vL2Ap/UThAcAlWPWG9J8kYdVbu8T3wl/EEXTSmlB2uXEFFpzbkySPqZOcR9KWB472oWoOcFvRvcrh1lI9g86KDxAHXnOEBNOGF97qJmgqMn51s71JGYjLL8SyIRKzR9buy+0IcrSI3zOhNnwluspK83q4Xy9cL7EkOCqwe5yKp8Darl8861sC5tuX/+5SBg9CVgirIT5J4fxBoQYLqF83wpG/HUCJVM172RuCw24G+rPYTJjXXqXwH/5ilKiHs5DAOYeh7b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArhv/t6gBdUua2+DmPc/+8F/VP9t3qKyra87VfrN6vzH+PFU5\n3MEOMUa0xgb+F80xuQOrQyIoaN9Jmery9gKf1E4QHAJVj1hvSfJGHVW7vE98JfxB\nF00ppQdrlxBRac25Mkj6mTnEfSlgeO9qFqDnBb0b3K4dZSPYPOig8QB15zhATThh\nfe6iZoKjJ+dbO9SRmIyy/EsiESs0fW7svtCHK0iN8zoTZ8JbrKSvN6uF8vXC+xJD\ngqsHuciqfA2q5fPOtbAubbl//uUgYPQlYIqyE+SeH8QaEGC6hfN8KRvx1AiVTNe9\nkbgsNuBvqz2EyY116l8B/+YpSoh7OQwDmHoe2wIDAQABAoIBAQCgxIPMrxqhl21o\nKPQREZVjmeoMa/fCzaYAB13F/66RC3WpejzSpYUYZSSZUm2fxr5qC4RBmjHcHIoW\n0QcFuIii/m4LnvAoS81/Z3HstnSCvpZxcMsd3AdfNknXlJ7IZsjiMNcNU3Um6WUG\nZnP8bxjDiMpIbJICCSYrn9a0kutL03QY5c3Upf+DFjf2pGIOKQ8MTEpbjNDKafYP\nEMhcBwaHxi0KCRl9sAe8PBALgr4NFBBmiI6hTKg1RnXNt0GWciTt2zModICAisFK\nNFn+5ABipILTnIiSpDvTg0ReZpKkqESHhDxF1NidaFOOR4fYyVPluc9UEXAF//1C\ntwXzj10RAoGBANpFuUVAZG4y0BAco764PqqWToWL7DJFjciJT+ab/xMbGgXj/nRW\nzfYc4JtW9vYA5fKBscQCrpN46WStW6hRJhYlNdhV+zgzgutxnBtq676WYLkJAaMi\nHIPi5uAWzJ5RWUu4aSTBQMv8rPRHKPsqKb1bh2a1PylnQ7fogWnf9ekZAoGBAMw0\nHmWl2TWY/HHVAiGH8T02pJMhASCKcW/KWNr5eBOG/y17gh414iup745aQ/gPQltL\ngvh0c/a42/FsepqUR7kL76CJKRsHVcut+3CWPTQPShxHEZr0qMraTTHrrJ0koa+g\nGJpnl08X5KZDVj9G6TCkAPIG8TdvSgL/6NzYeKITAoGAVcHxMfFDxDw4nSvzddqD\n3Jgjj7rS+Ul0lGbGus9tn38VcV0Lu3/jeiAMa1v2ud7OecJVKrL3DkACSykFixMf\nCLJj/nSBuKocdQ71C5yttPr2U5zjRMoBNBwxI7gxer5xfBufS+6V28+R0IQo6M2/\nCoPspgDuKQFGjPpP5l41CvkCgYB6+sR3uSsYQVt/fqY65XEeyYLR7OWN4HKyva1H\nq0hqkjmp/aD+arscSsqv86LNiPsQmmh1E0UniGtFeWxZHgYX5p1ZFGHCGmfMM6qj\nQof3i2G5p/9tT/07tb8Z2nJpbT9G0uceTlbs1lno29LcZutXVN4Q5KdvGEH9jnuC\nTYhRKwKBgBZVVs72ZFLWR+erhmbDoTHmgmQ89Mb5e5mSMbhC+mFS0muu7gSnM4EE\nRV0wT0m7tIApaVjiJLRWBE7a7R0LKAj+yuuFD8whZzgAF5UKU1/N7YRg7uAOSD5D\nxNLWuLhz4TSMYukFY04B1ZY0aPGvWqG7GS3igqD50jKZ51fBiLW6\n-----END RSA PRIVATE KEY-----\n", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "fingerprint": "c9:f7:18:e5:11:d7:fa:bd:92:f2:81:96:06:ba:22:af"}} 2018-09-01 19:28:38,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-b21c8986-d7ac-4593-a3b5-4f05d4c632d0 2018-09-01 19:28:38,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.327698945999s 2018-09-01 19:28:38,173 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/os-keypairs used request id req-b21c8986-d7ac-4593-a3b5-4f05d4c632d0 2018-09-01 19:28:38,174 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuG/+3qAF1S5rb4OY9z/7wX9U/23eorKtrztV+s3q/Mf48VTncwQ4xRrTGBv4XzTG5A6tDIiho30mZ6vL2Ap/UThAcAlWPWG9J8kYdVbu8T3wl/EEXTSmlB2uXEFFpzbkySPqZOcR9KWB472oWoOcFvRvcrh1lI9g86KDxAHXnOEBNOGF97qJmgqMn51s71JGYjLL8SyIRKzR9buy+0IcrSI3zOhNnwluspK83q4Xy9cL7EkOCqwe5yKp8Darl8861sC5tuX/+5SBg9CVgirIT5J4fxBoQYLqF83wpG/HUCJVM172RuCw24G+rPYTJjXXqXwH/5ilKiHs5DAOYeh7b Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArhv/t6gBdUua2+DmPc/+8F/VP9t3qKyra87VfrN6vzH+PFU5\n3MEOMUa0xgb+F80xuQOrQyIoaN9Jmery9gKf1E4QHAJVj1hvSfJGHVW7vE98JfxB\nF00ppQdrlxBRac25Mkj6mTnEfSlgeO9qFqDnBb0b3K4dZSPYPOig8QB15zhATThh\nfe6iZoKjJ+dbO9SRmIyy/EsiESs0fW7svtCHK0iN8zoTZ8JbrKSvN6uF8vXC+xJD\ngqsHuciqfA2q5fPOtbAubbl//uUgYPQlYIqyE+SeH8QaEGC6hfN8KRvx1AiVTNe9\nkbgsNuBvqz2EyY116l8B/+YpSoh7OQwDmHoe2wIDAQABAoIBAQCgxIPMrxqhl21o\nKPQREZVjmeoMa/fCzaYAB13F/66RC3WpejzSpYUYZSSZUm2fxr5qC4RBmjHcHIoW\n0QcFuIii/m4LnvAoS81/Z3HstnSCvpZxcMsd3AdfNknXlJ7IZsjiMNcNU3Um6WUG\nZnP8bxjDiMpIbJICCSYrn9a0kutL03QY5c3Upf+DFjf2pGIOKQ8MTEpbjNDKafYP\nEMhcBwaHxi0KCRl9sAe8PBALgr4NFBBmiI6hTKg1RnXNt0GWciTt2zModICAisFK\nNFn+5ABipILTnIiSpDvTg0ReZpKkqESHhDxF1NidaFOOR4fYyVPluc9UEXAF//1C\ntwXzj10RAoGBANpFuUVAZG4y0BAco764PqqWToWL7DJFjciJT+ab/xMbGgXj/nRW\nzfYc4JtW9vYA5fKBscQCrpN46WStW6hRJhYlNdhV+zgzgutxnBtq676WYLkJAaMi\nHIPi5uAWzJ5RWUu4aSTBQMv8rPRHKPsqKb1bh2a1PylnQ7fogWnf9ekZAoGBAMw0\nHmWl2TWY/HHVAiGH8T02pJMhASCKcW/KWNr5eBOG/y17gh414iup745aQ/gPQltL\ngvh0c/a42/FsepqUR7kL76CJKRsHVcut+3CWPTQPShxHEZr0qMraTTHrrJ0koa+g\nGJpnl08X5KZDVj9G6TCkAPIG8TdvSgL/6NzYeKITAoGAVcHxMfFDxDw4nSvzddqD\n3Jgjj7rS+Ul0lGbGus9tn38VcV0Lu3/jeiAMa1v2ud7OecJVKrL3DkACSykFixMf\nCLJj/nSBuKocdQ71C5yttPr2U5zjRMoBNBwxI7gxer5xfBufS+6V28+R0IQo6M2/\nCoPspgDuKQFGjPpP5l41CvkCgYB6+sR3uSsYQVt/fqY65XEeyYLR7OWN4HKyva1H\nq0hqkjmp/aD+arscSsqv86LNiPsQmmh1E0UniGtFeWxZHgYX5p1ZFGHCGmfMM6qj\nQof3i2G5p/9tT/07tb8Z2nJpbT9G0uceTlbs1lno29LcZutXVN4Q5KdvGEH9jnuC\nTYhRKwKBgBZVVs72ZFLWR+erhmbDoTHmgmQ89Mb5e5mSMbhC+mFS0muu7gSnM4EE\nRV0wT0m7tIApaVjiJLRWBE7a7R0LKAj+yuuFD8whZzgAF5UKU1/N7YRg7uAOSD5D\nxNLWuLhz4TSMYukFY04B1ZY0aPGvWqG7GS3igqD50jKZ51fBiLW6\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6eb6f88b1c284af2983d8bd58fed8cb3', 'name': u'cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184', 'created_at': '2018-09-01T19:28:38.174067', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c9:f7:18:e5:11:d7:fa:bd:92:f2:81:96:06:ba:22:af', 'type': 'ssh', 'id': u'cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184'}) 2018-09-01 19:28:38,174 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArhv/t6gBdUua2+DmPc/+8F/VP9t3qKyra87VfrN6vzH+PFU5 3MEOMUa0xgb+F80xuQOrQyIoaN9Jmery9gKf1E4QHAJVj1hvSfJGHVW7vE98JfxB F00ppQdrlxBRac25Mkj6mTnEfSlgeO9qFqDnBb0b3K4dZSPYPOig8QB15zhATThh fe6iZoKjJ+dbO9SRmIyy/EsiESs0fW7svtCHK0iN8zoTZ8JbrKSvN6uF8vXC+xJD gqsHuciqfA2q5fPOtbAubbl//uUgYPQlYIqyE+SeH8QaEGC6hfN8KRvx1AiVTNe9 kbgsNuBvqz2EyY116l8B/+YpSoh7OQwDmHoe2wIDAQABAoIBAQCgxIPMrxqhl21o KPQREZVjmeoMa/fCzaYAB13F/66RC3WpejzSpYUYZSSZUm2fxr5qC4RBmjHcHIoW 0QcFuIii/m4LnvAoS81/Z3HstnSCvpZxcMsd3AdfNknXlJ7IZsjiMNcNU3Um6WUG ZnP8bxjDiMpIbJICCSYrn9a0kutL03QY5c3Upf+DFjf2pGIOKQ8MTEpbjNDKafYP EMhcBwaHxi0KCRl9sAe8PBALgr4NFBBmiI6hTKg1RnXNt0GWciTt2zModICAisFK NFn+5ABipILTnIiSpDvTg0ReZpKkqESHhDxF1NidaFOOR4fYyVPluc9UEXAF//1C twXzj10RAoGBANpFuUVAZG4y0BAco764PqqWToWL7DJFjciJT+ab/xMbGgXj/nRW zfYc4JtW9vYA5fKBscQCrpN46WStW6hRJhYlNdhV+zgzgutxnBtq676WYLkJAaMi HIPi5uAWzJ5RWUu4aSTBQMv8rPRHKPsqKb1bh2a1PylnQ7fogWnf9ekZAoGBAMw0 HmWl2TWY/HHVAiGH8T02pJMhASCKcW/KWNr5eBOG/y17gh414iup745aQ/gPQltL gvh0c/a42/FsepqUR7kL76CJKRsHVcut+3CWPTQPShxHEZr0qMraTTHrrJ0koa+g GJpnl08X5KZDVj9G6TCkAPIG8TdvSgL/6NzYeKITAoGAVcHxMfFDxDw4nSvzddqD 3Jgjj7rS+Ul0lGbGus9tn38VcV0Lu3/jeiAMa1v2ud7OecJVKrL3DkACSykFixMf CLJj/nSBuKocdQ71C5yttPr2U5zjRMoBNBwxI7gxer5xfBufS+6V28+R0IQo6M2/ CoPspgDuKQFGjPpP5l41CvkCgYB6+sR3uSsYQVt/fqY65XEeyYLR7OWN4HKyva1H q0hqkjmp/aD+arscSsqv86LNiPsQmmh1E0UniGtFeWxZHgYX5p1ZFGHCGmfMM6qj Qof3i2G5p/9tT/07tb8Z2nJpbT9G0uceTlbs1lno29LcZutXVN4Q5KdvGEH9jnuC TYhRKwKBgBZVVs72ZFLWR+erhmbDoTHmgmQ89Mb5e5mSMbhC+mFS0muu7gSnM4EE RV0wT0m7tIApaVjiJLRWBE7a7R0LKAj+yuuFD8whZzgAF5UKU1/N7YRg7uAOSD5D xNLWuLhz4TSMYukFY04B1ZY0aPGvWqG7GS3igqD50jKZ51fBiLW6 -----END RSA PRIVATE KEY----- 2018-09-01 19:28:38,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 19:28:38,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"security_group": {"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-01 19:28:38,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-5998937e-6bc8-4572-b3e8-23c6eb752b4d Date: Sat, 01 Sep 2018 19:28:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "updated_at": "2018-09-01T19:28:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "23203462-488f-45cb-91e6-9e74100c3762", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "fd9ca5f5-953b-4eb6-9ff6-4f966be31601", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 1, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "bb03dee0-5f75-446c-942d-a8496951efd1", "name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}} 2018-09-01 19:28:38,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-5998937e-6bc8-4572-b3e8-23c6eb752b4d 2018-09-01 19:28:38,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.179826974869s 2018-09-01 19:28:38,357 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-5998937e-6bc8-4572-b3e8-23c6eb752b4d 2018-09-01 19:28:38,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:28:38,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:38,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-d09b7c3d-b5fd-4d1c-a36c-adfc916bde23 Date: Sat, 01 Sep 2018 19:28:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:31Z", "updated_at": "2018-09-01T19:28:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "2fa54ddb-f94a-4d0b-9b0f-f8b31586fb5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "97b1ef26-414e-470d-91a4-4c9e04a81ce8", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "a694ebf1-4018-44c9-baf8-433e90906074", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "c86efc51-604e-4202-9e7a-f83e341c15c5", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 1, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "updated_at": "2018-09-01T19:28:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "23203462-488f-45cb-91e6-9e74100c3762", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "fd9ca5f5-953b-4eb6-9ff6-4f966be31601", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 1, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "bb03dee0-5f75-446c-942d-a8496951efd1", "name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:38,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-d09b7c3d-b5fd-4d1c-a36c-adfc916bde23 2018-09-01 19:28:38,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0719139575958s 2018-09-01 19:28:38,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-d09b7c3d-b5fd-4d1c-a36c-adfc916bde23 2018-09-01 19:28:38,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:28:38,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -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": "bb03dee0-5f75-446c-942d-a8496951efd1"}}' 2018-09-01 19:28:38,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-854d028d-f753-4345-addb-f211909e5185 Date: Sat, 01 Sep 2018 19:28:38 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-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "port_range_min": 22, "revision_number": 0, "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "982292f3-ba59-4940-9dd2-396140f2f555"}} 2018-09-01 19:28:38,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-854d028d-f753-4345-addb-f211909e5185 2018-09-01 19:28:38,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159468889236s 2018-09-01 19:28:38,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-854d028d-f753-4345-addb-f211909e5185 2018-09-01 19:28:38,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:28:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:38,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-584ee265-8909-48cb-b770-eb21ab200244 Date: Sat, 01 Sep 2018 19:28:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:31Z", "updated_at": "2018-09-01T19:28:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "2fa54ddb-f94a-4d0b-9b0f-f8b31586fb5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "97b1ef26-414e-470d-91a4-4c9e04a81ce8", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "a694ebf1-4018-44c9-baf8-433e90906074", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "c86efc51-604e-4202-9e7a-f83e341c15c5", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 1, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "updated_at": "2018-09-01T19:28:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "23203462-488f-45cb-91e6-9e74100c3762", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "982292f3-ba59-4940-9dd2-396140f2f555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": 22, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "fd9ca5f5-953b-4eb6-9ff6-4f966be31601", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 2, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "bb03dee0-5f75-446c-942d-a8496951efd1", "name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:38,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-584ee265-8909-48cb-b770-eb21ab200244 2018-09-01 19:28:38,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.222295045853s 2018-09-01 19:28:38,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-584ee265-8909-48cb-b770-eb21ab200244 2018-09-01 19:28:38,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 19:28:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -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": "bb03dee0-5f75-446c-942d-a8496951efd1"}}' 2018-09-01 19:28:38,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-222092bf-4031-4beb-92f6-6f4853bcf441 Date: Sat, 01 Sep 2018 19:28:38 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-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "port_range_min": null, "revision_number": 0, "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "6d21961b-2c61-4684-8a50-3c67d0be8741"}} 2018-09-01 19:28:38,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-222092bf-4031-4beb-92f6-6f4853bcf441 2018-09-01 19:28:38,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132876873016s 2018-09-01 19:28:38,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/security-group-rules.json used request id req-222092bf-4031-4beb-92f6-6f4853bcf441 2018-09-01 19:28:38,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:38,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:39,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-efff1dd2-dae1-4204-80d2-be2e3a829753 Date: Sat, 01 Sep 2018 19:28:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3489606d-f7f4-4b21-8815-e1d0f4b8211f"],"updated_at":"2018-09-01T19:28:32Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:39,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-efff1dd2-dae1-4204-80d2-be2e3a829753 2018-09-01 19:28:39,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0978689193726s 2018-09-01 19:28:39,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-efff1dd2-dae1-4204-80d2-be2e3a829753 2018-09-01 19:28:39,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:28:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:39,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-11b5f2c1-25fc-42b9-9528-aaeeba31ada4 Date: Sat, 01 Sep 2018 19:28:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:28:37Z", "file": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file", "owner": "38ddf87a69d84cc08203808a2bfd4706", "id": "85453d1c-4855-491c-91d0-8e07aef595fc", "size": 12716032, "self": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:28:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:28:39,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-11b5f2c1-25fc-42b9-9528-aaeeba31ada4 2018-09-01 19:28:39,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345821380615s 2018-09-01 19:28:39,102 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-11b5f2c1-25fc-42b9-9528-aaeeba31ada4 2018-09-01 19:28:39,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:28:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:39,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-babc7711-8c94-49a3-b592-5cc7a6298111 x-compute-request-id: req-babc7711-8c94-49a3-b592-5cc7a6298111 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "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": "50237e29-0b75-4bdd-a4da-10d32bacbc3b"}]} 2018-09-01 19:28:39,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-babc7711-8c94-49a3-b592-5cc7a6298111 2018-09-01 19:28:39,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227761268616s 2018-09-01 19:28:39,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-babc7711-8c94-49a3-b592-5cc7a6298111 2018-09-01 19:28:39,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:28:39,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"server": {"name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "imageRef": "85453d1c-4855-491c-91d0-8e07aef595fc", "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "flavorRef": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cc239f4e-f995-4a38-804f-c0b659544f2e"}], "security_groups": [{"name": "bb03dee0-5f75-446c-942d-a8496951efd1"}]}}' 2018-09-01 19:28:41,287 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:28: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-30ed129b-348a-46c2-b0d9-bad92a26dccd x-compute-request-id: req-30ed129b-348a-46c2-b0d9-bad92a26dccd Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bb03dee0-5f75-446c-942d-a8496951efd1"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "adminPass": "FDAHUmrtdh88"}} 2018-09-01 19:28:41,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-30ed129b-348a-46c2-b0d9-bad92a26dccd 2018-09-01 19:28:41,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.15948104858s 2018-09-01 19:28:41,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-30ed129b-348a-46c2-b0d9-bad92a26dccd 2018-09-01 19:28:41,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:41,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:41,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-f3480e54-046e-4736-9fd1-4a4e44a70a59 x-compute-request-id: req-f3480e54-046e-4736-9fd1-4a4e44a70a59 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:41,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f3480e54-046e-4736-9fd1-4a4e44a70a59 2018-09-01 19:28:41,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371726036072s 2018-09-01 19:28:41,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-f3480e54-046e-4736-9fd1-4a4e44a70a59 2018-09-01 19:28:41,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:41,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:41,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-740e41e9-5825-4023-a9bd-c9e94842f16c Date: Sat, 01 Sep 2018 19:28:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3489606d-f7f4-4b21-8815-e1d0f4b8211f"],"updated_at":"2018-09-01T19:28:32Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:41,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-740e41e9-5825-4023-a9bd-c9e94842f16c 2018-09-01 19:28:41,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859360694885s 2018-09-01 19:28:41,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-740e41e9-5825-4023-a9bd-c9e94842f16c 2018-09-01 19:28:41,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:28:41,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:41,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a107a010-c1a4-4724-869a-daf683afab62 Date: Sat, 01 Sep 2018 19:28:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:28:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","subnetpool_id":null,"name":"cinder_test-subnet_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:41,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-a107a010-c1a4-4724-869a-daf683afab62 2018-09-01 19:28:41,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0625259876251s 2018-09-01 19:28:41,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-a107a010-c1a4-4724-869a-daf683afab62 2018-09-01 19:28:41,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:43,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:43,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:44,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-d195020e-0b01-4a7d-96b0-80a6e41e59dc x-compute-request-id: req-d195020e-0b01-4a7d-96b0-80a6e41e59dc Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:43Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:44,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-d195020e-0b01-4a7d-96b0-80a6e41e59dc 2018-09-01 19:28:44,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620419979095s 2018-09-01 19:28:44,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-d195020e-0b01-4a7d-96b0-80a6e41e59dc 2018-09-01 19:28:44,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:46,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:46,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:46,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-55b49bd5-5d98-4db1-b6e9-6400491577ed x-compute-request-id: req-55b49bd5-5d98-4db1-b6e9-6400491577ed Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:43Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:46,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-55b49bd5-5d98-4db1-b6e9-6400491577ed 2018-09-01 19:28:46,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194416999817s 2018-09-01 19:28:46,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-55b49bd5-5d98-4db1-b6e9-6400491577ed 2018-09-01 19:28:46,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:48,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:48,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:48,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-7fecc5e3-cec9-4831-8ef4-e266fa8b7fe1 x-compute-request-id: req-7fecc5e3-cec9-4831-8ef4-e266fa8b7fe1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:43Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:48,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7fecc5e3-cec9-4831-8ef4-e266fa8b7fe1 2018-09-01 19:28:48,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191320896149s 2018-09-01 19:28:48,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7fecc5e3-cec9-4831-8ef4-e266fa8b7fe1 2018-09-01 19:28:48,844 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:28:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:28:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:51,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28:50 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-2d31c2d2-9670-4a84-b5a3-c47d8841b5a8 x-compute-request-id: req-2d31c2d2-9670-4a84-b5a3-c47d8841b5a8 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:48Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:28:51,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-2d31c2d2-9670-4a84-b5a3-c47d8841b5a8 2018-09-01 19:28:51,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198704004288s 2018-09-01 19:28:51,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-2d31c2d2-9670-4a84-b5a3-c47d8841b5a8 2018-09-01 19:28:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:28:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:51,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b5b6183a-c084-4156-af5f-d6d5a7735d5b Date: Sat, 01 Sep 2018 19:28:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:44Z","admin_state_up":true,"updated_at":"2018-09-01T19:28:48Z","binding:vnic_type":"normal","device_id":"ffff7c54-4d17-4119-be16-cca6393b8b3f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ae:3f:d8","id":"e746352f-8704-4e1d-b378-a4844d3152e2","port_security_enabled":true,"project_id":"38ddf87a69d84cc08203808a2bfd4706","fixed_ips":[{"subnet_id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["bb03dee0-5f75-446c-942d-a8496951efd1"],"name":""}]} 2018-09-01 19:28:51,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-b5b6183a-c084-4156-af5f-d6d5a7735d5b 2018-09-01 19:28:51,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0750169754028s 2018-09-01 19:28:51,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-b5b6183a-c084-4156-af5f-d6d5a7735d5b 2018-09-01 19:28:51,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:28:51,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=e746352f-8704-4e1d-b378-a4844d3152e2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:51,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-acc05c33-0c1b-4efc-a51c-3a7c5fa47fff Date: Sat, 01 Sep 2018 19:28:51 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:28:51,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=e746352f-8704-4e1d-b378-a4844d3152e2 used request id req-acc05c33-0c1b-4efc-a51c-3a7c5fa47fff 2018-09-01 19:28:51,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0480360984802s 2018-09-01 19:28:51,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=e746352f-8704-4e1d-b378-a4844d3152e2 used request id req-acc05c33-0c1b-4efc-a51c-3a7c5fa47fff 2018-09-01 19:28:51,180 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:3f:d8', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'85453d1c-4855-491c-91d0-8e07aef595fc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:28:48.000000', 'flavor': Munch({u'id': u'50237e29-0b75-4bdd-a4da-10d32bacbc3b'}), 'az': u'nova', 'id': u'ffff7c54-4d17-4119-be16-cca6393b8b3f', 'security_groups': [Munch({u'name': u'cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6eb6f88b1c284af2983d8bd58fed8cb3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', '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-09-01T19:28:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:28:48Z', 'hostId': u'45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184', 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b', '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-09-01T19:28:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': u'cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184', 'adminPass': u'FDAHUmrtdh88', 'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', 'created_at': u'2018-09-01T19:28:41Z', 'created': u'2018-09-01T19:28:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:28:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:28:51,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:51,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-aad074fe-ddd4-4276-8b4d-3487c07d9d36 Date: Sat, 01 Sep 2018 19:28:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3489606d-f7f4-4b21-8815-e1d0f4b8211f"],"updated_at":"2018-09-01T19:28:32Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:28:51,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-aad074fe-ddd4-4276-8b4d-3487c07d9d36 2018-09-01 19:28:51,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105437040329s 2018-09-01 19:28:51,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-aad074fe-ddd4-4276-8b4d-3487c07d9d36 2018-09-01 19:28:51,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:28:51,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:51,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5cbd4f16-a0fb-49e2-b46a-40ec0b1fafa8 Date: Sat, 01 Sep 2018 19:28:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:44Z","admin_state_up":true,"updated_at":"2018-09-01T19:28:48Z","binding:vnic_type":"normal","device_id":"ffff7c54-4d17-4119-be16-cca6393b8b3f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ae:3f:d8","id":"e746352f-8704-4e1d-b378-a4844d3152e2","port_security_enabled":true,"project_id":"38ddf87a69d84cc08203808a2bfd4706","fixed_ips":[{"subnet_id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["bb03dee0-5f75-446c-942d-a8496951efd1"],"name":""}]} 2018-09-01 19:28:51,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-5cbd4f16-a0fb-49e2-b46a-40ec0b1fafa8 2018-09-01 19:28:51,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0487129688263s 2018-09-01 19:28:51,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-5cbd4f16-a0fb-49e2-b46a-40ec0b1fafa8 2018-09-01 19:28:51,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 19:28:51,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"floatingip": {"floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.17", "port_id": "e746352f-8704-4e1d-b378-a4844d3152e2"}}' 2018-09-01 19:28:53,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-27d81e27-239a-4633-a06e-0e84e2267a4f Date: Sat, 01 Sep 2018 19:28:53 GMT RESP BODY: {"floatingip": {"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:28:52Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "e746352f-8704-4e1d-b378-a4844d3152e2", "id": "b1d52e64-0b88-47c6-a306-b20693672483", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:52Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}} 2018-09-01 19:28:53,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-27d81e27-239a-4633-a06e-0e84e2267a4f 2018-09-01 19:28:53,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.98949098587s 2018-09-01 19:28:53,330 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-27d81e27-239a-4633-a06e-0e84e2267a4f 2018-09-01 19:28:53,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:28:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:28:53,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-3bf9a320-8603-44fd-9629-f3dad21e6609 Date: Sat, 01 Sep 2018 19:28:53 GMT RESP BODY: {"floatingips": [{"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:28:52Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "e746352f-8704-4e1d-b378-a4844d3152e2", "id": "b1d52e64-0b88-47c6-a306-b20693672483", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:52Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}]} 2018-09-01 19:28:53,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-3bf9a320-8603-44fd-9629-f3dad21e6609 2018-09-01 19:28:53,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.056449174881s 2018-09-01 19:28:53,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-3bf9a320-8603-44fd-9629-f3dad21e6609 2018-09-01 19:28:53,398 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'26e25b07-aef1-4f46-a383-5093662b597c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', 'created_at': u'2018-09-01T19:28:52Z', 'attached': True, 'updated_at': u'2018-09-01T19:28:52Z', 'id': u'b1d52e64-0b88-47c6-a306-b20693672483', 'floating_network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 'fixed_ip_address': u'192.168.120.17', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'26e25b07-aef1-4f46-a383-5093662b597c', 'project_id': u'38ddf87a69d84cc08203808a2bfd4706', 'port_id': u'e746352f-8704-4e1d-b378-a4844d3152e2', 'port': u'e746352f-8704-4e1d-b378-a4844d3152e2', 'network': u'92da8d7f-63ad-482a-afcf-a061c3630101'}) 2018-09-01 19:28:53,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:28:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:28:53,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:28: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-c3469616-b718-49dd-8a29-301e783759b5 x-compute-request-id: req-c3469616-b718-49dd-8a29-301e783759b5 Content-Encoding: gzip Content-Length: 9573 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 500344122 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.906 MHz processor\n[ 0.187413] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.189733] pid_max: default: 32768 minimum: 301\n[ 0.190991] ACPI: Core revision 20150930\n[ 0.192704] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194544] Security Framework initialized\n[ 0.195680] Yama: becoming mindful.\n[ 0.196708] AppArmor: AppArmor initialized\n[ 0.197893] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199710] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201478] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205091] Initializing cgroup subsys io\n[ 0.206261] Initializing cgroup subsys memory\n[ 0.207475] Initializing cgroup subsys devices\n[ 0.208705] Initializing cgroup subsys freezer\n[ 0.209926] Initializing cgroup subsys net_cls\n[ 0.211141] Initializing cgroup subsys perf_event\n[ 0.212429] Initializing cgroup subsys net_prio\n[ 0.213668] Initializing cgroup subsys hugetlb\n[ 0.214894] Initializing cgroup subsys pids\n[ 0.216099] CPU: Physical Processor ID: 0\n[ 0.217926] mce: CPU supports 10 MCE banks\n[ 0.219118] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.220517] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235728] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242604] ftrace: allocating 31920 entries in 125 pages\n[ 0.269424] smpboot: Max logical packages: 1\n[ 0.270648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272565] x2apic enabled\n[ 0.273738] Switched APIC routing to physical x2apic.\n[ 0.276243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277811] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283134] KVM setup paravirtual spinlock\n[ 0.284877] x86: Booted up 1 node, 1 CPUs\n[ 0.286014] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.287925] devtmpfs: initialized\n[ 0.289948] evm: security.selinux\n[ 0.290934] evm: security.SMACK64\n[ 0.291903] evm: security.SMACK64EXEC\n[ 0.292936] evm: security.SMACK64TRANSMUTE\n[ 0.294057] evm: security.SMACK64MMAP\n[ 0.295090] evm: security.ima\n[ 0.295989] evm: security.capability\n[ 0.297086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299651] pinctrl core: initialized pinctrl subsystem\n[ 0.301164] RTC time: 19:28:48, date: 09/01/18\n[ 0.302489] NET: Registered protocol family 16\n[ 0.303844] cpuidle: using governor ladder\n[ 0.304989] cpuidle: using governor menu\n[ 0.306093] PCCT header not found.\n[ 0.307133] ACPI: bus type PCI registered\n[ 0.308250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309961] PCI: Using configuration type 1 for base access\n[ 0.312145] ACPI: Added _OSI(Module Device)\n[ 0.313322] ACPI: Added _OSI(Processor Device)\n[ 0.314521] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315773] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317979] ACPI: Interpreter enabled\n[ 0.319056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329356] ACPI: (supports S0 S5)\n[ 0.330346] ACPI: Using IOAPIC for interrupt routing\n[ 0.331668] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335550] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343568] acpiphp: Slot [3] registered\n[ 0.344689] acpiphp: Slot [4] registered\n[ 0.345810] acpiphp: Slot [5] registered\n[ 0.346922] acpiphp: Slot [6] registered\n[ 0.348042] acpiphp: Slot [7] registered\n[ 0.349159] acpiphp: Slot [8] registered\n[ 0.350287] acpiphp: Slot [9] registered\n[ 0.351402] acpiphp: Slot [10] registered\n[ 0.352543] acpiphp: Slot [11] registered\n[ 0.353679] acpiphp: Slot [12] registered\n[ 0.354811] acpiphp: Slot [13] registered\n[ 0.355938] acpiphp: Slot [14] registered\n[ 0.357126] acpiphp: Slot [15] registered\n[ 0.372809] acpiphp: Slot [16] registered\n[ 0.373962] acpiphp: Slot [17] registered\n[ 0.375096] acpiphp: Slot [18] registered\n[ 0.376236] acpiphp: Slot [19] registered\n[ 0.377374] acpiphp: Slot [20] registered\n[ 0.378510] acpiphp: Slot [21] registered\n[ 0.379641] acpiphp: Slot [22] registered\n[ 0.380776] acpiphp: Slot [23] registered\n[ 0.381914] acpiphp: Slot [24] registered\n[ 0.383061] acpiphp: Slot [25] registered\n[ 0.384202] acpiphp: Slot [26] registered\n[ 0.385339] acpiphp: Slot [27] registered\n[ 0.386480] acpiphp: Slot [28] registered\n[ 0.387617] acpiphp: Slot [29] registered\n[ 0.388852] acpiphp: Slot [30] registered\n[ 0.389988] acpiphp: Slot [31] registered\n[ 0.391123] PCI host bridge to bus 0000:00\n[ 0.392261] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395850] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397894] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.402024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.406135] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409652] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439860] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441924] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444095] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446586] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448553] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455772] vgaarb: loaded\n[ 0.456627] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458324] SCSI subsystem initialized\n[ 0.459609] ACPI: bus type USB registered\n[ 0.460793] usbcore: registered new interface driver usbfs\n[ 0.462253] usbcore: registered new interface driver hub\n[ 0.463664] usbcore: registered new device driver usb\n[ 0.465216] PCI: Using ACPI for IRQ routing\n[ 0.466772] NetLabel: Initializing\n[ 0.467777] NetLabel: domain hash size = 128\n[ 0.468966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470309] NetLabel: unlabeled traffic allowed by default\n[ 0.471921] clocksource: Switched to clocksource kvm-clock\n[ 0.482501] AppArmor: AppArmor Filesystem Enabled\n[ 0.483846] pnp: PnP ACPI init\n[ 0.485109] pnp: PnP ACPI: found 5 devices\n[ 0.492003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494418] NET: Registered protocol family 2\n[ 0.495971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497783] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.499476] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501163] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502769] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504400] NET: Registered protocol family 1\n[ 0.505633] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507167] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538652] Trying to unpack rootfs image as initramfs...\n[ 0.601931] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609577] Scanning for low memory corruption every 60 seconds\n[ 0.613134] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615184] audit: initializing netlink subsys (disabled)\n[ 0.617088] audit: type=2000 audit(1535830129.691:1): initialized\n[ 0.619676] Initialise system trusted keyring\n[ 0.621319] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626339] zbud: loaded\n[ 0.627616] VFS: Disk quotas dquot_6.6.0\n[ 0.629087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631884] fuse init (API version 7.23)\n[ 0.633370] Key type big_key registered\n[ 0.634570] Allocating IMA MOK and blacklist keyrings.\n[ 0.636682] Key type asymmetric registered\n[ 0.638060] Asymmetric key parser 'x509' registered\n[ 0.640032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642500] io scheduler noop registered\n[ 0.643683] io scheduler deadline registered (default)\n[ 0.645219] io scheduler cfq registered\n[ 0.646734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648409] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.650468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652651] ACPI: Power Button [PWRF]\n[ 0.654240] GHES: HEST is not enabled!\n[ 0.669201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.727631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731171] Linux agpgart interface v0.103\n[ 0.735458] brd: module loaded\n[ 0.738011] loop: module loaded\n[ 0.743397] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745725] GPT:90111 != 2097151\n[ 0.746760] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748397] GPT:90111 != 2097151\n[ 0.749450] GPT: Use GNU Parted to correct GPT errors.\n[ 0.750912] vda: vda1 vda15\n[ 0.753113] scsi host0: ata_piix\n[ 0.754285] scsi host1: ata_piix\n[ 0.755364] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759727] libphy: Fixed MDIO Bus: probed\n[ 0.760978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762446] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765808] PPP generic driver version 2.4.2\n[ 0.767226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.769013] ehci-pci: EHCI PCI platform driver\n[ 0.770344] ehci-platform: EHCI generic platform driver\n[ 0.771836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.773628] ohci-pci: OHCI PCI platform driver\n[ 0.774957] ohci-platform: OHCI generic platform driver\n[ 0.776495] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.791535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793084] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.795334] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.796858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.798691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.800527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.802692] usb usb1: Product: UHCI Host Controller\n[ 0.804181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.805917] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807402] hub 1-0:1.0: USB hub found\n[ 0.808585] hub 1-0:1.0: 2 ports detected\n[ 0.810075] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814662] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816218] mousedev: PS/2 mouse device common for all mice\n[ 0.818113] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820817] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822504] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824276] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826055] i2c /dev entries driver\n[ 0.827227] device-mapper: uevent: version 1.0.3\n[ 0.828677] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831196] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833414] NET: Registered protocol family 10\n[ 0.835379] NET: Registered protocol family 17\n[ 0.836738] Key type dns_resolver registered\n[ 0.838205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839870] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842525] registered taskstats version 1\n[ 0.843802] Loading compiled-in X.509 certificates\n[ 0.845816] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848540] zswap: loaded using pool lzo/zbud\n[ 0.851303] Key type trusted registered\n[ 0.853649] Key type encrypted registered\n[ 0.854893] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856469] ima: No TPM chip found, activating TPM-bypass!\n[ 0.858041] evm: HMAC attrs: 0x1\n[ 0.859495] Magic number: 2:36:495\n[ 0.860773] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:49 UTC (1535830129)\n[ 0.863162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864800] EDD information not available.\n[ 0.915068] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932188] Write protecting the kernel read-only data: 14336k\n[ 0.937676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.940614] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\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.992615] 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.85\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.17...\nLease of 192.168.120.17 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.96. iid=i-00000007\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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBgb+syG+QjqQ4qK3QodycOp9Rmr6wdVmIar6GdMlG9Qo12Uz/1qE82lLmZnnYP9G+X1U8MI1a92XDJd9/FW/RUBytxNkNiNeUndlxfX0ZzAaH1pwp52ajpuDkp7wED4wFAV4bjfTLbD2W4vmYi5A6fm81Z9yG6MPfXghHXMP7VdNZ2nI9jU0ov3YBQGoJcamDQ1Si3Gcmfff3AlPD+xWKZC4FokWkTCVtso9mS3x8Jjw+seVKltIda4n7w0f2Lixyd2RTIE/uyfBMiVaGWietd0iKFG6ZDTogklyWkF0a2mrZ0fUjIvWV38NqeQcV/7todRwZEQem/qzw/mdWcSJ9 root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\nssh-dss AAAAB3NzaC1kc3MAAACBAIKWGs1kizJNRGahZROQwsgi9tf/Ua82oyJrVTXK6xZ/g2KuudOtNuybBi7VEXE4BSgJud/iEU4cBZ1y3riqgex9zmS1sIUvG/AEuhuAlu2vRL9qP9FvzMc6IHU9rOyxPc5fKX2+M3RnTnQTrSis4WgKj5aSuh6BPswomh5j+svvAAAAFQCXLV26ghLkQTNIMiob+XjNEm3IhwAAAIB8aNz9RDgvGb+XyEqzbBLiJWl65l0fK4RrDxLaRxmnu8vbJSZ+VoI7zHTMiDA+mrCMTg+LY30BhpkFF3kbPt6tZi/x+54Jh9FCi/xkxVdIV/agbFVDezTdjXdcq0A60d4+K+2mqyoAV865Nd7i3QZcKuLyP/Ect6ujgnyhwivDbQAAAIB5ixknzoPmcgDqzv4cEC41l+R/2YMO9bqlKlEqFs4hago2Mf4sR9i4LsOkKvMNEgZzaWMRddylykutPShqTMJz4BLexqG+7tbHK7qPUNVbtfETxQt7cQylHU6RHcio8n1Crx+p64s0sbUn7x849ZqVqjDyVkmuV5DpMfjq3zYzGw== root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:feae:3fd8/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.17 \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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 login: "} 2018-09-01 19:28:53,470 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/action used request id req-c3469616-b718-49dd-8a29-301e783759b5 2018-09-01 19:28:53,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0708780288696s 2018-09-01 19:28:53,471 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/action used request id req-c3469616-b718-49dd-8a29-301e783759b5 2018-09-01 19:28:53,471 - 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 500344122 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.906 MHz processor [ 0.187413] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.189733] pid_max: default: 32768 minimum: 301 [ 0.190991] ACPI: Core revision 20150930 [ 0.192704] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194544] Security Framework initialized [ 0.195680] Yama: becoming mindful. [ 0.196708] AppArmor: AppArmor initialized [ 0.197893] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.199710] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201478] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205091] Initializing cgroup subsys io [ 0.206261] Initializing cgroup subsys memory [ 0.207475] Initializing cgroup subsys devices [ 0.208705] Initializing cgroup subsys freezer [ 0.209926] Initializing cgroup subsys net_cls [ 0.211141] Initializing cgroup subsys perf_event [ 0.212429] Initializing cgroup subsys net_prio [ 0.213668] Initializing cgroup subsys hugetlb [ 0.214894] Initializing cgroup subsys pids [ 0.216099] CPU: Physical Processor ID: 0 [ 0.217926] mce: CPU supports 10 MCE banks [ 0.219118] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220517] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235728] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242604] ftrace: allocating 31920 entries in 125 pages [ 0.269424] smpboot: Max logical packages: 1 [ 0.270648] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272565] x2apic enabled [ 0.273738] Switched APIC routing to physical x2apic. [ 0.276243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.277811] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283134] KVM setup paravirtual spinlock [ 0.284877] x86: Booted up 1 node, 1 CPUs [ 0.286014] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.287925] devtmpfs: initialized [ 0.289948] evm: security.selinux [ 0.290934] evm: security.SMACK64 [ 0.291903] evm: security.SMACK64EXEC [ 0.292936] evm: security.SMACK64TRANSMUTE [ 0.294057] evm: security.SMACK64MMAP [ 0.295090] evm: security.ima [ 0.295989] evm: security.capability [ 0.297086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299651] pinctrl core: initialized pinctrl subsystem [ 0.301164] RTC time: 19:28:48, date: 09/01/18 [ 0.302489] NET: Registered protocol family 16 [ 0.303844] cpuidle: using governor ladder [ 0.304989] cpuidle: using governor menu [ 0.306093] PCCT header not found. [ 0.307133] ACPI: bus type PCI registered [ 0.308250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309961] PCI: Using configuration type 1 for base access [ 0.312145] ACPI: Added _OSI(Module Device) [ 0.313322] ACPI: Added _OSI(Processor Device) [ 0.314521] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315773] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317979] ACPI: Interpreter enabled [ 0.319056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.329356] ACPI: (supports S0 S5) [ 0.330346] ACPI: Using IOAPIC for interrupt routing [ 0.331668] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335550] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343568] acpiphp: Slot [3] registered [ 0.344689] acpiphp: Slot [4] registered [ 0.345810] acpiphp: Slot [5] registered [ 0.346922] acpiphp: Slot [6] registered [ 0.348042] acpiphp: Slot [7] registered [ 0.349159] acpiphp: Slot [8] registered [ 0.350287] acpiphp: Slot [9] registered [ 0.351402] acpiphp: Slot [10] registered [ 0.352543] acpiphp: Slot [11] registered [ 0.353679] acpiphp: Slot [12] registered [ 0.354811] acpiphp: Slot [13] registered [ 0.355938] acpiphp: Slot [14] registered [ 0.357126] acpiphp: Slot [15] registered [ 0.372809] acpiphp: Slot [16] registered [ 0.373962] acpiphp: Slot [17] registered [ 0.375096] acpiphp: Slot [18] registered [ 0.376236] acpiphp: Slot [19] registered [ 0.377374] acpiphp: Slot [20] registered [ 0.378510] acpiphp: Slot [21] registered [ 0.379641] acpiphp: Slot [22] registered [ 0.380776] acpiphp: Slot [23] registered [ 0.381914] acpiphp: Slot [24] registered [ 0.383061] acpiphp: Slot [25] registered [ 0.384202] acpiphp: Slot [26] registered [ 0.385339] acpiphp: Slot [27] registered [ 0.386480] acpiphp: Slot [28] registered [ 0.387617] acpiphp: Slot [29] registered [ 0.388852] acpiphp: Slot [30] registered [ 0.389988] acpiphp: Slot [31] registered [ 0.391123] PCI host bridge to bus 0000:00 [ 0.392261] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395850] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.397894] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.399938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.402024] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.406135] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.409652] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.411412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.415864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.417890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439860] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441924] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444095] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446586] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448553] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450324] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455772] vgaarb: loaded [ 0.456627] vgaarb: bridge control possible 0000:00:02.0 [ 0.458324] SCSI subsystem initialized [ 0.459609] ACPI: bus type USB registered [ 0.460793] usbcore: registered new interface driver usbfs [ 0.462253] usbcore: registered new interface driver hub [ 0.463664] usbcore: registered new device driver usb [ 0.465216] PCI: Using ACPI for IRQ routing [ 0.466772] NetLabel: Initializing [ 0.467777] NetLabel: domain hash size = 128 [ 0.468966] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470309] NetLabel: unlabeled traffic allowed by default [ 0.471921] clocksource: Switched to clocksource kvm-clock [ 0.482501] AppArmor: AppArmor Filesystem Enabled [ 0.483846] pnp: PnP ACPI init [ 0.485109] pnp: PnP ACPI: found 5 devices [ 0.492003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494418] NET: Registered protocol family 2 [ 0.495971] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497783] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.499476] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501163] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.502769] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.504400] NET: Registered protocol family 1 [ 0.505633] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507167] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.508678] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538652] Trying to unpack rootfs image as initramfs... [ 0.601931] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.609577] Scanning for low memory corruption every 60 seconds [ 0.613134] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615184] audit: initializing netlink subsys (disabled) [ 0.617088] audit: type=2000 audit(1535830129.691:1): initialized [ 0.619676] Initialise system trusted keyring [ 0.621319] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622984] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.626339] zbud: loaded [ 0.627616] VFS: Disk quotas dquot_6.6.0 [ 0.629087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.631884] fuse init (API version 7.23) [ 0.633370] Key type big_key registered [ 0.634570] Allocating IMA MOK and blacklist keyrings. [ 0.636682] Key type asymmetric registered [ 0.638060] Asymmetric key parser 'x509' registered [ 0.640032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642500] io scheduler noop registered [ 0.643683] io scheduler deadline registered (default) [ 0.645219] io scheduler cfq registered [ 0.646734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648409] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652651] ACPI: Power Button [PWRF] [ 0.654240] GHES: HEST is not enabled! [ 0.669201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.700050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.703498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.727631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.731171] Linux agpgart interface v0.103 [ 0.735458] brd: module loaded [ 0.738011] loop: module loaded [ 0.743397] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.745725] GPT:90111 != 2097151 [ 0.746760] GPT:Alternate GPT header not at the end of the disk. [ 0.748397] GPT:90111 != 2097151 [ 0.749450] GPT: Use GNU Parted to correct GPT errors. [ 0.750912] vda: vda1 vda15 [ 0.753113] scsi host0: ata_piix [ 0.754285] scsi host1: ata_piix [ 0.755364] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759727] libphy: Fixed MDIO Bus: probed [ 0.760978] tun: Universal TUN/TAP device driver, 1.6 [ 0.762446] tun: (C) 1999-2004 Max Krasnyansky [ 0.765808] PPP generic driver version 2.4.2 [ 0.767226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.769013] ehci-pci: EHCI PCI platform driver [ 0.770344] ehci-platform: EHCI generic platform driver [ 0.771836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.773628] ohci-pci: OHCI PCI platform driver [ 0.774957] ohci-platform: OHCI generic platform driver [ 0.776495] uhci_hcd: USB Universal Host Controller Interface driver [ 0.791535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793084] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.795334] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.796858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.798691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.800527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.802692] usb usb1: Product: UHCI Host Controller [ 0.804181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.805917] usb usb1: SerialNumber: 0000:00:01.2 [ 0.807402] hub 1-0:1.0: USB hub found [ 0.808585] hub 1-0:1.0: 2 ports detected [ 0.810075] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814662] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816218] mousedev: PS/2 mouse device common for all mice [ 0.818113] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820817] rtc_cmos 00:00: RTC can wake from S4 [ 0.822504] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824276] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826055] i2c /dev entries driver [ 0.827227] device-mapper: uevent: version 1.0.3 [ 0.828677] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831196] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833414] NET: Registered protocol family 10 [ 0.835379] NET: Registered protocol family 17 [ 0.836738] Key type dns_resolver registered [ 0.838205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839870] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842525] registered taskstats version 1 [ 0.843802] Loading compiled-in X.509 certificates [ 0.845816] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848540] zswap: loaded using pool lzo/zbud [ 0.851303] Key type trusted registered [ 0.853649] Key type encrypted registered [ 0.854893] AppArmor: AppArmor sha1 policy hashing enabled [ 0.856469] ima: No TPM chip found, activating TPM-bypass! [ 0.858041] evm: HMAC attrs: 0x1 [ 0.859495] Magic number: 2:36:495 [ 0.860773] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:49 UTC (1535830129) [ 0.863162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.864800] EDD information not available. [ 0.915068] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.932188] Write protecting the kernel read-only data: 14336k [ 0.937676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.940614] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 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.992615] 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.85 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.17... Lease of 192.168.120.17 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.96. iid=i-00000007 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBgb+syG+QjqQ4qK3QodycOp9Rmr6wdVmIar6GdMlG9Qo12Uz/1qE82lLmZnnYP9G+X1U8MI1a92XDJd9/FW/RUBytxNkNiNeUndlxfX0ZzAaH1pwp52ajpuDkp7wED4wFAV4bjfTLbD2W4vmYi5A6fm81Z9yG6MPfXghHXMP7VdNZ2nI9jU0ov3YBQGoJcamDQ1Si3Gcmfff3AlPD+xWKZC4FokWkTCVtso9mS3x8Jjw+seVKltIda4n7w0f2Lixyd2RTIE/uyfBMiVaGWietd0iKFG6ZDTogklyWkF0a2mrZ0fUjIvWV38NqeQcV/7todRwZEQem/qzw/mdWcSJ9 root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 ssh-dss AAAAB3NzaC1kc3MAAACBAIKWGs1kizJNRGahZROQwsgi9tf/Ua82oyJrVTXK6xZ/g2KuudOtNuybBi7VEXE4BSgJud/iEU4cBZ1y3riqgex9zmS1sIUvG/AEuhuAlu2vRL9qP9FvzMc6IHU9rOyxPc5fKX2+M3RnTnQTrSis4WgKj5aSuh6BPswomh5j+svvAAAAFQCXLV26ghLkQTNIMiob+XjNEm3IhwAAAIB8aNz9RDgvGb+XyEqzbBLiJWl65l0fK4RrDxLaRxmnu8vbJSZ+VoI7zHTMiDA+mrCMTg+LY30BhpkFF3kbPt6tZi/x+54Jh9FCi/xkxVdIV/agbFVDezTdjXdcq0A60d4+K+2mqyoAV865Nd7i3QZcKuLyP/Ect6ujgnyhwivDbQAAAIB5ixknzoPmcgDqzv4cEC41l+R/2YMO9bqlKlEqFs4hago2Mf4sR9i4LsOkKvMNEgZzaWMRddylykutPShqTMJz4BLexqG+7tbHK7qPUNVbtfETxQt7cQylHU6RHcio8n1Crx+p64s0sbUn7x849ZqVqjDyVkmuV5DpMfjq3zYzGw== root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:feae:3fd8/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.17 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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 login: 2018-09-01 19:28:54,473 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-09-01 19:29:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:29:03,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:29:03,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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-d1881a29-f9a2-4f31-9f03-c0f870389108 x-compute-request-id: req-d1881a29-f9a2-4f31-9f03-c0f870389108 Content-Encoding: gzip Content-Length: 9573 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 500344122 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.906 MHz processor\n[ 0.187413] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.189733] pid_max: default: 32768 minimum: 301\n[ 0.190991] ACPI: Core revision 20150930\n[ 0.192704] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194544] Security Framework initialized\n[ 0.195680] Yama: becoming mindful.\n[ 0.196708] AppArmor: AppArmor initialized\n[ 0.197893] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199710] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201478] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205091] Initializing cgroup subsys io\n[ 0.206261] Initializing cgroup subsys memory\n[ 0.207475] Initializing cgroup subsys devices\n[ 0.208705] Initializing cgroup subsys freezer\n[ 0.209926] Initializing cgroup subsys net_cls\n[ 0.211141] Initializing cgroup subsys perf_event\n[ 0.212429] Initializing cgroup subsys net_prio\n[ 0.213668] Initializing cgroup subsys hugetlb\n[ 0.214894] Initializing cgroup subsys pids\n[ 0.216099] CPU: Physical Processor ID: 0\n[ 0.217926] mce: CPU supports 10 MCE banks\n[ 0.219118] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.220517] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235728] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.242604] ftrace: allocating 31920 entries in 125 pages\n[ 0.269424] smpboot: Max logical packages: 1\n[ 0.270648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272565] x2apic enabled\n[ 0.273738] Switched APIC routing to physical x2apic.\n[ 0.276243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.277811] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283134] KVM setup paravirtual spinlock\n[ 0.284877] x86: Booted up 1 node, 1 CPUs\n[ 0.286014] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.287925] devtmpfs: initialized\n[ 0.289948] evm: security.selinux\n[ 0.290934] evm: security.SMACK64\n[ 0.291903] evm: security.SMACK64EXEC\n[ 0.292936] evm: security.SMACK64TRANSMUTE\n[ 0.294057] evm: security.SMACK64MMAP\n[ 0.295090] evm: security.ima\n[ 0.295989] evm: security.capability\n[ 0.297086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299651] pinctrl core: initialized pinctrl subsystem\n[ 0.301164] RTC time: 19:28:48, date: 09/01/18\n[ 0.302489] NET: Registered protocol family 16\n[ 0.303844] cpuidle: using governor ladder\n[ 0.304989] cpuidle: using governor menu\n[ 0.306093] PCCT header not found.\n[ 0.307133] ACPI: bus type PCI registered\n[ 0.308250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309961] PCI: Using configuration type 1 for base access\n[ 0.312145] ACPI: Added _OSI(Module Device)\n[ 0.313322] ACPI: Added _OSI(Processor Device)\n[ 0.314521] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315773] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317979] ACPI: Interpreter enabled\n[ 0.319056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329356] ACPI: (supports S0 S5)\n[ 0.330346] ACPI: Using IOAPIC for interrupt routing\n[ 0.331668] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335550] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343568] acpiphp: Slot [3] registered\n[ 0.344689] acpiphp: Slot [4] registered\n[ 0.345810] acpiphp: Slot [5] registered\n[ 0.346922] acpiphp: Slot [6] registered\n[ 0.348042] acpiphp: Slot [7] registered\n[ 0.349159] acpiphp: Slot [8] registered\n[ 0.350287] acpiphp: Slot [9] registered\n[ 0.351402] acpiphp: Slot [10] registered\n[ 0.352543] acpiphp: Slot [11] registered\n[ 0.353679] acpiphp: Slot [12] registered\n[ 0.354811] acpiphp: Slot [13] registered\n[ 0.355938] acpiphp: Slot [14] registered\n[ 0.357126] acpiphp: Slot [15] registered\n[ 0.372809] acpiphp: Slot [16] registered\n[ 0.373962] acpiphp: Slot [17] registered\n[ 0.375096] acpiphp: Slot [18] registered\n[ 0.376236] acpiphp: Slot [19] registered\n[ 0.377374] acpiphp: Slot [20] registered\n[ 0.378510] acpiphp: Slot [21] registered\n[ 0.379641] acpiphp: Slot [22] registered\n[ 0.380776] acpiphp: Slot [23] registered\n[ 0.381914] acpiphp: Slot [24] registered\n[ 0.383061] acpiphp: Slot [25] registered\n[ 0.384202] acpiphp: Slot [26] registered\n[ 0.385339] acpiphp: Slot [27] registered\n[ 0.386480] acpiphp: Slot [28] registered\n[ 0.387617] acpiphp: Slot [29] registered\n[ 0.388852] acpiphp: Slot [30] registered\n[ 0.389988] acpiphp: Slot [31] registered\n[ 0.391123] PCI host bridge to bus 0000:00\n[ 0.392261] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395850] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397894] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.402024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.406135] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409652] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439860] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441924] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444095] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446586] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448553] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455772] vgaarb: loaded\n[ 0.456627] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458324] SCSI subsystem initialized\n[ 0.459609] ACPI: bus type USB registered\n[ 0.460793] usbcore: registered new interface driver usbfs\n[ 0.462253] usbcore: registered new interface driver hub\n[ 0.463664] usbcore: registered new device driver usb\n[ 0.465216] PCI: Using ACPI for IRQ routing\n[ 0.466772] NetLabel: Initializing\n[ 0.467777] NetLabel: domain hash size = 128\n[ 0.468966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470309] NetLabel: unlabeled traffic allowed by default\n[ 0.471921] clocksource: Switched to clocksource kvm-clock\n[ 0.482501] AppArmor: AppArmor Filesystem Enabled\n[ 0.483846] pnp: PnP ACPI init\n[ 0.485109] pnp: PnP ACPI: found 5 devices\n[ 0.492003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494418] NET: Registered protocol family 2\n[ 0.495971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497783] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.499476] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501163] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502769] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504400] NET: Registered protocol family 1\n[ 0.505633] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507167] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538652] Trying to unpack rootfs image as initramfs...\n[ 0.601931] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609577] Scanning for low memory corruption every 60 seconds\n[ 0.613134] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615184] audit: initializing netlink subsys (disabled)\n[ 0.617088] audit: type=2000 audit(1535830129.691:1): initialized\n[ 0.619676] Initialise system trusted keyring\n[ 0.621319] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626339] zbud: loaded\n[ 0.627616] VFS: Disk quotas dquot_6.6.0\n[ 0.629087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631884] fuse init (API version 7.23)\n[ 0.633370] Key type big_key registered\n[ 0.634570] Allocating IMA MOK and blacklist keyrings.\n[ 0.636682] Key type asymmetric registered\n[ 0.638060] Asymmetric key parser 'x509' registered\n[ 0.640032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642500] io scheduler noop registered\n[ 0.643683] io scheduler deadline registered (default)\n[ 0.645219] io scheduler cfq registered\n[ 0.646734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648409] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.650468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652651] ACPI: Power Button [PWRF]\n[ 0.654240] GHES: HEST is not enabled!\n[ 0.669201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.727631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731171] Linux agpgart interface v0.103\n[ 0.735458] brd: module loaded\n[ 0.738011] loop: module loaded\n[ 0.743397] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745725] GPT:90111 != 2097151\n[ 0.746760] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748397] GPT:90111 != 2097151\n[ 0.749450] GPT: Use GNU Parted to correct GPT errors.\n[ 0.750912] vda: vda1 vda15\n[ 0.753113] scsi host0: ata_piix\n[ 0.754285] scsi host1: ata_piix\n[ 0.755364] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759727] libphy: Fixed MDIO Bus: probed\n[ 0.760978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762446] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765808] PPP generic driver version 2.4.2\n[ 0.767226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.769013] ehci-pci: EHCI PCI platform driver\n[ 0.770344] ehci-platform: EHCI generic platform driver\n[ 0.771836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.773628] ohci-pci: OHCI PCI platform driver\n[ 0.774957] ohci-platform: OHCI generic platform driver\n[ 0.776495] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.791535] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793084] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.795334] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.796858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.798691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.800527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.802692] usb usb1: Product: UHCI Host Controller\n[ 0.804181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.805917] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807402] hub 1-0:1.0: USB hub found\n[ 0.808585] hub 1-0:1.0: 2 ports detected\n[ 0.810075] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814662] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816218] mousedev: PS/2 mouse device common for all mice\n[ 0.818113] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820817] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822504] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824276] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826055] i2c /dev entries driver\n[ 0.827227] device-mapper: uevent: version 1.0.3\n[ 0.828677] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831196] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833414] NET: Registered protocol family 10\n[ 0.835379] NET: Registered protocol family 17\n[ 0.836738] Key type dns_resolver registered\n[ 0.838205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839870] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842525] registered taskstats version 1\n[ 0.843802] Loading compiled-in X.509 certificates\n[ 0.845816] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848540] zswap: loaded using pool lzo/zbud\n[ 0.851303] Key type trusted registered\n[ 0.853649] Key type encrypted registered\n[ 0.854893] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856469] ima: No TPM chip found, activating TPM-bypass!\n[ 0.858041] evm: HMAC attrs: 0x1\n[ 0.859495] Magic number: 2:36:495\n[ 0.860773] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:49 UTC (1535830129)\n[ 0.863162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864800] EDD information not available.\n[ 0.915068] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932188] Write protecting the kernel read-only data: 14336k\n[ 0.937676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.940614] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\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.992615] 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.85\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.17...\nLease of 192.168.120.17 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.96. iid=i-00000007\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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBgb+syG+QjqQ4qK3QodycOp9Rmr6wdVmIar6GdMlG9Qo12Uz/1qE82lLmZnnYP9G+X1U8MI1a92XDJd9/FW/RUBytxNkNiNeUndlxfX0ZzAaH1pwp52ajpuDkp7wED4wFAV4bjfTLbD2W4vmYi5A6fm81Z9yG6MPfXghHXMP7VdNZ2nI9jU0ov3YBQGoJcamDQ1Si3Gcmfff3AlPD+xWKZC4FokWkTCVtso9mS3x8Jjw+seVKltIda4n7w0f2Lixyd2RTIE/uyfBMiVaGWietd0iKFG6ZDTogklyWkF0a2mrZ0fUjIvWV38NqeQcV/7todRwZEQem/qzw/mdWcSJ9 root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\nssh-dss AAAAB3NzaC1kc3MAAACBAIKWGs1kizJNRGahZROQwsgi9tf/Ua82oyJrVTXK6xZ/g2KuudOtNuybBi7VEXE4BSgJud/iEU4cBZ1y3riqgex9zmS1sIUvG/AEuhuAlu2vRL9qP9FvzMc6IHU9rOyxPc5fKX2+M3RnTnQTrSis4WgKj5aSuh6BPswomh5j+svvAAAAFQCXLV26ghLkQTNIMiob+XjNEm3IhwAAAIB8aNz9RDgvGb+XyEqzbBLiJWl65l0fK4RrDxLaRxmnu8vbJSZ+VoI7zHTMiDA+mrCMTg+LY30BhpkFF3kbPt6tZi/x+54Jh9FCi/xkxVdIV/agbFVDezTdjXdcq0A60d4+K+2mqyoAV865Nd7i3QZcKuLyP/Ect6ujgnyhwivDbQAAAIB5ixknzoPmcgDqzv4cEC41l+R/2YMO9bqlKlEqFs4hago2Mf4sR9i4LsOkKvMNEgZzaWMRddylykutPShqTMJz4BLexqG+7tbHK7qPUNVbtfETxQt7cQylHU6RHcio8n1Crx+p64s0sbUn7x849ZqVqjDyVkmuV5DpMfjq3zYzGw== root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:feae:3fd8/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.17 \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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 login: "} 2018-09-01 19:29:03,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/action used request id req-d1881a29-f9a2-4f31-9f03-c0f870389108 2018-09-01 19:29:03,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736410617828s 2018-09-01 19:29:03,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/action used request id req-d1881a29-f9a2-4f31-9f03-c0f870389108 2018-09-01 19:29:03,557 - 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 500344122 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.906 MHz processor [ 0.187413] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.189733] pid_max: default: 32768 minimum: 301 [ 0.190991] ACPI: Core revision 20150930 [ 0.192704] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194544] Security Framework initialized [ 0.195680] Yama: becoming mindful. [ 0.196708] AppArmor: AppArmor initialized [ 0.197893] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.199710] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201478] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205091] Initializing cgroup subsys io [ 0.206261] Initializing cgroup subsys memory [ 0.207475] Initializing cgroup subsys devices [ 0.208705] Initializing cgroup subsys freezer [ 0.209926] Initializing cgroup subsys net_cls [ 0.211141] Initializing cgroup subsys perf_event [ 0.212429] Initializing cgroup subsys net_prio [ 0.213668] Initializing cgroup subsys hugetlb [ 0.214894] Initializing cgroup subsys pids [ 0.216099] CPU: Physical Processor ID: 0 [ 0.217926] mce: CPU supports 10 MCE banks [ 0.219118] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220517] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235728] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.242604] ftrace: allocating 31920 entries in 125 pages [ 0.269424] smpboot: Max logical packages: 1 [ 0.270648] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272565] x2apic enabled [ 0.273738] Switched APIC routing to physical x2apic. [ 0.276243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.277811] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283134] KVM setup paravirtual spinlock [ 0.284877] x86: Booted up 1 node, 1 CPUs [ 0.286014] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.287925] devtmpfs: initialized [ 0.289948] evm: security.selinux [ 0.290934] evm: security.SMACK64 [ 0.291903] evm: security.SMACK64EXEC [ 0.292936] evm: security.SMACK64TRANSMUTE [ 0.294057] evm: security.SMACK64MMAP [ 0.295090] evm: security.ima [ 0.295989] evm: security.capability [ 0.297086] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299651] pinctrl core: initialized pinctrl subsystem [ 0.301164] RTC time: 19:28:48, date: 09/01/18 [ 0.302489] NET: Registered protocol family 16 [ 0.303844] cpuidle: using governor ladder [ 0.304989] cpuidle: using governor menu [ 0.306093] PCCT header not found. [ 0.307133] ACPI: bus type PCI registered [ 0.308250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309961] PCI: Using configuration type 1 for base access [ 0.312145] ACPI: Added _OSI(Module Device) [ 0.313322] ACPI: Added _OSI(Processor Device) [ 0.314521] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315773] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317979] ACPI: Interpreter enabled [ 0.319056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.329356] ACPI: (supports S0 S5) [ 0.330346] ACPI: Using IOAPIC for interrupt routing [ 0.331668] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335550] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337152] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338863] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.340515] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343568] acpiphp: Slot [3] registered [ 0.344689] acpiphp: Slot [4] registered [ 0.345810] acpiphp: Slot [5] registered [ 0.346922] acpiphp: Slot [6] registered [ 0.348042] acpiphp: Slot [7] registered [ 0.349159] acpiphp: Slot [8] registered [ 0.350287] acpiphp: Slot [9] registered [ 0.351402] acpiphp: Slot [10] registered [ 0.352543] acpiphp: Slot [11] registered [ 0.353679] acpiphp: Slot [12] registered [ 0.354811] acpiphp: Slot [13] registered [ 0.355938] acpiphp: Slot [14] registered [ 0.357126] acpiphp: Slot [15] registered [ 0.372809] acpiphp: Slot [16] registered [ 0.373962] acpiphp: Slot [17] registered [ 0.375096] acpiphp: Slot [18] registered [ 0.376236] acpiphp: Slot [19] registered [ 0.377374] acpiphp: Slot [20] registered [ 0.378510] acpiphp: Slot [21] registered [ 0.379641] acpiphp: Slot [22] registered [ 0.380776] acpiphp: Slot [23] registered [ 0.381914] acpiphp: Slot [24] registered [ 0.383061] acpiphp: Slot [25] registered [ 0.384202] acpiphp: Slot [26] registered [ 0.385339] acpiphp: Slot [27] registered [ 0.386480] acpiphp: Slot [28] registered [ 0.387617] acpiphp: Slot [29] registered [ 0.388852] acpiphp: Slot [30] registered [ 0.389988] acpiphp: Slot [31] registered [ 0.391123] PCI host bridge to bus 0000:00 [ 0.392261] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393939] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395850] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.397894] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.399938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.402024] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.406135] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.409652] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.411412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.415864] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.417890] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439860] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441924] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444095] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446586] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448553] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450324] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455772] vgaarb: loaded [ 0.456627] vgaarb: bridge control possible 0000:00:02.0 [ 0.458324] SCSI subsystem initialized [ 0.459609] ACPI: bus type USB registered [ 0.460793] usbcore: registered new interface driver usbfs [ 0.462253] usbcore: registered new interface driver hub [ 0.463664] usbcore: registered new device driver usb [ 0.465216] PCI: Using ACPI for IRQ routing [ 0.466772] NetLabel: Initializing [ 0.467777] NetLabel: domain hash size = 128 [ 0.468966] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470309] NetLabel: unlabeled traffic allowed by default [ 0.471921] clocksource: Switched to clocksource kvm-clock [ 0.482501] AppArmor: AppArmor Filesystem Enabled [ 0.483846] pnp: PnP ACPI init [ 0.485109] pnp: PnP ACPI: found 5 devices [ 0.492003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494418] NET: Registered protocol family 2 [ 0.495971] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497783] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.499476] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501163] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.502769] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.504400] NET: Registered protocol family 1 [ 0.505633] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507167] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.508678] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538652] Trying to unpack rootfs image as initramfs... [ 0.601931] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.609577] Scanning for low memory corruption every 60 seconds [ 0.613134] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615184] audit: initializing netlink subsys (disabled) [ 0.617088] audit: type=2000 audit(1535830129.691:1): initialized [ 0.619676] Initialise system trusted keyring [ 0.621319] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622984] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.626339] zbud: loaded [ 0.627616] VFS: Disk quotas dquot_6.6.0 [ 0.629087] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.631884] fuse init (API version 7.23) [ 0.633370] Key type big_key registered [ 0.634570] Allocating IMA MOK and blacklist keyrings. [ 0.636682] Key type asymmetric registered [ 0.638060] Asymmetric key parser 'x509' registered [ 0.640032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642500] io scheduler noop registered [ 0.643683] io scheduler deadline registered (default) [ 0.645219] io scheduler cfq registered [ 0.646734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648409] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652651] ACPI: Power Button [PWRF] [ 0.654240] GHES: HEST is not enabled! [ 0.669201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.700050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.703498] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.727631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.731171] Linux agpgart interface v0.103 [ 0.735458] brd: module loaded [ 0.738011] loop: module loaded [ 0.743397] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.745725] GPT:90111 != 2097151 [ 0.746760] GPT:Alternate GPT header not at the end of the disk. [ 0.748397] GPT:90111 != 2097151 [ 0.749450] GPT: Use GNU Parted to correct GPT errors. [ 0.750912] vda: vda1 vda15 [ 0.753113] scsi host0: ata_piix [ 0.754285] scsi host1: ata_piix [ 0.755364] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759727] libphy: Fixed MDIO Bus: probed [ 0.760978] tun: Universal TUN/TAP device driver, 1.6 [ 0.762446] tun: (C) 1999-2004 Max Krasnyansky [ 0.765808] PPP generic driver version 2.4.2 [ 0.767226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.769013] ehci-pci: EHCI PCI platform driver [ 0.770344] ehci-platform: EHCI generic platform driver [ 0.771836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.773628] ohci-pci: OHCI PCI platform driver [ 0.774957] ohci-platform: OHCI generic platform driver [ 0.776495] uhci_hcd: USB Universal Host Controller Interface driver [ 0.791535] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793084] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.795334] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.796858] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.798691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.800527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.802692] usb usb1: Product: UHCI Host Controller [ 0.804181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.805917] usb usb1: SerialNumber: 0000:00:01.2 [ 0.807402] hub 1-0:1.0: USB hub found [ 0.808585] hub 1-0:1.0: 2 ports detected [ 0.810075] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813248] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814662] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816218] mousedev: PS/2 mouse device common for all mice [ 0.818113] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820817] rtc_cmos 00:00: RTC can wake from S4 [ 0.822504] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824276] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826055] i2c /dev entries driver [ 0.827227] device-mapper: uevent: version 1.0.3 [ 0.828677] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831196] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833414] NET: Registered protocol family 10 [ 0.835379] NET: Registered protocol family 17 [ 0.836738] Key type dns_resolver registered [ 0.838205] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839870] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842525] registered taskstats version 1 [ 0.843802] Loading compiled-in X.509 certificates [ 0.845816] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848540] zswap: loaded using pool lzo/zbud [ 0.851303] Key type trusted registered [ 0.853649] Key type encrypted registered [ 0.854893] AppArmor: AppArmor sha1 policy hashing enabled [ 0.856469] ima: No TPM chip found, activating TPM-bypass! [ 0.858041] evm: HMAC attrs: 0x1 [ 0.859495] Magic number: 2:36:495 [ 0.860773] rtc_cmos 00:00: setting system clock to 2018-09-01 19:28:49 UTC (1535830129) [ 0.863162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.864800] EDD information not available. [ 0.915068] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.932188] Write protecting the kernel read-only data: 14336k [ 0.937676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.940614] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 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.992615] 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.85 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.17... Lease of 192.168.120.17 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.96. iid=i-00000007 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCBgb+syG+QjqQ4qK3QodycOp9Rmr6wdVmIar6GdMlG9Qo12Uz/1qE82lLmZnnYP9G+X1U8MI1a92XDJd9/FW/RUBytxNkNiNeUndlxfX0ZzAaH1pwp52ajpuDkp7wED4wFAV4bjfTLbD2W4vmYi5A6fm81Z9yG6MPfXghHXMP7VdNZ2nI9jU0ov3YBQGoJcamDQ1Si3Gcmfff3AlPD+xWKZC4FokWkTCVtso9mS3x8Jjw+seVKltIda4n7w0f2Lixyd2RTIE/uyfBMiVaGWietd0iKFG6ZDTogklyWkF0a2mrZ0fUjIvWV38NqeQcV/7todRwZEQem/qzw/mdWcSJ9 root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 ssh-dss AAAAB3NzaC1kc3MAAACBAIKWGs1kizJNRGahZROQwsgi9tf/Ua82oyJrVTXK6xZ/g2KuudOtNuybBi7VEXE4BSgJud/iEU4cBZ1y3riqgex9zmS1sIUvG/AEuhuAlu2vRL9qP9FvzMc6IHU9rOyxPc5fKX2+M3RnTnQTrSis4WgKj5aSuh6BPswomh5j+svvAAAAFQCXLV26ghLkQTNIMiob+XjNEm3IhwAAAIB8aNz9RDgvGb+XyEqzbBLiJWl65l0fK4RrDxLaRxmnu8vbJSZ+VoI7zHTMiDA+mrCMTg+LY30BhpkFF3kbPt6tZi/x+54Jh9FCi/xkxVdIV/agbFVDezTdjXdcq0A60d4+K+2mqyoAV865Nd7i3QZcKuLyP/Ect6ujgnyhwivDbQAAAIB5ixknzoPmcgDqzv4cEC41l+R/2YMO9bqlKlEqFs4hago2Mf4sR9i4LsOkKvMNEgZzaWMRddylykutPShqTMJz4BLexqG+7tbHK7qPUNVbtfETxQt7cQylHU6RHcio8n1Crx+p64s0sbUn7x849ZqVqjDyVkmuV5DpMfjq3zYzGw== root@cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.17,24,fe80::f816:3eff:feae:3fd8/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.17 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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-95dbd2f1-5617-43a0-9961-e72489b3b184 login: 2018-09-01 19:29:03,560 - paramiko.transport - DEBUG - starting thread (client mode): 0x35562050L 2018-09-01 19:29:03,561 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 19:29:03,561 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 19:29:03,561 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 19:29:03,563 - 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-09-01 19:29:03,563 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 19:29:03,563 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 19:29:03,564 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 19:29:03,564 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 19:29:03,564 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 19:29:03,581 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 19:29:03,582 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 19:29:03,593 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 327c0188ac423eef48b14cf9b01f3522 2018-09-01 19:29:03,594 - paramiko.transport - DEBUG - Trying discovered key c9f718e511d7fabd92f2819606ba22af in /tmp/tmpRXEVzy 2018-09-01 19:29:03,620 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 19:29:03,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 19:29:03,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-01 19:29:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"volume": {"display_name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "size": "2"}}' 2018-09-01 19:29:05,182 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:03 GMT Server: Apache x-compute-request-id: req-40b79a1c-bfe1-4714-8d90-82f1eb6137ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-40b79a1c-bfe1-4714-8d90-82f1eb6137ce Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}} 2018-09-01 19:29:05,182 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes used request id req-40b79a1c-bfe1-4714-8d90-82f1eb6137ce 2018-09-01 19:29:05,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.52154707909s 2018-09-01 19:29:05,183 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes used request id req-40b79a1c-bfe1-4714-8d90-82f1eb6137ce 2018-09-01 19:29:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:06,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:05 GMT Server: Apache x-compute-request-id: req-d4a7a91b-1467-4b74-a8c6-274d66a3e24d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d4a7a91b-1467-4b74-a8c6-274d66a3e24d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:05.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:06,176 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-d4a7a91b-1467-4b74-a8c6-274d66a3e24d 2018-09-01 19:29:06,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.992468833923s 2018-09-01 19:29:06,177 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-d4a7a91b-1467-4b74-a8c6-274d66a3e24d 2018-09-01 19:29:06,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:08,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:08,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:09,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:08 GMT Server: Apache x-compute-request-id: req-6172a355-4466-4505-9a9f-1582e742ab10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6172a355-4466-4505-9a9f-1582e742ab10 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:07.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:09,206 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-6172a355-4466-4505-9a9f-1582e742ab10 2018-09-01 19:29:09,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02487897873s 2018-09-01 19:29:09,206 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-6172a355-4466-4505-9a9f-1582e742ab10 2018-09-01 19:29:09,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:29:09,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:09,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-516fc5f4-24ae-497a-a25f-880a013fb778 Date: Sat, 01 Sep 2018 19:29:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3489606d-f7f4-4b21-8815-e1d0f4b8211f"],"updated_at":"2018-09-01T19:28:32Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:09,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-516fc5f4-24ae-497a-a25f-880a013fb778 2018-09-01 19:29:09,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0941028594971s 2018-09-01 19:29:09,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-516fc5f4-24ae-497a-a25f-880a013fb778 2018-09-01 19:29:09,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:29:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:10,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-f89e0160-335d-43d1-843f-93b856f43121 Date: Sat, 01 Sep 2018 19:29:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:28:37Z", "file": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file", "owner": "38ddf87a69d84cc08203808a2bfd4706", "id": "85453d1c-4855-491c-91d0-8e07aef595fc", "size": 12716032, "self": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:28:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:29:10,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-f89e0160-335d-43d1-843f-93b856f43121 2018-09-01 19:29:10,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761121034622s 2018-09-01 19:29:10,069 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-f89e0160-335d-43d1-843f-93b856f43121 2018-09-01 19:29:10,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:29:10,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:10,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:10 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-f7657636-930c-4e44-bbbe-95d3b5f8d501 x-compute-request-id: req-f7657636-930c-4e44-bbbe-95d3b5f8d501 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "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": "50237e29-0b75-4bdd-a4da-10d32bacbc3b"}]} 2018-09-01 19:29:10,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-f7657636-930c-4e44-bbbe-95d3b5f8d501 2018-09-01 19:29:10,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224947929382s 2018-09-01 19:29:10,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-f7657636-930c-4e44-bbbe-95d3b5f8d501 2018-09-01 19:29:10,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 19:29:10,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48: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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"server": {"name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "imageRef": "85453d1c-4855-491c-91d0-8e07aef595fc", "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "flavorRef": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cc239f4e-f995-4a38-804f-c0b659544f2e"}], "security_groups": [{"name": "bb03dee0-5f75-446c-942d-a8496951efd1"}]}}' 2018-09-01 19:29:12,069 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:10 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-95e4be7f-155b-42b0-baa6-b566e24dc670 x-compute-request-id: req-95e4be7f-155b-42b0-baa6-b566e24dc670 Content-Length: 403 location: http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bb03dee0-5f75-446c-942d-a8496951efd1"}], "OS-DCF:diskConfig": "MANUAL", "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "adminPass": "WKW9GfBg88tP"}} 2018-09-01 19:29:12,069 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-95e4be7f-155b-42b0-baa6-b566e24dc670 2018-09-01 19:29:12,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.97467398643s 2018-09-01 19:29:12,069 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers used request id req-95e4be7f-155b-42b0-baa6-b566e24dc670 2018-09-01 19:29:12,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:12,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:12,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e56d7702-1de0-470a-ac57-d2e59103600f x-compute-request-id: req-e56d7702-1de0-470a-ac57-d2e59103600f Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:48Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:12,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e56d7702-1de0-470a-ac57-d2e59103600f 2018-09-01 19:29:12,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783381938934s 2018-09-01 19:29:12,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e56d7702-1de0-470a-ac57-d2e59103600f 2018-09-01 19:29:12,859 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:14,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:15,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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-e6d2d3be-3b19-45a3-a358-31d6ada611c9 x-compute-request-id: req-e6d2d3be-3b19-45a3-a358-31d6ada611c9 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:14Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:48Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:15,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e6d2d3be-3b19-45a3-a358-31d6ada611c9 2018-09-01 19:29:15,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177961111069s 2018-09-01 19:29:15,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e6d2d3be-3b19-45a3-a358-31d6ada611c9 2018-09-01 19:29:15,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:17,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:17,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:17,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3acc0f6-3188-4958-9346-508a67091b4b x-compute-request-id: req-c3acc0f6-3188-4958-9346-508a67091b4b Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:14Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:48Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:17,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-c3acc0f6-3188-4958-9346-508a67091b4b 2018-09-01 19:29:17,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686878919601s 2018-09-01 19:29:17,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-c3acc0f6-3188-4958-9346-508a67091b4b 2018-09-01 19:29:17,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:19,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:20,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:19 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-7f85764f-3d70-4fa1-9c04-77397230eecb x-compute-request-id: req-7f85764f-3d70-4fa1-9c04-77397230eecb Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:29:18.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:18Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:28:48Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:20,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7f85764f-3d70-4fa1-9c04-77397230eecb 2018-09-01 19:29:20,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573608160019s 2018-09-01 19:29:20,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-7f85764f-3d70-4fa1-9c04-77397230eecb 2018-09-01 19:29:20,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:29:20,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:20,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-92cbffa6-91d6-469f-af1f-b1b54e31b766 Date: Sat, 01 Sep 2018 19:29:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:29:15Z","admin_state_up":true,"updated_at":"2018-09-01T19:29:18Z","binding:vnic_type":"normal","device_id":"1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:43:5a:68","id":"1b9e8756-b81a-42e9-9d19-025dfead52e6","port_security_enabled":true,"project_id":"38ddf87a69d84cc08203808a2bfd4706","fixed_ips":[{"subnet_id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["bb03dee0-5f75-446c-942d-a8496951efd1"],"name":""}]} 2018-09-01 19:29:20,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-92cbffa6-91d6-469f-af1f-b1b54e31b766 2018-09-01 19:29:20,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0474698543549s 2018-09-01 19:29:20,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-92cbffa6-91d6-469f-af1f-b1b54e31b766 2018-09-01 19:29:20,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:29:20,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/floatingips.json?port_id=1b9e8756-b81a-42e9-9d19-025dfead52e6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:20,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-05c6c587-242f-4373-aa07-73f0bb40c73c Date: Sat, 01 Sep 2018 19:29:20 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:29:20,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=1b9e8756-b81a-42e9-9d19-025dfead52e6 used request id req-05c6c587-242f-4373-aa07-73f0bb40c73c 2018-09-01 19:29:20,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042818069458s 2018-09-01 19:29:20,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json?port_id=1b9e8756-b81a-42e9-9d19-025dfead52e6 used request id req-05c6c587-242f-4373-aa07-73f0bb40c73c 2018-09-01 19:29:20,419 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:5a:68', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'85453d1c-4855-491c-91d0-8e07aef595fc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T19:29:18.000000', 'flavor': Munch({u'id': u'50237e29-0b75-4bdd-a4da-10d32bacbc3b'}), 'az': u'nova', 'id': u'1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a', 'security_groups': [Munch({u'name': u'cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6eb6f88b1c284af2983d8bd58fed8cb3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', '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-09-01T19:29:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T19:29:18Z', 'hostId': u'ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c', '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-09-01T19:29:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': u'cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184', 'adminPass': u'WKW9GfBg88tP', 'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', 'created_at': u'2018-09-01T19:29:11Z', 'created': u'2018-09-01T19:29:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 19:29:20,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:29:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:20,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-85241b70-8e71-40e1-8966-a882fbfdd712 Date: Sat, 01 Sep 2018 19:29:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3489606d-f7f4-4b21-8815-e1d0f4b8211f"],"updated_at":"2018-09-01T19:28:32Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:20,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-85241b70-8e71-40e1-8966-a882fbfdd712 2018-09-01 19:29:20,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0898430347443s 2018-09-01 19:29:20,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-85241b70-8e71-40e1-8966-a882fbfdd712 2018-09-01 19:29:20,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 19:29:20,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-91b70c8a-446d-483f-b762-629d255ac3e6 Date: Sat, 01 Sep 2018 19:29:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:29:15Z","admin_state_up":true,"updated_at":"2018-09-01T19:29:18Z","binding:vnic_type":"normal","device_id":"1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:43:5a:68","id":"1b9e8756-b81a-42e9-9d19-025dfead52e6","port_security_enabled":true,"project_id":"38ddf87a69d84cc08203808a2bfd4706","fixed_ips":[{"subnet_id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["bb03dee0-5f75-446c-942d-a8496951efd1"],"name":""}]} 2018-09-01 19:29:20,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-91b70c8a-446d-483f-b762-629d255ac3e6 2018-09-01 19:29:20,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047621011734s 2018-09-01 19:29:20,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/ports.json?device_id=1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-91b70c8a-446d-483f-b762-629d255ac3e6 2018-09-01 19:29:20,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 19:29:20,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"floatingip": {"floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.16", "port_id": "1b9e8756-b81a-42e9-9d19-025dfead52e6"}}' 2018-09-01 19:29:22,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c5cdaebe-9e4d-4755-a286-a55be2b723fd Date: Sat, 01 Sep 2018 19:29:22 GMT RESP BODY: {"floatingip": {"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:29:21Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1b9e8756-b81a-42e9-9d19-025dfead52e6", "id": "42c20d9d-e21b-43c1-a2b6-e67ec480d020", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:29:21Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}} 2018-09-01 19:29:22,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-c5cdaebe-9e4d-4755-a286-a55be2b723fd 2018-09-01 19:29:22,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.74085783958s 2018-09-01 19:29:22,304 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-c5cdaebe-9e4d-4755-a286-a55be2b723fd 2018-09-01 19:29:22,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:29:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:22,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1097 X-Openstack-Request-Id: req-b3897414-da12-4f65-82e8-0034afc587d9 Date: Sat, 01 Sep 2018 19:29:22 GMT RESP BODY: {"floatingips": [{"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:29:21Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1b9e8756-b81a-42e9-9d19-025dfead52e6", "id": "42c20d9d-e21b-43c1-a2b6-e67ec480d020", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:29:21Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:28:52Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "e746352f-8704-4e1d-b378-a4844d3152e2", "id": "b1d52e64-0b88-47c6-a306-b20693672483", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:52Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}]} 2018-09-01 19:29:22,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-b3897414-da12-4f65-82e8-0034afc587d9 2018-09-01 19:29:22,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0665621757507s 2018-09-01 19:29:22,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-b3897414-da12-4f65-82e8-0034afc587d9 2018-09-01 19:29:22,387 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'26e25b07-aef1-4f46-a383-5093662b597c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'38ddf87a69d84cc08203808a2bfd4706', 'created_at': u'2018-09-01T19:29:21Z', 'attached': True, 'updated_at': u'2018-09-01T19:29:21Z', 'id': u'42c20d9d-e21b-43c1-a2b6-e67ec480d020', 'floating_network_id': u'92da8d7f-63ad-482a-afcf-a061c3630101', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'38ddf87a69d84cc08203808a2bfd4706', 'name': 'cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'26e25b07-aef1-4f46-a383-5093662b597c', 'project_id': u'38ddf87a69d84cc08203808a2bfd4706', 'port_id': u'1b9e8756-b81a-42e9-9d19-025dfead52e6', 'port': u'1b9e8756-b81a-42e9-9d19-025dfead52e6', 'network': u'92da8d7f-63ad-482a-afcf-a061c3630101'}) 2018-09-01 19:29:22,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 19:29:22,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 19:29:22,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:22 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-04e40eb2-59f8-43a0-bab4-6ae43b3cbade x-compute-request-id: req-04e40eb2-59f8-43a0-bab4-6ae43b3cbade Content-Encoding: gzip Content-Length: 9180 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 515208254 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.186510] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188784] pid_max: default: 32768 minimum: 301\n[ 0.190020] ACPI: Core revision 20150930\n[ 0.191690] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193468] Security Framework initialized\n[ 0.194588] Yama: becoming mindful.\n[ 0.195586] AppArmor: AppArmor initialized\n[ 0.196746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198518] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200235] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201873] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203744] Initializing cgroup subsys io\n[ 0.204853] Initializing cgroup subsys memory\n[ 0.206032] Initializing cgroup subsys devices\n[ 0.207234] Initializing cgroup subsys freezer\n[ 0.208418] Initializing cgroup subsys net_cls\n[ 0.209617] Initializing cgroup subsys perf_event\n[ 0.210869] Initializing cgroup subsys net_prio\n[ 0.212079] Initializing cgroup subsys hugetlb\n[ 0.213274] Initializing cgroup subsys pids\n[ 0.214451] CPU: Physical Processor ID: 0\n[ 0.216239] mce: CPU supports 10 MCE banks\n[ 0.217406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235043] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241670] ftrace: allocating 31920 entries in 125 pages\n[ 0.266826] smpboot: Max logical packages: 1\n[ 0.267993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269866] x2apic enabled\n[ 0.270997] Switched APIC routing to physical x2apic.\n[ 0.273446] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274969] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277696] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280154] KVM setup paravirtual spinlock\n[ 0.281744] x86: Booted up 1 node, 1 CPUs\n[ 0.282837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284704] devtmpfs: initialized\n[ 0.286668] evm: security.selinux\n[ 0.287624] evm: security.SMACK64\n[ 0.288581] evm: security.SMACK64EXEC\n[ 0.289602] evm: security.SMACK64TRANSMUTE\n[ 0.290702] evm: security.SMACK64MMAP\n[ 0.291716] evm: security.ima\n[ 0.292592] evm: security.capability\n[ 0.293670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296188] pinctrl core: initialized pinctrl subsystem\n[ 0.297673] RTC time: 19:29:18, date: 09/01/18\n[ 0.298954] NET: Registered protocol family 16\n[ 0.300265] cpuidle: using governor ladder\n[ 0.301387] cpuidle: using governor menu\n[ 0.302472] PCCT header not found.\n[ 0.303492] ACPI: bus type PCI registered\n[ 0.304589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306266] PCI: Using configuration type 1 for base access\n[ 0.308411] ACPI: Added _OSI(Module Device)\n[ 0.309560] ACPI: Added _OSI(Processor Device)\n[ 0.310732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311961] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314123] ACPI: Interpreter enabled\n[ 0.315175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325237] ACPI: (supports S0 S5)\n[ 0.326205] ACPI: Using IOAPIC for interrupt routing\n[ 0.327482] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331283] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.336114] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.339081] acpiphp: Slot [3] registered\n[ 0.340182] acpiphp: Slot [4] registered\n[ 0.341277] acpiphp: Slot [5] registered\n[ 0.342373] acpiphp: Slot [6] registered\n[ 0.343464] acpiphp: Slot [7] registered\n[ 0.344552] acpiphp: Slot [8] registered\n[ 0.345648] acpiphp: Slot [9] registered\n[ 0.346736] acpiphp: Slot [10] registered\n[ 0.347845] acpiphp: Slot [11] registered\n[ 0.348955] acpiphp: Slot [12] registered\n[ 0.350066] acpiphp: Slot [13] registered\n[ 0.351171] acpiphp: Slot [14] registered\n[ 0.352287] acpiphp: Slot [15] registered\n[ 0.367688] acpiphp: Slot [16] registered\n[ 0.368805] acpiphp: Slot [17] registered\n[ 0.369914] acpiphp: Slot [18] registered\n[ 0.371033] acpiphp: Slot [19] registered\n[ 0.372141] acpiphp: Slot [20] registered\n[ 0.373243] acpiphp: Slot [21] registered\n[ 0.374342] acpiphp: Slot [22] registered\n[ 0.375448] acpiphp: Slot [23] registered\n[ 0.376555] acpiphp: Slot [24] registered\n[ 0.377664] acpiphp: Slot [25] registered\n[ 0.378763] acpiphp: Slot [26] registered\n[ 0.379863] acpiphp: Slot [27] registered\n[ 0.380971] acpiphp: Slot [28] registered\n[ 0.382076] acpiphp: Slot [29] registered\n[ 0.383172] acpiphp: Slot [30] registered\n[ 0.384276] acpiphp: Slot [31] registered\n[ 0.385379] PCI host bridge to bus 0000:00\n[ 0.386479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.388117] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.389762] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.391748] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.393732] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.395749] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399929] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.401652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.403238] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.411255] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431960] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433957] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435904] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437845] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441577] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446929] vgaarb: loaded\n[ 0.447767] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449416] SCSI subsystem initialized\n[ 0.450674] ACPI: bus type USB registered\n[ 0.451810] usbcore: registered new interface driver usbfs\n[ 0.453221] usbcore: registered new interface driver hub\n[ 0.454562] usbcore: registered new device driver usb\n[ 0.456065] PCI: Using ACPI for IRQ routing\n[ 0.457582] NetLabel: Initializing\n[ 0.458565] NetLabel: domain hash size = 128\n[ 0.459726] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461033] NetLabel: unlabeled traffic allowed by default\n[ 0.462628] clocksource: Switched to clocksource kvm-clock\n[ 0.472659] AppArmor: AppArmor Filesystem Enabled\n[ 0.473972] pnp: PnP ACPI init\n[ 0.475208] pnp: PnP ACPI: found 5 devices\n[ 0.482038] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484384] NET: Registered protocol family 2\n[ 0.485802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487552] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.489193] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492324] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493919] NET: Registered protocol family 1\n[ 0.495127] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496616] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.498079] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512602] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.527178] Trying to unpack rootfs image as initramfs...\n[ 0.589019] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.594112] Scanning for low memory corruption every 60 seconds\n[ 0.596312] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597936] audit: initializing netlink subsys (disabled)\n[ 0.599442] audit: type=2000 audit(1535830159.567:1): initialized\n[ 0.601318] Initialise system trusted keyring\n[ 0.602708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.604304] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606994] zbud: loaded\n[ 0.607995] VFS: Disk quotas dquot_6.6.0\n[ 0.609132] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611291] fuse init (API version 7.23)\n[ 0.612527] Key type big_key registered\n[ 0.613634] Allocating IMA MOK and blacklist keyrings.\n[ 0.615297] Key type asymmetric registered\n[ 0.616433] Asymmetric key parser 'x509' registered\n[ 0.617755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619842] io scheduler noop registered\n[ 0.620940] io scheduler deadline registered (default)\n[ 0.622307] io scheduler cfq registered\n[ 0.623508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624939] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626714] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628735] ACPI: Power Button [PWRF]\n[ 0.629959] GHES: HEST is not enabled!\n[ 0.644121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673640] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703347] Linux agpgart interface v0.103\n[ 0.706743] brd: module loaded\n[ 0.708945] loop: module loaded\n[ 0.714226] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716260] GPT:90111 != 2097151\n[ 0.717211] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718729] GPT:90111 != 2097151\n[ 0.719680] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721023] vda: vda1 vda15\n[ 0.722723] scsi host0: ata_piix\n[ 0.723800] scsi host1: ata_piix\n[ 0.724799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.726470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.728470] libphy: Fixed MDIO Bus: probed\n[ 0.729596] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.734123] PPP generic driver version 2.4.2\n[ 0.735520] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737151] ehci-pci: EHCI PCI platform driver\n[ 0.738355] ehci-platform: EHCI generic platform driver\n[ 0.739970] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.741855] ohci-pci: OHCI PCI platform driver\n[ 0.743304] ohci-platform: OHCI generic platform driver\n[ 0.744957] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759933] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761597] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764033] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765709] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767596] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771977] usb usb1: Product: UHCI Host Controller\n[ 0.773596] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775482] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.777060] hub 1-0:1.0: USB hub found\n[ 0.778334] hub 1-0:1.0: 2 ports detected\n[ 0.779838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783159] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784735] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786406] mousedev: PS/2 mouse device common for all mice\n[ 0.788445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791407] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795191] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797176] i2c /dev entries driver\n[ 0.798417] device-mapper: uevent: version 1.0.3\n[ 0.799978] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802696] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804873] NET: Registered protocol family 10\n[ 0.806697] NET: Registered protocol family 17\n[ 0.808182] Key type dns_resolver registered\n[ 0.809717] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.811535] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814433] registered taskstats version 1\n[ 0.815837] Loading compiled-in X.509 certificates\n[ 0.817936] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821035] zswap: loaded using pool lzo/zbud\n[ 0.823377] Key type trusted registered\n[ 0.825746] Key type encrypted registered\n[ 0.827122] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828843] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830564] evm: HMAC attrs: 0x1\n[ 0.832053] Magic number: 2:36:495\n[ 0.833396] rtc_cmos 00:00: setting system clock to 2018-09-01 19:29:19 UTC (1535830159)\n[ 0.836052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837750] EDD information not available.\n[ 0.888163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904994] Write protecting the kernel read-only data: 14336k\n[ 0.907970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910458] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\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.959470] 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.82\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.16...\nLease of 192.168.120.16 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.91. iid=i-00000008\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbLbePi1QEftF/XBQ6C+yFHvxCRxvoCrWiS50MBkf19RWSa9ziFswpeFRNOIpS7izQ0lmQTi1j9SmvaU3ftdoTLDDXu1xK4DqIekgQhBK+cGR4DivV2dpAsTWI6sZTC6ipvH+wm1C5aA92nXnYJags90lOSuy9qHJflkoJ0cjtkiR1VHgWMGM7MDPNDqZp9noiA+fN/9aZ8ywWSqFafWY/2TGhJnajXVuuVYaVXq8JgWfYUikBuT3ftO8mCfnH+FYIYA+qZKdLHoli//sd0WIkS30UXtXZjixncbefitzOuOCkaq13AyVrPlffQw0Gsy0NZLTAIpFZnL/XAb65Dn5r root@cinder-test-vm-95dbd2f1-5617-43a0-9961-e72489b3b184\nssh-dss AAAAB3NzaC1kc3MAAACBANC2cXN1xaL5PnBdceq5ftDe8hVYFE+qs5utJmC9hfQHdEsM65ueha9tm/yr0GjAvU7LUvbUZkqWvXEvGPecS/z4Enq2FR6y5N3qb2vAAcnLbZ+M0No5HfrgZbCMSMw+a+rb8yox2tpvff/VGICofwUrYuaq7EUpOlZPyqr9Nm81AAAAFQD0OK6wqxtAgqZoUukvOz0IB+smTwAAAIAXNmT97kwhyKjdZagWGMkrQ/VuTGV0PxdbLbp+QPw6OfwMaryuEcOvDRaAbRqm4VUierlchdDW79SZdAPeKQgUcFCckgiR2rvSUH+9qzR+TQo1psmxBjMPIP6eZG+X+WZO9wG058wXbzFTfoNoX70HVKE7cvm3BZflm5czUa+5wwAAAIEAr0ddGPAvxI01yWSl14s9Ut2VqVeXl23bTK4Hj+ziLcygnFrI2kQTOpPlMFZB5WmuVMRm7QWMvZMveH5m0iwhBUUO2XtJUfOlttz4WhQPRTzZo4OLsa/qSke/6mUR3q+YeSVxasNec4gzcCLBBOyDkVlC4res0kaZ7/UzDczelG0= root@cinder-test-vm-95dbd2f1-5617-43a0-9961-e72489b3b184\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-09-01 19:29:22,487 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/action used request id req-04e40eb2-59f8-43a0-bab4-6ae43b3cbade 2018-09-01 19:29:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0991580486298s 2018-09-01 19:29:22,488 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/action used request id req-04e40eb2-59f8-43a0-bab4-6ae43b3cbade 2018-09-01 19:29:22,488 - 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 515208254 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.186510] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188784] pid_max: default: 32768 minimum: 301 [ 0.190020] ACPI: Core revision 20150930 [ 0.191690] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193468] Security Framework initialized [ 0.194588] Yama: becoming mindful. [ 0.195586] AppArmor: AppArmor initialized [ 0.196746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198518] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200235] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201873] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203744] Initializing cgroup subsys io [ 0.204853] Initializing cgroup subsys memory [ 0.206032] Initializing cgroup subsys devices [ 0.207234] Initializing cgroup subsys freezer [ 0.208418] Initializing cgroup subsys net_cls [ 0.209617] Initializing cgroup subsys perf_event [ 0.210869] Initializing cgroup subsys net_prio [ 0.212079] Initializing cgroup subsys hugetlb [ 0.213274] Initializing cgroup subsys pids [ 0.214451] CPU: Physical Processor ID: 0 [ 0.216239] mce: CPU supports 10 MCE banks [ 0.217406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235043] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241670] ftrace: allocating 31920 entries in 125 pages [ 0.266826] smpboot: Max logical packages: 1 [ 0.267993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269866] x2apic enabled [ 0.270997] Switched APIC routing to physical x2apic. [ 0.273446] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274969] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277696] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280154] KVM setup paravirtual spinlock [ 0.281744] x86: Booted up 1 node, 1 CPUs [ 0.282837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.284704] devtmpfs: initialized [ 0.286668] evm: security.selinux [ 0.287624] evm: security.SMACK64 [ 0.288581] evm: security.SMACK64EXEC [ 0.289602] evm: security.SMACK64TRANSMUTE [ 0.290702] evm: security.SMACK64MMAP [ 0.291716] evm: security.ima [ 0.292592] evm: security.capability [ 0.293670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296188] pinctrl core: initialized pinctrl subsystem [ 0.297673] RTC time: 19:29:18, date: 09/01/18 [ 0.298954] NET: Registered protocol family 16 [ 0.300265] cpuidle: using governor ladder [ 0.301387] cpuidle: using governor menu [ 0.302472] PCCT header not found. [ 0.303492] ACPI: bus type PCI registered [ 0.304589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306266] PCI: Using configuration type 1 for base access [ 0.308411] ACPI: Added _OSI(Module Device) [ 0.309560] ACPI: Added _OSI(Processor Device) [ 0.310732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311961] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314123] ACPI: Interpreter enabled [ 0.315175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325237] ACPI: (supports S0 S5) [ 0.326205] ACPI: Using IOAPIC for interrupt routing [ 0.327482] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331283] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332837] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.336114] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.339081] acpiphp: Slot [3] registered [ 0.340182] acpiphp: Slot [4] registered [ 0.341277] acpiphp: Slot [5] registered [ 0.342373] acpiphp: Slot [6] registered [ 0.343464] acpiphp: Slot [7] registered [ 0.344552] acpiphp: Slot [8] registered [ 0.345648] acpiphp: Slot [9] registered [ 0.346736] acpiphp: Slot [10] registered [ 0.347845] acpiphp: Slot [11] registered [ 0.348955] acpiphp: Slot [12] registered [ 0.350066] acpiphp: Slot [13] registered [ 0.351171] acpiphp: Slot [14] registered [ 0.352287] acpiphp: Slot [15] registered [ 0.367688] acpiphp: Slot [16] registered [ 0.368805] acpiphp: Slot [17] registered [ 0.369914] acpiphp: Slot [18] registered [ 0.371033] acpiphp: Slot [19] registered [ 0.372141] acpiphp: Slot [20] registered [ 0.373243] acpiphp: Slot [21] registered [ 0.374342] acpiphp: Slot [22] registered [ 0.375448] acpiphp: Slot [23] registered [ 0.376555] acpiphp: Slot [24] registered [ 0.377664] acpiphp: Slot [25] registered [ 0.378763] acpiphp: Slot [26] registered [ 0.379863] acpiphp: Slot [27] registered [ 0.380971] acpiphp: Slot [28] registered [ 0.382076] acpiphp: Slot [29] registered [ 0.383172] acpiphp: Slot [30] registered [ 0.384276] acpiphp: Slot [31] registered [ 0.385379] PCI host bridge to bus 0000:00 [ 0.386479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.388117] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.389762] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.391748] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.393732] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.395749] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399929] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.401652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.403238] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404938] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.409226] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.411255] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431960] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433957] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435904] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437845] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441577] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443356] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446929] vgaarb: loaded [ 0.447767] vgaarb: bridge control possible 0000:00:02.0 [ 0.449416] SCSI subsystem initialized [ 0.450674] ACPI: bus type USB registered [ 0.451810] usbcore: registered new interface driver usbfs [ 0.453221] usbcore: registered new interface driver hub [ 0.454562] usbcore: registered new device driver usb [ 0.456065] PCI: Using ACPI for IRQ routing [ 0.457582] NetLabel: Initializing [ 0.458565] NetLabel: domain hash size = 128 [ 0.459726] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461033] NetLabel: unlabeled traffic allowed by default [ 0.462628] clocksource: Switched to clocksource kvm-clock [ 0.472659] AppArmor: AppArmor Filesystem Enabled [ 0.473972] pnp: PnP ACPI init [ 0.475208] pnp: PnP ACPI: found 5 devices [ 0.482038] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.484384] NET: Registered protocol family 2 [ 0.485802] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487552] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.489193] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492324] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493919] NET: Registered protocol family 1 [ 0.495127] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496616] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.498079] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512602] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.527178] Trying to unpack rootfs image as initramfs... [ 0.589019] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.594112] Scanning for low memory corruption every 60 seconds [ 0.596312] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597936] audit: initializing netlink subsys (disabled) [ 0.599442] audit: type=2000 audit(1535830159.567:1): initialized [ 0.601318] Initialise system trusted keyring [ 0.602708] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.604304] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606994] zbud: loaded [ 0.607995] VFS: Disk quotas dquot_6.6.0 [ 0.609132] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.611291] fuse init (API version 7.23) [ 0.612527] Key type big_key registered [ 0.613634] Allocating IMA MOK and blacklist keyrings. [ 0.615297] Key type asymmetric registered [ 0.616433] Asymmetric key parser 'x509' registered [ 0.617755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619842] io scheduler noop registered [ 0.620940] io scheduler deadline registered (default) [ 0.622307] io scheduler cfq registered [ 0.623508] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624939] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626714] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628735] ACPI: Power Button [PWRF] [ 0.629959] GHES: HEST is not enabled! [ 0.644121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.673640] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.676634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.700296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.703347] Linux agpgart interface v0.103 [ 0.706743] brd: module loaded [ 0.708945] loop: module loaded [ 0.714226] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.716260] GPT:90111 != 2097151 [ 0.717211] GPT:Alternate GPT header not at the end of the disk. [ 0.718729] GPT:90111 != 2097151 [ 0.719680] GPT: Use GNU Parted to correct GPT errors. [ 0.721023] vda: vda1 vda15 [ 0.722723] scsi host0: ata_piix [ 0.723800] scsi host1: ata_piix [ 0.724799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.726470] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.728470] libphy: Fixed MDIO Bus: probed [ 0.729596] tun: Universal TUN/TAP device driver, 1.6 [ 0.730921] tun: (C) 1999-2004 Max Krasnyansky [ 0.734123] PPP generic driver version 2.4.2 [ 0.735520] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737151] ehci-pci: EHCI PCI platform driver [ 0.738355] ehci-platform: EHCI generic platform driver [ 0.739970] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.741855] ohci-pci: OHCI PCI platform driver [ 0.743304] ohci-platform: OHCI generic platform driver [ 0.744957] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759933] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761597] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764033] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765709] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767596] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769639] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771977] usb usb1: Product: UHCI Host Controller [ 0.773596] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775482] usb usb1: SerialNumber: 0000:00:01.2 [ 0.777060] hub 1-0:1.0: USB hub found [ 0.778334] hub 1-0:1.0: 2 ports detected [ 0.779838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.783159] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784735] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786406] mousedev: PS/2 mouse device common for all mice [ 0.788445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791407] rtc_cmos 00:00: RTC can wake from S4 [ 0.793231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795191] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.797176] i2c /dev entries driver [ 0.798417] device-mapper: uevent: version 1.0.3 [ 0.799978] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802696] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804873] NET: Registered protocol family 10 [ 0.806697] NET: Registered protocol family 17 [ 0.808182] Key type dns_resolver registered [ 0.809717] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.811535] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814433] registered taskstats version 1 [ 0.815837] Loading compiled-in X.509 certificates [ 0.817936] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.821035] zswap: loaded using pool lzo/zbud [ 0.823377] Key type trusted registered [ 0.825746] Key type encrypted registered [ 0.827122] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828843] ima: No TPM chip found, activating TPM-bypass! [ 0.830564] evm: HMAC attrs: 0x1 [ 0.832053] Magic number: 2:36:495 [ 0.833396] rtc_cmos 00:00: setting system clock to 2018-09-01 19:29:19 UTC (1535830159) [ 0.836052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.837750] EDD information not available. [ 0.888163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904994] Write protecting the kernel read-only data: 14336k [ 0.907970] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910458] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 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.959470] 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.82 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.16... Lease of 192.168.120.16 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.91. iid=i-00000008 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbLbePi1QEftF/XBQ6C+yFHvxCRxvoCrWiS50MBkf19RWSa9ziFswpeFRNOIpS7izQ0lmQTi1j9SmvaU3ftdoTLDDXu1xK4DqIekgQhBK+cGR4DivV2dpAsTWI6sZTC6ipvH+wm1C5aA92nXnYJags90lOSuy9qHJflkoJ0cjtkiR1VHgWMGM7MDPNDqZp9noiA+fN/9aZ8ywWSqFafWY/2TGhJnajXVuuVYaVXq8JgWfYUikBuT3ftO8mCfnH+FYIYA+qZKdLHoli//sd0WIkS30UXtXZjixncbefitzOuOCkaq13AyVrPlffQw0Gsy0NZLTAIpFZnL/XAb65Dn5r root@cinder-test-vm-95dbd2f1-5617-43a0-9961-e72489b3b184 ssh-dss AAAAB3NzaC1kc3MAAACBANC2cXN1xaL5PnBdceq5ftDe8hVYFE+qs5utJmC9hfQHdEsM65ueha9tm/yr0GjAvU7LUvbUZkqWvXEvGPecS/z4Enq2FR6y5N3qb2vAAcnLbZ+M0No5HfrgZbCMSMw+a+rb8yox2tpvff/VGICofwUrYuaq7EUpOlZPyqr9Nm81AAAAFQD0OK6wqxtAgqZoUukvOz0IB+smTwAAAIAXNmT97kwhyKjdZagWGMkrQ/VuTGV0PxdbLbp+QPw6OfwMaryuEcOvDRaAbRqm4VUierlchdDW79SZdAPeKQgUcFCckgiR2rvSUH+9qzR+TQo1psmxBjMPIP6eZG+X+WZO9wG058wXbzFTfoNoX70HVKE7cvm3BZflm5czUa+5wwAAAIEAr0ddGPAvxI01yWSl14s9Ut2VqVeXl23bTK4Hj+ziLcygnFrI2kQTOpPlMFZB5WmuVMRm7QWMvZMveH5m0iwhBUUO2XtJUfOlttz4WhQPRTzZo4OLsa/qSke/6mUR3q+YeSVxasNec4gzcCLBBOyDkVlC4res0kaZ7/UzDczelG0= root@cinder-test-vm-95dbd2f1-5617-43a0-9961-e72489b3b184 -----END SSH HOST KEY KEYS----- === network info === 2018-09-01 19:29:22,492 - paramiko.transport - DEBUG - starting thread (client mode): 0x3550ea50L 2018-09-01 19:29:22,492 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 19:29:22,492 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 19:29:22,493 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 19:29:22,494 - 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-09-01 19:29:22,495 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 19:29:22,495 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 19:29:22,495 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 19:29:22,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 19:29:22,496 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 19:29:22,513 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 19:29:22,513 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 19:29:22,524 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: d6c46d8be0961649a3d0bc54f776e008 2018-09-01 19:29:22,525 - paramiko.transport - DEBUG - Trying discovered key c9f718e511d7fabd92f2819606ba22af in /tmp/tmpRXEVzy 2018-09-01 19:29:22,551 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 19:29:22,578 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 19:29:22,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 19:29:22,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"volumeAttachment": {"volumeId": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}}' 2018-09-01 19:29:25,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:22 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-595c307b-ef8b-44d6-b6c5-55495fefc7b2 x-compute-request-id: req-595c307b-ef8b-44d6-b6c5-55495fefc7b2 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "volumeId": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}} 2018-09-01 19:29:25,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments used request id req-595c307b-ef8b-44d6-b6c5-55495fefc7b2 2018-09-01 19:29:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.71714115143s 2018-09-01 19:29:25,307 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments used request id req-595c307b-ef8b-44d6-b6c5-55495fefc7b2 2018-09-01 19:29:25,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:25,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:26,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:25 GMT Server: Apache x-compute-request-id: req-3439197f-bfa8-4666-a16d-102e5e0068b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3439197f-bfa8-4666-a16d-102e5e0068b6 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:25.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:26,245 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-3439197f-bfa8-4666-a16d-102e5e0068b6 2018-09-01 19:29:26,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.937754154205s 2018-09-01 19:29:26,246 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-3439197f-bfa8-4666-a16d-102e5e0068b6 2018-09-01 19:29:26,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:28,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:28,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:28 GMT Server: Apache x-compute-request-id: req-b7c7fa40-71b6-43fb-a149-178a00883e90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7c7fa40-71b6-43fb-a149-178a00883e90 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:27.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:28,305 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-b7c7fa40-71b6-43fb-a149-178a00883e90 2018-09-01 19:29:28,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0548748970032s 2018-09-01 19:29:28,305 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-b7c7fa40-71b6-43fb-a149-178a00883e90 2018-09-01 19:29:28,307 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:30,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:30,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:30 GMT Server: Apache x-compute-request-id: req-31e9b65e-654f-4f2b-ba47-dc4b40a809cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31e9b65e-654f-4f2b-ba47-dc4b40a809cd Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [{"server_id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "attachment_id": "5d18cf01-b734-42ce-8339-bfe744b5bdfe", "attached_at": "2018-09-01T19:29:27.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "device": "/dev/vdb", "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:28.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:30,363 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-31e9b65e-654f-4f2b-ba47-dc4b40a809cd 2018-09-01 19:29:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0531151294708s 2018-09-01 19:29:30,363 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-31e9b65e-654f-4f2b-ba47-dc4b40a809cd 2018-09-01 19:29:30,365 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 19:29:30,366 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 19:29:30,367 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 19:29:30,368 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 19:29:30,438 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 19:29:30,438 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 19:29:30,439 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 19:29:30,440 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 19:29:30,479 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 19:29:30,479 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 19:29:30,505 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 19:29:31,017 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 19:29:31,018 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 5d2ba508-17cf-4789-9e30-f80bfa13ab8c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-09-01 19:29:31,018 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-01 19:29:31,019 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-01 19:29:31,019 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 19:29:31,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 19:29:31,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:31,547 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:30 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-7b8647db-40ed-4920-839d-26b2e6bcb873 x-compute-request-id: req-7b8647db-40ed-4920-839d-26b2e6bcb873 Content-Length: 0 Content-Type: application/json 2018-09-01 19:29:31,547 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-7b8647db-40ed-4920-839d-26b2e6bcb873 2018-09-01 19:29:31,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.526864051819s 2018-09-01 19:29:31,547 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-7b8647db-40ed-4920-839d-26b2e6bcb873 2018-09-01 19:29:31,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:31,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:32,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:31 GMT Server: Apache x-compute-request-id: req-1a1cda43-c2af-49ff-945f-f69c706ee928 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a1cda43-c2af-49ff-945f-f69c706ee928 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:31.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:32,546 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-1a1cda43-c2af-49ff-945f-f69c706ee928 2018-09-01 19:29:32,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.998116970062s 2018-09-01 19:29:32,546 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-1a1cda43-c2af-49ff-945f-f69c706ee928 2018-09-01 19:29:32,547 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-01 19:29:32,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 19:29:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"volumeAttachment": {"volumeId": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}}' 2018-09-01 19:29:33,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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-cf20ecc8-4c15-44e7-aea3-581a2bb5609a x-compute-request-id: req-cf20ecc8-4c15-44e7-aea3-581a2bb5609a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "volumeId": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}} 2018-09-01 19:29:33,349 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments used request id req-cf20ecc8-4c15-44e7-aea3-581a2bb5609a 2018-09-01 19:29:33,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.801563024521s 2018-09-01 19:29:33,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments used request id req-cf20ecc8-4c15-44e7-aea3-581a2bb5609a 2018-09-01 19:29:33,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:34,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:33 GMT Server: Apache x-compute-request-id: req-4d7118d7-9a3f-43bd-b615-985e49554e36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d7118d7-9a3f-43bd-b615-985e49554e36 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:33.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:34,468 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-4d7118d7-9a3f-43bd-b615-985e49554e36 2018-09-01 19:29:34,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.11774206161s 2018-09-01 19:29:34,469 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-4d7118d7-9a3f-43bd-b615-985e49554e36 2018-09-01 19:29:34,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:36,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:36,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:36,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:36 GMT Server: Apache x-compute-request-id: req-9913a197-0c07-472a-a48c-01788b071996 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9913a197-0c07-472a-a48c-01788b071996 Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [{"server_id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "attachment_id": "bf7c7a4e-589c-43c0-946e-760b868e2227", "attached_at": "2018-09-01T19:29:35.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "device": "/dev/vdb", "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:35.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:36,526 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-9913a197-0c07-472a-a48c-01788b071996 2018-09-01 19:29:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.053240776062s 2018-09-01 19:29:36,526 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-9913a197-0c07-472a-a48c-01788b071996 2018-09-01 19:29:36,528 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 19:29:36,530 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 19:29:36,530 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 19:29:36,533 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 19:29:36,602 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 19:29:36,603 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 19:29:36,604 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 19:29:36,604 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 19:29:36,644 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 19:29:36,644 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 19:29:36,669 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 19:29:36,694 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 19:29:36,694 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-09-01 19:29:36,695 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-01 19:29:36,696 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-01 19:29:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 19:29:36,697 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 19:29:36,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:37,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29: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 x-openstack-request-id: req-11840ad0-8dc0-4305-abcf-85aca2ccee12 x-compute-request-id: req-11840ad0-8dc0-4305-abcf-85aca2ccee12 Content-Length: 0 Content-Type: application/json 2018-09-01 19:29:37,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-11840ad0-8dc0-4305-abcf-85aca2ccee12 2018-09-01 19:29:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.598796129227s 2018-09-01 19:29:37,296 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f/os-volume_attachments/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-11840ad0-8dc0-4305-abcf-85aca2ccee12 2018-09-01 19:29:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:37,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:37,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:37 GMT Server: Apache x-compute-request-id: req-24b5a27a-8f98-4cf4-90f0-a3cac6cac29f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24b5a27a-8f98-4cf4-90f0-a3cac6cac29f Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [{"server_id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "attachment_id": "bf7c7a4e-589c-43c0-946e-760b868e2227", "attached_at": "2018-09-01T19:29:35.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "device": "/dev/vdb", "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a"}], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:37.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:37,353 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-24b5a27a-8f98-4cf4-90f0-a3cac6cac29f 2018-09-01 19:29:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0566830635071s 2018-09-01 19:29:37,353 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-24b5a27a-8f98-4cf4-90f0-a3cac6cac29f 2018-09-01 19:29:37,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:39,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:39,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:39 GMT Server: Apache x-compute-request-id: req-ed975c53-6254-4a5b-bc01-a543448bd824 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed975c53-6254-4a5b-bc01-a543448bd824 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:37.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:39,408 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-ed975c53-6254-4a5b-bc01-a543448bd824 2018-09-01 19:29:39,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.050500869751s 2018-09-01 19:29:39,408 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-ed975c53-6254-4a5b-bc01-a543448bd824 2018-09-01 19:29:39,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:29:39,532 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:09 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-01 19:29:39,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:29:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:39,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:29: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-59e34725-2bc0-4b33-9f8e-51e6c8d90f2f x-compute-request-id: req-59e34725-2bc0-4b33-9f8e-51e6c8d90f2f Content-Type: application/json 2018-09-01 19:29:39,720 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-59e34725-2bc0-4b33-9f8e-51e6c8d90f2f 2018-09-01 19:29:39,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182657957077s 2018-09-01 19:29:39,720 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f used request id req-59e34725-2bc0-4b33-9f8e-51e6c8d90f2f 2018-09-01 19:29:39,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:39,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:39,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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-eca4fea1-c79d-446a-88c5-0b36a8265a7f x-compute-request-id: req-eca4fea1-c79d-446a-88c5-0b36a8265a7f Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:29:18.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:18Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:3f:d8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/ffff7c54-4d17-4119-be16-cca6393b8b3f", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:28:48.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "ffff7c54-4d17-4119-be16-cca6393b8b3f", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:39Z", "hostId": "45a0f1070d31eca7efacd7ef58b1821e7c28b2ed0c3937209b40b12b", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm2_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:28:41Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:39,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-eca4fea1-c79d-446a-88c5-0b36a8265a7f 2018-09-01 19:29:39,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210828065872s 2018-09-01 19:29:39,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-eca4fea1-c79d-446a-88c5-0b36a8265a7f 2018-09-01 19:29:39,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:41,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:42,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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-5c68ef4d-e82d-4af3-9cc6-781bd9cc402c x-compute-request-id: req-5c68ef4d-e82d-4af3-9cc6-781bd9cc402c Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:29:18.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:18Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:42,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-5c68ef4d-e82d-4af3-9cc6-781bd9cc402c 2018-09-01 19:29:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495872974396s 2018-09-01 19:29:42,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-5c68ef4d-e82d-4af3-9cc6-781bd9cc402c 2018-09-01 19:29:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 19:29:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/floatingips/b1d52e64-0b88-47c6-a306-b20693672483.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:43,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8fba6393-d4fc-41cd-af6e-b8df1d2123b1 Content-Length: 0 Date: Sat, 01 Sep 2018 19:29:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:43,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/b1d52e64-0b88-47c6-a306-b20693672483.json used request id req-8fba6393-d4fc-41cd-af6e-b8df1d2123b1 2018-09-01 19:29:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.795931100845s 2018-09-01 19:29:43,234 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/b1d52e64-0b88-47c6-a306-b20693672483.json used request id req-8fba6393-d4fc-41cd-af6e-b8df1d2123b1 2018-09-01 19:29:43,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:29:43,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:43,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-9ceab76d-1cff-4ecf-9097-4ef5a92f13d5 Date: Sat, 01 Sep 2018 19:29:43 GMT RESP BODY: {"floatingips": [{"router_id": "26e25b07-aef1-4f46-a383-5093662b597c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T19:29:21Z", "floating_network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1b9e8756-b81a-42e9-9d19-025dfead52e6", "id": "42c20d9d-e21b-43c1-a2b6-e67ec480d020", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:29:21Z", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}]} 2018-09-01 19:29:43,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-9ceab76d-1cff-4ecf-9097-4ef5a92f13d5 2018-09-01 19:29:43,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.057774066925s 2018-09-01 19:29:43,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-9ceab76d-1cff-4ecf-9097-4ef5a92f13d5 2018-09-01 19:29:43,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:44,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:43 GMT Server: Apache x-compute-request-id: req-85c4820c-5919-4a0b-a92d-e2d89c0d8e8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85c4820c-5919-4a0b-a92d-e2d89c0d8e8b Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:37.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:44,226 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-85c4820c-5919-4a0b-a92d-e2d89c0d8e8b 2018-09-01 19:29:44,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.924497842789s 2018-09-01 19:29:44,226 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-85c4820c-5919-4a0b-a92d-e2d89c0d8e8b 2018-09-01 19:29:44,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-01 19:29:44,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:44,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8da78a7a-84f9-44ce-8175-018dc3b56900 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:29:44,351 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-8da78a7a-84f9-44ce-8175-018dc3b56900 2018-09-01 19:29:44,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.123208999634s 2018-09-01 19:29:44,352 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a used request id req-8da78a7a-84f9-44ce-8175-018dc3b56900 2018-09-01 19:29:44,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:44,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:44,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:44 GMT Server: Apache x-compute-request-id: req-6c9e37ce-b5ed-440b-a30f-93fccb21426f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c9e37ce-b5ed-440b-a30f-93fccb21426f Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "attachments": [], "links": [{"href": "http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "self"}, {"href": "http://172.30.9.48:8776/38ddf87a69d84cc08203808a2bfd4706/volumes/7a88a33b-fec1-4e0b-b2c2-71888180b42a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T19:29:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "updated_at": "2018-09-01T19:29:44.000000", "volume_type": null, "name": "cinder_test-volume_95dbd2f1-5617-43a0-9961-e72489b3b184", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7a88a33b-fec1-4e0b-b2c2-71888180b42a", "size": 2}]} 2018-09-01 19:29:44,416 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-6c9e37ce-b5ed-440b-a30f-93fccb21426f 2018-09-01 19:29:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0636558532715s 2018-09-01 19:29:44,416 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-6c9e37ce-b5ed-440b-a30f-93fccb21426f 2018-09-01 19:29:44,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:46,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 19:29:46,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:46,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:46 GMT Server: Apache x-compute-request-id: req-bfd12dfb-edda-45fd-aa3e-28c6d5dd689f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bfd12dfb-edda-45fd-aa3e-28c6d5dd689f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-01 19:29:46,460 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-bfd12dfb-edda-45fd-aa3e-28c6d5dd689f 2018-09-01 19:29:46,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0402588844299s 2018-09-01 19:29:46,461 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.48:8776/v3/38ddf87a69d84cc08203808a2bfd4706/volumes/detail used request id req-bfd12dfb-edda-45fd-aa3e-28c6d5dd689f 2018-09-01 19:29:46,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 19:29:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/floatingips/42c20d9d-e21b-43c1-a2b6-e67ec480d020.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:47,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5260a156-fedf-40ef-bc57-4bdfe5cc7429 Content-Length: 0 Date: Sat, 01 Sep 2018 19:29:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:47,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/42c20d9d-e21b-43c1-a2b6-e67ec480d020.json used request id req-5260a156-fedf-40ef-bc57-4bdfe5cc7429 2018-09-01 19:29:47,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.962203979492s 2018-09-01 19:29:47,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/floatingips/42c20d9d-e21b-43c1-a2b6-e67ec480d020.json used request id req-5260a156-fedf-40ef-bc57-4bdfe5cc7429 2018-09-01 19:29:47,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 19:29:47,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:47,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9cf913b1-5b3f-4897-baf0-f8fe93603aa1 Date: Sat, 01 Sep 2018 19:29:47 GMT RESP BODY: {"floatingips": []} 2018-09-01 19:29:47,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-9cf913b1-5b3f-4897-baf0-f8fe93603aa1 2018-09-01 19:29:47,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0524880886078s 2018-09-01 19:29:47,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/floatingips.json used request id req-9cf913b1-5b3f-4897-baf0-f8fe93603aa1 2018-09-01 19:29:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 19:29:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:47,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:29: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-3babc719-e3c7-4be5-87a7-7ccf5f16ebf4 x-compute-request-id: req-3babc719-e3c7-4be5-87a7-7ccf5f16ebf4 Content-Type: application/json 2018-09-01 19:29:47,662 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-3babc719-e3c7-4be5-87a7-7ccf5f16ebf4 2018-09-01 19:29:47,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.175930976868s 2018-09-01 19:29:47,662 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a used request id req-3babc719-e3c7-4be5-87a7-7ccf5f16ebf4 2018-09-01 19:29:47,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:48,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29: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,Accept-Encoding x-openstack-request-id: req-e2f2f0f7-66e1-43b4-a165-f5043c02ce1e x-compute-request-id: req-e2f2f0f7-66e1-43b4-a165-f5043c02ce1e Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:5a:68", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.48:8774/v2.1/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "self"}, {"href": "http://172.30.9.48:8774/servers/1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "rel": "bookmark"}], "image": {"id": "85453d1c-4855-491c-91d0-8e07aef595fc", "links": [{"href": "http://172.30.9.48:8774/images/85453d1c-4855-491c-91d0-8e07aef595fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T19:29:18.000000", "flavor": {"id": "50237e29-0b75-4bdd-a4da-10d32bacbc3b", "links": [{"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "bookmark"}]}, "id": "1ed2fd5e-a985-4721-a3df-9e4fe78a3c6a", "security_groups": [{"name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}], "user_id": "6eb6f88b1c284af2983d8bd58fed8cb3", "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-09-01T19:29:47Z", "hostId": "ca90a91ead1d5cc2ac143db43a9c97c3ec3ee7d96b5c94f94c93840c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184", "name": "cinder_test-vm_95dbd2f1-5617-43a0-9961-e72489b3b184", "created": "2018-09-01T19:29:11Z", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 19:29:48,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e2f2f0f7-66e1-43b4-a165-f5043c02ce1e 2018-09-01 19:29:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48269701004s 2018-09-01 19:29:48,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-e2f2f0f7-66e1-43b4-a165-f5043c02ce1e 2018-09-01 19:29:48,148 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 19:29:50,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 19:29:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:50,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:50 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-ae35914b-2573-48f2-b455-be29c24ad1e1 x-compute-request-id: req-ae35914b-2573-48f2-b455-be29c24ad1e1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 19:29:50,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ae35914b-2573-48f2-b455-be29c24ad1e1 2018-09-01 19:29:50,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0676028728485s 2018-09-01 19:29:50,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/servers/detail used request id req-ae35914b-2573-48f2-b455-be29c24ad1e1 2018-09-01 19:29:50,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 19:29:50,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:50,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-ba0a8459-6c00-4300-9800-0b5e74d38330 Date: Sat, 01 Sep 2018 19:29:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:31Z", "updated_at": "2018-09-01T19:28:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "2fa54ddb-f94a-4d0b-9b0f-f8b31586fb5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "97b1ef26-414e-470d-91a4-4c9e04a81ce8", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "a694ebf1-4018-44c9-baf8-433e90906074", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:31Z", "revision_number": 0, "id": "c86efc51-604e-4202-9e7a-f83e341c15c5", "remote_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:31Z", "security_group_id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 1, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "a539c780-5202-42e2-b1e7-1d3ef52e64c3", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:38Z", "updated_at": "2018-09-01T19:28:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "23203462-488f-45cb-91e6-9e74100c3762", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "6d21961b-2c61-4684-8a50-3c67d0be8741", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "982292f3-ba59-4940-9dd2-396140f2f555", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": 22, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T19:28:38Z", "revision_number": 0, "id": "fd9ca5f5-953b-4eb6-9ff6-4f966be31601", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T19:28:38Z", "security_group_id": "bb03dee0-5f75-446c-942d-a8496951efd1", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ddf87a69d84cc08203808a2bfd4706"}], "revision_number": 3, "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "bb03dee0-5f75-446c-942d-a8496951efd1", "name": "cinder_test-sg_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:50,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-ba0a8459-6c00-4300-9800-0b5e74d38330 2018-09-01 19:29:50,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456209182739s 2018-09-01 19:29:50,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/security-groups.json used request id req-ba0a8459-6c00-4300-9800-0b5e74d38330 2018-09-01 19:29:50,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 19:29:50,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/security-groups/bb03dee0-5f75-446c-942d-a8496951efd1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:50,447 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1a2dbca-690b-4870-9781-91091c91b9f9 Content-Length: 0 Date: Sat, 01 Sep 2018 19:29:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:50,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/bb03dee0-5f75-446c-942d-a8496951efd1.json used request id req-f1a2dbca-690b-4870-9781-91091c91b9f9 2018-09-01 19:29:50,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.17609000206s 2018-09-01 19:29:50,447 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/security-groups/bb03dee0-5f75-446c-942d-a8496951efd1.json used request id req-f1a2dbca-690b-4870-9781-91091c91b9f9 2018-09-01 19:29:50,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 19:29:50,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/os-keypairs/cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:50,501 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:50 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-cf5222c9-5ba8-439c-8698-f7aced739941 x-compute-request-id: req-cf5222c9-5ba8-439c-8698-f7aced739941 Content-Length: 0 Content-Type: application/json 2018-09-01 19:29:50,501 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184 used request id req-cf5222c9-5ba8-439c-8698-f7aced739941 2018-09-01 19:29:50,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0538008213043s 2018-09-01 19:29:50,502 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/os-keypairs/cinder_test-kp_95dbd2f1-5617-43a0-9961-e72489b3b184 used request id req-cf5222c9-5ba8-439c-8698-f7aced739941 2018-09-01 19:29:50,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 19:29:50,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" -d '{"subnet_id": "3489606d-f7f4-4b21-8815-e1d0f4b8211f"}' 2018-09-01 19:29:52,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1b8060d3-0ee5-4e9c-85de-add41ec09e32 Date: Sat, 01 Sep 2018 19:29:52 GMT RESP BODY: {"network_id": "cc239f4e-f995-4a38-804f-c0b659544f2e", "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "subnet_id": "3489606d-f7f4-4b21-8815-e1d0f4b8211f", "subnet_ids": ["3489606d-f7f4-4b21-8815-e1d0f4b8211f"], "port_id": "baafab26-0160-4a33-9337-a571c953a773", "id": "26e25b07-aef1-4f46-a383-5093662b597c"} 2018-09-01 19:29:52,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/remove_router_interface.json used request id req-1b8060d3-0ee5-4e9c-85de-add41ec09e32 2018-09-01 19:29:52,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73175811768s 2018-09-01 19:29:52,234 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c/remove_router_interface.json used request id req-1b8060d3-0ee5-4e9c-85de-add41ec09e32 returning object 26e25b07-aef1-4f46-a383-5093662b597c 2018-09-01 19:29:52,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 19:29:52,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:52,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-044efcc5-471b-4bd9-bba2-7dfd469516d1 Date: Sat, 01 Sep 2018 19:29:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "92da8d7f-63ad-482a-afcf-a061c3630101", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1de3dba3-7b64-45cb-bfda-6fb1538bd3da", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "38ddf87a69d84cc08203808a2bfd4706", "created_at": "2018-09-01T19:28:32Z", "admin_state_up": true, "updated_at": "2018-09-01T19:29:51Z", "revision_number": 4, "routes": [], "project_id": "38ddf87a69d84cc08203808a2bfd4706", "id": "26e25b07-aef1-4f46-a383-5093662b597c", "name": "cinder_test-router_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:52,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-044efcc5-471b-4bd9-bba2-7dfd469516d1 2018-09-01 19:29:52,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118052005768s 2018-09-01 19:29:52,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/routers.json used request id req-044efcc5-471b-4bd9-bba2-7dfd469516d1 2018-09-01 19:29:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 19:29:52,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:53,884 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81e4567a-b27a-40ee-838e-6df54efb9845 Content-Length: 0 Date: Sat, 01 Sep 2018 19:29:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:53,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c.json used request id req-81e4567a-b27a-40ee-838e-6df54efb9845 2018-09-01 19:29:53,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52900719643s 2018-09-01 19:29:53,884 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/routers/26e25b07-aef1-4f46-a383-5093662b597c.json used request id req-81e4567a-b27a-40ee-838e-6df54efb9845 2018-09-01 19:29:53,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 19:29:53,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:53,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2c29bac2-d055-4930-a941-550f4ab42fe6 Date: Sat, 01 Sep 2018 19:29:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc239f4e-f995-4a38-804f-c0b659544f2e","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T19:28:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"3489606d-f7f4-4b21-8815-e1d0f4b8211f","subnetpool_id":null,"name":"cinder_test-subnet_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:53,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-2c29bac2-d055-4930-a941-550f4ab42fe6 2018-09-01 19:29:53,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.047434091568s 2018-09-01 19:29:53,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/subnets.json used request id req-2c29bac2-d055-4930-a941-550f4ab42fe6 2018-09-01 19:29:53,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 19:29:53,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/subnets/3489606d-f7f4-4b21-8815-e1d0f4b8211f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:55,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd06a566-8c25-486d-b8e6-743da100e6af Date: Sat, 01 Sep 2018 19:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:55,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/3489606d-f7f4-4b21-8815-e1d0f4b8211f.json used request id req-fd06a566-8c25-486d-b8e6-743da100e6af 2018-09-01 19:29:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.27130794525s 2018-09-01 19:29:55,206 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/subnets/3489606d-f7f4-4b21-8815-e1d0f4b8211f.json used request id req-fd06a566-8c25-486d-b8e6-743da100e6af 2018-09-01 19:29:55,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 19:29:55,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:55,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-c39809fd-2e9d-4e49-9e32-fb0471d2a77f Date: Sat, 01 Sep 2018 19:29:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1de3dba3-7b64-45cb-bfda-6fb1538bd3da"],"updated_at":"2018-09-01T19:21:41Z","tenant_id":"1b34b31468a04e39ab9d3c5ad97d8417","created_at":"2018-09-01T19:21:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b34b31468a04e39ab9d3c5ad97d8417","id":"92da8d7f-63ad-482a-afcf-a061c3630101","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T19:29:55Z","tenant_id":"38ddf87a69d84cc08203808a2bfd4706","created_at":"2018-09-01T19:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"38ddf87a69d84cc08203808a2bfd4706","id":"cc239f4e-f995-4a38-804f-c0b659544f2e","name":"cinder_test-net_95dbd2f1-5617-43a0-9961-e72489b3b184"}]} 2018-09-01 19:29:55,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-c39809fd-2e9d-4e49-9e32-fb0471d2a77f 2018-09-01 19:29:55,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0908870697021s 2018-09-01 19:29:55,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.48:9696/v2.0/networks.json used request id req-c39809fd-2e9d-4e49-9e32-fb0471d2a77f 2018-09-01 19:29:55,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 19:29:55,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9696/v2.0/networks/cc239f4e-f995-4a38-804f-c0b659544f2e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:56,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-daf2dafb-1a8f-4298-991c-ce2ae0be5b11 Date: Sat, 01 Sep 2018 19:29:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 19:29:56,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/cc239f4e-f995-4a38-804f-c0b659544f2e.json used request id req-daf2dafb-1a8f-4298-991c-ce2ae0be5b11 2018-09-01 19:29:56,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.33226704597s 2018-09-01 19:29:56,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.48:9696/v2.0/networks/cc239f4e-f995-4a38-804f-c0b659544f2e.json used request id req-daf2dafb-1a8f-4298-991c-ce2ae0be5b11 2018-09-01 19:29:56,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 19:29:56,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:57,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-73fbb730-6a50-4241-b212-e1f23a6247f8 Date: Sat, 01 Sep 2018 19:29:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T19:28:37Z", "file": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc/file", "owner": "38ddf87a69d84cc08203808a2bfd4706", "id": "85453d1c-4855-491c-91d0-8e07aef595fc", "size": 12716032, "self": "/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9df40ae2-683c-4c1f-bbfc-4307798bcda4/images/85453d1c-4855-491c-91d0-8e07aef595fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_95dbd2f1-5617-43a0-9961-e72489b3b184", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T19:28:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 19:29:57,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-73fbb730-6a50-4241-b212-e1f23a6247f8 2018-09-01 19:29:57,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.73327088356s 2018-09-01 19:29:57,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.48:9292/v2/images used request id req-73fbb730-6a50-4241-b212-e1f23a6247f8 2018-09-01 19:29:57,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 19:29:57,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6e4c7294b50f81c4d1fef13d2cde884e4069e66b" 2018-09-01 19:29:58,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7dab5b43-6706-4772-a0ac-3c9605f068ca Date: Sat, 01 Sep 2018 19:29:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 19:29:58,463 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc used request id req-7dab5b43-6706-4772-a0ac-3c9605f068ca 2018-09-01 19:29:58,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09086585045s 2018-09-01 19:29:58,463 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.48:9292/v2/images/85453d1c-4855-491c-91d0-8e07aef595fc used request id req-7dab5b43-6706-4772-a0ac-3c9605f068ca 2018-09-01 19:29:58,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 19:29:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.48: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.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:58,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:58 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-62ef72bb-de42-43ce-b0cd-7c538316de7e x-compute-request-id: req-62ef72bb-de42-43ce-b0cd-7c538316de7e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": [{"href": "http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "rel": "self"}, {"href": "http://172.30.9.48:8774/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b", "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": "50237e29-0b75-4bdd-a4da-10d32bacbc3b"}]} 2018-09-01 19:29:58,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-62ef72bb-de42-43ce-b0cd-7c538316de7e 2018-09-01 19:29:58,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022421836853s 2018-09-01 19:29:58,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.48:8774/v2.1/flavors/detail?is_public=None used request id req-62ef72bb-de42-43ce-b0cd-7c538316de7e 2018-09-01 19:29:58,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 19:29:58,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:58,518 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 19:29:58 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-8c1369b4-82ae-4a71-94cf-72da68f8a746 x-compute-request-id: req-8c1369b4-82ae-4a71-94cf-72da68f8a746 Content-Length: 0 Content-Type: application/json 2018-09-01 19:29:58,518 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b used request id req-8c1369b4-82ae-4a71-94cf-72da68f8a746 2018-09-01 19:29:58,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0298810005188s 2018-09-01 19:29:58,518 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.48:8774/v2.1/flavors/50237e29-0b75-4bdd-a4da-10d32bacbc3b used request id req-8c1369b4-82ae-4a71-94cf-72da68f8a746 2018-09-01 19:29:58,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:29:58,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:58,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7850c5e-845b-4058-b958-bccb2d24fa02 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.48:5000/v3/users/0334a869349846859e3f75eb0e0d04fb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0334a869349846859e3f75eb0e0d04fb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.48:5000/v3/users/218fcdfb8714430981a458f59b09825a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "218fcdfb8714430981a458f59b09825a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.48:5000/v3/users/4ffee33cb1a74a3f950ab20fb7175bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4ffee33cb1a74a3f950ab20fb7175bce", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.48:5000/v3/users/565b29a2d36b460fb155a18e8adbf1ba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "565b29a2d36b460fb155a18e8adbf1ba", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.48:5000/v3/users/5c1746b59bb24d26b4e99332a6962f53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5c1746b59bb24d26b4e99332a6962f53", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": {"self": "http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6eb6f88b1c284af2983d8bd58fed8cb3", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.48:5000/v3/users/7d0e6786949c46e5939e40422479ab56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d0e6786949c46e5939e40422479ab56", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.48:5000/v3/users/7eb7188af5e64a59886446be2451e7f3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7eb7188af5e64a59886446be2451e7f3", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.48:5000/v3/users/82d471913d744e34bd813f275de271eb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "82d471913d744e34bd813f275de271eb", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.48:5000/v3/users/9743f6a2fa174b0f98650485d227d262"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9743f6a2fa174b0f98650485d227d262", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.48:5000/v3/users/9d4c172dba7d4f64b4c1ac28ab061493"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d4c172dba7d4f64b4c1ac28ab061493", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.48:5000/v3/users/b0df12de87ba4883843ffdb40e5d4506"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b0df12de87ba4883843ffdb40e5d4506", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.48:5000/v3/users/c802ee840eb649cd8efdaed970238cbe"}, "domain_id": "19b768cedd834715915aebb31b71903d", "enabled": true, "options": {}, "id": "c802ee840eb649cd8efdaed970238cbe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.48:5000/v3/users/dc17ad28fd5b451a981a003f70b68fad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc17ad28fd5b451a981a003f70b68fad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.48:5000/v3/users/f06525c39d9349318d92640d2dfdda5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f06525c39d9349318d92640d2dfdda5b", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.48:5000/v3/users", "previous": null, "next": null}} 2018-09-01 19:29:58,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-f7850c5e-845b-4058-b958-bccb2d24fa02 2018-09-01 19:29:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199687004089s 2018-09-01 19:29:58,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users used request id req-f7850c5e-845b-4058-b958-bccb2d24fa02 2018-09-01 19:29:58,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 19:29:58,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:58,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b695ef2-3ae1-48ca-8b82-392665a55d65 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_95dbd2f1-5617-43a0-9961-e72489b3b184", "links": {"self": "http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6eb6f88b1c284af2983d8bd58fed8cb3", "description": null}} 2018-09-01 19:29:58,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 used request id req-5b695ef2-3ae1-48ca-8b82-392665a55d65 2018-09-01 19:29:58,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206712007523s 2018-09-01 19:29:58,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 used request id req-5b695ef2-3ae1-48ca-8b82-392665a55d65 2018-09-01 19:29:58,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 19:29:58,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:59,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:29:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55bec87f-ee28-4425-a227-1c8677cb1663 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:29:59,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 used request id req-55bec87f-ee28-4425-a227-1c8677cb1663 2018-09-01 19:29:59,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.3473072052s 2018-09-01 19:29:59,279 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/users/6eb6f88b1c284af2983d8bd58fed8cb3 used request id req-55bec87f-ee28-4425-a227-1c8677cb1663 2018-09-01 19:29:59,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 19:29:59,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:59,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efeb7f44-238c-457b-acf7-24f708229ba9 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.48:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.48:5000/v3/projects/1b34b31468a04e39ab9d3c5ad97d8417"}, "tags": [], "enabled": true, "id": "1b34b31468a04e39ab9d3c5ad97d8417", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706"}, "tags": [], "enabled": true, "id": "38ddf87a69d84cc08203808a2bfd4706", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_95dbd2f1-5617-43a0-9961-e72489b3b184"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.48:5000/v3/projects/4d4021a1339f4d9ba7a6d32091768ef1"}, "tags": [], "enabled": true, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 19:29:59,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-efeb7f44-238c-457b-acf7-24f708229ba9 2018-09-01 19:29:59,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178282022476s 2018-09-01 19:29:59,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/projects used request id req-efeb7f44-238c-457b-acf7-24f708229ba9 2018-09-01 19:29:59,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 19:29:59,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4587cb1f645e675cda35d438ec624ee9aea16484" 2018-09-01 19:29:59,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 19:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d44da1f4-ecf4-4a90-a525-589be8dc3759 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 19:29:59,698 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706 used request id req-d44da1f4-ecf4-4a90-a525-589be8dc3759 2018-09-01 19:29:59,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.229434967041s 2018-09-01 19:29:59,698 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.48:5000/v3/projects/38ddf87a69d84cc08203808a2bfd4706 used request id req-d44da1f4-ecf4-4a90-a525-589be8dc3759 2018-09-01 19:29:59,753 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-01 19:29:59,878 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 19:29:59,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 19:29:59,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 19:29:59,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:29:59,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92d080f-a7fc-4c59-90f6-1434123bc834 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.48:5000/v3/", "rel": "self"}]}} 2018-09-01 19:29:59,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/v3 used request id req-c92d080f-a7fc-4c59-90f6-1434123bc834 2018-09-01 19:29:59,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.48:5000/v3/auth/tokens 2018-09-01 19:30:00,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1716c5f4aa30484b9ed8aa6a7408930b", "name": "admin"}, {"id": "3fb33d062ba74398bc221d95c9adc067", "name": "reader"}, {"id": "64874fc0a262431fa67bb64fec250e81", "name": "member"}], "expires_at": "2018-09-01T20:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4d4021a1339f4d9ba7a6d32091768ef1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.48:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}], "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.48:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed0c17c91afb45fd863935334f8cc664"}], "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "02cc3479497e482ab758f5d1424c4262"}, {"url": "http://172.30.9.48:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"url": "http://192.30.9.3:8776/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db03e6e854a24a778de471a7d5f9346e"}], "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"url": "http://172.30.9.48:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71396ed2a41d4df59b37721699a99404"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e43305bf98a4db1963507291a815628"}, {"url": "http://12.0.0.28:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"url": "http://172.30.9.48:8080/v1/AUTH_4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}], "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"url": "http://172.30.9.48:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeec62557812479ba9050a765e0f796c"}], "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "201478b068d44af68811c6553e3a6d12"}, {"url": "http://172.30.9.48:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65044b7a45d54e9bb35df520ce6d37f5"}], "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.48:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18285475d3424ae3a2210ac31813419f"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b593d57058304fb39334b9dd334bdaa6"}], "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.48:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5889f204932c4332adc1d311ee348364"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"url": "http://192.30.9.3:8776/v2/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d3282ac780b042f0bc1d636cc06245b9"}], "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"url": "http://192.30.9.3:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f259432324614d40adf69d316f3ef5f5"}, {"url": "http://172.30.9.48:8004/v1/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}], "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"url": "http://192.30.9.3:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d041d6228f549488e91c6168050f54c"}, {"url": "http://172.30.9.48:8776/v3/4d4021a1339f4d9ba7a6d32091768ef1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae71d7e383b847aab553ad28254c5c39"}], "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.48:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e58a31be595b464998abb54ed1532c11"}], "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.48:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}], "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "845232f527c04c87abf783e1c530b844"}, {"url": "http://172.30.9.48:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}], "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "565b29a2d36b460fb155a18e8adbf1ba"}, "audit_ids": ["lql_ffSwRASqODsTgPNs3g"], "issued_at": "2018-09-01T19:30:00.000000Z"}} 2018-09-01 19:30:00,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:30:00,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:30:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edeae2a6-d447-449e-a4ba-09fefb63e6ee 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.48:5000/v3/", "rel": "self"}]}]}} 2018-09-01 19:30:00,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.48:5000/ used request id req-edeae2a6-d447-449e-a4ba-09fefb63e6ee 2018-09-01 19:30:00,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 19:30:00,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 19:30:00,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 19:30:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a99f233d-822f-4785-9f9b-b01f77708308 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.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 19:30:00,307 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-a99f233d-822f-4785-9f9b-b01f77708308 2018-09-01 19:30:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38218461280f939ae6dc032a1cea3f7ce5c276f7" 2018-09-01 19:30:00,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baeba40e-b825-4caa-945f-588333aa9f28 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/09965002a17144e28a70f9da882f19db"}, "enabled": true, "type": "network", "id": "09965002a17144e28a70f9da882f19db", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/15f87be85b0b4c50b5447900b8bfe50f"}, "enabled": true, "type": "metering", "id": "15f87be85b0b4c50b5447900b8bfe50f", "name": "ceilometer"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2b940330b9a749b08e2c2a0dee284909"}, "enabled": true, "type": "alarming", "id": "2b940330b9a749b08e2c2a0dee284909", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2ed53eea22e348db8f1839f6de059826"}, "enabled": true, "type": "volume", "id": "2ed53eea22e348db8f1839f6de059826", "name": "cinder"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/3c593ce1c54941068ba2b022e8d44756"}, "enabled": true, "type": "compute", "id": "3c593ce1c54941068ba2b022e8d44756", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78544a848355437fb2e503487fbb584d"}, "enabled": true, "type": "object-store", "id": "78544a848355437fb2e503487fbb584d", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/848609739204410b9578ae0f2c283169"}, "enabled": true, "type": "image", "id": "848609739204410b9578ae0f2c283169", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/9793be372fcc459eac38e4db9e6c8c5c"}, "enabled": true, "type": "placement", "id": "9793be372fcc459eac38e4db9e6c8c5c", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/98334c6a3ca1437b9fb1f15a08d848e8"}, "enabled": true, "type": "event", "id": "98334c6a3ca1437b9fb1f15a08d848e8", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/a8416639a949430cbd21b62b76c1eb94"}, "enabled": true, "type": "volumev2", "id": "a8416639a949430cbd21b62b76c1eb94", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b27a1861348a4c849341b90aab6365b7"}, "enabled": true, "type": "orchestration", "id": "b27a1861348a4c849341b90aab6365b7", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/cafa5464317f42b188e9c270c00ee2d0"}, "enabled": true, "type": "volumev3", "id": "cafa5464317f42b188e9c270c00ee2d0", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d3d3c2524a234d3f8d090206777cfc7a"}, "enabled": true, "type": "metric", "id": "d3d3c2524a234d3f8d090206777cfc7a", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e1f43679f5d844159ea77879d0e52dc1"}, "enabled": true, "type": "identity", "id": "e1f43679f5d844159ea77879d0e52dc1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f853b3ae91a34f208b62d55f3d80f4f3"}, "enabled": true, "type": "cloudformation", "id": "f853b3ae91a34f208b62d55f3d80f4f3", "name": "heat-cfn"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 19:30:00,475 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-baeba40e-b825-4caa-945f-588333aa9f28 2018-09-01 19:30:00,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.177073001862s 2018-09-01 19:30:00,475 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-baeba40e-b825-4caa-945f-588333aa9f28 2018-09-01 19:30:00,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 19:30:00,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.48:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38218461280f939ae6dc032a1cea3f7ce5c276f7" 2018-09-01 19:30:00,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 19:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb36733-fd6c-48cf-9683-1cbc39962d8a Content-Encoding: gzip Content-Length: 1977 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/02cc3479497e482ab758f5d1424c4262"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "02cc3479497e482ab758f5d1424c4262"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, "url": "http://172.30.9.48:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "052c8e6ce62c45a1b4b40ccd3b2ef1c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/0b4daeab235a49fd9a821202c4c7c76a"}, "url": "http://172.30.9.48:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "0b4daeab235a49fd9a821202c4c7c76a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/0bedf0c6be414e36a9432fc99a9f2d16"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "0bedf0c6be414e36a9432fc99a9f2d16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/18285475d3424ae3a2210ac31813419f"}, "url": "http://172.30.9.48:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "18285475d3424ae3a2210ac31813419f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/1e43305bf98a4db1963507291a815628"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78544a848355437fb2e503487fbb584d", "id": "1e43305bf98a4db1963507291a815628"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/201478b068d44af68811c6553e3a6d12"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "201478b068d44af68811c6553e3a6d12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/26d9b63e0aef45e080c8b7bcdd3be5a0"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "26d9b63e0aef45e080c8b7bcdd3be5a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/33f4aa3604e0493d92ab2fbcf84117bf"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "33f4aa3604e0493d92ab2fbcf84117bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/360661ce0eb44f2dbb8bc7ceb4c0b115"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "360661ce0eb44f2dbb8bc7ceb4c0b115"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/3cb631383a5647f6ada38ab75dfd871b"}, "url": "http://172.30.9.48:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09965002a17144e28a70f9da882f19db", "id": "3cb631383a5647f6ada38ab75dfd871b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/437638810e2b4d99bdbf7ed4f3aed7dd"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09965002a17144e28a70f9da882f19db", "id": "437638810e2b4d99bdbf7ed4f3aed7dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/4b529f3b0512444781f9ef18ee392b39"}, "url": "http://172.30.9.48:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "4b529f3b0512444781f9ef18ee392b39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/582c091dffbf40fc926b9f9bd587fa81"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "848609739204410b9578ae0f2c283169", "id": "582c091dffbf40fc926b9f9bd587fa81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/5889f204932c4332adc1d311ee348364"}, "url": "http://172.30.9.48:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "5889f204932c4332adc1d311ee348364"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/60dc9e9c383a409ebe7de241ebc04952"}, "url": "http://172.30.9.48:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "60dc9e9c383a409ebe7de241ebc04952"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/64fd39d7859b4b76b20ffafd114ba235"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "64fd39d7859b4b76b20ffafd114ba235"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/65044b7a45d54e9bb35df520ce6d37f5"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9793be372fcc459eac38e4db9e6c8c5c", "id": "65044b7a45d54e9bb35df520ce6d37f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/68fefe9dc4f246818b80cbb8e322f90e"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78544a848355437fb2e503487fbb584d", "id": "68fefe9dc4f246818b80cbb8e322f90e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/6a10edd559cb412c8ebea768b4faef25"}, "url": "http://172.30.9.48:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "6a10edd559cb412c8ebea768b4faef25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/6d041d6228f549488e91c6168050f54c"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "6d041d6228f549488e91c6168050f54c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/71396ed2a41d4df59b37721699a99404"}, "url": "http://172.30.9.48:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "71396ed2a41d4df59b37721699a99404"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/845232f527c04c87abf783e1c530b844"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "845232f527c04c87abf783e1c530b844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/8e0325da247e4a6a818f5b490e4fb6ee"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "8e0325da247e4a6a818f5b490e4fb6ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/a6ca0faf75db4f25a8a88e66268983f9"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "a6ca0faf75db4f25a8a88e66268983f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/acb0438136a24e9da461cecb1ed83df5"}, "url": "http://172.30.9.48:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "848609739204410b9578ae0f2c283169", "id": "acb0438136a24e9da461cecb1ed83df5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ae71d7e383b847aab553ad28254c5c39"}, "url": "http://172.30.9.48:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cafa5464317f42b188e9c270c00ee2d0", "id": "ae71d7e383b847aab553ad28254c5c39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/aeec62557812479ba9050a765e0f796c"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "848609739204410b9578ae0f2c283169", "id": "aeec62557812479ba9050a765e0f796c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/b593d57058304fb39334b9dd334bdaa6"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "98334c6a3ca1437b9fb1f15a08d848e8", "id": "b593d57058304fb39334b9dd334bdaa6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/b8e0c1a1cdbd45b28e67bb56887d10fd"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1f43679f5d844159ea77879d0e52dc1", "id": "b8e0c1a1cdbd45b28e67bb56887d10fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/bf1ec5a9a55d4c119f92ff8197d7fe15"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09965002a17144e28a70f9da882f19db", "id": "bf1ec5a9a55d4c119f92ff8197d7fe15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/caac2ed07ddb4b7d92da0780c0f1c3e1"}, "url": "http://172.30.9.48:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78544a848355437fb2e503487fbb584d", "id": "caac2ed07ddb4b7d92da0780c0f1c3e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ccb5f5c52f99425a9ae77fe2b0d21350"}, "url": "http://172.30.9.48:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f853b3ae91a34f208b62d55f3d80f4f3", "id": "ccb5f5c52f99425a9ae77fe2b0d21350"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/cd26b484bc8c458fa4c0f7c33450a743"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "cd26b484bc8c458fa4c0f7c33450a743"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/d1928fba708945f6a051bf760d9d36ed"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "d1928fba708945f6a051bf760d9d36ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/d3282ac780b042f0bc1d636cc06245b9"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a8416639a949430cbd21b62b76c1eb94", "id": "d3282ac780b042f0bc1d636cc06245b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/db03e6e854a24a778de471a7d5f9346e"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2ed53eea22e348db8f1839f6de059826", "id": "db03e6e854a24a778de471a7d5f9346e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/e58a31be595b464998abb54ed1532c11"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3d3c2524a234d3f8d090206777cfc7a", "id": "e58a31be595b464998abb54ed1532c11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/ed0c17c91afb45fd863935334f8cc664"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2b940330b9a749b08e2c2a0dee284909", "id": "ed0c17c91afb45fd863935334f8cc664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f259432324614d40adf69d316f3ef5f5"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "f259432324614d40adf69d316f3ef5f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f3b185f9fa7a4b4cb9af121bdde47dc2"}, "url": "http://172.30.9.48:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b27a1861348a4c849341b90aab6365b7", "id": "f3b185f9fa7a4b4cb9af121bdde47dc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.48:5000/v3/endpoints/f5d38ab13c4f45fe8709f63b837e146f"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3c593ce1c54941068ba2b022e8d44756", "id": "f5d38ab13c4f45fe8709f63b837e146f"}], "links": {"self": "http://172.30.9.48:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 19:30:00,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/endpoints used request id req-1bb36733-fd6c-48cf-9683-1cbc39962d8a 2018-09-01 19:30:00,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.178614139557s 2018-09-01 19:30:00,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.48:5000/v3/endpoints used request id req-1bb36733-fd6c-48cf-9683-1cbc39962d8a 2018-09-01 19:38:47,114 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/4b08115e-14e6-43a6-a6bd-f6d8de450a75 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/07e7194a-75e3-4046-91ee-8e5c4a8e9bc8 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6aaa349c-6f9c-4047-b115-a535d07f5e32 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6aaa349c-6f9c-4047-b115-a535d07f5e32 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6aaa349c-6f9c-4047-b115-a535d07f5e32 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6aaa349c-6f9c-4047-b115-a535d07f5e32 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/07e7194a-75e3-4046-91ee-8e5c4a8e9bc8 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/07e7194a-75e3-4046-91ee-8e5c4a8e9bc8 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/07e7194a-75e3-4046-91ee-8e5c4a8e9bc8 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/4b08115e-14e6-43a6-a6bd-f6d8de450a75 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/4b08115e-14e6-43a6-a6bd-f6d8de450a75 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/4b08115e-14e6-43a6-a6bd-f6d8de450a75 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-09-01 19:38:47,140 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-01 19:38:47,278 - xtesting.core.robotframework - ERROR - Cannot parse results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/robotframework.py", line 130, in run assert self.generate_report() == 0 AssertionError 2018-09-01 19:38:47,408 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 19:38:47,408 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 19:38:47,412 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-09-01 19:38:47,413 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:30 | PASS | | singlevm2 | functest | healthcheck | 00:36 | PASS | | vping_ssh | functest | healthcheck | 00:33 | PASS | | vping_userdata | functest | healthcheck | 00:33 | PASS | | cinder_test | functest | healthcheck | 01:09 | PASS | | odl | functest | healthcheck | 08:46 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-01 19:38:47,423 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR