2018-09-01 04:41:32,438 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-267 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 04:41:32,441 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.29,192.30.9.4 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.29:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=eY65qt12M2IhXooKsXaYkAthp 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=964427977c614007b31bf28ce6a0b09c export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=9AiWVWCCQPwb0T6YWhbjM2Cjj export OS_REGION_NAME=regionOne 2018-09-01 04:41:32,442 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 04:41:32,442 - 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 04:41:32,466 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:41:32,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:41:32,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:41:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:41:32,749 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 04:41:32,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 04:41:32,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:32,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3513bf1-187f-46b9-bebe-059e213b3968 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:41:32,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f3513bf1-187f-46b9-bebe-059e213b3968 2018-09-01 04:41:32,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:41:33,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:41:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["fyQOfncjRtCI3FQSM5q3Yg"], "issued_at": "2018-09-01T04:41:33.000000Z"}} 2018-09-01 04:41:33,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:34,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:33 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-59fa2632-37cb-46c1-be2a-fc2330b0ec1f x-compute-request-id: req-59fa2632-37cb-46c1-be2a-fc2330b0ec1f Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 04:41:34,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-59fa2632-37cb-46c1-be2a-fc2330b0ec1f 2018-09-01 04:41:34,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.29241704941s 2018-09-01 04:41:34,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-aggregates used request id req-59fa2632-37cb-46c1-be2a-fc2330b0ec1f 2018-09-01 04:41:34,042 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 04:41:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:34,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:41:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feb7baf7-d893-408b-87d7-5f78307a2268 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:41:34,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-feb7baf7-d893-408b-87d7-5f78307a2268 2018-09-01 04:41:34,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:41:34,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:34,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d6b4dd4-524d-45b7-9d80-db5369a835ef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:41:34,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8d6b4dd4-524d-45b7-9d80-db5369a835ef 2018-09-01 04:41:34,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198873996735s 2018-09-01 04:41:34,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-8d6b4dd4-524d-45b7-9d80-db5369a835ef 2018-09-01 04:41:34,251 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'c516a4fefcfc4563922992556d609581', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-01 04:41:34,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 04:41:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:34,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af900b2b-c32c-4278-8f33-e860a2778323 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0415cae447e54a9aaec504f726a5c900"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "0415cae447e54a9aaec504f726a5c900"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/077b37f8c77d49b983aad1cd3f8022aa"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0d14c1eea5ed45338af3175b57887179"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "0d14c1eea5ed45338af3175b57887179"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1b53a2bf3aac428bb85fce675eaca1fb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1dc9e78675494f6ebeeadcf873782415"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1e45f7f445064a269de7aef1eb806ea3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2e415e92520a454aa274cff799cde7d2"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "2e415e92520a454aa274cff799cde7d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30910b5d289f4ee4b96cafc273330290"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "30910b5d289f4ee4b96cafc273330290"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3577cf8beb4b4329b67011c0610057eb"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "3577cf8beb4b4329b67011c0610057eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3748410f00754a79bd18d90168ae0bc4"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4742948ed6d94879961ed4fc399e30a2"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/494fc33efbcf45da89b653a43442c66c"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "126a3353948a40f387a8f928903993f4", "id": "494fc33efbcf45da89b653a43442c66c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4dd88989478c487d94d3ffda6cc6b9d8"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/56802d3cbca84943a0e6b4d152702bf2"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5b89e980ba2949db8821295779eb1cdb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/604383573b124ef09d5c96aa0b000caa"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "604383573b124ef09d5c96aa0b000caa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/6ede5022c0c746f98db6feabdbc3faff"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/74aedb443a634335998b85f3785d16cd"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "74aedb443a634335998b85f3785d16cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76dda03a098145e28fdff56bc87c9cf2"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "126a3353948a40f387a8f928903993f4", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/791db457d75847018cc5a7319e61e9b3"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "791db457d75847018cc5a7319e61e9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/817470ed84df47a2ae961d7fb37c384c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/887d93c8dda04623bef938a9634782f4"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "887d93c8dda04623bef938a9634782f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8ce0b44ea9b54faf9e09b4d763214e8c"}, "url": "http://172.30.9.29:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9112c9ccf66741968b7a8668f367b4db"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "126a3353948a40f387a8f928903993f4", "id": "9112c9ccf66741968b7a8668f367b4db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9540762e6f7141f8b137c0143dd9733e"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/96fc8c556bef47ef96b78d0af1b4931c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "96fc8c556bef47ef96b78d0af1b4931c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a6864ffb55fd4d21a3dc3b7b840c20c7"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ab3cedc125674aec8694c93948cd9b6a"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba7e447ae3e24daf8e4d0ac40f15c3b2"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c5c57911b64742cfbd06b331f476f119"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "c5c57911b64742cfbd06b331f476f119"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ce96579d87f74d87ab36c3eca032cb25"}, "url": "http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d57198cc8c3145dbbdf10b373a88b9a5"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/db1468ac74484909993cd61e150f5647"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "db1468ac74484909993cd61e150f5647"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/de3b9a90c14b4d3c9a8003eeb5db34fa"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e11217d07b3b46539b017d98ca2508a8"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "e11217d07b3b46539b017d98ca2508a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e12edeff96b145f28eb985f2ce2fe9b6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5313384a0c14a17ae8cd445085ae02d"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "e5313384a0c14a17ae8cd445085ae02d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e61a6a751da84ec195b797ec56dbd59d"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "e61a6a751da84ec195b797ec56dbd59d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f1316efb374d4ae7857c64a0ab555d30"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "f1316efb374d4ae7857c64a0ab555d30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f2beffe9be39408d84bc3be43b9037e6"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "f2beffe9be39408d84bc3be43b9037e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f47f48d618ab43029c71914820cba0d8"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "f47f48d618ab43029c71914820cba0d8"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 04:41:34,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-af900b2b-c32c-4278-8f33-e860a2778323 2018-09-01 04:41:34,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.291789054871s 2018-09-01 04:41:34,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-af900b2b-c32c-4278-8f33-e860a2778323 2018-09-01 04:41:34,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.29:5000/v3/endpoints/0415cae447e54a9aaec504f726a5c900'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'80ff8ba6c9ec4e119748b9a43998a437', u'id': u'0415cae447e54a9aaec504f726a5c900'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/077b37f8c77d49b983aad1cd3f8022aa'}, u'url': u'http://172.30.9.29:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dc9168c483f7418cb2ff4940057ff09d', u'id': u'077b37f8c77d49b983aad1cd3f8022aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/0d14c1eea5ed45338af3175b57887179'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cc057f7a88e147ec965de37880373ba3', u'id': u'0d14c1eea5ed45338af3175b57887179'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1b53a2bf3aac428bb85fce675eaca1fb'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8035341b07a84884ba7c08c0357a3496', u'id': u'1b53a2bf3aac428bb85fce675eaca1fb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1dc9e78675494f6ebeeadcf873782415'}, u'url': u'http://172.30.9.29:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd830a8bc134744dea9a7e1618938dbdf', u'id': u'1dc9e78675494f6ebeeadcf873782415'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/1e45f7f445064a269de7aef1eb806ea3'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'00c4fa0ee8114c728dfe49af9a0633a6', u'id': u'1e45f7f445064a269de7aef1eb806ea3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/2e415e92520a454aa274cff799cde7d2'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'adedd328c67a45679a1415e9911d01b2', u'id': u'2e415e92520a454aa274cff799cde7d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/30910b5d289f4ee4b96cafc273330290'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cc057f7a88e147ec965de37880373ba3', u'id': u'30910b5d289f4ee4b96cafc273330290'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/3577cf8beb4b4329b67011c0610057eb'}, u'url': u'http://172.30.9.29:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cc057f7a88e147ec965de37880373ba3', u'id': u'3577cf8beb4b4329b67011c0610057eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/3748410f00754a79bd18d90168ae0bc4'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd830a8bc134744dea9a7e1618938dbdf', u'id': u'3748410f00754a79bd18d90168ae0bc4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4742948ed6d94879961ed4fc399e30a2'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'db5deb0f5db84832a69f3489f0cbafa8', u'id': u'4742948ed6d94879961ed4fc399e30a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/494fc33efbcf45da89b653a43442c66c'}, u'url': u'http://172.30.9.29:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'126a3353948a40f387a8f928903993f4', u'id': u'494fc33efbcf45da89b653a43442c66c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/4dd88989478c487d94d3ffda6cc6b9d8'}, u'url': u'http://172.30.9.29:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'98e175d10cfe492f8d53ee6c59608567', u'id': u'4dd88989478c487d94d3ffda6cc6b9d8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/56802d3cbca84943a0e6b4d152702bf2'}, u'url': u'http://12.0.0.33:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a3fdd99b3a7f4b3eb52b1c8fc975588b', u'id': u'56802d3cbca84943a0e6b4d152702bf2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/5b89e980ba2949db8821295779eb1cdb'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8035341b07a84884ba7c08c0357a3496', u'id': u'5b89e980ba2949db8821295779eb1cdb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/604383573b124ef09d5c96aa0b000caa'}, u'url': u'http://172.30.9.29:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8035341b07a84884ba7c08c0357a3496', u'id': u'604383573b124ef09d5c96aa0b000caa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/6ede5022c0c746f98db6feabdbc3faff'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'00c4fa0ee8114c728dfe49af9a0633a6', u'id': u'6ede5022c0c746f98db6feabdbc3faff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/74aedb443a634335998b85f3785d16cd'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'db5deb0f5db84832a69f3489f0cbafa8', u'id': u'74aedb443a634335998b85f3785d16cd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/76dda03a098145e28fdff56bc87c9cf2'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'126a3353948a40f387a8f928903993f4', u'id': u'76dda03a098145e28fdff56bc87c9cf2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/791db457d75847018cc5a7319e61e9b3'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'80ff8ba6c9ec4e119748b9a43998a437', u'id': u'791db457d75847018cc5a7319e61e9b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/817470ed84df47a2ae961d7fb37c384c'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4efb4139bd2f436790af8fef37c6b1f8', u'id': u'817470ed84df47a2ae961d7fb37c384c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/887d93c8dda04623bef938a9634782f4'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'615f48ff8e474f4ebbdd9b1ad7e22260', u'id': u'887d93c8dda04623bef938a9634782f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/8ce0b44ea9b54faf9e09b4d763214e8c'}, u'url': u'http://172.30.9.29:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c22cf413fef84cc5812ba404611fcab0', u'id': u'8ce0b44ea9b54faf9e09b4d763214e8c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/9112c9ccf66741968b7a8668f367b4db'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'126a3353948a40f387a8f928903993f4', u'id': u'9112c9ccf66741968b7a8668f367b4db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/9540762e6f7141f8b137c0143dd9733e'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4efb4139bd2f436790af8fef37c6b1f8', u'id': u'9540762e6f7141f8b137c0143dd9733e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/96fc8c556bef47ef96b78d0af1b4931c'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd830a8bc134744dea9a7e1618938dbdf', u'id': u'96fc8c556bef47ef96b78d0af1b4931c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/a6864ffb55fd4d21a3dc3b7b840c20c7'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c22cf413fef84cc5812ba404611fcab0', u'id': u'a6864ffb55fd4d21a3dc3b7b840c20c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ab3cedc125674aec8694c93948cd9b6a'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'98e175d10cfe492f8d53ee6c59608567', u'id': u'ab3cedc125674aec8694c93948cd9b6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/b0b6e8eb4abc4c7e86e3f9da0dc84fb5'}, u'url': u'http://172.30.9.29:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'615f48ff8e474f4ebbdd9b1ad7e22260', u'id': u'b0b6e8eb4abc4c7e86e3f9da0dc84fb5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ba7e447ae3e24daf8e4d0ac40f15c3b2'}, u'url': u'http://172.30.9.29:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'adedd328c67a45679a1415e9911d01b2', u'id': u'ba7e447ae3e24daf8e4d0ac40f15c3b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/c5c57911b64742cfbd06b331f476f119'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c22cf413fef84cc5812ba404611fcab0', u'id': u'c5c57911b64742cfbd06b331f476f119'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/ce96579d87f74d87ab36c3eca032cb25'}, u'url': u'http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a3fdd99b3a7f4b3eb52b1c8fc975588b', u'id': u'ce96579d87f74d87ab36c3eca032cb25'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/d57198cc8c3145dbbdf10b373a88b9a5'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'615f48ff8e474f4ebbdd9b1ad7e22260', u'id': u'd57198cc8c3145dbbdf10b373a88b9a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/db1468ac74484909993cd61e150f5647'}, u'url': u'http://172.30.9.29:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'00c4fa0ee8114c728dfe49af9a0633a6', u'id': u'db1468ac74484909993cd61e150f5647'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/de3b9a90c14b4d3c9a8003eeb5db34fa'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dc9168c483f7418cb2ff4940057ff09d', u'id': u'de3b9a90c14b4d3c9a8003eeb5db34fa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e11217d07b3b46539b017d98ca2508a8'}, u'url': u'http://172.30.9.29:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'80ff8ba6c9ec4e119748b9a43998a437', u'id': u'e11217d07b3b46539b017d98ca2508a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e12edeff96b145f28eb985f2ce2fe9b6'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'adedd328c67a45679a1415e9911d01b2', u'id': u'e12edeff96b145f28eb985f2ce2fe9b6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e5313384a0c14a17ae8cd445085ae02d'}, u'url': u'http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a3fdd99b3a7f4b3eb52b1c8fc975588b', u'id': u'e5313384a0c14a17ae8cd445085ae02d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/e61a6a751da84ec195b797ec56dbd59d'}, u'url': u'http://172.30.9.29:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4efb4139bd2f436790af8fef37c6b1f8', u'id': u'e61a6a751da84ec195b797ec56dbd59d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/f1316efb374d4ae7857c64a0ab555d30'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'98e175d10cfe492f8d53ee6c59608567', u'id': u'f1316efb374d4ae7857c64a0ab555d30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/f2beffe9be39408d84bc3be43b9037e6'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dc9168c483f7418cb2ff4940057ff09d', u'id': u'f2beffe9be39408d84bc3be43b9037e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.29:5000/v3/endpoints/f47f48d618ab43029c71914820cba0d8'}, u'url': u'http://172.30.9.29:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'db5deb0f5db84832a69f3489f0cbafa8', u'id': u'f47f48d618ab43029c71914820cba0d8'})] 2018-09-01 04:41:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 04:41:34,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:34,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41: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-0c93b740-39a8-449f-aeb7-4a9c0fad17d7 x-compute-request-id: req-0c93b740-39a8-449f-aeb7-4a9c0fad17d7 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 04:41:34,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-0c93b740-39a8-449f-aeb7-4a9c0fad17d7 2018-09-01 04:41:34,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.116278886795s 2018-09-01 04:41:34,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/extensions used request id req-0c93b740-39a8-449f-aeb7-4a9c0fad17d7 2018-09-01 04:41:34,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 04:41:34,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:36,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41: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 x-openstack-request-id: req-cd2304d8-b897-4d3e-920c-114645bd7d56 x-compute-request-id: req-cd2304d8-b897-4d3e-920c-114645bd7d56 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 04:41:36,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-cd2304d8-b897-4d3e-920c-114645bd7d56 2018-09-01 04:41:36,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.04780602455s 2018-09-01 04:41:36,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-floating-ip-pools used request id req-cd2304d8-b897-4d3e-920c-114645bd7d56 2018-09-01 04:41:36,738 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 04:41:36,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:41:36,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:36,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0940768b-297a-486b-8632-0cbf415aed27 Date: Sat, 01 Sep 2018 04:41:36 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:41:36,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0940768b-297a-486b-8632-0cbf415aed27 2018-09-01 04:41:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595850944519s 2018-09-01 04:41:36,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0940768b-297a-486b-8632-0cbf415aed27 2018-09-01 04:41:36,803 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 04:41:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 04:41:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:36,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41: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-d799aa91-ad48-4115-81a9-1fddd1450952 x-compute-request-id: req-d799aa91-ad48-4115-81a9-1fddd1450952 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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 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.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": 2}]} 2018-09-01 04:41:36,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-d799aa91-ad48-4115-81a9-1fddd1450952 2018-09-01 04:41:36,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.187757968903s 2018-09-01 04:41:36,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-hypervisors/detail used request id req-d799aa91-ad48-4115-81a9-1fddd1450952 2018-09-01 04:41:36,992 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 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.8', 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 04:41:36,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 04:41:36,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41: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-7ee12c29-8c52-4908-8ad3-aae2e9872fcf x-compute-request-id: req-7ee12c29-8c52-4908-8ad3-aae2e9872fcf Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 04:41:37,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-7ee12c29-8c52-4908-8ad3-aae2e9872fcf 2018-09-01 04:41:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.130498886108s 2018-09-01 04:41:37,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-7ee12c29-8c52-4908-8ad3-aae2e9872fcf 2018-09-01 04:41:37,124 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 04:41:37,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:37,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-940db43a-5b48-4782-9fc7-21301137f45f Date: Sat, 01 Sep 2018 04:41:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:41:37,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-940db43a-5b48-4782-9fc7-21301137f45f 2018-09-01 04:41:37,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0806219577789s 2018-09-01 04:41:37,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-940db43a-5b48-4782-9fc7-21301137f45f 2018-09-01 04:41:37,206 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'72f1ba3c-322d-4e28-8c98-e144d57d067d'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T04:39:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'4daea871-7749-4408-950d-9e5c72efea1a', 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'300bfd4d68944d02ad73a980d1bfe269', u'created_at': u'2018-09-01T04:39:19Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'300bfd4d68944d02ad73a980d1bfe269'})] 2018-09-01 04:41:37,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:41:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2b7d613-a241-4e82-8fee-17be978d773a Date: Sat, 01 Sep 2018 04:41:37 GMT RESP BODY: {"ports":[]} 2018-09-01 04:41:37,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-f2b7d613-a241-4e82-8fee-17be978d773a 2018-09-01 04:41:37,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0275671482086s 2018-09-01 04:41:37,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json used request id req-f2b7d613-a241-4e82-8fee-17be978d773a 2018-09-01 04:41:37,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 04:41:37,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:41:37,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e57f9b5-d97c-4154-8819-03016212d074 Content-Encoding: gzip Content-Length: 726 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "097f897d63504ec5bdcdb68fb8af01c2"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/097f897d63504ec5bdcdb68fb8af01c2/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "1a12fba6646544c5a59985b97c874d58"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/1a12fba6646544c5a59985b97c874d58/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "1a443743d41f464db179167a17bd8b6f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/1a443743d41f464db179167a17bd8b6f/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "27ff64f8e2c8499296fda52c4fcc4205"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/27ff64f8e2c8499296fda52c4fcc4205/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "8aa74438af304b4a85794b919a68375d"}, "user": {"id": "388b84dd77104a6eb8a45eee51edc07f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/388b84dd77104a6eb8a45eee51edc07f/roles/8aa74438af304b4a85794b919a68375d"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "388b84dd77104a6eb8a45eee51edc07f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/388b84dd77104a6eb8a45eee51edc07f/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "964427977c614007b31bf28ce6a0b09c"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "4741b071fdea4638a0a810a1fc4a3c24"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c/users/4741b071fdea4638a0a810a1fc4a3c24/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "4a9dd4edebd344d89378fc1bff32ae91"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/4a9dd4edebd344d89378fc1bff32ae91/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "58dd19a2f0f04eb9a3895d3ff298cc9f"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/58dd19a2f0f04eb9a3895d3ff298cc9f/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "6a1c765e95bd498a882c72d5db3b8f1a"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/6a1c765e95bd498a882c72d5db3b8f1a/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "7144320f26cb4721a3e6960bb96127a1"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/7144320f26cb4721a3e6960bb96127a1/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "71e9d1d6568346c0a4c63d8aa97cec64"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/71e9d1d6568346c0a4c63d8aa97cec64/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "b33452434e274f21980de90eef37591a"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/b33452434e274f21980de90eef37591a/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"project": {"id": "300bfd4d68944d02ad73a980d1bfe269"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "bb13c86796484312bc8845eef50eedfd"}, "links": {"assignment": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269/users/bb13c86796484312bc8845eef50eedfd/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"domain": {"id": "c516a4fefcfc4563922992556d609581"}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "d8f87d18e79d42b1abd05f92dd42b259"}, "links": {"assignment": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581/users/d8f87d18e79d42b1abd05f92dd42b259/roles/feec9fb7067544a19ee9b13bb2c160de"}}, {"scope": {"system": {"all": true}}, "role": {"id": "feec9fb7067544a19ee9b13bb2c160de"}, "user": {"id": "4741b071fdea4638a0a810a1fc4a3c24"}, "links": {"assignment": "http://172.30.9.29:5000/v3/system/users/4741b071fdea4638a0a810a1fc4a3c24/roles/feec9fb7067544a19ee9b13bb2c160de"}}], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 04:41:37,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-4e57f9b5-d97c-4154-8819-03016212d074 2018-09-01 04:41:37,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189298152924s 2018-09-01 04:41:37,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments used request id req-4e57f9b5-d97c-4154-8819-03016212d074 2018-09-01 04:41:37,430 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'097f897d63504ec5bdcdb68fb8af01c2'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'1a12fba6646544c5a59985b97c874d58'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'1a443743d41f464db179167a17bd8b6f'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'27ff64f8e2c8499296fda52c4fcc4205'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'8aa74438af304b4a85794b919a68375d', 'user': u'388b84dd77104a6eb8a45eee51edc07f'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'388b84dd77104a6eb8a45eee51edc07f'}), Munch({'project': u'964427977c614007b31bf28ce6a0b09c', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'4741b071fdea4638a0a810a1fc4a3c24'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'4a9dd4edebd344d89378fc1bff32ae91'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'58dd19a2f0f04eb9a3895d3ff298cc9f'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'6a1c765e95bd498a882c72d5db3b8f1a'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'7144320f26cb4721a3e6960bb96127a1'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'71e9d1d6568346c0a4c63d8aa97cec64'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'b33452434e274f21980de90eef37591a'}), Munch({'project': u'300bfd4d68944d02ad73a980d1bfe269', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'bb13c86796484312bc8845eef50eedfd'}), Munch({'domain': u'c516a4fefcfc4563922992556d609581', 'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'd8f87d18e79d42b1abd05f92dd42b259'}), Munch({'id': u'feec9fb7067544a19ee9b13bb2c160de', 'user': u'4741b071fdea4638a0a810a1fc4a3c24'})] 2018-09-01 04:41:37,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:41:37,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da12d96-00ab-470b-a9b4-a109c1b1b3cd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:41:37,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7da12d96-00ab-470b-a9b4-a109c1b1b3cd 2018-09-01 04:41:37,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181611061096s 2018-09-01 04:41:37,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7da12d96-00ab-470b-a9b4-a109c1b1b3cd 2018-09-01 04:41:37,617 - 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'swiftoperator', 'id': u'20358d6d4b5c48d6835a50a5051b805a'}), 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'786ae06d6bf248068f103b008e7f36f9'}), 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'8aa74438af304b4a85794b919a68375d'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'c7ed64e57b944fa584514f753dbc19fd'}), 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'dfb6b9761a7843469bbb9992c0ca2df4'}), 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'feec9fb7067544a19ee9b13bb2c160de'})] 2018-09-01 04:41:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:41:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e5d9b95d-7f21-48ce-a4e8-0cdf4ac4e2c0 Date: Sat, 01 Sep 2018 04:41:37 GMT RESP BODY: {"routers": []} 2018-09-01 04:41:37,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e5d9b95d-7f21-48ce-a4e8-0cdf4ac4e2c0 2018-09-01 04:41:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0493500232697s 2018-09-01 04:41:37,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-e5d9b95d-7f21-48ce-a4e8-0cdf4ac4e2c0 2018-09-01 04:41:37,668 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 04:41:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:41:37,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41: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-a03ef980-9dc9-4eab-86cd-367fb5df5dac x-compute-request-id: req-a03ef980-9dc9-4eab-86cd-367fb5df5dac Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:41:37,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a03ef980-9dc9-4eab-86cd-367fb5df5dac 2018-09-01 04:41:37,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210769176483s 2018-09-01 04:41:37,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a03ef980-9dc9-4eab-86cd-367fb5df5dac 2018-09-01 04:41:37,880 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 04:41:37,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 04:41:37,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 04:41:37,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37317e1a-8502-4ee6-807d-13ec5d22e823 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-01 04:41:37,892 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-37317e1a-8502-4ee6-807d-13ec5d22e823 2018-09-01 04:41:37,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:37,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095b1a0b-bfcf-4471-8fdd-68bea8923640 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/00c4fa0ee8114c728dfe49af9a0633a6"}, "enabled": true, "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/126a3353948a40f387a8f928903993f4"}, "enabled": true, "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4efb4139bd2f436790af8fef37c6b1f8"}, "enabled": true, "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5d0e790ed6fc4138b3b0cbaa568d82da"}, "enabled": true, "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/615f48ff8e474f4ebbdd9b1ad7e22260"}, "enabled": true, "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8035341b07a84884ba7c08c0357a3496"}, "enabled": true, "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/80ff8ba6c9ec4e119748b9a43998a437"}, "enabled": true, "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/98e175d10cfe492f8d53ee6c59608567"}, "enabled": true, "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3fdd99b3a7f4b3eb52b1c8fc975588b"}, "enabled": true, "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/adedd328c67a45679a1415e9911d01b2"}, "enabled": true, "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c22cf413fef84cc5812ba404611fcab0"}, "enabled": true, "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cc057f7a88e147ec965de37880373ba3"}, "enabled": true, "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d830a8bc134744dea9a7e1618938dbdf"}, "enabled": true, "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/db5deb0f5db84832a69f3489f0cbafa8"}, "enabled": true, "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9168c483f7418cb2ff4940057ff09d"}, "enabled": true, "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-01 04:41:37,989 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-095b1a0b-bfcf-4471-8fdd-68bea8923640 2018-09-01 04:41:37,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.106118917465s 2018-09-01 04:41:37,989 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-095b1a0b-bfcf-4471-8fdd-68bea8923640 2018-09-01 04:41:37,994 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'00c4fa0ee8114c728dfe49af9a0633a6', 'name': u'aodh'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'126a3353948a40f387a8f928903993f4', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'4efb4139bd2f436790af8fef37c6b1f8', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'5d0e790ed6fc4138b3b0cbaa568d82da', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'615f48ff8e474f4ebbdd9b1ad7e22260', 'name': u'gnocchi'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'8035341b07a84884ba7c08c0357a3496', 'name': u'placement'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'80ff8ba6c9ec4e119748b9a43998a437', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'98e175d10cfe492f8d53ee6c59608567', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'a3fdd99b3a7f4b3eb52b1c8fc975588b', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'adedd328c67a45679a1415e9911d01b2', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'c22cf413fef84cc5812ba404611fcab0', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'cc057f7a88e147ec965de37880373ba3', 'name': u'keystone'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'd830a8bc134744dea9a7e1618938dbdf', 'name': u'cinder'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'db5deb0f5db84832a69f3489f0cbafa8', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'dc9168c483f7418cb2ff4940057ff09d', 'name': u'heat'})] 2018-09-01 04:41:37,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:41:37,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6884c62f003523f2ae26a0cdac4e8cb3eec16ec8" 2018-09-01 04:41:38,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6744cbdd-f175-4dbd-adfe-caffcbcbd58a Date: Sat, 01 Sep 2018 04:41:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4daea871-7749-4408-950d-9e5c72efea1a","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:23Z","dns_nameservers":[],"updated_at":"2018-09-01T04:39:23Z","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":"300bfd4d68944d02ad73a980d1bfe269","id":"72f1ba3c-322d-4e28-8c98-e144d57d067d","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 04:41:38,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6744cbdd-f175-4dbd-adfe-caffcbcbd58a 2018-09-01 04:41:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0440590381622s 2018-09-01 04:41:38,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6744cbdd-f175-4dbd-adfe-caffcbcbd58a 2018-09-01 04:41:38,039 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:39:23Z', 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'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'tenant_id': u'300bfd4d68944d02ad73a980d1bfe269', u'created_at': u'2018-09-01T04:39:23Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'300bfd4d68944d02ad73a980d1bfe269'})] 2018-09-01 04:41:38,163 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:41:38,163 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 04:41:38,221 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:41:38,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:41:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:41:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:41:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:41:38,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:41:38,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:38,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e9293f4-b3cc-47cc-b974-93772e02bb2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:41:38,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-6e9293f4-b3cc-47cc-b974-93772e02bb2a 2018-09-01 04:41:38,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:41:38,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["TVIZ9jdIQuqlEKbSf_0MsQ"], "issued_at": "2018-09-01T04:41:38.000000Z"}} 2018-09-01 04:41:38,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:38,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:40,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c3a3476d-35e5-49d1-9802-d1d468c7744e Date: Sat, 01 Sep 2018 04:41:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:41:40,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3a3476d-35e5-49d1-9802-d1d468c7744e 2018-09-01 04:41:40,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1671769619s 2018-09-01 04:41:40,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3a3476d-35e5-49d1-9802-d1d468c7744e 2018-09-01 04:41:40,057 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 04:41:40,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:41:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" -d '{"network": {"name": "tenantnetwork1-net_3888f8f5-a119-4394-9da6-b61bcf117034", "admin_state_up": true}}' 2018-09-01 04:41:40,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6ad0801c-e24b-4ad0-adab-e1f3e4f9c5dd Date: Sat, 01 Sep 2018 04:41: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":"211a5e21-35c5-4fbd-9792-e3fb0d42835c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:41:40Z","is_default":false,"provider:segmentation_id":16,"name":"tenantnetwork1-net_3888f8f5-a119-4394-9da6-b61bcf117034","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:41:40Z","mtu":1450}} 2018-09-01 04:41:40,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6ad0801c-e24b-4ad0-adab-e1f3e4f9c5dd 2018-09-01 04:41:40,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.591842889786s 2018-09-01 04:41:40,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-6ad0801c-e24b-4ad0-adab-e1f3e4f9c5dd 2018-09-01 04:41:40,650 - 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-01T04:41:40Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'211a5e21-35c5-4fbd-9792-e3fb0d42835c', u'provider:segmentation_id': 16, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_3888f8f5-a119-4394-9da6-b61bcf117034', u'admin_state_up': True, u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:41:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:41:40,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:40,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:40,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-665e42aa-4c3b-416a-8e45-09d1a3e92ec8 Date: Sat, 01 Sep 2018 04:41:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"211a5e21-35c5-4fbd-9792-e3fb0d42835c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:41:40Z","provider:segmentation_id":16,"name":"tenantnetwork1-net_3888f8f5-a119-4394-9da6-b61bcf117034","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:41:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:41:40,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-665e42aa-4c3b-416a-8e45-09d1a3e92ec8 2018-09-01 04:41:40,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11317896843s 2018-09-01 04:41:40,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-665e42aa-4c3b-416a-8e45-09d1a3e92ec8 2018-09-01 04:41:40,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:41:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" -d '{"subnet": {"name": "tenantnetwork1-subnet_3888f8f5-a119-4394-9da6-b61bcf117034", "enable_dhcp": true, "network_id": "211a5e21-35c5-4fbd-9792-e3fb0d42835c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:41:41,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6771eeec-1327-43c7-a427-5754ba37ece7 Date: Sat, 01 Sep 2018 04:41:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"211a5e21-35c5-4fbd-9792-e3fb0d42835c","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:41:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:41: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":"964427977c614007b31bf28ce6a0b09c","id":"772559b3-c3de-41e0-b146-008cc33c2e7b","subnetpool_id":null,"name":"tenantnetwork1-subnet_3888f8f5-a119-4394-9da6-b61bcf117034"}} 2018-09-01 04:41:41,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6771eeec-1327-43c7-a427-5754ba37ece7 2018-09-01 04:41:41,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.72247505188s 2018-09-01 04:41:41,489 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-6771eeec-1327-43c7-a427-5754ba37ece7 2018-09-01 04:41:41,490 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:41: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'772559b3-c3de-41e0-b146-008cc33c2e7b', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_3888f8f5-a119-4394-9da6-b61bcf117034', u'enable_dhcp': True, u'network_id': u'211a5e21-35c5-4fbd-9792-e3fb0d42835c', u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:41: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'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:41:41,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:41:41,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "tenantnetwork1-router_3888f8f5-a119-4394-9da6-b61bcf117034", "admin_state_up": true}}' 2018-09-01 04:41:42,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-daa8970e-d3b8-4e7c-8594-0fa607406238 Date: Sat, 01 Sep 2018 04:41:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:41:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:41:42Z", "revision_number": 2, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "1a51a166-122a-4760-a5c1-be0109dd59aa", "name": "tenantnetwork1-router_3888f8f5-a119-4394-9da6-b61bcf117034"}} 2018-09-01 04:41:42,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-daa8970e-d3b8-4e7c-8594-0fa607406238 2018-09-01 04:41:42,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44768309593s 2018-09-01 04:41:42,938 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-daa8970e-d3b8-4e7c-8594-0fa607406238 2018-09-01 04:41:42,939 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:41:41Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T04:41:42Z', u'revision_number': 2, u'routes': [], u'project_id': u'964427977c614007b31bf28ce6a0b09c', u'id': u'1a51a166-122a-4760-a5c1-be0109dd59aa', u'name': u'tenantnetwork1-router_3888f8f5-a119-4394-9da6-b61bcf117034'}) 2018-09-01 04:41:42,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:41:42,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/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}321a4ba24bd65d42367e0771b483479c6ffe655c" -d '{"subnet_id": "772559b3-c3de-41e0-b146-008cc33c2e7b"}' 2018-09-01 04:41:44,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-042a23d1-882d-467a-a7ab-ccd1f17b3993 Date: Sat, 01 Sep 2018 04:41:44 GMT RESP BODY: {"network_id": "211a5e21-35c5-4fbd-9792-e3fb0d42835c", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "772559b3-c3de-41e0-b146-008cc33c2e7b", "subnet_ids": ["772559b3-c3de-41e0-b146-008cc33c2e7b"], "port_id": "747b6be1-0cc8-4423-87c3-7eaada8e6938", "id": "1a51a166-122a-4760-a5c1-be0109dd59aa"} 2018-09-01 04:41:44,506 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/add_router_interface.json used request id req-042a23d1-882d-467a-a7ab-ccd1f17b3993 2018-09-01 04:41:44,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.56630396843s 2018-09-01 04:41:44,506 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/add_router_interface.json used request id req-042a23d1-882d-467a-a7ab-ccd1f17b3993 returning object 1a51a166-122a-4760-a5c1-be0109dd59aa 2018-09-01 04:41:44,620 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:41:44,620 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 04:41:44,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:41:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/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}321a4ba24bd65d42367e0771b483479c6ffe655c" -d '{"subnet_id": "772559b3-c3de-41e0-b146-008cc33c2e7b"}' 2018-09-01 04:41:46,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b92ae210-8d4d-4673-bc6c-359d3adf6ed4 Date: Sat, 01 Sep 2018 04:41:46 GMT RESP BODY: {"network_id": "211a5e21-35c5-4fbd-9792-e3fb0d42835c", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "772559b3-c3de-41e0-b146-008cc33c2e7b", "subnet_ids": ["772559b3-c3de-41e0-b146-008cc33c2e7b"], "port_id": "747b6be1-0cc8-4423-87c3-7eaada8e6938", "id": "1a51a166-122a-4760-a5c1-be0109dd59aa"} 2018-09-01 04:41:46,403 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/remove_router_interface.json used request id req-b92ae210-8d4d-4673-bc6c-359d3adf6ed4 2018-09-01 04:41:46,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77741885185s 2018-09-01 04:41:46,403 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa/remove_router_interface.json used request id req-b92ae210-8d4d-4673-bc6c-359d3adf6ed4 returning object 1a51a166-122a-4760-a5c1-be0109dd59aa 2018-09-01 04:41:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:41:46,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:46,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d211fc3b-3d13-4853-95ed-6f1ea8d463d8 Date: Sat, 01 Sep 2018 04:41:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:41:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:41:45Z", "revision_number": 4, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "1a51a166-122a-4760-a5c1-be0109dd59aa", "name": "tenantnetwork1-router_3888f8f5-a119-4394-9da6-b61bcf117034"}]} 2018-09-01 04:41:46,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d211fc3b-3d13-4853-95ed-6f1ea8d463d8 2018-09-01 04:41:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116568088531s 2018-09-01 04:41:46,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d211fc3b-3d13-4853-95ed-6f1ea8d463d8 2018-09-01 04:41:46,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:41:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:47,950 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70b8ef07-680e-4387-b1a6-6f64155e5775 Content-Length: 0 Date: Sat, 01 Sep 2018 04:41:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:41:47,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa.json used request id req-70b8ef07-680e-4387-b1a6-6f64155e5775 2018-09-01 04:41:47,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4280269146s 2018-09-01 04:41:47,951 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/1a51a166-122a-4760-a5c1-be0109dd59aa.json used request id req-70b8ef07-680e-4387-b1a6-6f64155e5775 2018-09-01 04:41:47,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:41:47,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:48,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-40388c19-244c-4efe-ac96-110e175a7d8b Date: Sat, 01 Sep 2018 04:41:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4daea871-7749-4408-950d-9e5c72efea1a","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:23Z","dns_nameservers":[],"updated_at":"2018-09-01T04:39:23Z","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":"300bfd4d68944d02ad73a980d1bfe269","id":"72f1ba3c-322d-4e28-8c98-e144d57d067d","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"211a5e21-35c5-4fbd-9792-e3fb0d42835c","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:41:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:41: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":"964427977c614007b31bf28ce6a0b09c","id":"772559b3-c3de-41e0-b146-008cc33c2e7b","subnetpool_id":null,"name":"tenantnetwork1-subnet_3888f8f5-a119-4394-9da6-b61bcf117034"}]} 2018-09-01 04:41:48,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-40388c19-244c-4efe-ac96-110e175a7d8b 2018-09-01 04:41:48,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.085412979126s 2018-09-01 04:41:48,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-40388c19-244c-4efe-ac96-110e175a7d8b 2018-09-01 04:41:48,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:41:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/772559b3-c3de-41e0-b146-008cc33c2e7b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:48,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cab45d6e-ea8e-4580-a747-1307e379524f Date: Sat, 01 Sep 2018 04:41:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:41:48,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/772559b3-c3de-41e0-b146-008cc33c2e7b.json used request id req-cab45d6e-ea8e-4580-a747-1307e379524f 2018-09-01 04:41:48,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.862939119339s 2018-09-01 04:41:48,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/772559b3-c3de-41e0-b146-008cc33c2e7b.json used request id req-cab45d6e-ea8e-4580-a747-1307e379524f 2018-09-01 04:41:48,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:48,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:48,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-b1103b41-181c-4d81-a034-3896b4767401 Date: Sat, 01 Sep 2018 04:41:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"211a5e21-35c5-4fbd-9792-e3fb0d42835c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:41:48Z","provider:segmentation_id":16,"name":"tenantnetwork1-net_3888f8f5-a119-4394-9da6-b61bcf117034","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:41:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:41:48,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b1103b41-181c-4d81-a034-3896b4767401 2018-09-01 04:41:48,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0852460861206s 2018-09-01 04:41:48,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b1103b41-181c-4d81-a034-3896b4767401 2018-09-01 04:41:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:41:48,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/211a5e21-35c5-4fbd-9792-e3fb0d42835c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}321a4ba24bd65d42367e0771b483479c6ffe655c" 2018-09-01 04:41:50,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a435ee50-8730-4458-8dc5-7b0a06d1351a Date: Sat, 01 Sep 2018 04:41:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:41:50,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/211a5e21-35c5-4fbd-9792-e3fb0d42835c.json used request id req-a435ee50-8730-4458-8dc5-7b0a06d1351a 2018-09-01 04:41:50,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.76379513741s 2018-09-01 04:41:50,753 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/211a5e21-35c5-4fbd-9792-e3fb0d42835c.json used request id req-a435ee50-8730-4458-8dc5-7b0a06d1351a 2018-09-01 04:41:50,806 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 04:41:50,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:41:50,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:41:50,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:41:50,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:41:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:50,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d564dee1-c0a6-41d8-aaf3-1a0f3af11d57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:41:50,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-d564dee1-c0a6-41d8-aaf3-1a0f3af11d57 2018-09-01 04:41:50,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:41:51,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["QIGRoX8_RHmi89sQAxGmRw"], "issued_at": "2018-09-01T04:41:51.000000Z"}} 2018-09-01 04:41:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:52,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1fa3cf50-f88a-4d34-9ded-4e6dad19048e Date: Sat, 01 Sep 2018 04:41:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:41:52,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1fa3cf50-f88a-4d34-9ded-4e6dad19048e 2018-09-01 04:41:52,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06891107559s 2018-09-01 04:41:52,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1fa3cf50-f88a-4d34-9ded-4e6dad19048e 2018-09-01 04:41:52,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:52,343 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fd22d71-089d-4bbb-93ad-66155285a295 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:41:52,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-0fd22d71-089d-4bbb-93ad-66155285a295 2018-09-01 04:41:52,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:41:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:52,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a0c4b1-1bdd-4227-8778-2fe7af6fd664 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:41:52,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b7a0c4b1-1bdd-4227-8778-2fe7af6fd664 2018-09-01 04:41:52,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.169472932816s 2018-09-01 04:41:52,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-b7a0c4b1-1bdd-4227-8778-2fe7af6fd664 2018-09-01 04:41:52,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:41:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}}' 2018-09-01 04:41:52,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37ac781f-4f47-4081-9136-17e46813d211 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e"}, "tags": [], "enabled": true, "id": "68f9272423754ea1b265b4c94429543e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}} 2018-09-01 04:41:52,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-37ac781f-4f47-4081-9136-17e46813d211 2018-09-01 04:41:52,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.25788807869s 2018-09-01 04:41:52,778 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-37ac781f-4f47-4081-9136-17e46813d211 2018-09-01 04:41:52,779 - 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'68f9272423754ea1b265b4c94429543e', '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_8c80cdbf-e8e4-4100-945a-3ada94b59e9f'}) 2018-09-01 04:41:52,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:41:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3fbc4291-3d9a-4bbd-82d9-f488e21b6b4e", "email": null, "name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}}' 2018-09-01 04:41:53,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed577925-9620-4153-aa16-433a9b122eba Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "links": {"self": "http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "87f441464fcb4923b9943ca1e5cbc1ae", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:41:53,356 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-ed577925-9620-4153-aa16-433a9b122eba 2018-09-01 04:41:53,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.571035146713s 2018-09-01 04:41:53,357 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-ed577925-9620-4153-aa16-433a9b122eba 2018-09-01 04:41:53,357 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'87f441464fcb4923b9943ca1e5cbc1ae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f'}) 2018-09-01 04:41:53,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:41:53,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:53,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87c656f-01f3-446c-bf94-55183a413583 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:41:53,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d87c656f-01f3-446c-bf94-55183a413583 2018-09-01 04:41:53,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.256760120392s 2018-09-01 04:41:53,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d87c656f-01f3-446c-bf94-55183a413583 2018-09-01 04:41:53,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:41:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:53,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c40be8-719c-40cb-867f-dfe889b0d0f9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:41:53,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-63c40be8-719c-40cb-867f-dfe889b0d0f9 2018-09-01 04:41:53,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177742004395s 2018-09-01 04:41:53,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-63c40be8-719c-40cb-867f-dfe889b0d0f9 2018-09-01 04:41:53,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:41:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:53,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df28df01-3de7-4e9e-890c-59784e746edd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:41:53,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df28df01-3de7-4e9e-890c-59784e746edd 2018-09-01 04:41:53,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173712968826s 2018-09-01 04:41:53,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-df28df01-3de7-4e9e-890c-59784e746edd 2018-09-01 04:41:53,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:41:53,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:54,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-231f839a-8db6-4af9-9cf2-0b1c1ed12f4c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:41:54,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-231f839a-8db6-4af9-9cf2-0b1c1ed12f4c 2018-09-01 04:41:54,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100687980652s 2018-09-01 04:41:54,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-231f839a-8db6-4af9-9cf2-0b1c1ed12f4c 2018-09-01 04:41:54,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:41:54,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:54,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9189ebd-e358-45aa-b7b8-a5b4f846d15e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "links": {"self": "http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "87f441464fcb4923b9943ca1e5cbc1ae", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:41:54,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f9189ebd-e358-45aa-b7b8-a5b4f846d15e 2018-09-01 04:41:54,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124606132507s 2018-09-01 04:41:54,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f9189ebd-e358-45aa-b7b8-a5b4f846d15e 2018-09-01 04:41:54,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:41:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:54,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77235b36-77e5-4ebc-a414-6c796c92819f Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e"}, "tags": [], "enabled": true, "id": "68f9272423754ea1b265b4c94429543e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}]} 2018-09-01 04:41:54,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-77235b36-77e5-4ebc-a414-6c796c92819f 2018-09-01 04:41:54,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195609092712s 2018-09-01 04:41:54,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-77235b36-77e5-4ebc-a414-6c796c92819f 2018-09-01 04:41:54,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:41:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=87f441464fcb4923b9943ca1e5cbc1ae&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=68f9272423754ea1b265b4c94429543e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:54,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a90e55-b526-4574-adfc-2dbdc35fd6be Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=87f441464fcb4923b9943ca1e5cbc1ae&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=68f9272423754ea1b265b4c94429543e", "previous": null, "next": null}} 2018-09-01 04:41:54,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=87f441464fcb4923b9943ca1e5cbc1ae&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=68f9272423754ea1b265b4c94429543e used request id req-21a90e55-b526-4574-adfc-2dbdc35fd6be 2018-09-01 04:41:54,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.118896007538s 2018-09-01 04:41:54,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=87f441464fcb4923b9943ca1e5cbc1ae&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=68f9272423754ea1b265b4c94429543e used request id req-21a90e55-b526-4574-adfc-2dbdc35fd6be 2018-09-01 04:41:54,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:41:54,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e/users/87f441464fcb4923b9943ca1e5cbc1ae/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:41:54,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-172ffebf-d257-4697-9517-1ad30f4cdf33 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 04:41:54,797 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e/users/87f441464fcb4923b9943ca1e5cbc1ae/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-172ffebf-d257-4697-9517-1ad30f4cdf33 2018-09-01 04:41:54,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.247918844223s 2018-09-01 04:41:54,797 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e/users/87f441464fcb4923b9943ca1e5cbc1ae/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-172ffebf-d257-4697-9517-1ad30f4cdf33 2018-09-01 04:41:54,798 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', 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'68f9272423754ea1b265b4c94429543e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3fbc4291-3d9a-4bbd-82d9-f488e21b6b4e', 'username': u'tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:41:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:41:54,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:41:54,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:41:54,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:41:54,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:41:54,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:41:54,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:41:54,803 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', 'password': '3fbc4291-3d9a-4bbd-82d9-f488e21b6b4e', 'project_name': 'tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '68f9272423754ea1b265b4c94429543e', 'project_domain_name': 'Default'} 2018-09-01 04:41:54,803 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 04:41:54,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:41:54,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7b118c-3a4e-4fa8-9f7c-c4d0274071df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:41:54,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-4c7b118c-3a4e-4fa8-9f7c-c4d0274071df 2018-09-01 04:41:54,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:41:55,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68f9272423754ea1b265b4c94429543e", "name": "tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/68f9272423754ea1b265b4c94429543e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/68f9272423754ea1b265b4c94429543e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/68f9272423754ea1b265b4c94429543e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_68f9272423754ea1b265b4c94429543e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_68f9272423754ea1b265b4c94429543e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/68f9272423754ea1b265b4c94429543e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/68f9272423754ea1b265b4c94429543e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/68f9272423754ea1b265b4c94429543e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/68f9272423754ea1b265b4c94429543e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/68f9272423754ea1b265b4c94429543e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/68f9272423754ea1b265b4c94429543e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/68f9272423754ea1b265b4c94429543e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/68f9272423754ea1b265b4c94429543e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/68f9272423754ea1b265b4c94429543e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "id": "87f441464fcb4923b9943ca1e5cbc1ae"}, "audit_ids": ["LCTi_waoTJuGHK7hpLM7mg"], "issued_at": "2018-09-01T04:41:55.000000Z"}} 2018-09-01 04:41:55,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:41:55,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" -d '{"network": {"name": "tenantnetwork2-net_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "admin_state_up": true}}' 2018-09-01 04:41:56,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-5d005705-7dbb-4a1e-9a4a-39d3cc62ba69 Date: Sat, 01 Sep 2018 04:41:57 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"68f9272423754ea1b265b4c94429543e","created_at":"2018-09-01T04:41:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:41:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"68f9272423754ea1b265b4c94429543e","id":"da36aa85-29ec-45b7-9ad6-f6a44de2bf99","name":"tenantnetwork2-net_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}} 2018-09-01 04:41:56,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5d005705-7dbb-4a1e-9a4a-39d3cc62ba69 2018-09-01 04:41:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.78888106346s 2018-09-01 04:41:56,992 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-5d005705-7dbb-4a1e-9a4a-39d3cc62ba69 2018-09-01 04:41:56,992 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:41:56Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'da36aa85-29ec-45b7-9ad6-f6a44de2bf99', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', u'admin_state_up': True, u'tenant_id': u'68f9272423754ea1b265b4c94429543e', u'created_at': u'2018-09-01T04:41:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'68f9272423754ea1b265b4c94429543e'}) 2018-09-01 04:41:56,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:41:56,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:41:57,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-b7389df5-557c-443e-97dd-d38186816edb Date: Sat, 01 Sep 2018 04:41:57 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:41:56Z","tenant_id":"68f9272423754ea1b265b4c94429543e","created_at":"2018-09-01T04:41:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"68f9272423754ea1b265b4c94429543e","id":"da36aa85-29ec-45b7-9ad6-f6a44de2bf99","name":"tenantnetwork2-net_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}]} 2018-09-01 04:41:57,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b7389df5-557c-443e-97dd-d38186816edb 2018-09-01 04:41:57,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108243942261s 2018-09-01 04:41:57,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-b7389df5-557c-443e-97dd-d38186816edb 2018-09-01 04:41:57,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:41:57,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" -d '{"subnet": {"name": "tenantnetwork2-subnet_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "enable_dhcp": true, "network_id": "da36aa85-29ec-45b7-9ad6-f6a44de2bf99", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:41:57,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-27f5eb61-8421-46ae-b914-b9883e17ff1c Date: Sat, 01 Sep 2018 04:41:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da36aa85-29ec-45b7-9ad6-f6a44de2bf99","tenant_id":"68f9272423754ea1b265b4c94429543e","created_at":"2018-09-01T04:41:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:41:57Z","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":"68f9272423754ea1b265b4c94429543e","id":"d335e991-ab89-49f5-8b08-ec41992541a1","subnetpool_id":null,"name":"tenantnetwork2-subnet_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}} 2018-09-01 04:41:57,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-27f5eb61-8421-46ae-b914-b9883e17ff1c 2018-09-01 04:41:57,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.788723945618s 2018-09-01 04:41:57,892 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-27f5eb61-8421-46ae-b914-b9883e17ff1c 2018-09-01 04:41:57,893 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:41:57Z', 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'd335e991-ab89-49f5-8b08-ec41992541a1', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_8c80cdbf-e8e4-4100-945a-3ada94b59e9f', u'enable_dhcp': True, u'network_id': u'da36aa85-29ec-45b7-9ad6-f6a44de2bf99', u'tenant_id': u'68f9272423754ea1b265b4c94429543e', u'created_at': u'2018-09-01T04:41:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'68f9272423754ea1b265b4c94429543e'}) 2018-09-01 04:41:57,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:41:57,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "tenantnetwork2-router_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "admin_state_up": true}}' 2018-09-01 04:41:59,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c4a4ebf0-29b4-4719-b6bb-405434f7cc33 Date: Sat, 01 Sep 2018 04:41:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "68f9272423754ea1b265b4c94429543e", "created_at": "2018-09-01T04:41:57Z", "admin_state_up": true, "updated_at": "2018-09-01T04:41:59Z", "revision_number": 2, "routes": [], "project_id": "68f9272423754ea1b265b4c94429543e", "id": "ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa", "name": "tenantnetwork2-router_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}} 2018-09-01 04:41:59,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c4a4ebf0-29b4-4719-b6bb-405434f7cc33 2018-09-01 04:41:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28837299347s 2018-09-01 04:41:59,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-c4a4ebf0-29b4-4719-b6bb-405434f7cc33 2018-09-01 04:41:59,182 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'68f9272423754ea1b265b4c94429543e', u'created_at': u'2018-09-01T04:41:57Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:41:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'68f9272423754ea1b265b4c94429543e', u'id': u'ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa', u'name': u'tenantnetwork2-router_8c80cdbf-e8e4-4100-945a-3ada94b59e9f'}) 2018-09-01 04:41:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:41:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/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}f7756a150d0ed971013a745f32571f7b3328a6f7" -d '{"subnet_id": "d335e991-ab89-49f5-8b08-ec41992541a1"}' 2018-09-01 04:42:01,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3e6bcb8a-79a5-4567-8c9e-3024b79cf4ee Date: Sat, 01 Sep 2018 04:42:01 GMT RESP BODY: {"network_id": "da36aa85-29ec-45b7-9ad6-f6a44de2bf99", "tenant_id": "68f9272423754ea1b265b4c94429543e", "subnet_id": "d335e991-ab89-49f5-8b08-ec41992541a1", "subnet_ids": ["d335e991-ab89-49f5-8b08-ec41992541a1"], "port_id": "b54f44f1-4c6c-4003-a403-4bcf71bd864f", "id": "ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa"} 2018-09-01 04:42:01,111 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/add_router_interface.json used request id req-3e6bcb8a-79a5-4567-8c9e-3024b79cf4ee 2018-09-01 04:42:01,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.928191185s 2018-09-01 04:42:01,111 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/add_router_interface.json used request id req-3e6bcb8a-79a5-4567-8c9e-3024b79cf4ee returning object ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa 2018-09-01 04:42:01,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:42:01,223 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 04:42:01,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:42:01,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/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}f7756a150d0ed971013a745f32571f7b3328a6f7" -d '{"subnet_id": "d335e991-ab89-49f5-8b08-ec41992541a1"}' 2018-09-01 04:42:02,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec23f25a-c374-4502-8ef4-19da5ef2fa7c Date: Sat, 01 Sep 2018 04:42:02 GMT RESP BODY: {"network_id": "da36aa85-29ec-45b7-9ad6-f6a44de2bf99", "tenant_id": "68f9272423754ea1b265b4c94429543e", "subnet_id": "d335e991-ab89-49f5-8b08-ec41992541a1", "subnet_ids": ["d335e991-ab89-49f5-8b08-ec41992541a1"], "port_id": "b54f44f1-4c6c-4003-a403-4bcf71bd864f", "id": "ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa"} 2018-09-01 04:42:02,797 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/remove_router_interface.json used request id req-ec23f25a-c374-4502-8ef4-19da5ef2fa7c 2018-09-01 04:42:02,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.568983078s 2018-09-01 04:42:02,797 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa/remove_router_interface.json used request id req-ec23f25a-c374-4502-8ef4-19da5ef2fa7c returning object ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa 2018-09-01 04:42:02,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:42:02,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:03,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2eb350a8-e8ca-4283-9b09-66e1a3d9c7cc Date: Sat, 01 Sep 2018 04:42:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "68f9272423754ea1b265b4c94429543e", "created_at": "2018-09-01T04:41:57Z", "admin_state_up": true, "updated_at": "2018-09-01T04:42:02Z", "revision_number": 4, "routes": [], "project_id": "68f9272423754ea1b265b4c94429543e", "id": "ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa", "name": "tenantnetwork2-router_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}]} 2018-09-01 04:42:03,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2eb350a8-e8ca-4283-9b09-66e1a3d9c7cc 2018-09-01 04:42:03,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.276746034622s 2018-09-01 04:42:03,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-2eb350a8-e8ca-4283-9b09-66e1a3d9c7cc 2018-09-01 04:42:03,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:42:03,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:04,479 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c662d2c-aa8e-460b-b987-ec46a8569a17 Content-Length: 0 Date: Sat, 01 Sep 2018 04:42:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:04,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa.json used request id req-5c662d2c-aa8e-460b-b987-ec46a8569a17 2018-09-01 04:42:04,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40236783028s 2018-09-01 04:42:04,479 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/ee0e2de3-5c71-4bc7-a2d1-0547a7b782aa.json used request id req-5c662d2c-aa8e-460b-b987-ec46a8569a17 2018-09-01 04:42:04,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:42:04,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:04,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a66b562d-36a1-4ee0-839d-c88c04724f8a Date: Sat, 01 Sep 2018 04:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da36aa85-29ec-45b7-9ad6-f6a44de2bf99","tenant_id":"68f9272423754ea1b265b4c94429543e","created_at":"2018-09-01T04:41:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:41:57Z","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":"68f9272423754ea1b265b4c94429543e","id":"d335e991-ab89-49f5-8b08-ec41992541a1","subnetpool_id":null,"name":"tenantnetwork2-subnet_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}]} 2018-09-01 04:42:04,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a66b562d-36a1-4ee0-839d-c88c04724f8a 2018-09-01 04:42:04,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0821580886841s 2018-09-01 04:42:04,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-a66b562d-36a1-4ee0-839d-c88c04724f8a 2018-09-01 04:42:04,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:42:04,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/d335e991-ab89-49f5-8b08-ec41992541a1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:05,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3038bf66-7f3e-4975-829f-2a0d0963ea8f Date: Sat, 01 Sep 2018 04:42:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:05,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d335e991-ab89-49f5-8b08-ec41992541a1.json used request id req-3038bf66-7f3e-4975-829f-2a0d0963ea8f 2018-09-01 04:42:05,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15351200104s 2018-09-01 04:42:05,717 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/d335e991-ab89-49f5-8b08-ec41992541a1.json used request id req-3038bf66-7f3e-4975-829f-2a0d0963ea8f 2018-09-01 04:42:05,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:05,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:05,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-df46d8e2-c55d-4641-b317-850551d6a508 Date: Sat, 01 Sep 2018 04:42:05 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:42:05Z","tenant_id":"68f9272423754ea1b265b4c94429543e","created_at":"2018-09-01T04:41:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"68f9272423754ea1b265b4c94429543e","id":"da36aa85-29ec-45b7-9ad6-f6a44de2bf99","name":"tenantnetwork2-net_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}]} 2018-09-01 04:42:05,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df46d8e2-c55d-4641-b317-850551d6a508 2018-09-01 04:42:05,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0857720375061s 2018-09-01 04:42:05,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-df46d8e2-c55d-4641-b317-850551d6a508 2018-09-01 04:42:05,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:42:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/da36aa85-29ec-45b7-9ad6-f6a44de2bf99.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7756a150d0ed971013a745f32571f7b3328a6f7" 2018-09-01 04:42:07,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d394e41-8467-4fff-98e3-cf998edee24a Date: Sat, 01 Sep 2018 04:42:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:07,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/da36aa85-29ec-45b7-9ad6-f6a44de2bf99.json used request id req-4d394e41-8467-4fff-98e3-cf998edee24a 2018-09-01 04:42:07,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29271483421s 2018-09-01 04:42:07,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/da36aa85-29ec-45b7-9ad6-f6a44de2bf99.json used request id req-4d394e41-8467-4fff-98e3-cf998edee24a 2018-09-01 04:42:07,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:42:07,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:42:07,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9fdca0-cc9e-482d-8349-906c93d5c232 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "links": {"self": "http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "87f441464fcb4923b9943ca1e5cbc1ae", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:42:07,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0b9fdca0-cc9e-482d-8349-906c93d5c232 2018-09-01 04:42:07,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219326019287s 2018-09-01 04:42:07,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0b9fdca0-cc9e-482d-8349-906c93d5c232 2018-09-01 04:42:07,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:42:07,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:42:07,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31708ec1-47d5-4f67-9ea6-e8dfd2289fa0 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8c80cdbf-e8e4-4100-945a-3ada94b59e9f", "links": {"self": "http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "87f441464fcb4923b9943ca1e5cbc1ae", "description": null}} 2018-09-01 04:42:07,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae used request id req-31708ec1-47d5-4f67-9ea6-e8dfd2289fa0 2018-09-01 04:42:07,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11993098259s 2018-09-01 04:42:07,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae used request id req-31708ec1-47d5-4f67-9ea6-e8dfd2289fa0 2018-09-01 04:42:07,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:42:07,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:42:07,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:42:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fad3d820-ba92-47aa-ac1f-a89768f7372d 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 04:42:07,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae used request id req-fad3d820-ba92-47aa-ac1f-a89768f7372d 2018-09-01 04:42:07,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.383396148682s 2018-09-01 04:42:07,828 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/87f441464fcb4923b9943ca1e5cbc1ae used request id req-fad3d820-ba92-47aa-ac1f-a89768f7372d 2018-09-01 04:42:07,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:42:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:42:07,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c26622f8-095e-40ab-885f-ca8d3eba8a62 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e"}, "tags": [], "enabled": true, "id": "68f9272423754ea1b265b4c94429543e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8c80cdbf-e8e4-4100-945a-3ada94b59e9f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 04:42:07,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c26622f8-095e-40ab-885f-ca8d3eba8a62 2018-09-01 04:42:07,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999801158905s 2018-09-01 04:42:07,935 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-c26622f8-095e-40ab-885f-ca8d3eba8a62 2018-09-01 04:42:07,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:42:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8baca46f3c714b35a440cebc535727e542615c95" 2018-09-01 04:42:08,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:42:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a62ed9a0-c181-4c18-9a0a-615da2b4a9aa 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 04:42:08,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e used request id req-a62ed9a0-c181-4c18-9a0a-615da2b4a9aa 2018-09-01 04:42:08,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.242182016373s 2018-09-01 04:42:08,182 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/68f9272423754ea1b265b4c94429543e used request id req-a62ed9a0-c181-4c18-9a0a-615da2b4a9aa 2018-09-01 04:42:08,234 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 04:42:08,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:42:08,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:42:08,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:42:08,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:42:08,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:42:08,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:42:08,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:42:08,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:08,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad885ea6-7439-4ac4-aa38-baee27159fb6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:42:08,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-ad885ea6-7439-4ac4-aa38-baee27159fb6 2018-09-01 04:42:08,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:42:08,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:42:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["fB-BQYSgQb2dKMVdnO5OwA"], "issued_at": "2018-09-01T04:42:08.000000Z"}} 2018-09-01 04:42:08,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:09,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-27aff56e-2491-4a79-aa5f-20d9158cf421 Date: Sat, 01 Sep 2018 04:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:42:09,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27aff56e-2491-4a79-aa5f-20d9158cf421 2018-09-01 04:42:09,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35514998436s 2018-09-01 04:42:09,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-27aff56e-2491-4a79-aa5f-20d9158cf421 2018-09-01 04:42:09,057 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 04:42:09,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:42:09,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"network": {"name": "vmready1-net_85c9ef85-f0f0-412e-a217-4791b47aa42c", "admin_state_up": true}}' 2018-09-01 04:42:09,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-2eb628c5-9031-498f-ab9d-8a46e7225d47 Date: Sat, 01 Sep 2018 04:42:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a90bb5b8-1ebf-4343-b261-8dee673b9543","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:42:09Z","is_default":false,"provider:segmentation_id":51,"name":"vmready1-net_85c9ef85-f0f0-412e-a217-4791b47aa42c","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:09Z","mtu":1450}} 2018-09-01 04:42:09,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2eb628c5-9031-498f-ab9d-8a46e7225d47 2018-09-01 04:42:09,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.326441049576s 2018-09-01 04:42:09,384 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2eb628c5-9031-498f-ab9d-8a46e7225d47 2018-09-01 04:42:09,385 - 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-01T04:42:09Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a90bb5b8-1ebf-4343-b261-8dee673b9543', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_85c9ef85-f0f0-412e-a217-4791b47aa42c', u'admin_state_up': True, u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:42:09,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:09,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:09,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-3b53231f-8fee-492e-a30d-0d171c7836ac Date: Sat, 01 Sep 2018 04:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a90bb5b8-1ebf-4343-b261-8dee673b9543","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:42:09Z","provider:segmentation_id":51,"name":"vmready1-net_85c9ef85-f0f0-412e-a217-4791b47aa42c","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:09Z","provider:network_type":"vxlan"}]} 2018-09-01 04:42:09,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3b53231f-8fee-492e-a30d-0d171c7836ac 2018-09-01 04:42:09,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105555057526s 2018-09-01 04:42:09,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3b53231f-8fee-492e-a30d-0d171c7836ac 2018-09-01 04:42:09,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:42:09,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"subnet": {"name": "vmready1-subnet_85c9ef85-f0f0-412e-a217-4791b47aa42c", "enable_dhcp": true, "network_id": "a90bb5b8-1ebf-4343-b261-8dee673b9543", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:42:09,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b0b14d61-a57f-452c-907f-627a6dc1f009 Date: Sat, 01 Sep 2018 04:42:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a90bb5b8-1ebf-4343-b261-8dee673b9543","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42:09Z","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":"964427977c614007b31bf28ce6a0b09c","id":"2e868c9a-0ee9-4c01-860a-37462604c2fc","subnetpool_id":null,"name":"vmready1-subnet_85c9ef85-f0f0-412e-a217-4791b47aa42c"}} 2018-09-01 04:42:09,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b0b14d61-a57f-452c-907f-627a6dc1f009 2018-09-01 04:42:09,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.383435964584s 2018-09-01 04:42:09,877 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-b0b14d61-a57f-452c-907f-627a6dc1f009 2018-09-01 04:42:09,878 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:42:09Z', 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'2e868c9a-0ee9-4c01-860a-37462604c2fc', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_85c9ef85-f0f0-412e-a217-4791b47aa42c', u'enable_dhcp': True, u'network_id': u'a90bb5b8-1ebf-4343-b261-8dee673b9543', u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:42:09,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:42:09,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "vmready1-router_85c9ef85-f0f0-412e-a217-4791b47aa42c", "admin_state_up": true}}' 2018-09-01 04:42:11,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-8a314528-53ee-4b68-b73c-d1c2211cf503 Date: Sat, 01 Sep 2018 04:42:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:42:10Z", "revision_number": 2, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "d4d77c3a-6ae5-45b2-8648-8def2874ecce", "name": "vmready1-router_85c9ef85-f0f0-412e-a217-4791b47aa42c"}} 2018-09-01 04:42:11,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8a314528-53ee-4b68-b73c-d1c2211cf503 2018-09-01 04:42:11,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.13827800751s 2018-09-01 04:42:11,017 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-8a314528-53ee-4b68-b73c-d1c2211cf503 2018-09-01 04:42:11,017 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:09Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T04:42:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'964427977c614007b31bf28ce6a0b09c', u'id': u'd4d77c3a-6ae5-45b2-8648-8def2874ecce', u'name': u'vmready1-router_85c9ef85-f0f0-412e-a217-4791b47aa42c'}) 2018-09-01 04:42:11,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:42:11,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/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}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"subnet_id": "2e868c9a-0ee9-4c01-860a-37462604c2fc"}' 2018-09-01 04:42:12,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-54b37318-101c-4bc4-8a12-f04d2f67e6e5 Date: Sat, 01 Sep 2018 04:42:12 GMT RESP BODY: {"network_id": "a90bb5b8-1ebf-4343-b261-8dee673b9543", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "2e868c9a-0ee9-4c01-860a-37462604c2fc", "subnet_ids": ["2e868c9a-0ee9-4c01-860a-37462604c2fc"], "port_id": "4546c03c-a95b-4e6f-886b-566297e356a4", "id": "d4d77c3a-6ae5-45b2-8648-8def2874ecce"} 2018-09-01 04:42:12,628 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/add_router_interface.json used request id req-54b37318-101c-4bc4-8a12-f04d2f67e6e5 2018-09-01 04:42:12,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.61062788963s 2018-09-01 04:42:12,629 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/add_router_interface.json used request id req-54b37318-101c-4bc4-8a12-f04d2f67e6e5 returning object d4d77c3a-6ae5-45b2-8648-8def2874ecce 2018-09-01 04:42:12,629 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:42:12,761 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:42:12,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:12,767 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:42:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:42:12,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:12,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:13,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2eeaf7ea-a8de-40aa-acfa-42661420e112 Date: Sat, 01 Sep 2018 04:42:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:13,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2eeaf7ea-a8de-40aa-acfa-42661420e112 2018-09-01 04:42:13,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.755985021591s 2018-09-01 04:42:13,526 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2eeaf7ea-a8de-40aa-acfa-42661420e112 2018-09-01 04:42:13,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:42:13,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c"}' 2018-09-01 04:42:13,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f7ff8158-58fa-4be3-af5c-81b090547c29 Date: Sat, 01 Sep 2018 04:42:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:13Z", "file": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "10e0549a-20e3-4abc-aa34-5f567ee8acf9", "size": null, "self": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9", "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_85c9ef85-f0f0-412e-a217-4791b47aa42c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "checksum": null, "created_at": "2018-09-01T04:42:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:42:13,620 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f7ff8158-58fa-4be3-af5c-81b090547c29 2018-09-01 04:42:13,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0855460166931s 2018-09-01 04:42:13,620 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-f7ff8158-58fa-4be3-af5c-81b090547c29 returning object 10e0549a-20e3-4abc-aa34-5f567ee8acf9 2018-09-01 04:42:13,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:42:13,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/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}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '' 2018-09-01 04:42:16,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d217fe28-8940-474e-9d48-9cfee8731938 Date: Sat, 01 Sep 2018 04:42:16 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 04:42:16,008 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file used request id req-d217fe28-8940-474e-9d48-9cfee8731938 2018-09-01 04:42:16,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.38753509521s 2018-09-01 04:42:16,009 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file used request id req-d217fe28-8940-474e-9d48-9cfee8731938 2018-09-01 04:42:16,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:16,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-baa0a428-f016-4732-ab91-81021480c1d8 Date: Sat, 01 Sep 2018 04:42:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:15Z", "file": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "10e0549a-20e3-4abc-aa34-5f567ee8acf9", "size": 12716032, "self": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:16,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-baa0a428-f016-4732-ab91-81021480c1d8 2018-09-01 04:42:16,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265069007874s 2018-09-01 04:42:16,040 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-baa0a428-f016-4732-ab91-81021480c1d8 2018-09-01 04:42:16,042 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file', 'owner': u'964427977c614007b31bf28ce6a0b09c', 'id': u'10e0549a-20e3-4abc-aa34-5f567ee8acf9', 'size': 12716032, u'self': u'/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'964427977c614007b31bf28ce6a0b09c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:42:15Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:42:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c', '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/10e0549a-20e3-4abc-aa34-5f567ee8acf9', 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_85c9ef85-f0f0-412e-a217-4791b47aa42c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c', 'created': u'2018-09-01T04:42:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:42:13Z', 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/10e0549a-20e3-4abc-aa34-5f567ee8acf9', 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_85c9ef85-f0f0-412e-a217-4791b47aa42c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:42:16,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:42:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_85c9ef85-f0f0-412e-a217-4791b47aa42c", "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 04:42:16,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-619f357e-533f-424d-b400-eaaa394bd769 x-compute-request-id: req-619f357e-533f-424d-b400-eaaa394bd769 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_85c9ef85-f0f0-412e-a217-4791b47aa42c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81", "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": "daf98e4c-1202-49b4-b3f3-a3d859ea9c81"}} 2018-09-01 04:42:16,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-619f357e-533f-424d-b400-eaaa394bd769 2018-09-01 04:42:16,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.332169055939s 2018-09-01 04:42:16,375 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-619f357e-533f-424d-b400-eaaa394bd769 2018-09-01 04:42:16,376 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_85c9ef85-f0f0-412e-a217-4791b47aa42c', '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'964427977c614007b31bf28ce6a0b09c', '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'daf98e4c-1202-49b4-b3f3-a3d859ea9c81', 'swap': 0}) 2018-09-01 04:42:16,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:42:16,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81/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}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"extra_specs": {}}' 2018-09-01 04:42:16,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ecc2ced-e20f-4162-a67c-20bd62de15b7 x-compute-request-id: req-2ecc2ced-e20f-4162-a67c-20bd62de15b7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:42:16,522 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81/os-extra_specs used request id req-2ecc2ced-e20f-4162-a67c-20bd62de15b7 2018-09-01 04:42:16,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.145318984985s 2018-09-01 04:42:16,522 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81/os-extra_specs used request id req-2ecc2ced-e20f-4162-a67c-20bd62de15b7 2018-09-01 04:42:16,628 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:42:16,628 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:42:16,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:42:16,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/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}562b0ba85308c23acf3f8752434667e4655e4f5b" -d '{"subnet_id": "2e868c9a-0ee9-4c01-860a-37462604c2fc"}' 2018-09-01 04:42:18,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e2a37b0-98f3-4e51-b3d3-253bdf2a51d5 Date: Sat, 01 Sep 2018 04:42:18 GMT RESP BODY: {"network_id": "a90bb5b8-1ebf-4343-b261-8dee673b9543", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "2e868c9a-0ee9-4c01-860a-37462604c2fc", "subnet_ids": ["2e868c9a-0ee9-4c01-860a-37462604c2fc"], "port_id": "4546c03c-a95b-4e6f-886b-566297e356a4", "id": "d4d77c3a-6ae5-45b2-8648-8def2874ecce"} 2018-09-01 04:42:18,314 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/remove_router_interface.json used request id req-1e2a37b0-98f3-4e51-b3d3-253bdf2a51d5 2018-09-01 04:42:18,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68075895309s 2018-09-01 04:42:18,314 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce/remove_router_interface.json used request id req-1e2a37b0-98f3-4e51-b3d3-253bdf2a51d5 returning object d4d77c3a-6ae5-45b2-8648-8def2874ecce 2018-09-01 04:42:18,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:42:18,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:18,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-37dfe047-5d85-4908-8d10-f0e080495593 Date: Sat, 01 Sep 2018 04:42:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:42:17Z", "revision_number": 4, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "d4d77c3a-6ae5-45b2-8648-8def2874ecce", "name": "vmready1-router_85c9ef85-f0f0-412e-a217-4791b47aa42c"}]} 2018-09-01 04:42:18,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-37dfe047-5d85-4908-8d10-f0e080495593 2018-09-01 04:42:18,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113546133041s 2018-09-01 04:42:18,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-37dfe047-5d85-4908-8d10-f0e080495593 2018-09-01 04:42:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:42:18,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:19,914 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-703accf0-a2a5-4a7c-ae81-c0c2acd6135b Content-Length: 0 Date: Sat, 01 Sep 2018 04:42:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:19,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce.json used request id req-703accf0-a2a5-4a7c-ae81-c0c2acd6135b 2018-09-01 04:42:19,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.48440289497s 2018-09-01 04:42:19,915 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/d4d77c3a-6ae5-45b2-8648-8def2874ecce.json used request id req-703accf0-a2a5-4a7c-ae81-c0c2acd6135b 2018-09-01 04:42:19,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:42:19,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:19,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-66b0aa76-e86a-4c49-a462-034cfa048cd9 Date: Sat, 01 Sep 2018 04:42:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a90bb5b8-1ebf-4343-b261-8dee673b9543","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42:09Z","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":"964427977c614007b31bf28ce6a0b09c","id":"2e868c9a-0ee9-4c01-860a-37462604c2fc","subnetpool_id":null,"name":"vmready1-subnet_85c9ef85-f0f0-412e-a217-4791b47aa42c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4daea871-7749-4408-950d-9e5c72efea1a","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:23Z","dns_nameservers":[],"updated_at":"2018-09-01T04:39:23Z","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":"300bfd4d68944d02ad73a980d1bfe269","id":"72f1ba3c-322d-4e28-8c98-e144d57d067d","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 04:42:19,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-66b0aa76-e86a-4c49-a462-034cfa048cd9 2018-09-01 04:42:19,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.072548866272s 2018-09-01 04:42:19,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-66b0aa76-e86a-4c49-a462-034cfa048cd9 2018-09-01 04:42:19,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:42:19,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/2e868c9a-0ee9-4c01-860a-37462604c2fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:20,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9a8434f-5dc4-4e2a-b791-4321f9732e71 Date: Sat, 01 Sep 2018 04:42:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:20,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2e868c9a-0ee9-4c01-860a-37462604c2fc.json used request id req-c9a8434f-5dc4-4e2a-b791-4321f9732e71 2018-09-01 04:42:20,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.956565141678s 2018-09-01 04:42:20,947 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/2e868c9a-0ee9-4c01-860a-37462604c2fc.json used request id req-c9a8434f-5dc4-4e2a-b791-4321f9732e71 2018-09-01 04:42:20,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:20,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:21,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-dc1315e1-f137-447c-99ee-5722ea34560c Date: Sat, 01 Sep 2018 04:42:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a90bb5b8-1ebf-4343-b261-8dee673b9543","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:42:20Z","provider:segmentation_id":51,"name":"vmready1-net_85c9ef85-f0f0-412e-a217-4791b47aa42c","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:09Z","provider:network_type":"vxlan"}]} 2018-09-01 04:42:21,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-dc1315e1-f137-447c-99ee-5722ea34560c 2018-09-01 04:42:21,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0781807899475s 2018-09-01 04:42:21,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-dc1315e1-f137-447c-99ee-5722ea34560c 2018-09-01 04:42:21,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:42:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/a90bb5b8-1ebf-4343-b261-8dee673b9543.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:22,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5a24db0-3147-40a1-8bc0-727188ff313f Date: Sat, 01 Sep 2018 04:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:22,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a90bb5b8-1ebf-4343-b261-8dee673b9543.json used request id req-a5a24db0-3147-40a1-8bc0-727188ff313f 2018-09-01 04:42:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19888806343s 2018-09-01 04:42:22,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/a90bb5b8-1ebf-4343-b261-8dee673b9543.json used request id req-a5a24db0-3147-40a1-8bc0-727188ff313f 2018-09-01 04:42:22,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:22,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-ab2f1f5f-7b82-4609-b9a1-caf25dd02104 Date: Sat, 01 Sep 2018 04:42:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:15Z", "file": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "10e0549a-20e3-4abc-aa34-5f567ee8acf9", "size": 12716032, "self": "/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_85c9ef85-f0f0-412e-a217-4791b47aa42c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:22,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ab2f1f5f-7b82-4609-b9a1-caf25dd02104 2018-09-01 04:42:22,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248658657074s 2018-09-01 04:42:22,256 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-ab2f1f5f-7b82-4609-b9a1-caf25dd02104 2018-09-01 04:42:22,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:42:22,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:22,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46dc6a9e-eb6d-4bb6-b9ad-1743aedb76ea Date: Sat, 01 Sep 2018 04:42: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 04:42:22,712 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9 used request id req-46dc6a9e-eb6d-4bb6-b9ad-1743aedb76ea 2018-09-01 04:42:22,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.45520401001s 2018-09-01 04:42:22,713 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/10e0549a-20e3-4abc-aa34-5f567ee8acf9 used request id req-46dc6a9e-eb6d-4bb6-b9ad-1743aedb76ea 2018-09-01 04:42:22,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:42:22,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:22,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-d3b8ac44-5c2b-4985-b437-305d302cec83 x-compute-request-id: req-d3b8ac44-5c2b-4985-b437-305d302cec83 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_85c9ef85-f0f0-412e-a217-4791b47aa42c", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81", "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": "daf98e4c-1202-49b4-b3f3-a3d859ea9c81"}]} 2018-09-01 04:42:22,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d3b8ac44-5c2b-4985-b437-305d302cec83 2018-09-01 04:42:22,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249571800232s 2018-09-01 04:42:22,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-d3b8ac44-5c2b-4985-b437-305d302cec83 2018-09-01 04:42:22,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:42:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}562b0ba85308c23acf3f8752434667e4655e4f5b" 2018-09-01 04:42:22,777 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:42: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-f710a48c-9300-4402-b590-b7d076a10ca3 x-compute-request-id: req-f710a48c-9300-4402-b590-b7d076a10ca3 Content-Length: 0 Content-Type: application/json 2018-09-01 04:42:22,778 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81 used request id req-f710a48c-9300-4402-b590-b7d076a10ca3 2018-09-01 04:42:22,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.03755402565s 2018-09-01 04:42:22,778 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/daf98e4c-1202-49b4-b3f3-a3d859ea9c81 used request id req-f710a48c-9300-4402-b590-b7d076a10ca3 2018-09-01 04:42:22,827 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-01 04:42:22,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:42:22,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:42:22,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:42:22,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:42:22,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:42:22,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:42:22,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:42:22,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:42:22,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:22,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76fe7d71-9015-450a-a18e-9f063b4af57c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:42:22,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-76fe7d71-9015-450a-a18e-9f063b4af57c 2018-09-01 04:42:22,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:42:23,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:42:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["Vb0CNnZBR9qRoZK_xJxSzA"], "issued_at": "2018-09-01T04:42:23.000000Z"}} 2018-09-01 04:42:23,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:23,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:23,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2c4c313e-bd0a-4f9d-bd24-dc1c24e96285 Date: Sat, 01 Sep 2018 04:42:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:42:23,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c4c313e-bd0a-4f9d-bd24-dc1c24e96285 2018-09-01 04:42:23,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331526041031s 2018-09-01 04:42:23,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c4c313e-bd0a-4f9d-bd24-dc1c24e96285 2018-09-01 04:42:23,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:23,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4a421f8-cd2d-49fa-8c7a-714841c1716c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:42:23,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-c4a421f8-cd2d-49fa-8c7a-714841c1716c 2018-09-01 04:42:23,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:42:23,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:23,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600cff34-5788-40e5-b5b3-71c67e96addf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:42:23,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-600cff34-5788-40e5-b5b3-71c67e96addf 2018-09-01 04:42:23,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172852993011s 2018-09-01 04:42:23,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-600cff34-5788-40e5-b5b3-71c67e96addf 2018-09-01 04:42:23,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:42:23,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}}' 2018-09-01 04:42:23,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-828e9133-3703-4c4a-a5b0-1ab669707dcb Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18"}, "tags": [], "enabled": true, "id": "c72c98501f5643aebf08b0e2360d4b18", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}} 2018-09-01 04:42:23,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-828e9133-3703-4c4a-a5b0-1ab669707dcb 2018-09-01 04:42:23,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.205043077469s 2018-09-01 04:42:23,985 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-828e9133-3703-4c4a-a5b0-1ab669707dcb 2018-09-01 04:42:23,985 - 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'c72c98501f5643aebf08b0e2360d4b18', '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_2124fdaa-9f9d-42f3-9a8d-901a591c63c4'}) 2018-09-01 04:42:23,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:42:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7e492678-501b-4f9c-9267-be91d906b3a4", "email": null, "name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}}' 2018-09-01 04:42:24,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1e09adb-69c2-435b-9341-f51a56b3acbe Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": {"self": "http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10258c3beb074c38b1bebd17cc09ff52", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:42:24,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-b1e09adb-69c2-435b-9341-f51a56b3acbe 2018-09-01 04:42:24,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.421869039536s 2018-09-01 04:42:24,414 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-b1e09adb-69c2-435b-9341-f51a56b3acbe 2018-09-01 04:42:24,414 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'10258c3beb074c38b1bebd17cc09ff52', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4'}) 2018-09-01 04:42:24,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:42:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:24,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5297a1e-65d6-4152-8304-69494e28eae4 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:42:24,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d5297a1e-65d6-4152-8304-69494e28eae4 2018-09-01 04:42:24,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18075799942s 2018-09-01 04:42:24,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-d5297a1e-65d6-4152-8304-69494e28eae4 2018-09-01 04:42:24,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:42:24,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:24,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838e6ad9-7b4c-4e59-882b-bc95e298480d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:42:24,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-838e6ad9-7b4c-4e59-882b-bc95e298480d 2018-09-01 04:42:24,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.166353940964s 2018-09-01 04:42:24,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-838e6ad9-7b4c-4e59-882b-bc95e298480d 2018-09-01 04:42:24,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:42:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:24,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7013259a-e4c0-4b6c-8b89-ea93585ee721 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:42:24,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7013259a-e4c0-4b6c-8b89-ea93585ee721 2018-09-01 04:42:24,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176103115082s 2018-09-01 04:42:24,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-7013259a-e4c0-4b6c-8b89-ea93585ee721 2018-09-01 04:42:24,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:42:24,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:25,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb30df0-692f-4146-b5d4-a4ca122b16fc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:42:25,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-edb30df0-692f-4146-b5d4-a4ca122b16fc 2018-09-01 04:42:25,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18671298027s 2018-09-01 04:42:25,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-edb30df0-692f-4146-b5d4-a4ca122b16fc 2018-09-01 04:42:25,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:42:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:25,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5bdb1b-4d0a-4141-aa7b-d6c6218b197c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": {"self": "http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10258c3beb074c38b1bebd17cc09ff52", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:42:25,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fb5bdb1b-4d0a-4141-aa7b-d6c6218b197c 2018-09-01 04:42:25,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115615129471s 2018-09-01 04:42:25,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-fb5bdb1b-4d0a-4141-aa7b-d6c6218b197c 2018-09-01 04:42:25,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:42:25,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:25,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103962a3-fd74-417a-946a-54d2d961ec19 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18"}, "tags": [], "enabled": true, "id": "c72c98501f5643aebf08b0e2360d4b18", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:25,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-103962a3-fd74-417a-946a-54d2d961ec19 2018-09-01 04:42:25,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.135701179504s 2018-09-01 04:42:25,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-103962a3-fd74-417a-946a-54d2d961ec19 2018-09-01 04:42:25,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:42:25,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=10258c3beb074c38b1bebd17cc09ff52&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=c72c98501f5643aebf08b0e2360d4b18" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:25,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47dd04ba-e7b1-4618-bbcd-107840c9122c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=10258c3beb074c38b1bebd17cc09ff52&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=c72c98501f5643aebf08b0e2360d4b18", "previous": null, "next": null}} 2018-09-01 04:42:25,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=10258c3beb074c38b1bebd17cc09ff52&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=c72c98501f5643aebf08b0e2360d4b18 used request id req-47dd04ba-e7b1-4618-bbcd-107840c9122c 2018-09-01 04:42:25,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181200027466s 2018-09-01 04:42:25,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=10258c3beb074c38b1bebd17cc09ff52&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=c72c98501f5643aebf08b0e2360d4b18 used request id req-47dd04ba-e7b1-4618-bbcd-107840c9122c 2018-09-01 04:42:25,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:42:25,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18/users/10258c3beb074c38b1bebd17cc09ff52/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:25,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:42:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f74e1f1-7147-40c6-a442-04d8d5040f75 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 04:42:25,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18/users/10258c3beb074c38b1bebd17cc09ff52/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-1f74e1f1-7147-40c6-a442-04d8d5040f75 2018-09-01 04:42:25,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.276549816132s 2018-09-01 04:42:25,876 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18/users/10258c3beb074c38b1bebd17cc09ff52/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-1f74e1f1-7147-40c6-a442-04d8d5040f75 2018-09-01 04:42:25,876 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 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'c72c98501f5643aebf08b0e2360d4b18', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7e492678-501b-4f9c-9267-be91d906b3a4', 'username': u'vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:42:25,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:42:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:42:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:42:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:42:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:42:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:42:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:42:25,881 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 'password': '7e492678-501b-4f9c-9267-be91d906b3a4', 'project_name': 'vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'c72c98501f5643aebf08b0e2360d4b18', 'project_domain_name': 'Default'} 2018-09-01 04:42:25,881 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-01 04:42:25,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:25,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04fa140f-56ce-4001-87fb-a6a9a06b147c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:42:25,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04fa140f-56ce-4001-87fb-a6a9a06b147c 2018-09-01 04:42:25,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:42:26,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:42:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c72c98501f5643aebf08b0e2360d4b18", "name": "vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/c72c98501f5643aebf08b0e2360d4b18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/c72c98501f5643aebf08b0e2360d4b18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/c72c98501f5643aebf08b0e2360d4b18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_c72c98501f5643aebf08b0e2360d4b18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_c72c98501f5643aebf08b0e2360d4b18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c72c98501f5643aebf08b0e2360d4b18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/c72c98501f5643aebf08b0e2360d4b18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/c72c98501f5643aebf08b0e2360d4b18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/c72c98501f5643aebf08b0e2360d4b18", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "id": "10258c3beb074c38b1bebd17cc09ff52"}, "audit_ids": ["mdyBfeovTOeAVCyv8JRyzQ"], "issued_at": "2018-09-01T04:42:26.000000Z"}} 2018-09-01 04:42:26,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:42:26,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"network": {"name": "vmready2-net_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "admin_state_up": true}}' 2018-09-01 04:42:26,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e3480e3e-548d-45fc-9d94-c3adcad378bb Date: Sat, 01 Sep 2018 04:42:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c72c98501f5643aebf08b0e2360d4b18","created_at":"2018-09-01T04:42:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:42:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c72c98501f5643aebf08b0e2360d4b18","id":"8d30d20b-6864-44a8-b432-f921af3bd5a7","name":"vmready2-net_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}} 2018-09-01 04:42:26,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e3480e3e-548d-45fc-9d94-c3adcad378bb 2018-09-01 04:42:26,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.709494829178s 2018-09-01 04:42:26,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e3480e3e-548d-45fc-9d94-c3adcad378bb 2018-09-01 04:42:26,996 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:42:26Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'8d30d20b-6864-44a8-b432-f921af3bd5a7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', u'admin_state_up': True, u'tenant_id': u'c72c98501f5643aebf08b0e2360d4b18', u'created_at': u'2018-09-01T04:42:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c72c98501f5643aebf08b0e2360d4b18'}) 2018-09-01 04:42:26,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:26,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:27,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-c10802f8-6937-4e9d-b194-6aad0174781a Date: Sat, 01 Sep 2018 04:42:27 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:42:26Z","tenant_id":"c72c98501f5643aebf08b0e2360d4b18","created_at":"2018-09-01T04:42:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c72c98501f5643aebf08b0e2360d4b18","id":"8d30d20b-6864-44a8-b432-f921af3bd5a7","name":"vmready2-net_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:27,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c10802f8-6937-4e9d-b194-6aad0174781a 2018-09-01 04:42:27,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.176712036133s 2018-09-01 04:42:27,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-c10802f8-6937-4e9d-b194-6aad0174781a 2018-09-01 04:42:27,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:42:27,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"subnet": {"name": "vmready2-subnet_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "enable_dhcp": true, "network_id": "8d30d20b-6864-44a8-b432-f921af3bd5a7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:42:27,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9ae6a54f-1cbc-44db-9cf8-ac6565acf874 Date: Sat, 01 Sep 2018 04:42:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d30d20b-6864-44a8-b432-f921af3bd5a7","tenant_id":"c72c98501f5643aebf08b0e2360d4b18","created_at":"2018-09-01T04:42:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42: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":"c72c98501f5643aebf08b0e2360d4b18","id":"80b6e2db-47b9-4f88-85d8-e179b025a167","subnetpool_id":null,"name":"vmready2-subnet_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}} 2018-09-01 04:42:27,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9ae6a54f-1cbc-44db-9cf8-ac6565acf874 2018-09-01 04:42:27,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.772809028625s 2018-09-01 04:42:27,948 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-9ae6a54f-1cbc-44db-9cf8-ac6565acf874 2018-09-01 04:42:27,949 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:42: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'80b6e2db-47b9-4f88-85d8-e179b025a167', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', u'enable_dhcp': True, u'network_id': u'8d30d20b-6864-44a8-b432-f921af3bd5a7', u'tenant_id': u'c72c98501f5643aebf08b0e2360d4b18', u'created_at': u'2018-09-01T04:42: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'c72c98501f5643aebf08b0e2360d4b18'}) 2018-09-01 04:42:27,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:42:27,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "vmready2-router_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "admin_state_up": true}}' 2018-09-01 04:42:29,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-eb0b6e62-330c-4adf-a1c9-5f18b544a744 Date: Sat, 01 Sep 2018 04:42:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "created_at": "2018-09-01T04:42:28Z", "admin_state_up": true, "updated_at": "2018-09-01T04:42:29Z", "revision_number": 2, "routes": [], "project_id": "c72c98501f5643aebf08b0e2360d4b18", "id": "28d9602f-9c72-4131-8ca6-887032475003", "name": "vmready2-router_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}} 2018-09-01 04:42:29,292 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-eb0b6e62-330c-4adf-a1c9-5f18b544a744 2018-09-01 04:42:29,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34269499779s 2018-09-01 04:42:29,293 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-eb0b6e62-330c-4adf-a1c9-5f18b544a744 2018-09-01 04:42:29,293 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c72c98501f5643aebf08b0e2360d4b18', u'created_at': u'2018-09-01T04:42:28Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:42:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'c72c98501f5643aebf08b0e2360d4b18', u'id': u'28d9602f-9c72-4131-8ca6-887032475003', u'name': u'vmready2-router_2124fdaa-9f9d-42f3-9a8d-901a591c63c4'}) 2018-09-01 04:42:29,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:42:29,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/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}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"subnet_id": "80b6e2db-47b9-4f88-85d8-e179b025a167"}' 2018-09-01 04:42:31,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8bf8c877-ab04-46e4-9801-5cab707dc8bb Date: Sat, 01 Sep 2018 04:42:31 GMT RESP BODY: {"network_id": "8d30d20b-6864-44a8-b432-f921af3bd5a7", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "subnet_id": "80b6e2db-47b9-4f88-85d8-e179b025a167", "subnet_ids": ["80b6e2db-47b9-4f88-85d8-e179b025a167"], "port_id": "f6a2d8a0-e67d-4aae-9b4c-315389644ed0", "id": "28d9602f-9c72-4131-8ca6-887032475003"} 2018-09-01 04:42:31,218 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/add_router_interface.json used request id req-8bf8c877-ab04-46e4-9801-5cab707dc8bb 2018-09-01 04:42:31,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.9245390892s 2018-09-01 04:42:31,218 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/add_router_interface.json used request id req-8bf8c877-ab04-46e4-9801-5cab707dc8bb returning object 28d9602f-9c72-4131-8ca6-887032475003 2018-09-01 04:42:31,219 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:42:31,341 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:42:31,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:31,347 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:42:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:42:31,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:32,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bc31898f-8e1b-4197-826d-c4e77297ac2a Date: Sat, 01 Sep 2018 04:42:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:32,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bc31898f-8e1b-4197-826d-c4e77297ac2a 2018-09-01 04:42:32,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78139090538s 2018-09-01 04:42:32,131 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-bc31898f-8e1b-4197-826d-c4e77297ac2a 2018-09-01 04:42:32,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:42:32,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}' 2018-09-01 04:42:32,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-37422b41-590d-475a-880a-e0a53e62b7fa Date: Sat, 01 Sep 2018 04:42:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:32Z", "file": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file", "owner": "c72c98501f5643aebf08b0e2360d4b18", "id": "e04ce094-2c45-43db-8b37-82e5a663c37e", "size": null, "self": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e", "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_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "checksum": null, "created_at": "2018-09-01T04:42:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:42:32,257 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-37422b41-590d-475a-880a-e0a53e62b7fa 2018-09-01 04:42:32,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.118324041367s 2018-09-01 04:42:32,257 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-37422b41-590d-475a-880a-e0a53e62b7fa returning object e04ce094-2c45-43db-8b37-82e5a663c37e 2018-09-01 04:42:32,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:42:32,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/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}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '' 2018-09-01 04:42:33,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25fbcb60-15d1-4d2b-9c04-6b0ad9c78622 Date: Sat, 01 Sep 2018 04:42:33 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 04:42:33,452 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file used request id req-25fbcb60-15d1-4d2b-9c04-6b0ad9c78622 2018-09-01 04:42:33,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19376301765s 2018-09-01 04:42:33,452 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file used request id req-25fbcb60-15d1-4d2b-9c04-6b0ad9c78622 2018-09-01 04:42:33,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:33,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:33,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-6c12d420-85ff-477f-bb09-040c1dccca88 Date: Sat, 01 Sep 2018 04:42:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:33Z", "file": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file", "owner": "c72c98501f5643aebf08b0e2360d4b18", "id": "e04ce094-2c45-43db-8b37-82e5a663c37e", "size": 12716032, "self": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:33,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6c12d420-85ff-477f-bb09-040c1dccca88 2018-09-01 04:42:33,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369999408722s 2018-09-01 04:42:33,493 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6c12d420-85ff-477f-bb09-040c1dccca88 2018-09-01 04:42:33,495 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file', 'owner': u'c72c98501f5643aebf08b0e2360d4b18', 'id': u'e04ce094-2c45-43db-8b37-82e5a663c37e', 'size': 12716032, u'self': u'/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c72c98501f5643aebf08b0e2360d4b18', 'name': 'vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:42:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:42:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', '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/e04ce094-2c45-43db-8b37-82e5a663c37e', 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_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', 'created': u'2018-09-01T04:42:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:42:32Z', 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/e04ce094-2c45-43db-8b37-82e5a663c37e', 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_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:42:33,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:42:33,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "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 04:42:33,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:33 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-12fd12d2-ea6c-426e-9df8-cc44ee0a9a1f x-compute-request-id: req-12fd12d2-ea6c-426e-9df8-cc44ee0a9a1f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13", "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": "107b8226-e6d0-4bea-998f-8045b1dc0e13"}} 2018-09-01 04:42:33,827 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-12fd12d2-ea6c-426e-9df8-cc44ee0a9a1f 2018-09-01 04:42:33,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.331538915634s 2018-09-01 04:42:33,828 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-12fd12d2-ea6c-426e-9df8-cc44ee0a9a1f 2018-09-01 04:42:33,828 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_2124fdaa-9f9d-42f3-9a8d-901a591c63c4', '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'964427977c614007b31bf28ce6a0b09c', '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'107b8226-e6d0-4bea-998f-8045b1dc0e13', 'swap': 0}) 2018-09-01 04:42:33,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:42:33,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13/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}4b6aa874a0182753f040afb26e755de9c1c12308" -d '{"extra_specs": {}}' 2018-09-01 04:42:33,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:33 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-8d6be49c-163a-4783-92fe-50dd1cad1338 x-compute-request-id: req-8d6be49c-163a-4783-92fe-50dd1cad1338 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:42:33,962 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13/os-extra_specs used request id req-8d6be49c-163a-4783-92fe-50dd1cad1338 2018-09-01 04:42:33,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132799863815s 2018-09-01 04:42:33,962 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13/os-extra_specs used request id req-8d6be49c-163a-4783-92fe-50dd1cad1338 2018-09-01 04:42:34,077 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:42:34,078 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:42:34,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:42:34,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/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}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" -d '{"subnet_id": "80b6e2db-47b9-4f88-85d8-e179b025a167"}' 2018-09-01 04:42:35,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d3b22afd-cda3-4064-b885-6108ad6e5702 Date: Sat, 01 Sep 2018 04:42:35 GMT RESP BODY: {"network_id": "8d30d20b-6864-44a8-b432-f921af3bd5a7", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "subnet_id": "80b6e2db-47b9-4f88-85d8-e179b025a167", "subnet_ids": ["80b6e2db-47b9-4f88-85d8-e179b025a167"], "port_id": "f6a2d8a0-e67d-4aae-9b4c-315389644ed0", "id": "28d9602f-9c72-4131-8ca6-887032475003"} 2018-09-01 04:42:35,773 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/remove_router_interface.json used request id req-d3b22afd-cda3-4064-b885-6108ad6e5702 2018-09-01 04:42:35,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6903629303s 2018-09-01 04:42:35,773 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003/remove_router_interface.json used request id req-d3b22afd-cda3-4064-b885-6108ad6e5702 returning object 28d9602f-9c72-4131-8ca6-887032475003 2018-09-01 04:42:35,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:42:35,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:35,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-3ece6036-8d2d-43a2-993a-5c82c0787d54 Date: Sat, 01 Sep 2018 04:42:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "created_at": "2018-09-01T04:42:28Z", "admin_state_up": true, "updated_at": "2018-09-01T04:42:35Z", "revision_number": 4, "routes": [], "project_id": "c72c98501f5643aebf08b0e2360d4b18", "id": "28d9602f-9c72-4131-8ca6-887032475003", "name": "vmready2-router_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:35,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-3ece6036-8d2d-43a2-993a-5c82c0787d54 2018-09-01 04:42:35,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11038684845s 2018-09-01 04:42:35,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-3ece6036-8d2d-43a2-993a-5c82c0787d54 2018-09-01 04:42:35,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:42:35,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:37,313 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f8d5ac6-5826-4c7a-8a04-eacb9fcfc183 Content-Length: 0 Date: Sat, 01 Sep 2018 04:42:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:37,314 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003.json used request id req-1f8d5ac6-5826-4c7a-8a04-eacb9fcfc183 2018-09-01 04:42:37,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42778301239s 2018-09-01 04:42:37,314 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/28d9602f-9c72-4131-8ca6-887032475003.json used request id req-1f8d5ac6-5826-4c7a-8a04-eacb9fcfc183 2018-09-01 04:42:37,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:42:37,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:37,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-43af1509-e415-4592-8c53-3a40c8939e39 Date: Sat, 01 Sep 2018 04:42:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d30d20b-6864-44a8-b432-f921af3bd5a7","tenant_id":"c72c98501f5643aebf08b0e2360d4b18","created_at":"2018-09-01T04:42:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42: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":"c72c98501f5643aebf08b0e2360d4b18","id":"80b6e2db-47b9-4f88-85d8-e179b025a167","subnetpool_id":null,"name":"vmready2-subnet_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:37,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-43af1509-e415-4592-8c53-3a40c8939e39 2018-09-01 04:42:37,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0867919921875s 2018-09-01 04:42:37,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-43af1509-e415-4592-8c53-3a40c8939e39 2018-09-01 04:42:37,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:42:37,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/80b6e2db-47b9-4f88-85d8-e179b025a167.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:38,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ffaedc3-2136-411f-8445-57475548e15f Date: Sat, 01 Sep 2018 04:42:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:38,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/80b6e2db-47b9-4f88-85d8-e179b025a167.json used request id req-8ffaedc3-2136-411f-8445-57475548e15f 2018-09-01 04:42:38,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.00667595863s 2018-09-01 04:42:38,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/80b6e2db-47b9-4f88-85d8-e179b025a167.json used request id req-8ffaedc3-2136-411f-8445-57475548e15f 2018-09-01 04:42:38,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:38,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:38,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3803ad75-89dd-456b-9a65-6609815fdb84 Date: Sat, 01 Sep 2018 04:42:38 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:42:38Z","tenant_id":"c72c98501f5643aebf08b0e2360d4b18","created_at":"2018-09-01T04:42:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c72c98501f5643aebf08b0e2360d4b18","id":"8d30d20b-6864-44a8-b432-f921af3bd5a7","name":"vmready2-net_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:38,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3803ad75-89dd-456b-9a65-6609815fdb84 2018-09-01 04:42:38,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0963461399078s 2018-09-01 04:42:38,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-3803ad75-89dd-456b-9a65-6609815fdb84 2018-09-01 04:42:38,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:42:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/8d30d20b-6864-44a8-b432-f921af3bd5a7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:39,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3579b8cd-0d65-4387-8db1-93ebda087584 Date: Sat, 01 Sep 2018 04:42:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:42:39,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/8d30d20b-6864-44a8-b432-f921af3bd5a7.json used request id req-3579b8cd-0d65-4387-8db1-93ebda087584 2018-09-01 04:42:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.31105494499s 2018-09-01 04:42:39,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/8d30d20b-6864-44a8-b432-f921af3bd5a7.json used request id req-3579b8cd-0d65-4387-8db1-93ebda087584 2018-09-01 04:42:39,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:39,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:39,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-a7a1a6ca-bd65-400d-b1e4-8a696f6d7e7e Date: Sat, 01 Sep 2018 04:42:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:33Z", "file": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e/file", "owner": "c72c98501f5643aebf08b0e2360d4b18", "id": "e04ce094-2c45-43db-8b37-82e5a663c37e", "size": 12716032, "self": "/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/e04ce094-2c45-43db-8b37-82e5a663c37e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:39,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a7a1a6ca-bd65-400d-b1e4-8a696f6d7e7e 2018-09-01 04:42:39,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357608795166s 2018-09-01 04:42:39,860 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-a7a1a6ca-bd65-400d-b1e4-8a696f6d7e7e 2018-09-01 04:42:39,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:42:39,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aec4f0d6fcffeb0e5b3a079bc9aadd3578dcdd17" 2018-09-01 04:42:40,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65602f83-1264-43f4-955f-a63e88b211b8 Date: Sat, 01 Sep 2018 04:42:40 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 04:42:40,246 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e used request id req-65602f83-1264-43f4-955f-a63e88b211b8 2018-09-01 04:42:40,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.384835004807s 2018-09-01 04:42:40,247 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/e04ce094-2c45-43db-8b37-82e5a663c37e used request id req-65602f83-1264-43f4-955f-a63e88b211b8 2018-09-01 04:42:40,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:42:40,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:40,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-97231353-c2f5-44de-9079-fcfda6977b4a x-compute-request-id: req-97231353-c2f5-44de-9079-fcfda6977b4a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13", "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": "107b8226-e6d0-4bea-998f-8045b1dc0e13"}]} 2018-09-01 04:42:40,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-97231353-c2f5-44de-9079-fcfda6977b4a 2018-09-01 04:42:40,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.132795095444s 2018-09-01 04:42:40,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-97231353-c2f5-44de-9079-fcfda6977b4a 2018-09-01 04:42:40,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:42:40,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:40,431 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:42: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-79e09d73-650d-47f9-9fa5-6a22cd7c94b0 x-compute-request-id: req-79e09d73-650d-47f9-9fa5-6a22cd7c94b0 Content-Length: 0 Content-Type: application/json 2018-09-01 04:42:40,432 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13 used request id req-79e09d73-650d-47f9-9fa5-6a22cd7c94b0 2018-09-01 04:42:40,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0496370792389s 2018-09-01 04:42:40,432 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/107b8226-e6d0-4bea-998f-8045b1dc0e13 used request id req-79e09d73-650d-47f9-9fa5-6a22cd7c94b0 2018-09-01 04:42:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:42:40,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:40,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92edc7bf-9367-47f0-baf4-2ac974eeac6e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": {"self": "http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "10258c3beb074c38b1bebd17cc09ff52", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:42:40,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-92edc7bf-9367-47f0-baf4-2ac974eeac6e 2018-09-01 04:42:40,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.235167980194s 2018-09-01 04:42:40,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-92edc7bf-9367-47f0-baf4-2ac974eeac6e 2018-09-01 04:42:40,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:42:40,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:40,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c78268-5d00-43d5-9042-ab1a01d8c1c8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2124fdaa-9f9d-42f3-9a8d-901a591c63c4", "links": {"self": "http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "10258c3beb074c38b1bebd17cc09ff52", "description": null}} 2018-09-01 04:42:40,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 used request id req-96c78268-5d00-43d5-9042-ab1a01d8c1c8 2018-09-01 04:42:40,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190557956696s 2018-09-01 04:42:40,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 used request id req-96c78268-5d00-43d5-9042-ab1a01d8c1c8 2018-09-01 04:42:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:42:40,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:41,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:42:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83232707-05b9-4cd2-b779-d9a4a559933a 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 04:42:41,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 used request id req-83232707-05b9-4cd2-b779-d9a4a559933a 2018-09-01 04:42:41,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.229142189026s 2018-09-01 04:42:41,095 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/10258c3beb074c38b1bebd17cc09ff52 used request id req-83232707-05b9-4cd2-b779-d9a4a559933a 2018-09-01 04:42:41,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:42:41,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:41,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2445082d-9a4e-4d14-bc76-249a7b551331 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18"}, "tags": [], "enabled": true, "id": "c72c98501f5643aebf08b0e2360d4b18", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2124fdaa-9f9d-42f3-9a8d-901a591c63c4"}]} 2018-09-01 04:42:41,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-2445082d-9a4e-4d14-bc76-249a7b551331 2018-09-01 04:42:41,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.126477003098s 2018-09-01 04:42:41,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-2445082d-9a4e-4d14-bc76-249a7b551331 2018-09-01 04:42:41,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:42:41,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b6aa874a0182753f040afb26e755de9c1c12308" 2018-09-01 04:42:41,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:42:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df752c18-1686-43f9-a4d4-0cc9c4cd2ce8 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 04:42:41,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18 used request id req-df752c18-1686-43f9-a4d4-0cc9c4cd2ce8 2018-09-01 04:42:41,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.301189184189s 2018-09-01 04:42:41,533 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/c72c98501f5643aebf08b0e2360d4b18 used request id req-df752c18-1686-43f9-a4d4-0cc9c4cd2ce8 2018-09-01 04:42:41,586 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:42:41,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:42:41,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:42:41,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:41,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc12225-68b3-49bc-9a6e-d1b5a03ede81 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:42:41,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-edc12225-68b3-49bc-9a6e-d1b5a03ede81 2018-09-01 04:42:41,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:42:42,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:42:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["bT38ch2SR62bnlSvvoV0aw"], "issued_at": "2018-09-01T04:42:41.000000Z"}} 2018-09-01 04:42:42,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:42,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:42,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-03ee3d5a-ece1-4492-872f-f9519be45f5c Date: Sat, 01 Sep 2018 04:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:42:42,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03ee3d5a-ece1-4492-872f-f9519be45f5c 2018-09-01 04:42:42,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.431080102921s 2018-09-01 04:42:42,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03ee3d5a-ece1-4492-872f-f9519be45f5c 2018-09-01 04:42:42,466 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-01 04:42:42,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:42:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"network": {"name": "singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49", "admin_state_up": true}}' 2018-09-01 04:42:42,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-221c3790-9169-4aea-bdd9-7d522b2d2277 Date: Sat, 01 Sep 2018 04:42:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:42:42Z","is_default":false,"provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","mtu":1450}} 2018-09-01 04:42:42,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-221c3790-9169-4aea-bdd9-7d522b2d2277 2018-09-01 04:42:42,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.27835392952s 2018-09-01 04:42:42,745 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-221c3790-9169-4aea-bdd9-7d522b2d2277 2018-09-01 04:42:42,746 - 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-01T04:42:42Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5e4978db-d034-4b53-9422-2202c20e0846', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49', u'admin_state_up': True, u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:42:42,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:42,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:42,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-30f6510e-4add-45ca-8266-9de035b679cf Date: Sat, 01 Sep 2018 04:42:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:42:42Z","provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","provider:network_type":"vxlan"}]} 2018-09-01 04:42:42,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-30f6510e-4add-45ca-8266-9de035b679cf 2018-09-01 04:42:42,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108066082001s 2018-09-01 04:42:42,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-30f6510e-4add-45ca-8266-9de035b679cf 2018-09-01 04:42:42,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:42:42,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"subnet": {"name": "singlevm1-subnet_bcd8c731-9378-454f-80c5-555c472d3e49", "enable_dhcp": true, "network_id": "5e4978db-d034-4b53-9422-2202c20e0846", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:42:43,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-cde028d2-0456-4a20-9fb8-be6c27ca52be Date: Sat, 01 Sep 2018 04:42:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e4978db-d034-4b53-9422-2202c20e0846","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42:42Z","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":"964427977c614007b31bf28ce6a0b09c","id":"48db319c-7b9a-496a-9557-df7040cbf672","subnetpool_id":null,"name":"singlevm1-subnet_bcd8c731-9378-454f-80c5-555c472d3e49"}} 2018-09-01 04:42:43,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cde028d2-0456-4a20-9fb8-be6c27ca52be 2018-09-01 04:42:43,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.556871891022s 2018-09-01 04:42:43,413 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-cde028d2-0456-4a20-9fb8-be6c27ca52be 2018-09-01 04:42:43,414 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:42:42Z', 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'48db319c-7b9a-496a-9557-df7040cbf672', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_bcd8c731-9378-454f-80c5-555c472d3e49', u'enable_dhcp': True, u'network_id': u'5e4978db-d034-4b53-9422-2202c20e0846', u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'964427977c614007b31bf28ce6a0b09c'}) 2018-09-01 04:42:43,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:42:43,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "singlevm1-router_bcd8c731-9378-454f-80c5-555c472d3e49", "admin_state_up": true}}' 2018-09-01 04:42:44,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d6429fef-22e0-4edd-aeb8-b1993afa55b0 Date: Sat, 01 Sep 2018 04:42:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:42:44Z", "revision_number": 2, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239", "name": "singlevm1-router_bcd8c731-9378-454f-80c5-555c472d3e49"}} 2018-09-01 04:42:44,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d6429fef-22e0-4edd-aeb8-b1993afa55b0 2018-09-01 04:42:44,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.03474998474s 2018-09-01 04:42:44,450 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d6429fef-22e0-4edd-aeb8-b1993afa55b0 2018-09-01 04:42:44,450 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'964427977c614007b31bf28ce6a0b09c', u'created_at': u'2018-09-01T04:42:43Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T04:42:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'964427977c614007b31bf28ce6a0b09c', u'id': u'561e8424-6fdf-44d8-9fd5-5d76f1ecb239', u'name': u'singlevm1-router_bcd8c731-9378-454f-80c5-555c472d3e49'}) 2018-09-01 04:42:44,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:42:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"subnet_id": "48db319c-7b9a-496a-9557-df7040cbf672"}' 2018-09-01 04:42:46,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-78c11df5-51a8-4a46-95f3-20e9faf506e5 Date: Sat, 01 Sep 2018 04:42:46 GMT RESP BODY: {"network_id": "5e4978db-d034-4b53-9422-2202c20e0846", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "48db319c-7b9a-496a-9557-df7040cbf672", "subnet_ids": ["48db319c-7b9a-496a-9557-df7040cbf672"], "port_id": "d6bbde31-e798-494b-9f2e-9f9b1ceca094", "id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239"} 2018-09-01 04:42:46,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/add_router_interface.json used request id req-78c11df5-51a8-4a46-95f3-20e9faf506e5 2018-09-01 04:42:46,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82688093185s 2018-09-01 04:42:46,278 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/add_router_interface.json used request id req-78c11df5-51a8-4a46-95f3-20e9faf506e5 returning object 561e8424-6fdf-44d8-9fd5-5d76f1ecb239 2018-09-01 04:42:46,280 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:42:46,411 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:42:46,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:42:46,419 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:42:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:42:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:47,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5fa926ef-0dd1-48e8-bd75-a4c626e6b4ed Date: Sat, 01 Sep 2018 04:42:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:47,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5fa926ef-0dd1-48e8-bd75-a4c626e6b4ed 2018-09-01 04:42:47,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.781107902527s 2018-09-01 04:42:47,203 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-5fa926ef-0dd1-48e8-bd75-a4c626e6b4ed 2018-09-01 04:42:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:42:47,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49"}' 2018-09-01 04:42:47,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b39ffd26-9306-4316-a197-a2bd2c18ce7c Date: Sat, 01 Sep 2018 04:42:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:47Z", "file": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "size": null, "self": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "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_bcd8c731-9378-454f-80c5-555c472d3e49", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "checksum": null, "created_at": "2018-09-01T04:42:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:42:47,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b39ffd26-9306-4316-a197-a2bd2c18ce7c 2018-09-01 04:42:47,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0759530067444s 2018-09-01 04:42:47,287 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-b39ffd26-9306-4316-a197-a2bd2c18ce7c returning object 1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78 2018-09-01 04:42:47,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:42:47,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '' 2018-09-01 04:42:47,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4018de96-db29-4e94-bb27-2324f29bf532 Date: Sat, 01 Sep 2018 04:42: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 04:42:47,733 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file used request id req-4018de96-db29-4e94-bb27-2324f29bf532 2018-09-01 04:42:47,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.445142030716s 2018-09-01 04:42:47,734 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file used request id req-4018de96-db29-4e94-bb27-2324f29bf532 2018-09-01 04:42:47,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:47,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:47,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-91e55b77-5c07-4775-ac9f-4c4ab40df1a4 Date: Sat, 01 Sep 2018 04:42:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:47Z", "file": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "size": 12716032, "self": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:47,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-91e55b77-5c07-4775-ac9f-4c4ab40df1a4 2018-09-01 04:42:47,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0249848365784s 2018-09-01 04:42:47,763 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-91e55b77-5c07-4775-ac9f-4c4ab40df1a4 2018-09-01 04:42:47,765 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file', 'owner': u'964427977c614007b31bf28ce6a0b09c', 'id': u'1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78', 'size': 12716032, u'self': u'/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'964427977c614007b31bf28ce6a0b09c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:42:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:42:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49', '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/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78', 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_bcd8c731-9378-454f-80c5-555c472d3e49', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49', 'created': u'2018-09-01T04:42:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:42: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/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78', 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_bcd8c731-9378-454f-80c5-555c472d3e49', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:42:47,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:42:47,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_bcd8c731-9378-454f-80c5-555c472d3e49", "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 04:42:48,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-4437ed42-bd50-4658-a619-aedb52c898e4 x-compute-request-id: req-4437ed42-bd50-4658-a619-aedb52c898e4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_bcd8c731-9378-454f-80c5-555c472d3e49", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "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": "f9a2dbdc-3217-447f-b073-fecf118bcfac"}} 2018-09-01 04:42:48,225 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4437ed42-bd50-4658-a619-aedb52c898e4 2018-09-01 04:42:48,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.459214925766s 2018-09-01 04:42:48,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-4437ed42-bd50-4658-a619-aedb52c898e4 2018-09-01 04:42:48,226 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_bcd8c731-9378-454f-80c5-555c472d3e49', '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'964427977c614007b31bf28ce6a0b09c', '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'f9a2dbdc-3217-447f-b073-fecf118bcfac', 'swap': 0}) 2018-09-01 04:42:48,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:42:48,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"extra_specs": {}}' 2018-09-01 04:42:48,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-edaa0c4d-142d-493d-90d9-0e5db914a3e8 x-compute-request-id: req-edaa0c4d-142d-493d-90d9-0e5db914a3e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:42:48,362 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac/os-extra_specs used request id req-edaa0c4d-142d-493d-90d9-0e5db914a3e8 2018-09-01 04:42:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.135611057281s 2018-09-01 04:42:48,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac/os-extra_specs used request id req-edaa0c4d-142d-493d-90d9-0e5db914a3e8 2018-09-01 04:42:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 04:42:48,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"keypair": {"name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49"}}' 2018-09-01 04:42:48,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-e1936151-3cfe-4fb7-bedc-29706e263b90 x-compute-request-id: req-e1936151-3cfe-4fb7-bedc-29706e263b90 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ADQhrpCWzV3xGwQvml/ItvfGHnPsg6ldrEF1d+RhvwKzMpmNF/fKHgccH0JiP8J3U+oicj28vBfzpqAiQD74RTjbr33Nmbu+2vmOhEWa/g9Avqiquv0Oaw3Vz/Hq+O+Cm2LipUXi7Tqo1b48NyruD+e28wnlK6Gs9w3JYlO2GGbbBc3SUgzkmOaWKITbkGvhSSQ+R+bvmwhjStVSEdg6nKVg/bskBn21a4dh71o87j7eTEE7EXH16axMURzA78xphGny++4QMMof/FcGJmdkjk27JHuiIH+ci92slSWX7T/wlOsOmZEUdaF5h2bYkiAFiSK+XtiLH9v1r+tSAu2t Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuwA0Ia6Qls1d8RsEL5pfyLb3xh5z7IOpXaxBdXfkYb8CszKZ\njRf3yh4HHB9CYj/Cd1PqInI9vLwX86agIkA++EU42699zZm7vtr5joRFmv4PQL6o\nqrr9DmsN1c/x6vjvgpti4qVF4u06qNW+PDcq7g/ntvMJ5SuhrPcNyWJTthhm2wXN\n0lIM5JjmliiE25Br4UkkPkfm75sIY0rVUhHYOpylYP27JAZ9tWuHYe9aPO4+3kxB\nOxFx9emsTFEcwO/MaYRp8vvuEDDKH/xXBiZnZI5NuyR7oiB/nIvdrJUll+0/8JTr\nDpmRFHWheYdm2JIgBYkivl7Yix/b9a/rUgLtrQIDAQABAoIBAHsNHkDPsttY1ilS\nwsVkSwUzyQV4goWu+aLnN8fJleHwJCGw+TPMAsTgT4Nk2nT2ScvlzxrNm+x2xTgS\nfCstpYIPYuPErf6927oyM6dhSMA9z+Gl1C1MkDqNnXQFusYI+uoxv7cuVDeILWJu\nDBlpn/k5RBux/9/qfx/nDg5ngng+ow3diWB+VnfhcnpEc+oKeBTxvOzLH1ww2EcX\nJCEOVVdUdJPhebcmimUy3/0QmTjsxl2HioF+tR4BuRHlnL3I8Hm6i2pwQKD1nksN\n8i5yOP7paFdjNEWtT7mo+5ktDCIL4soWcutmPSXnqoawyNBMYDQ1pectot2ExnvM\nXEn+vk0CgYEA8XZi3I35acj7PLSN4qnqAWKC9WPYYM/kMFlep3KvBBFld9xGbrwS\n3LXsAhNpf881SXQdUrbCUwybPijW89UP03FUzsnsDJk28CIu9kJ7IWBPAXpDo5FH\n2nFYpQjsWyB7lznNPPJFCqT7gZKYn+uCNNy2ZIZE5oznqnyIlH3Et6MCgYEAxkJp\nHb21UFZzS2nskHowRDXCcy0XaVlfI6SbPkj9Jo7SQCNtQhviHqVXzN/SDhCVQaVk\nUOdalHlkO8orIINpNfLLtdgHS+l4+XSUMuSKnyFo2Zio+WYBBWOpTBv0B+Hc2b3R\npyeAUD+pbAUwFyXUSUHT1zAerqC1SxvChgy4Wm8CgYA15v2uyqrQ6KLdLFk4LkIk\nyP7/FKjrA72m5Wxx6PIU8GU8WpoGgkmbp6jl1buJYpI8sYUSP+Ylb/z/5VIG4JtF\n0ljiSMU/Erzm4lqlcrXV/4/jfo225+moZAEr5lAND7VHTwn3/wVWmPnkNPuJR6Or\ndVHqIuciqHXW4zICJAlUDQKBgQCGFXYIAjx01/LjxwCR+cFY8E7RHGbf/eyFK5c+\nuZhUEnWJoSwMcNUtyr8ltR3YG0kGe7frq3wsPCkY8rLWK2nlbY5uLmtI4N7LPxfX\nj49c7fh+aWumOGFqZquh6KnTBuMZc/ItrV5vZ47KmnuavB/lZ5rAxy+JBPF3mY+m\nn0WzCwKBgA3AiFsrMVKrlZhG+11CcHpT70glFIDYUifbbvlLY/82MFiTd4+rAFyb\nz793orKwe4RlQAjp2jCxH5FklHoc6go5Sj/axjp7xX4jyN6clOWiq2AOSi2HHThy\nDguzizofKlsuYtR8C3On3KvumEqnR7CdTUJbJaVOgvvTRwBTicb2\n-----END RSA PRIVATE KEY-----\n", "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "fingerprint": "a2:38:9b:88:6d:1a:2a:ae:6b:3d:5a:e8:70:8c:81:e8"}} 2018-09-01 04:42:48,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e1936151-3cfe-4fb7-bedc-29706e263b90 2018-09-01 04:42:48,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.378574132919s 2018-09-01 04:42:48,742 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-e1936151-3cfe-4fb7-bedc-29706e263b90 2018-09-01 04:42:48,743 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ADQhrpCWzV3xGwQvml/ItvfGHnPsg6ldrEF1d+RhvwKzMpmNF/fKHgccH0JiP8J3U+oicj28vBfzpqAiQD74RTjbr33Nmbu+2vmOhEWa/g9Avqiquv0Oaw3Vz/Hq+O+Cm2LipUXi7Tqo1b48NyruD+e28wnlK6Gs9w3JYlO2GGbbBc3SUgzkmOaWKITbkGvhSSQ+R+bvmwhjStVSEdg6nKVg/bskBn21a4dh71o87j7eTEE7EXH16axMURzA78xphGny++4QMMof/FcGJmdkjk27JHuiIH+ci92slSWX7T/wlOsOmZEUdaF5h2bYkiAFiSK+XtiLH9v1r+tSAu2t Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuwA0Ia6Qls1d8RsEL5pfyLb3xh5z7IOpXaxBdXfkYb8CszKZ\njRf3yh4HHB9CYj/Cd1PqInI9vLwX86agIkA++EU42699zZm7vtr5joRFmv4PQL6o\nqrr9DmsN1c/x6vjvgpti4qVF4u06qNW+PDcq7g/ntvMJ5SuhrPcNyWJTthhm2wXN\n0lIM5JjmliiE25Br4UkkPkfm75sIY0rVUhHYOpylYP27JAZ9tWuHYe9aPO4+3kxB\nOxFx9emsTFEcwO/MaYRp8vvuEDDKH/xXBiZnZI5NuyR7oiB/nIvdrJUll+0/8JTr\nDpmRFHWheYdm2JIgBYkivl7Yix/b9a/rUgLtrQIDAQABAoIBAHsNHkDPsttY1ilS\nwsVkSwUzyQV4goWu+aLnN8fJleHwJCGw+TPMAsTgT4Nk2nT2ScvlzxrNm+x2xTgS\nfCstpYIPYuPErf6927oyM6dhSMA9z+Gl1C1MkDqNnXQFusYI+uoxv7cuVDeILWJu\nDBlpn/k5RBux/9/qfx/nDg5ngng+ow3diWB+VnfhcnpEc+oKeBTxvOzLH1ww2EcX\nJCEOVVdUdJPhebcmimUy3/0QmTjsxl2HioF+tR4BuRHlnL3I8Hm6i2pwQKD1nksN\n8i5yOP7paFdjNEWtT7mo+5ktDCIL4soWcutmPSXnqoawyNBMYDQ1pectot2ExnvM\nXEn+vk0CgYEA8XZi3I35acj7PLSN4qnqAWKC9WPYYM/kMFlep3KvBBFld9xGbrwS\n3LXsAhNpf881SXQdUrbCUwybPijW89UP03FUzsnsDJk28CIu9kJ7IWBPAXpDo5FH\n2nFYpQjsWyB7lznNPPJFCqT7gZKYn+uCNNy2ZIZE5oznqnyIlH3Et6MCgYEAxkJp\nHb21UFZzS2nskHowRDXCcy0XaVlfI6SbPkj9Jo7SQCNtQhviHqVXzN/SDhCVQaVk\nUOdalHlkO8orIINpNfLLtdgHS+l4+XSUMuSKnyFo2Zio+WYBBWOpTBv0B+Hc2b3R\npyeAUD+pbAUwFyXUSUHT1zAerqC1SxvChgy4Wm8CgYA15v2uyqrQ6KLdLFk4LkIk\nyP7/FKjrA72m5Wxx6PIU8GU8WpoGgkmbp6jl1buJYpI8sYUSP+Ylb/z/5VIG4JtF\n0ljiSMU/Erzm4lqlcrXV/4/jfo225+moZAEr5lAND7VHTwn3/wVWmPnkNPuJR6Or\ndVHqIuciqHXW4zICJAlUDQKBgQCGFXYIAjx01/LjxwCR+cFY8E7RHGbf/eyFK5c+\nuZhUEnWJoSwMcNUtyr8ltR3YG0kGe7frq3wsPCkY8rLWK2nlbY5uLmtI4N7LPxfX\nj49c7fh+aWumOGFqZquh6KnTBuMZc/ItrV5vZ47KmnuavB/lZ5rAxy+JBPF3mY+m\nn0WzCwKBgA3AiFsrMVKrlZhG+11CcHpT70glFIDYUifbbvlLY/82MFiTd4+rAFyb\nz793orKwe4RlQAjp2jCxH5FklHoc6go5Sj/axjp7xX4jyN6clOWiq2AOSi2HHThy\nDguzizofKlsuYtR8C3On3KvumEqnR7CdTUJbJaVOgvvTRwBTicb2\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4741b071fdea4638a0a810a1fc4a3c24', 'name': u'singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49', 'created_at': '2018-09-01T04:42:48.743642', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'964427977c614007b31bf28ce6a0b09c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a2:38:9b:88:6d:1a:2a:ae:6b:3d:5a:e8:70:8c:81:e8', 'type': 'ssh', 'id': u'singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49'}) 2018-09-01 04:42:48,744 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuwA0Ia6Qls1d8RsEL5pfyLb3xh5z7IOpXaxBdXfkYb8CszKZ jRf3yh4HHB9CYj/Cd1PqInI9vLwX86agIkA++EU42699zZm7vtr5joRFmv4PQL6o qrr9DmsN1c/x6vjvgpti4qVF4u06qNW+PDcq7g/ntvMJ5SuhrPcNyWJTthhm2wXN 0lIM5JjmliiE25Br4UkkPkfm75sIY0rVUhHYOpylYP27JAZ9tWuHYe9aPO4+3kxB OxFx9emsTFEcwO/MaYRp8vvuEDDKH/xXBiZnZI5NuyR7oiB/nIvdrJUll+0/8JTr DpmRFHWheYdm2JIgBYkivl7Yix/b9a/rUgLtrQIDAQABAoIBAHsNHkDPsttY1ilS wsVkSwUzyQV4goWu+aLnN8fJleHwJCGw+TPMAsTgT4Nk2nT2ScvlzxrNm+x2xTgS fCstpYIPYuPErf6927oyM6dhSMA9z+Gl1C1MkDqNnXQFusYI+uoxv7cuVDeILWJu DBlpn/k5RBux/9/qfx/nDg5ngng+ow3diWB+VnfhcnpEc+oKeBTxvOzLH1ww2EcX JCEOVVdUdJPhebcmimUy3/0QmTjsxl2HioF+tR4BuRHlnL3I8Hm6i2pwQKD1nksN 8i5yOP7paFdjNEWtT7mo+5ktDCIL4soWcutmPSXnqoawyNBMYDQ1pectot2ExnvM XEn+vk0CgYEA8XZi3I35acj7PLSN4qnqAWKC9WPYYM/kMFlep3KvBBFld9xGbrwS 3LXsAhNpf881SXQdUrbCUwybPijW89UP03FUzsnsDJk28CIu9kJ7IWBPAXpDo5FH 2nFYpQjsWyB7lznNPPJFCqT7gZKYn+uCNNy2ZIZE5oznqnyIlH3Et6MCgYEAxkJp Hb21UFZzS2nskHowRDXCcy0XaVlfI6SbPkj9Jo7SQCNtQhviHqVXzN/SDhCVQaVk UOdalHlkO8orIINpNfLLtdgHS+l4+XSUMuSKnyFo2Zio+WYBBWOpTBv0B+Hc2b3R pyeAUD+pbAUwFyXUSUHT1zAerqC1SxvChgy4Wm8CgYA15v2uyqrQ6KLdLFk4LkIk yP7/FKjrA72m5Wxx6PIU8GU8WpoGgkmbp6jl1buJYpI8sYUSP+Ylb/z/5VIG4JtF 0ljiSMU/Erzm4lqlcrXV/4/jfo225+moZAEr5lAND7VHTwn3/wVWmPnkNPuJR6Or dVHqIuciqHXW4zICJAlUDQKBgQCGFXYIAjx01/LjxwCR+cFY8E7RHGbf/eyFK5c+ uZhUEnWJoSwMcNUtyr8ltR3YG0kGe7frq3wsPCkY8rLWK2nlbY5uLmtI4N7LPxfX j49c7fh+aWumOGFqZquh6KnTBuMZc/ItrV5vZ47KmnuavB/lZ5rAxy+JBPF3mY+m n0WzCwKBgA3AiFsrMVKrlZhG+11CcHpT70glFIDYUifbbvlLY/82MFiTd4+rAFyb z793orKwe4RlQAjp2jCxH5FklHoc6go5Sj/axjp7xX4jyN6clOWiq2AOSi2HHThy DguzizofKlsuYtR8C3On3KvumEqnR7CdTUJbJaVOgvvTRwBTicb2 -----END RSA PRIVATE KEY----- 2018-09-01 04:42:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 04:42:48,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"security_group": {"name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-01 04:42:48,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d71a3531-5a91-48f3-ae25-019d532836ae Date: Sat, 01 Sep 2018 04:42:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:48Z", "updated_at": "2018-09-01T04:42:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "c878db8f-f3bb-45e4-af5e-23534ee2c5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "dd92ef10-649a-446e-ac0d-0a9fab003d49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 1, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "b21e6b20-d916-4539-bca9-e80710dea43f", "name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}} 2018-09-01 04:42:48,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d71a3531-5a91-48f3-ae25-019d532836ae 2018-09-01 04:42:48,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.166792154312s 2018-09-01 04:42:48,914 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-d71a3531-5a91-48f3-ae25-019d532836ae 2018-09-01 04:42:48,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:42:48,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:49,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-7f3a57a6-1785-4c44-a23a-1733fc6e9cda Date: Sat, 01 Sep 2018 04:42:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T04:41:41Z", "updated_at": "2018-09-01T04:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "327dfd55-76a5-4813-92a0-80a86dd0f7cc", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "3c8b8f00-1696-4781-92c1-bd561eb23c41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "c0997e32-57da-4ede-9715-fce54e92359e", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "cdca486d-fa44-471b-ab4b-8d23cb15d718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "09300db8-955f-4207-9e30-2372b87e628c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "created_at": "2018-09-01T04:39:18Z", "updated_at": "2018-09-01T04:39:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "69eb1bef-d6b6-4c0d-9d75-7933bfbb052d", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "9ef6e62f-c0f7-467f-82da-c6a985670a09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "c0c0f7e3-0952-47be-8907-329b7d8083e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "f7d9b022-e6e0-487d-85ee-7e6e25e836f0", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}], "revision_number": 1, "project_id": "300bfd4d68944d02ad73a980d1bfe269", "id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "created_at": "2018-09-01T04:42:26Z", "updated_at": "2018-09-01T04:42:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "07f68f0a-c96b-4751-ac41-f2f897d6c9ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "601ef282-4fb9-4465-87a3-4818ffe2ee83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "84d4966a-79d5-41d3-8d9c-01b49ccf4349", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "fb91b217-6558-4f9f-9c26-d7a6539e3850", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}], "revision_number": 1, "project_id": "c72c98501f5643aebf08b0e2360d4b18", "id": "1616d546-d828-4722-b2d6-ed69cc20825b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "68f9272423754ea1b265b4c94429543e", "created_at": "2018-09-01T04:41:56Z", "updated_at": "2018-09-01T04:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "2a51b01a-e199-43bb-809b-5d2d569765f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "a18a675c-f179-4fbd-822e-104284b9ff89", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "dc190424-7d25-4316-b02e-f9afc33cbca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "e15186c7-2c07-45e0-b652-15e9777ec73b", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}], "revision_number": 1, "project_id": "68f9272423754ea1b265b4c94429543e", "id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:48Z", "updated_at": "2018-09-01T04:42:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "c878db8f-f3bb-45e4-af5e-23534ee2c5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "dd92ef10-649a-446e-ac0d-0a9fab003d49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 1, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "b21e6b20-d916-4539-bca9-e80710dea43f", "name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}, {"description": "Default security group", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:41:40Z", "updated_at": "2018-09-01T04:41:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "532dcb98-f130-4ba4-a93f-7ce9cdb578b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "6723594b-dbea-42e4-a225-3edffe8ff99f", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "8a8c6538-e5db-4107-a3f3-d4c7a1c7446a", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "d3fea504-cfab-4500-b2d5-825bba9014dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 1, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "name": "default"}]} 2018-09-01 04:42:49,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7f3a57a6-1785-4c44-a23a-1733fc6e9cda 2018-09-01 04:42:49,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.137614011765s 2018-09-01 04:42:49,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-7f3a57a6-1785-4c44-a23a-1733fc6e9cda 2018-09-01 04:42:49,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:42:49,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -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": "b21e6b20-d916-4539-bca9-e80710dea43f"}}' 2018-09-01 04:42:49,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e8663261-76a7-4ded-9170-c7f19c86f9f6 Date: Sat, 01 Sep 2018 04:42:49 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-01T04:42:49Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "port_range_min": 22, "revision_number": 0, "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:49Z", "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "2566934b-4d9f-44ef-9d50-125fc1e1661e"}} 2018-09-01 04:42:49,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e8663261-76a7-4ded-9170-c7f19c86f9f6 2018-09-01 04:42:49,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194092988968s 2018-09-01 04:42:49,255 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-e8663261-76a7-4ded-9170-c7f19c86f9f6 2018-09-01 04:42:49,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:42:49,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:49,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-2d20a085-83cc-4d30-ac57-4d3c31ff1e9b Date: Sat, 01 Sep 2018 04:42:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T04:41:41Z", "updated_at": "2018-09-01T04:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "327dfd55-76a5-4813-92a0-80a86dd0f7cc", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "3c8b8f00-1696-4781-92c1-bd561eb23c41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "c0997e32-57da-4ede-9715-fce54e92359e", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "cdca486d-fa44-471b-ab4b-8d23cb15d718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "09300db8-955f-4207-9e30-2372b87e628c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "created_at": "2018-09-01T04:39:18Z", "updated_at": "2018-09-01T04:39:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "69eb1bef-d6b6-4c0d-9d75-7933bfbb052d", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "9ef6e62f-c0f7-467f-82da-c6a985670a09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "c0c0f7e3-0952-47be-8907-329b7d8083e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "f7d9b022-e6e0-487d-85ee-7e6e25e836f0", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}], "revision_number": 1, "project_id": "300bfd4d68944d02ad73a980d1bfe269", "id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "created_at": "2018-09-01T04:42:26Z", "updated_at": "2018-09-01T04:42:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "07f68f0a-c96b-4751-ac41-f2f897d6c9ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "601ef282-4fb9-4465-87a3-4818ffe2ee83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "84d4966a-79d5-41d3-8d9c-01b49ccf4349", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "fb91b217-6558-4f9f-9c26-d7a6539e3850", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}], "revision_number": 1, "project_id": "c72c98501f5643aebf08b0e2360d4b18", "id": "1616d546-d828-4722-b2d6-ed69cc20825b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "68f9272423754ea1b265b4c94429543e", "created_at": "2018-09-01T04:41:56Z", "updated_at": "2018-09-01T04:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "2a51b01a-e199-43bb-809b-5d2d569765f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "a18a675c-f179-4fbd-822e-104284b9ff89", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "dc190424-7d25-4316-b02e-f9afc33cbca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "e15186c7-2c07-45e0-b652-15e9777ec73b", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}], "revision_number": 1, "project_id": "68f9272423754ea1b265b4c94429543e", "id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:48Z", "updated_at": "2018-09-01T04:42:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:42:49Z", "revision_number": 0, "id": "2566934b-4d9f-44ef-9d50-125fc1e1661e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:49Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "c878db8f-f3bb-45e4-af5e-23534ee2c5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "dd92ef10-649a-446e-ac0d-0a9fab003d49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 2, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "b21e6b20-d916-4539-bca9-e80710dea43f", "name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}, {"description": "Default security group", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:41:40Z", "updated_at": "2018-09-01T04:41:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "532dcb98-f130-4ba4-a93f-7ce9cdb578b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "6723594b-dbea-42e4-a225-3edffe8ff99f", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "8a8c6538-e5db-4107-a3f3-d4c7a1c7446a", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "d3fea504-cfab-4500-b2d5-825bba9014dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 1, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "name": "default"}]} 2018-09-01 04:42:49,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2d20a085-83cc-4d30-ac57-4d3c31ff1e9b 2018-09-01 04:42:49,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0530409812927s 2018-09-01 04:42:49,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-2d20a085-83cc-4d30-ac57-4d3c31ff1e9b 2018-09-01 04:42:49,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:42:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -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": "b21e6b20-d916-4539-bca9-e80710dea43f"}}' 2018-09-01 04:42:49,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2c343237-ff96-49ec-b81a-6dd5c642d0c8 Date: Sat, 01 Sep 2018 04:42:49 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-01T04:42:49Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "port_range_min": null, "revision_number": 0, "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:49Z", "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "bdb4abeb-be2d-49ca-80dc-34d294a9da59"}} 2018-09-01 04:42:49,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2c343237-ff96-49ec-b81a-6dd5c642d0c8 2018-09-01 04:42:49,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130481958389s 2018-09-01 04:42:49,447 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2c343237-ff96-49ec-b81a-6dd5c642d0c8 2018-09-01 04:42:49,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:49,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:49,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-42fc1efc-e9e8-40ad-81d3-90617d0b5ae4 Date: Sat, 01 Sep 2018 04:42:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":["48db319c-7b9a-496a-9557-df7040cbf672"],"description":"","tags":[],"updated_at":"2018-09-01T04:42:42Z","provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","provider:network_type":"vxlan"}]} 2018-09-01 04:42:49,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-42fc1efc-e9e8-40ad-81d3-90617d0b5ae4 2018-09-01 04:42:49,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0843451023102s 2018-09-01 04:42:49,533 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-42fc1efc-e9e8-40ad-81d3-90617d0b5ae4 2018-09-01 04:42:49,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:42:49,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:49,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-43b27050-3a43-40fe-bd7c-dc36e5a6ca3d Date: Sat, 01 Sep 2018 04:42:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:47Z", "file": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "size": 12716032, "self": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:42:49,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43b27050-3a43-40fe-bd7c-dc36e5a6ca3d 2018-09-01 04:42:49,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248699188232s 2018-09-01 04:42:49,563 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-43b27050-3a43-40fe-bd7c-dc36e5a6ca3d 2018-09-01 04:42:49,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:42:49,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:49,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd82d274-fb11-4238-9480-5c1cd84352fa x-compute-request-id: req-cd82d274-fb11-4238-9480-5c1cd84352fa Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bcd8c731-9378-454f-80c5-555c472d3e49", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "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": "f9a2dbdc-3217-447f-b073-fecf118bcfac"}]} 2018-09-01 04:42:49,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-cd82d274-fb11-4238-9480-5c1cd84352fa 2018-09-01 04:42:49,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0216581821442s 2018-09-01 04:42:49,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-cd82d274-fb11-4238-9480-5c1cd84352fa 2018-09-01 04:42:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:42:49,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"server": {"name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "imageRef": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "flavorRef": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5e4978db-d034-4b53-9422-2202c20e0846"}], "security_groups": [{"name": "b21e6b20-d916-4539-bca9-e80710dea43f"}]}}' 2018-09-01 04:42:52,343 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:42: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-159b272d-d74e-4564-89e1-403024cd0efd x-compute-request-id: req-159b272d-d74e-4564-89e1-403024cd0efd Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b21e6b20-d916-4539-bca9-e80710dea43f"}], "OS-DCF:diskConfig": "MANUAL", "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "adminPass": "pcWe2uzih7k7"}} 2018-09-01 04:42:52,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-159b272d-d74e-4564-89e1-403024cd0efd 2018-09-01 04:42:52,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.75484418869s 2018-09-01 04:42:52,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-159b272d-d74e-4564-89e1-403024cd0efd 2018-09-01 04:42:52,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:42:52,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:53,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-744a9312-2656-43a7-83dd-01fc8f14e3df x-compute-request-id: req-744a9312-2656-43a7-83dd-01fc8f14e3df Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "image": {"id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "links": [{"href": "http://172.30.9.29:8774/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "links": [{"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "bookmark"}]}, "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "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-01T04:42:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "created": "2018-09-01T04:42:52Z", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:42:53,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-744a9312-2656-43a7-83dd-01fc8f14e3df 2018-09-01 04:42:53,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3674120903s 2018-09-01 04:42:53,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-744a9312-2656-43a7-83dd-01fc8f14e3df 2018-09-01 04:42:53,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:42:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:53,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2fd89855-6c8a-4dea-ad91-2e3b2a0a584b Date: Sat, 01 Sep 2018 04:42:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":["48db319c-7b9a-496a-9557-df7040cbf672"],"description":"","tags":[],"updated_at":"2018-09-01T04:42:42Z","provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","provider:network_type":"vxlan"}]} 2018-09-01 04:42:53,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2fd89855-6c8a-4dea-ad91-2e3b2a0a584b 2018-09-01 04:42:53,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0719082355499s 2018-09-01 04:42:53,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-2fd89855-6c8a-4dea-ad91-2e3b2a0a584b 2018-09-01 04:42:53,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:42:53,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:53,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-31ff4663-722f-41b8-8a1d-6c7fdbac5bff Date: Sat, 01 Sep 2018 04:42:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e4978db-d034-4b53-9422-2202c20e0846","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42:42Z","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":"964427977c614007b31bf28ce6a0b09c","id":"48db319c-7b9a-496a-9557-df7040cbf672","subnetpool_id":null,"name":"singlevm1-subnet_bcd8c731-9378-454f-80c5-555c472d3e49"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4daea871-7749-4408-950d-9e5c72efea1a","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:23Z","dns_nameservers":[],"updated_at":"2018-09-01T04:39:23Z","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":"300bfd4d68944d02ad73a980d1bfe269","id":"72f1ba3c-322d-4e28-8c98-e144d57d067d","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 04:42:53,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-31ff4663-722f-41b8-8a1d-6c7fdbac5bff 2018-09-01 04:42:53,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0713129043579s 2018-09-01 04:42:53,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-31ff4663-722f-41b8-8a1d-6c7fdbac5bff 2018-09-01 04:42:53,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:42:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:42:55,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:42:58,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:42: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-d85827e9-1052-49ad-92fd-1b5f3c37ebdb x-compute-request-id: req-d85827e9-1052-49ad-92fd-1b5f3c37ebdb Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "image": {"id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "links": [{"href": "http://172.30.9.29:8774/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "links": [{"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "bookmark"}]}, "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "security_groups": [{"name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}], "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "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-01T04:42:56Z", "hostId": "cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "created": "2018-09-01T04:42:52Z", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:42:58,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d85827e9-1052-49ad-92fd-1b5f3c37ebdb 2018-09-01 04:42:58,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.23789715767s 2018-09-01 04:42:58,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-d85827e9-1052-49ad-92fd-1b5f3c37ebdb 2018-09-01 04:42:58,111 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:00,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:00,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:00,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-bbacad2a-5b02-4198-a9ac-558ba7f74f53 x-compute-request-id: req-bbacad2a-5b02-4198-a9ac-558ba7f74f53 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:91:ae", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "image": {"id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "links": [{"href": "http://172.30.9.29:8774/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "links": [{"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "bookmark"}]}, "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "security_groups": [{"name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}], "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "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-01T04:42:56Z", "hostId": "cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "created": "2018-09-01T04:42:52Z", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:00,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bbacad2a-5b02-4198-a9ac-558ba7f74f53 2018-09-01 04:43:00,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471107959747s 2018-09-01 04:43:00,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bbacad2a-5b02-4198-a9ac-558ba7f74f53 2018-09-01 04:43:00,589 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:02,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:02,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:02,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22536453-b5a5-476c-a6f2-14ddecb47191 x-compute-request-id: req-22536453-b5a5-476c-a6f2-14ddecb47191 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:91:ae", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "image": {"id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "links": [{"href": "http://172.30.9.29:8774/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-01T04:43:02.000000", "flavor": {"id": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "links": [{"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "bookmark"}]}, "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "security_groups": [{"name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}], "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "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-01T04:43:02Z", "hostId": "cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "created": "2018-09-01T04:42:52Z", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:02,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-22536453-b5a5-476c-a6f2-14ddecb47191 2018-09-01 04:43:02,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381087064743s 2018-09-01 04:43:02,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-22536453-b5a5-476c-a6f2-14ddecb47191 2018-09-01 04:43:02,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:43:02,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:03,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-5d0282ed-c486-44a9-86c7-3b02834dcb03 Date: Sat, 01 Sep 2018 04:43:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T04:43:01Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"48db319c-7b9a-496a-9557-df7040cbf672","ip_address":"192.168.120.9"}],"id":"303a9e20-ef9e-4075-afea-566362fb9f4b","security_groups":["b21e6b20-d916-4539-bca9-e80710dea43f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:91:ae","project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac","name":"","admin_state_up":true,"network_id":"5e4978db-d034-4b53-9422-2202c20e0846","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:55Z","binding:vnic_type":"normal"}]} 2018-09-01 04:43:03,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-5d0282ed-c486-44a9-86c7-3b02834dcb03 2018-09-01 04:43:03,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0455069541931s 2018-09-01 04:43:03,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-5d0282ed-c486-44a9-86c7-3b02834dcb03 2018-09-01 04:43:03,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:43:03,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=303a9e20-ef9e-4075-afea-566362fb9f4b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:03,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cd3a1dc9-2e37-4cb1-8d36-1002cb03872b Date: Sat, 01 Sep 2018 04:43:03 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:43:03,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=303a9e20-ef9e-4075-afea-566362fb9f4b used request id req-cd3a1dc9-2e37-4cb1-8d36-1002cb03872b 2018-09-01 04:43:03,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0447211265564s 2018-09-01 04:43:03,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=303a9e20-ef9e-4075-afea-566362fb9f4b used request id req-cd3a1dc9-2e37-4cb1-8d36-1002cb03872b 2018-09-01 04:43:03,073 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:65:91:ae', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78'}), 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-01T04:43:02.000000', 'flavor': Munch({u'id': u'f9a2dbdc-3217-447f-b073-fecf118bcfac'}), 'az': u'nova', 'id': u'0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac', 'security_groups': [Munch({u'name': u'singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4741b071fdea4638a0a810a1fc4a3c24', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'964427977c614007b31bf28ce6a0b09c', '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-01T04:43:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:43:02Z', 'hostId': u'cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5', '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-01T04:43:02.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'964427977c614007b31bf28ce6a0b09c', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49', 'adminPass': u'pcWe2uzih7k7', 'tenant_id': u'964427977c614007b31bf28ce6a0b09c', 'created_at': u'2018-09-01T04:42:52Z', 'created': u'2018-09-01T04:42:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:43:03,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:03,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-01025077-b1a8-47e4-9bbb-b3eb671ec935 Date: Sat, 01 Sep 2018 04:43:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":["48db319c-7b9a-496a-9557-df7040cbf672"],"description":"","tags":[],"updated_at":"2018-09-01T04:42:42Z","provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","provider:network_type":"vxlan"}]} 2018-09-01 04:43:03,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-01025077-b1a8-47e4-9bbb-b3eb671ec935 2018-09-01 04:43:03,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0792350769043s 2018-09-01 04:43:03,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-01025077-b1a8-47e4-9bbb-b3eb671ec935 2018-09-01 04:43:03,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:43:03,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:03,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6ac54992-020f-4830-a5ab-402a780af603 Date: Sat, 01 Sep 2018 04:43:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T04:43:01Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"48db319c-7b9a-496a-9557-df7040cbf672","ip_address":"192.168.120.9"}],"id":"303a9e20-ef9e-4075-afea-566362fb9f4b","security_groups":["b21e6b20-d916-4539-bca9-e80710dea43f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:91:ae","project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac","name":"","admin_state_up":true,"network_id":"5e4978db-d034-4b53-9422-2202c20e0846","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:55Z","binding:vnic_type":"normal"}]} 2018-09-01 04:43:03,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-6ac54992-020f-4830-a5ab-402a780af603 2018-09-01 04:43:03,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0425708293915s 2018-09-01 04:43:03,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-6ac54992-020f-4830-a5ab-402a780af603 2018-09-01 04:43:03,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 04:43:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"floatingip": {"floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "port_id": "303a9e20-ef9e-4075-afea-566362fb9f4b"}}' 2018-09-01 04:43:05,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-572d6b78-77d8-4968-b752-819901b64862 Date: Sat, 01 Sep 2018 04:43:05 GMT RESP BODY: {"floatingip": {"router_id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:43:04Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "303a9e20-ef9e-4075-afea-566362fb9f4b", "id": "13c58e27-db92-4d66-afd4-c49d24ff2882", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:43:04Z", "project_id": "964427977c614007b31bf28ce6a0b09c"}} 2018-09-01 04:43:05,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-572d6b78-77d8-4968-b752-819901b64862 2018-09-01 04:43:05,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.99855899811s 2018-09-01 04:43:05,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-572d6b78-77d8-4968-b752-819901b64862 2018-09-01 04:43:05,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:43:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:05,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-8c516bf3-7bf8-43c9-8adb-6c18b411ee2d Date: Sat, 01 Sep 2018 04:43:05 GMT RESP BODY: {"floatingips": [{"router_id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:43:04Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "303a9e20-ef9e-4075-afea-566362fb9f4b", "id": "13c58e27-db92-4d66-afd4-c49d24ff2882", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:43:04Z", "project_id": "964427977c614007b31bf28ce6a0b09c"}]} 2018-09-01 04:43:05,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-8c516bf3-7bf8-43c9-8adb-6c18b411ee2d 2018-09-01 04:43:05,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0654900074005s 2018-09-01 04:43:05,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-8c516bf3-7bf8-43c9-8adb-6c18b411ee2d 2018-09-01 04:43:05,278 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'561e8424-6fdf-44d8-9fd5-5d76f1ecb239', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'964427977c614007b31bf28ce6a0b09c', 'created_at': u'2018-09-01T04:43:04Z', 'attached': True, 'updated_at': u'2018-09-01T04:43:04Z', 'id': u'13c58e27-db92-4d66-afd4-c49d24ff2882', 'floating_network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'964427977c614007b31bf28ce6a0b09c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'561e8424-6fdf-44d8-9fd5-5d76f1ecb239', 'project_id': u'964427977c614007b31bf28ce6a0b09c', 'port_id': u'303a9e20-ef9e-4075-afea-566362fb9f4b', 'port': u'303a9e20-ef9e-4075-afea-566362fb9f4b', 'network': u'4daea871-7749-4408-950d-9e5c72efea1a'}) 2018-09-01 04:43:05,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:43:05,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:43:06,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-3310a45c-7a41-4233-ac40-e1739c09cf70 x-compute-request-id: req-3310a45c-7a41-4233-ac40-e1739c09cf70 Content-Encoding: gzip Content-Length: 7862 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 489430239 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.183024] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185295] pid_max: default: 32768 minimum: 301\n[ 0.186519] ACPI: Core revision 20150930\n[ 0.188189] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189974] Security Framework initialized\n[ 0.191095] Yama: becoming mindful.\n[ 0.192109] AppArmor: AppArmor initialized\n[ 0.193247] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196655] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200098] Initializing cgroup subsys io\n[ 0.201190] Initializing cgroup subsys memory\n[ 0.202361] Initializing cgroup subsys devices\n[ 0.203537] Initializing cgroup subsys freezer\n[ 0.204711] Initializing cgroup subsys net_cls\n[ 0.205887] Initializing cgroup subsys perf_event\n[ 0.207118] Initializing cgroup subsys net_prio\n[ 0.208305] Initializing cgroup subsys hugetlb\n[ 0.209467] Initializing cgroup subsys pids\n[ 0.210634] CPU: Physical Processor ID: 0\n[ 0.212408] mce: CPU supports 10 MCE banks\n[ 0.213536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214878] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237617] ftrace: allocating 31920 entries in 125 pages\n[ 0.262882] smpboot: Max logical packages: 1\n[ 0.264026] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265872] x2apic enabled\n[ 0.266989] Switched APIC routing to physical x2apic.\n[ 0.269412] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273580] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275990] KVM setup paravirtual spinlock\n[ 0.277554] x86: Booted up 1 node, 1 CPUs\n[ 0.278634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280479] devtmpfs: initialized\n[ 0.282429] evm: security.selinux\n[ 0.283367] evm: security.SMACK64\n[ 0.284310] evm: security.SMACK64EXEC\n[ 0.285320] evm: security.SMACK64TRANSMUTE\n[ 0.286402] evm: security.SMACK64MMAP\n[ 0.287403] evm: security.ima\n[ 0.288269] evm: security.capability\n[ 0.289326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291774] pinctrl core: initialized pinctrl subsystem\n[ 0.293207] RTC time: 4:43:02, date: 09/01/18\n[ 0.294472] NET: Registered protocol family 16\n[ 0.295765] cpuidle: using governor ladder\n[ 0.296860] cpuidle: using governor menu\n[ 0.297913] PCCT header not found.\n[ 0.298922] ACPI: bus type PCI registered\n[ 0.300002] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301644] PCI: Using configuration type 1 for base access\n[ 0.303763] ACPI: Added _OSI(Module Device)\n[ 0.304888] ACPI: Added _OSI(Processor Device)\n[ 0.306039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307245] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309358] ACPI: Interpreter enabled\n[ 0.310388] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320288] ACPI: (supports S0 S5)\n[ 0.321245] ACPI: Using IOAPIC for interrupt routing\n[ 0.322504] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326298] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333924] acpiphp: Slot [3] registered\n[ 0.334996] acpiphp: Slot [4] registered\n[ 0.336076] acpiphp: Slot [5] registered\n[ 0.337146] acpiphp: Slot [6] registered\n[ 0.338216] acpiphp: Slot [7] registered\n[ 0.339287] acpiphp: Slot [8] registered\n[ 0.340356] acpiphp: Slot [9] registered\n[ 0.341423] acpiphp: Slot [10] registered\n[ 0.342507] acpiphp: Slot [11] registered\n[ 0.343598] acpiphp: Slot [12] registered\n[ 0.344686] acpiphp: Slot [13] registered\n[ 0.345773] acpiphp: Slot [14] registered\n[ 0.346866] acpiphp: Slot [15] registered\n[ 0.362324] acpiphp: Slot [16] registered\n[ 0.363417] acpiphp: Slot [17] registered\n[ 0.364504] acpiphp: Slot [18] registered\n[ 0.365592] acpiphp: Slot [19] registered\n[ 0.366693] acpiphp: Slot [20] registered\n[ 0.367790] acpiphp: Slot [21] registered\n[ 0.368884] acpiphp: Slot [22] registered\n[ 0.369976] acpiphp: Slot [23] registered\n[ 0.371071] acpiphp: Slot [24] registered\n[ 0.372164] acpiphp: Slot [25] registered\n[ 0.373257] acpiphp: Slot [26] registered\n[ 0.374350] acpiphp: Slot [27] registered\n[ 0.375448] acpiphp: Slot [28] registered\n[ 0.376545] acpiphp: Slot [29] registered\n[ 0.377637] acpiphp: Slot [30] registered\n[ 0.378724] acpiphp: Slot [31] registered\n[ 0.379813] PCI host bridge to bus 0000:00\n[ 0.380896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384106] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.387993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.389977] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.393921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.395614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433243] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435029] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436776] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440230] vgaarb: loaded\n[ 0.441047] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442656] SCSI subsystem initialized\n[ 0.443878] ACPI: bus type USB registered\n[ 0.444984] usbcore: registered new interface driver usbfs\n[ 0.446353] usbcore: registered new interface driver hub\n[ 0.447685] usbcore: registered new device driver usb\n[ 0.449140] PCI: Using ACPI for IRQ routing\n[ 0.450624] NetLabel: Initializing\n[ 0.452009] NetLabel: domain hash size = 128\n[ 0.453587] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455364] NetLabel: unlabeled traffic allowed by default\n[ 0.457521] clocksource: Switched to clocksource kvm-clock\n[ 0.467719] AppArmor: AppArmor Filesystem Enabled\n[ 0.469467] pnp: PnP ACPI init\n[ 0.470995] pnp: PnP ACPI: found 5 devices\n[ 0.478352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481802] NET: Registered protocol family 2\n[ 0.483671] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488375] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494811] NET: Registered protocol family 1\n[ 0.496421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498467] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500455] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530248] Trying to unpack rootfs image as initramfs...\n[ 0.592306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598004] Scanning for low memory corruption every 60 seconds\n[ 0.600823] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603073] audit: initializing netlink subsys (disabled)\n[ 0.605093] audit: type=2000 audit(1535776982.978:1): initialized\n[ 0.607653] Initialise system trusted keyring\n[ 0.609482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611749] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615167] zbud: loaded\n[ 0.616442] VFS: Disk quotas dquot_6.6.0\n[ 0.618014] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.620935] fuse init (API version 7.23)\n[ 0.622615] Key type big_key registered\n[ 0.624122] Allocating IMA MOK and blacklist keyrings.\n[ 0.626357] Key type asymmetric registered\n[ 0.627936] Asymmetric key parser 'x509' registered\n[ 0.629806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632664] io scheduler noop registered\n[ 0.634179] io scheduler deadline registered (default)\n[ 0.636110] io scheduler cfq registered\n[ 0.637735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645040] ACPI: Power Button [PWRF]\n[ 0.646518] GHES: HEST is not enabled!\n[ 0.660697] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.689937] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.692982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.716806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720048] Linux agpgart interface v0.103\n[ 0.723625] brd: module loaded\n[ 0.725947] loop: module loaded\n[ 0.730443] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.732560] GPT:90111 != 2097151\n[ 0.733539] GPT:Alternate GPT header not at the end of the disk.\n[ 0.735098] GPT:90111 != 2097151\n[ 0.736097] GPT: Use GNU Parted to correct GPT errors.\n[ 0.737507] vda: vda1 vda15\n[ 0.739220] scsi host0: ata_piix\n[ 0.740358] scsi host1: ata_piix\n[ 0.741403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.743172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.745483] libphy: Fixed MDIO Bus: probed\n[ 0.746667] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748085] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.750875] PPP generic driver version 2.4.2\n[ 0.752211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.753927] ehci-pci: EHCI PCI platform driver\n[ 0.755215] ehci-platform: EHCI generic platform driver\n[ 0.756673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.758306] ohci-pci: OHCI PCI platform driver\n[ 0.759597] ohci-platform: OHCI generic platform driver\n[ 0.761015] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780815] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782502] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784248] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786308] usb usb1: Product: UHCI Host Controller\n[ 0.787611] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.789211] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790634] hub 1-0:1.0: USB hub found\n[ 0.791721] hub 1-0:1.0: 2 ports detected\n[ 0.793063] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.796048] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.797401] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798851] mousedev: PS/2 mouse device common for all mice\n[ 0.800605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.803165] rtc_cmos 00:00: RTC can wake from S4\n[ 0.804758] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.806424] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.808141] i2c /dev entries driver\n[ 0.809241] device-mapper: uevent: version 1.0.3\n[ 0.810588] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.812870] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.814791] NET: Registered protocol family 10\n[ 0.816405] NET: Registered protocol family 17\n[ 0.817705] Key type dns_resolver registered\n[ 0.819045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.820588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.823130] registered taskstats version 1\n[ 0.824305] Loading compiled-in X.509 certificates\n[ 0.826229] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.828929] zswap: loaded using pool lzo/zbud\n[ 0.831121] Key type trusted registered\n[ 0.833369] Key type encrypted registered\n[ 0.834603] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.837655] evm: HMAC attrs: 0x1\n[ 0.839019] Magic number: 2:199:716\n[ 0.840216] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:02 UTC (1535776982)\n[ 0.842580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.844171] EDD information not available.\n[ 0.899290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916347] Write protecting the kernel read-only data: 14336k\n[ 0.919414] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922011] 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\n[ 0.970633] 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.84\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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000001\n"} 2018-09-01 04:43:06,109 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/action used request id req-3310a45c-7a41-4233-ac40-e1739c09cf70 2018-09-01 04:43:06,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.830840110779s 2018-09-01 04:43:06,110 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/action used request id req-3310a45c-7a41-4233-ac40-e1739c09cf70 2018-09-01 04:43:06,110 - 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 489430239 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.183024] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185295] pid_max: default: 32768 minimum: 301 [ 0.186519] ACPI: Core revision 20150930 [ 0.188189] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189974] Security Framework initialized [ 0.191095] Yama: becoming mindful. [ 0.192109] AppArmor: AppArmor initialized [ 0.193247] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196655] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200098] Initializing cgroup subsys io [ 0.201190] Initializing cgroup subsys memory [ 0.202361] Initializing cgroup subsys devices [ 0.203537] Initializing cgroup subsys freezer [ 0.204711] Initializing cgroup subsys net_cls [ 0.205887] Initializing cgroup subsys perf_event [ 0.207118] Initializing cgroup subsys net_prio [ 0.208305] Initializing cgroup subsys hugetlb [ 0.209467] Initializing cgroup subsys pids [ 0.210634] CPU: Physical Processor ID: 0 [ 0.212408] mce: CPU supports 10 MCE banks [ 0.213536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214878] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237617] ftrace: allocating 31920 entries in 125 pages [ 0.262882] smpboot: Max logical packages: 1 [ 0.264026] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265872] x2apic enabled [ 0.266989] Switched APIC routing to physical x2apic. [ 0.269412] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273580] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275990] KVM setup paravirtual spinlock [ 0.277554] x86: Booted up 1 node, 1 CPUs [ 0.278634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280479] devtmpfs: initialized [ 0.282429] evm: security.selinux [ 0.283367] evm: security.SMACK64 [ 0.284310] evm: security.SMACK64EXEC [ 0.285320] evm: security.SMACK64TRANSMUTE [ 0.286402] evm: security.SMACK64MMAP [ 0.287403] evm: security.ima [ 0.288269] evm: security.capability [ 0.289326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291774] pinctrl core: initialized pinctrl subsystem [ 0.293207] RTC time: 4:43:02, date: 09/01/18 [ 0.294472] NET: Registered protocol family 16 [ 0.295765] cpuidle: using governor ladder [ 0.296860] cpuidle: using governor menu [ 0.297913] PCCT header not found. [ 0.298922] ACPI: bus type PCI registered [ 0.300002] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301644] PCI: Using configuration type 1 for base access [ 0.303763] ACPI: Added _OSI(Module Device) [ 0.304888] ACPI: Added _OSI(Processor Device) [ 0.306039] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307245] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309358] ACPI: Interpreter enabled [ 0.310388] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320288] ACPI: (supports S0 S5) [ 0.321245] ACPI: Using IOAPIC for interrupt routing [ 0.322504] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326298] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333924] acpiphp: Slot [3] registered [ 0.334996] acpiphp: Slot [4] registered [ 0.336076] acpiphp: Slot [5] registered [ 0.337146] acpiphp: Slot [6] registered [ 0.338216] acpiphp: Slot [7] registered [ 0.339287] acpiphp: Slot [8] registered [ 0.340356] acpiphp: Slot [9] registered [ 0.341423] acpiphp: Slot [10] registered [ 0.342507] acpiphp: Slot [11] registered [ 0.343598] acpiphp: Slot [12] registered [ 0.344686] acpiphp: Slot [13] registered [ 0.345773] acpiphp: Slot [14] registered [ 0.346866] acpiphp: Slot [15] registered [ 0.362324] acpiphp: Slot [16] registered [ 0.363417] acpiphp: Slot [17] registered [ 0.364504] acpiphp: Slot [18] registered [ 0.365592] acpiphp: Slot [19] registered [ 0.366693] acpiphp: Slot [20] registered [ 0.367790] acpiphp: Slot [21] registered [ 0.368884] acpiphp: Slot [22] registered [ 0.369976] acpiphp: Slot [23] registered [ 0.371071] acpiphp: Slot [24] registered [ 0.372164] acpiphp: Slot [25] registered [ 0.373257] acpiphp: Slot [26] registered [ 0.374350] acpiphp: Slot [27] registered [ 0.375448] acpiphp: Slot [28] registered [ 0.376545] acpiphp: Slot [29] registered [ 0.377637] acpiphp: Slot [30] registered [ 0.378724] acpiphp: Slot [31] registered [ 0.379813] PCI host bridge to bus 0000:00 [ 0.380896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384106] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.387993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.389977] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.393921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.395614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.397184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433243] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.435029] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436776] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.438167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440230] vgaarb: loaded [ 0.441047] vgaarb: bridge control possible 0000:00:02.0 [ 0.442656] SCSI subsystem initialized [ 0.443878] ACPI: bus type USB registered [ 0.444984] usbcore: registered new interface driver usbfs [ 0.446353] usbcore: registered new interface driver hub [ 0.447685] usbcore: registered new device driver usb [ 0.449140] PCI: Using ACPI for IRQ routing [ 0.450624] NetLabel: Initializing [ 0.452009] NetLabel: domain hash size = 128 [ 0.453587] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455364] NetLabel: unlabeled traffic allowed by default [ 0.457521] clocksource: Switched to clocksource kvm-clock [ 0.467719] AppArmor: AppArmor Filesystem Enabled [ 0.469467] pnp: PnP ACPI init [ 0.470995] pnp: PnP ACPI: found 5 devices [ 0.478352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481802] NET: Registered protocol family 2 [ 0.483671] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488375] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490618] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.494811] NET: Registered protocol family 1 [ 0.496421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498467] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500455] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530248] Trying to unpack rootfs image as initramfs... [ 0.592306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598004] Scanning for low memory corruption every 60 seconds [ 0.600823] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603073] audit: initializing netlink subsys (disabled) [ 0.605093] audit: type=2000 audit(1535776982.978:1): initialized [ 0.607653] Initialise system trusted keyring [ 0.609482] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611749] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.615167] zbud: loaded [ 0.616442] VFS: Disk quotas dquot_6.6.0 [ 0.618014] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620935] fuse init (API version 7.23) [ 0.622615] Key type big_key registered [ 0.624122] Allocating IMA MOK and blacklist keyrings. [ 0.626357] Key type asymmetric registered [ 0.627936] Asymmetric key parser 'x509' registered [ 0.629806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.632664] io scheduler noop registered [ 0.634179] io scheduler deadline registered (default) [ 0.636110] io scheduler cfq registered [ 0.637735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645040] ACPI: Power Button [PWRF] [ 0.646518] GHES: HEST is not enabled! [ 0.660697] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.689937] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.692982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.716806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.720048] Linux agpgart interface v0.103 [ 0.723625] brd: module loaded [ 0.725947] loop: module loaded [ 0.730443] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.732560] GPT:90111 != 2097151 [ 0.733539] GPT:Alternate GPT header not at the end of the disk. [ 0.735098] GPT:90111 != 2097151 [ 0.736097] GPT: Use GNU Parted to correct GPT errors. [ 0.737507] vda: vda1 vda15 [ 0.739220] scsi host0: ata_piix [ 0.740358] scsi host1: ata_piix [ 0.741403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.743172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.745483] libphy: Fixed MDIO Bus: probed [ 0.746667] tun: Universal TUN/TAP device driver, 1.6 [ 0.748085] tun: (C) 1999-2004 Max Krasnyansky [ 0.750875] PPP generic driver version 2.4.2 [ 0.752211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.753927] ehci-pci: EHCI PCI platform driver [ 0.755215] ehci-platform: EHCI generic platform driver [ 0.756673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.758306] ohci-pci: OHCI PCI platform driver [ 0.759597] ohci-platform: OHCI generic platform driver [ 0.761015] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775725] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.777191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.779357] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.780815] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.782502] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.784248] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786308] usb usb1: Product: UHCI Host Controller [ 0.787611] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.789211] usb usb1: SerialNumber: 0000:00:01.2 [ 0.790634] hub 1-0:1.0: USB hub found [ 0.791721] hub 1-0:1.0: 2 ports detected [ 0.793063] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.796048] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.797401] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.798851] mousedev: PS/2 mouse device common for all mice [ 0.800605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.803165] rtc_cmos 00:00: RTC can wake from S4 [ 0.804758] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.806424] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.808141] i2c /dev entries driver [ 0.809241] device-mapper: uevent: version 1.0.3 [ 0.810588] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.812870] ledtrig-cpu: registered to indicate activity on CPUs [ 0.814791] NET: Registered protocol family 10 [ 0.816405] NET: Registered protocol family 17 [ 0.817705] Key type dns_resolver registered [ 0.819045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.820588] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.823130] registered taskstats version 1 [ 0.824305] Loading compiled-in X.509 certificates [ 0.826229] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.828929] zswap: loaded using pool lzo/zbud [ 0.831121] Key type trusted registered [ 0.833369] Key type encrypted registered [ 0.834603] AppArmor: AppArmor sha1 policy hashing enabled [ 0.836112] ima: No TPM chip found, activating TPM-bypass! [ 0.837655] evm: HMAC attrs: 0x1 [ 0.839019] Magic number: 2:199:716 [ 0.840216] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:02 UTC (1535776982) [ 0.842580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.844171] EDD information not available. [ 0.899290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916347] Write protecting the kernel read-only data: 14336k [ 0.919414] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922011] 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 [ 0.970633] 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.84 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000001 2018-09-01 04:43:07,113 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-09-01 04:43:16,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:43:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:43:16,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-97c80361-1259-4aaf-919f-efec963c3533 x-compute-request-id: req-97c80361-1259-4aaf-919f-efec963c3533 Content-Encoding: gzip Content-Length: 9565 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 489430239 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.183024] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185295] pid_max: default: 32768 minimum: 301\n[ 0.186519] ACPI: Core revision 20150930\n[ 0.188189] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189974] Security Framework initialized\n[ 0.191095] Yama: becoming mindful.\n[ 0.192109] AppArmor: AppArmor initialized\n[ 0.193247] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196655] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200098] Initializing cgroup subsys io\n[ 0.201190] Initializing cgroup subsys memory\n[ 0.202361] Initializing cgroup subsys devices\n[ 0.203537] Initializing cgroup subsys freezer\n[ 0.204711] Initializing cgroup subsys net_cls\n[ 0.205887] Initializing cgroup subsys perf_event\n[ 0.207118] Initializing cgroup subsys net_prio\n[ 0.208305] Initializing cgroup subsys hugetlb\n[ 0.209467] Initializing cgroup subsys pids\n[ 0.210634] CPU: Physical Processor ID: 0\n[ 0.212408] mce: CPU supports 10 MCE banks\n[ 0.213536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214878] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237617] ftrace: allocating 31920 entries in 125 pages\n[ 0.262882] smpboot: Max logical packages: 1\n[ 0.264026] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265872] x2apic enabled\n[ 0.266989] Switched APIC routing to physical x2apic.\n[ 0.269412] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273580] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275990] KVM setup paravirtual spinlock\n[ 0.277554] x86: Booted up 1 node, 1 CPUs\n[ 0.278634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280479] devtmpfs: initialized\n[ 0.282429] evm: security.selinux\n[ 0.283367] evm: security.SMACK64\n[ 0.284310] evm: security.SMACK64EXEC\n[ 0.285320] evm: security.SMACK64TRANSMUTE\n[ 0.286402] evm: security.SMACK64MMAP\n[ 0.287403] evm: security.ima\n[ 0.288269] evm: security.capability\n[ 0.289326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291774] pinctrl core: initialized pinctrl subsystem\n[ 0.293207] RTC time: 4:43:02, date: 09/01/18\n[ 0.294472] NET: Registered protocol family 16\n[ 0.295765] cpuidle: using governor ladder\n[ 0.296860] cpuidle: using governor menu\n[ 0.297913] PCCT header not found.\n[ 0.298922] ACPI: bus type PCI registered\n[ 0.300002] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301644] PCI: Using configuration type 1 for base access\n[ 0.303763] ACPI: Added _OSI(Module Device)\n[ 0.304888] ACPI: Added _OSI(Processor Device)\n[ 0.306039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307245] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309358] ACPI: Interpreter enabled\n[ 0.310388] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320288] ACPI: (supports S0 S5)\n[ 0.321245] ACPI: Using IOAPIC for interrupt routing\n[ 0.322504] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326298] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333924] acpiphp: Slot [3] registered\n[ 0.334996] acpiphp: Slot [4] registered\n[ 0.336076] acpiphp: Slot [5] registered\n[ 0.337146] acpiphp: Slot [6] registered\n[ 0.338216] acpiphp: Slot [7] registered\n[ 0.339287] acpiphp: Slot [8] registered\n[ 0.340356] acpiphp: Slot [9] registered\n[ 0.341423] acpiphp: Slot [10] registered\n[ 0.342507] acpiphp: Slot [11] registered\n[ 0.343598] acpiphp: Slot [12] registered\n[ 0.344686] acpiphp: Slot [13] registered\n[ 0.345773] acpiphp: Slot [14] registered\n[ 0.346866] acpiphp: Slot [15] registered\n[ 0.362324] acpiphp: Slot [16] registered\n[ 0.363417] acpiphp: Slot [17] registered\n[ 0.364504] acpiphp: Slot [18] registered\n[ 0.365592] acpiphp: Slot [19] registered\n[ 0.366693] acpiphp: Slot [20] registered\n[ 0.367790] acpiphp: Slot [21] registered\n[ 0.368884] acpiphp: Slot [22] registered\n[ 0.369976] acpiphp: Slot [23] registered\n[ 0.371071] acpiphp: Slot [24] registered\n[ 0.372164] acpiphp: Slot [25] registered\n[ 0.373257] acpiphp: Slot [26] registered\n[ 0.374350] acpiphp: Slot [27] registered\n[ 0.375448] acpiphp: Slot [28] registered\n[ 0.376545] acpiphp: Slot [29] registered\n[ 0.377637] acpiphp: Slot [30] registered\n[ 0.378724] acpiphp: Slot [31] registered\n[ 0.379813] PCI host bridge to bus 0000:00\n[ 0.380896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384106] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.387993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.389977] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.393921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.395614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.398873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433243] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435029] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436776] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440230] vgaarb: loaded\n[ 0.441047] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442656] SCSI subsystem initialized\n[ 0.443878] ACPI: bus type USB registered\n[ 0.444984] usbcore: registered new interface driver usbfs\n[ 0.446353] usbcore: registered new interface driver hub\n[ 0.447685] usbcore: registered new device driver usb\n[ 0.449140] PCI: Using ACPI for IRQ routing\n[ 0.450624] NetLabel: Initializing\n[ 0.452009] NetLabel: domain hash size = 128\n[ 0.453587] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455364] NetLabel: unlabeled traffic allowed by default\n[ 0.457521] clocksource: Switched to clocksource kvm-clock\n[ 0.467719] AppArmor: AppArmor Filesystem Enabled\n[ 0.469467] pnp: PnP ACPI init\n[ 0.470995] pnp: PnP ACPI: found 5 devices\n[ 0.478352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481802] NET: Registered protocol family 2\n[ 0.483671] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488375] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494811] NET: Registered protocol family 1\n[ 0.496421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498467] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500455] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530248] Trying to unpack rootfs image as initramfs...\n[ 0.592306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598004] Scanning for low memory corruption every 60 seconds\n[ 0.600823] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603073] audit: initializing netlink subsys (disabled)\n[ 0.605093] audit: type=2000 audit(1535776982.978:1): initialized\n[ 0.607653] Initialise system trusted keyring\n[ 0.609482] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611749] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615167] zbud: loaded\n[ 0.616442] VFS: Disk quotas dquot_6.6.0\n[ 0.618014] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.620935] fuse init (API version 7.23)\n[ 0.622615] Key type big_key registered\n[ 0.624122] Allocating IMA MOK and blacklist keyrings.\n[ 0.626357] Key type asymmetric registered\n[ 0.627936] Asymmetric key parser 'x509' registered\n[ 0.629806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632664] io scheduler noop registered\n[ 0.634179] io scheduler deadline registered (default)\n[ 0.636110] io scheduler cfq registered\n[ 0.637735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645040] ACPI: Power Button [PWRF]\n[ 0.646518] GHES: HEST is not enabled!\n[ 0.660697] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.689937] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.692982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.716806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720048] Linux agpgart interface v0.103\n[ 0.723625] brd: module loaded\n[ 0.725947] loop: module loaded\n[ 0.730443] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.732560] GPT:90111 != 2097151\n[ 0.733539] GPT:Alternate GPT header not at the end of the disk.\n[ 0.735098] GPT:90111 != 2097151\n[ 0.736097] GPT: Use GNU Parted to correct GPT errors.\n[ 0.737507] vda: vda1 vda15\n[ 0.739220] scsi host0: ata_piix\n[ 0.740358] scsi host1: ata_piix\n[ 0.741403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.743172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.745483] libphy: Fixed MDIO Bus: probed\n[ 0.746667] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748085] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.750875] PPP generic driver version 2.4.2\n[ 0.752211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.753927] ehci-pci: EHCI PCI platform driver\n[ 0.755215] ehci-platform: EHCI generic platform driver\n[ 0.756673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.758306] ohci-pci: OHCI PCI platform driver\n[ 0.759597] ohci-platform: OHCI generic platform driver\n[ 0.761015] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779357] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780815] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782502] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784248] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786308] usb usb1: Product: UHCI Host Controller\n[ 0.787611] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.789211] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790634] hub 1-0:1.0: USB hub found\n[ 0.791721] hub 1-0:1.0: 2 ports detected\n[ 0.793063] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.796048] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.797401] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798851] mousedev: PS/2 mouse device common for all mice\n[ 0.800605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.803165] rtc_cmos 00:00: RTC can wake from S4\n[ 0.804758] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.806424] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.808141] i2c /dev entries driver\n[ 0.809241] device-mapper: uevent: version 1.0.3\n[ 0.810588] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.812870] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.814791] NET: Registered protocol family 10\n[ 0.816405] NET: Registered protocol family 17\n[ 0.817705] Key type dns_resolver registered\n[ 0.819045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.820588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.823130] registered taskstats version 1\n[ 0.824305] Loading compiled-in X.509 certificates\n[ 0.826229] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.828929] zswap: loaded using pool lzo/zbud\n[ 0.831121] Key type trusted registered\n[ 0.833369] Key type encrypted registered\n[ 0.834603] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.837655] evm: HMAC attrs: 0x1\n[ 0.839019] Magic number: 2:199:716\n[ 0.840216] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:02 UTC (1535776982)\n[ 0.842580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.844171] EDD information not available.\n[ 0.899290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916347] Write protecting the kernel read-only data: 14336k\n[ 0.919414] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922011] 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\n[ 0.970633] 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.84\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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLOF3J7S2ndgxkZOmv8RY6/3cJgDUvTry3lPEN/dwPbOg5T1Tv8RFEx9pUj9xJ0HPlb/XxZMCXXlTzO0J8LPlSQc/hMf6unEQ1BIw7YCkDQc5KLG/CUQIBuI5EvTDtrOVROdOjkYrfAAHUL0QXfIqWkvdQ6aj6uwlYckXbCa1RsW4PESzOgZ3BBk1malLfD/cIvkbNfugl6UbBu0NNZSFvwyCmq0navxh/OxUWv8Bdyh3IvnarVMToXJjk/+jLI7BemQndw1JTtA+0JBNUxlzyWW/nNcYh2yUTpf8tJmo1OBI7K1uPaqQ27OEWlOqyRVeTJl3gCFO5nhy4dXhKGvXZ root@singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49\nssh-dss AAAAB3NzaC1kc3MAAACBALmFXXH7xt5GkWjjMlSfoVXS92aIa5ohpRahCU9OiP3do4YxUXSK5TIIE6qYQITarXC9l5u0FTQ+RZ83y7LSLq2QzTO8gHpOixeZ9Jz5YiNCL399jzYg8awdb1+rlCLTH+1WElwaTIucklWBhmy+H/EPky0GEuweP0JzLcldEUP1AAAAFQDnWn2fBCxF9dgwHQ4NME2cbxg+VwAAAIBc47emoWNu3l7JlAVQAiPNWpfIHCO9oCLyXh2Pv576VKZXIXM4afpyJP+3Sjad/IQw+0KqtzJiJ8xhFQrIO9FPfyeFUHDaoXWVCy0vmmtj37tt1U2UPfl1bAniMKFhv7sSLPOziw0FzPxkfq7qEkok9fII0KJaJPAfNLxcoGHS5QAAAIA5SLj1/1HN+QM9Rn+KN/eSjSSkMPFGZjfG43skyvPqRZBM03BX+z8AtV6lksFsbypt5UgkPBjTCdrUkjf7D10RuqMufS55N+dRMUcgIo8nBW8BpS8ZW7sjvgDcYIpWRkFoouzOEKh/0KbiBSBvWWABGFloJYGYje+/cr5n1zTDLg== root@singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe65:91ae/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.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49 login: "} 2018-09-01 04:43:16,238 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/action used request id req-97c80361-1259-4aaf-919f-efec963c3533 2018-09-01 04:43:16,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.121056079865s 2018-09-01 04:43:16,239 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac/action used request id req-97c80361-1259-4aaf-919f-efec963c3533 2018-09-01 04:43:16,240 - 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 489430239 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.183024] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185295] pid_max: default: 32768 minimum: 301 [ 0.186519] ACPI: Core revision 20150930 [ 0.188189] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189974] Security Framework initialized [ 0.191095] Yama: becoming mindful. [ 0.192109] AppArmor: AppArmor initialized [ 0.193247] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196655] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200098] Initializing cgroup subsys io [ 0.201190] Initializing cgroup subsys memory [ 0.202361] Initializing cgroup subsys devices [ 0.203537] Initializing cgroup subsys freezer [ 0.204711] Initializing cgroup subsys net_cls [ 0.205887] Initializing cgroup subsys perf_event [ 0.207118] Initializing cgroup subsys net_prio [ 0.208305] Initializing cgroup subsys hugetlb [ 0.209467] Initializing cgroup subsys pids [ 0.210634] CPU: Physical Processor ID: 0 [ 0.212408] mce: CPU supports 10 MCE banks [ 0.213536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214878] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237617] ftrace: allocating 31920 entries in 125 pages [ 0.262882] smpboot: Max logical packages: 1 [ 0.264026] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265872] x2apic enabled [ 0.266989] Switched APIC routing to physical x2apic. [ 0.269412] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273580] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275990] KVM setup paravirtual spinlock [ 0.277554] x86: Booted up 1 node, 1 CPUs [ 0.278634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280479] devtmpfs: initialized [ 0.282429] evm: security.selinux [ 0.283367] evm: security.SMACK64 [ 0.284310] evm: security.SMACK64EXEC [ 0.285320] evm: security.SMACK64TRANSMUTE [ 0.286402] evm: security.SMACK64MMAP [ 0.287403] evm: security.ima [ 0.288269] evm: security.capability [ 0.289326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291774] pinctrl core: initialized pinctrl subsystem [ 0.293207] RTC time: 4:43:02, date: 09/01/18 [ 0.294472] NET: Registered protocol family 16 [ 0.295765] cpuidle: using governor ladder [ 0.296860] cpuidle: using governor menu [ 0.297913] PCCT header not found. [ 0.298922] ACPI: bus type PCI registered [ 0.300002] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.301644] PCI: Using configuration type 1 for base access [ 0.303763] ACPI: Added _OSI(Module Device) [ 0.304888] ACPI: Added _OSI(Processor Device) [ 0.306039] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307245] ACPI: Added _OSI(Processor Aggregator Device) [ 0.309358] ACPI: Interpreter enabled [ 0.310388] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.315333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.320288] ACPI: (supports S0 S5) [ 0.321245] ACPI: Using IOAPIC for interrupt routing [ 0.322504] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326298] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333924] acpiphp: Slot [3] registered [ 0.334996] acpiphp: Slot [4] registered [ 0.336076] acpiphp: Slot [5] registered [ 0.337146] acpiphp: Slot [6] registered [ 0.338216] acpiphp: Slot [7] registered [ 0.339287] acpiphp: Slot [8] registered [ 0.340356] acpiphp: Slot [9] registered [ 0.341423] acpiphp: Slot [10] registered [ 0.342507] acpiphp: Slot [11] registered [ 0.343598] acpiphp: Slot [12] registered [ 0.344686] acpiphp: Slot [13] registered [ 0.345773] acpiphp: Slot [14] registered [ 0.346866] acpiphp: Slot [15] registered [ 0.362324] acpiphp: Slot [16] registered [ 0.363417] acpiphp: Slot [17] registered [ 0.364504] acpiphp: Slot [18] registered [ 0.365592] acpiphp: Slot [19] registered [ 0.366693] acpiphp: Slot [20] registered [ 0.367790] acpiphp: Slot [21] registered [ 0.368884] acpiphp: Slot [22] registered [ 0.369976] acpiphp: Slot [23] registered [ 0.371071] acpiphp: Slot [24] registered [ 0.372164] acpiphp: Slot [25] registered [ 0.373257] acpiphp: Slot [26] registered [ 0.374350] acpiphp: Slot [27] registered [ 0.375448] acpiphp: Slot [28] registered [ 0.376545] acpiphp: Slot [29] registered [ 0.377637] acpiphp: Slot [30] registered [ 0.378724] acpiphp: Slot [31] registered [ 0.379813] PCI host bridge to bus 0000:00 [ 0.380896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382496] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.384106] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.386050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.387993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.389977] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.393921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.395614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.397184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.398873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.403216] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.405138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425597] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433243] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.435029] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.436776] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.438167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440230] vgaarb: loaded [ 0.441047] vgaarb: bridge control possible 0000:00:02.0 [ 0.442656] SCSI subsystem initialized [ 0.443878] ACPI: bus type USB registered [ 0.444984] usbcore: registered new interface driver usbfs [ 0.446353] usbcore: registered new interface driver hub [ 0.447685] usbcore: registered new device driver usb [ 0.449140] PCI: Using ACPI for IRQ routing [ 0.450624] NetLabel: Initializing [ 0.452009] NetLabel: domain hash size = 128 [ 0.453587] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455364] NetLabel: unlabeled traffic allowed by default [ 0.457521] clocksource: Switched to clocksource kvm-clock [ 0.467719] AppArmor: AppArmor Filesystem Enabled [ 0.469467] pnp: PnP ACPI init [ 0.470995] pnp: PnP ACPI: found 5 devices [ 0.478352] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481802] NET: Registered protocol family 2 [ 0.483671] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488375] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490618] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.494811] NET: Registered protocol family 1 [ 0.496421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498467] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500455] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515269] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530248] Trying to unpack rootfs image as initramfs... [ 0.592306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598004] Scanning for low memory corruption every 60 seconds [ 0.600823] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603073] audit: initializing netlink subsys (disabled) [ 0.605093] audit: type=2000 audit(1535776982.978:1): initialized [ 0.607653] Initialise system trusted keyring [ 0.609482] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611749] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.615167] zbud: loaded [ 0.616442] VFS: Disk quotas dquot_6.6.0 [ 0.618014] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620935] fuse init (API version 7.23) [ 0.622615] Key type big_key registered [ 0.624122] Allocating IMA MOK and blacklist keyrings. [ 0.626357] Key type asymmetric registered [ 0.627936] Asymmetric key parser 'x509' registered [ 0.629806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.632664] io scheduler noop registered [ 0.634179] io scheduler deadline registered (default) [ 0.636110] io scheduler cfq registered [ 0.637735] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645040] ACPI: Power Button [PWRF] [ 0.646518] GHES: HEST is not enabled! [ 0.660697] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.689937] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.692982] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.716806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.720048] Linux agpgart interface v0.103 [ 0.723625] brd: module loaded [ 0.725947] loop: module loaded [ 0.730443] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.732560] GPT:90111 != 2097151 [ 0.733539] GPT:Alternate GPT header not at the end of the disk. [ 0.735098] GPT:90111 != 2097151 [ 0.736097] GPT: Use GNU Parted to correct GPT errors. [ 0.737507] vda: vda1 vda15 [ 0.739220] scsi host0: ata_piix [ 0.740358] scsi host1: ata_piix [ 0.741403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.743172] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.745483] libphy: Fixed MDIO Bus: probed [ 0.746667] tun: Universal TUN/TAP device driver, 1.6 [ 0.748085] tun: (C) 1999-2004 Max Krasnyansky [ 0.750875] PPP generic driver version 2.4.2 [ 0.752211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.753927] ehci-pci: EHCI PCI platform driver [ 0.755215] ehci-platform: EHCI generic platform driver [ 0.756673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.758306] ohci-pci: OHCI PCI platform driver [ 0.759597] ohci-platform: OHCI generic platform driver [ 0.761015] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775725] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.777191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.779357] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.780815] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.782502] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.784248] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786308] usb usb1: Product: UHCI Host Controller [ 0.787611] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.789211] usb usb1: SerialNumber: 0000:00:01.2 [ 0.790634] hub 1-0:1.0: USB hub found [ 0.791721] hub 1-0:1.0: 2 ports detected [ 0.793063] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.796048] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.797401] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.798851] mousedev: PS/2 mouse device common for all mice [ 0.800605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.803165] rtc_cmos 00:00: RTC can wake from S4 [ 0.804758] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.806424] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.808141] i2c /dev entries driver [ 0.809241] device-mapper: uevent: version 1.0.3 [ 0.810588] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.812870] ledtrig-cpu: registered to indicate activity on CPUs [ 0.814791] NET: Registered protocol family 10 [ 0.816405] NET: Registered protocol family 17 [ 0.817705] Key type dns_resolver registered [ 0.819045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.820588] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.823130] registered taskstats version 1 [ 0.824305] Loading compiled-in X.509 certificates [ 0.826229] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.828929] zswap: loaded using pool lzo/zbud [ 0.831121] Key type trusted registered [ 0.833369] Key type encrypted registered [ 0.834603] AppArmor: AppArmor sha1 policy hashing enabled [ 0.836112] ima: No TPM chip found, activating TPM-bypass! [ 0.837655] evm: HMAC attrs: 0x1 [ 0.839019] Magic number: 2:199:716 [ 0.840216] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:02 UTC (1535776982) [ 0.842580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.844171] EDD information not available. [ 0.899290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916347] Write protecting the kernel read-only data: 14336k [ 0.919414] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922011] 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 [ 0.970633] 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.84 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLOF3J7S2ndgxkZOmv8RY6/3cJgDUvTry3lPEN/dwPbOg5T1Tv8RFEx9pUj9xJ0HPlb/XxZMCXXlTzO0J8LPlSQc/hMf6unEQ1BIw7YCkDQc5KLG/CUQIBuI5EvTDtrOVROdOjkYrfAAHUL0QXfIqWkvdQ6aj6uwlYckXbCa1RsW4PESzOgZ3BBk1malLfD/cIvkbNfugl6UbBu0NNZSFvwyCmq0navxh/OxUWv8Bdyh3IvnarVMToXJjk/+jLI7BemQndw1JTtA+0JBNUxlzyWW/nNcYh2yUTpf8tJmo1OBI7K1uPaqQ27OEWlOqyRVeTJl3gCFO5nhy4dXhKGvXZ root@singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49 ssh-dss AAAAB3NzaC1kc3MAAACBALmFXXH7xt5GkWjjMlSfoVXS92aIa5ohpRahCU9OiP3do4YxUXSK5TIIE6qYQITarXC9l5u0FTQ+RZ83y7LSLq2QzTO8gHpOixeZ9Jz5YiNCL399jzYg8awdb1+rlCLTH+1WElwaTIucklWBhmy+H/EPky0GEuweP0JzLcldEUP1AAAAFQDnWn2fBCxF9dgwHQ4NME2cbxg+VwAAAIBc47emoWNu3l7JlAVQAiPNWpfIHCO9oCLyXh2Pv576VKZXIXM4afpyJP+3Sjad/IQw+0KqtzJiJ8xhFQrIO9FPfyeFUHDaoXWVCy0vmmtj37tt1U2UPfl1bAniMKFhv7sSLPOziw0FzPxkfq7qEkok9fII0KJaJPAfNLxcoGHS5QAAAIA5SLj1/1HN+QM9Rn+KN/eSjSSkMPFGZjfG43skyvPqRZBM03BX+z8AtV6lksFsbypt5UgkPBjTCdrUkjf7D10RuqMufS55N+dRMUcgIo8nBW8BpS8ZW7sjvgDcYIpWRkFoouzOEKh/0KbiBSBvWWABGFloJYGYje+/cr5n1zTDLg== root@singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe65:91ae/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49 launch-index: 0 === cirros: current=0.4.0 uptime=4.08 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-bcd8c731-9378-454f-80c5-555c472d3e49 login: 2018-09-01 04:43:16,242 - paramiko.transport - DEBUG - starting thread (client mode): 0x9b106d50L 2018-09-01 04:43:16,243 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 04:43:16,243 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 04:43:16,243 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 04:43:16,245 - 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 04:43:16,245 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 04:43:16,245 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 04:43:16,245 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 04:43:16,245 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 04:43:16,246 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 04:43:16,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 04:43:16,265 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 04:43:16,275 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 1a607c0a08a34fce70dde1ce979faf31 2018-09-01 04:43:16,276 - paramiko.transport - DEBUG - Trying discovered key a2389b886d1a2aae6b3d5ae8708c81e8 in /tmp/tmpBq405z 2018-09-01 04:43:16,303 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 04:43:16,309 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 04:43:16,341 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 04:43:16,342 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 04:43:16,342 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 04:43:16,343 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 04:43:16,344 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 04:43:16,344 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 04:43:16,345 - functest.core.singlevm - DEBUG - error: 2018-09-01 04:43:16,349 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 04:43:16,455 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:43:16,455 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:43:16,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 04:43:16,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/13c58e27-db92-4d66-afd4-c49d24ff2882.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:17,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0415fe7b-374a-4364-9cad-1281c428bb84 Content-Length: 0 Date: Sat, 01 Sep 2018 04:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:43:17,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/13c58e27-db92-4d66-afd4-c49d24ff2882.json used request id req-0415fe7b-374a-4364-9cad-1281c428bb84 2018-09-01 04:43:17,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00346493721s 2018-09-01 04:43:17,467 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/13c58e27-db92-4d66-afd4-c49d24ff2882.json used request id req-0415fe7b-374a-4364-9cad-1281c428bb84 2018-09-01 04:43:17,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:43:17,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:17,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-def9523c-b6eb-4ec9-bda6-9f71a771f15a Date: Sat, 01 Sep 2018 04:43:17 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:43:17,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-def9523c-b6eb-4ec9-bda6-9f71a771f15a 2018-09-01 04:43:17,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0478711128235s 2018-09-01 04:43:17,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-def9523c-b6eb-4ec9-bda6-9f71a771f15a 2018-09-01 04:43:17,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:43:17,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:17,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:43: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-ed18ac3e-61c0-4cba-a989-df63b0b8a616 x-compute-request-id: req-ed18ac3e-61c0-4cba-a989-df63b0b8a616 Content-Type: application/json 2018-09-01 04:43:17,751 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-ed18ac3e-61c0-4cba-a989-df63b0b8a616 2018-09-01 04:43:17,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.22974896431s 2018-09-01 04:43:17,751 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac used request id req-ed18ac3e-61c0-4cba-a989-df63b0b8a616 2018-09-01 04:43:17,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:19,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-e628e609-d88a-4de8-8959-7df83669ee53 x-compute-request-id: req-e628e609-d88a-4de8-8959-7df83669ee53 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:91:ae", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:91:ae", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "rel": "bookmark"}], "image": {"id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "links": [{"href": "http://172.30.9.29:8774/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-01T04:43:02.000000", "flavor": {"id": "f9a2dbdc-3217-447f-b073-fecf118bcfac", "links": [{"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "bookmark"}]}, "id": "0c2a40ff-ecb1-48ae-8cc8-14fe8c2254ac", "security_groups": [{"name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}], "user_id": "4741b071fdea4638a0a810a1fc4a3c24", "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-01T04:43:17Z", "hostId": "cf9b304a82f2f453e46a3149ef938f7b2c69e6b1bd441c6265386ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bcd8c731-9378-454f-80c5-555c472d3e49", "created": "2018-09-01T04:42:52Z", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:19,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e628e609-d88a-4de8-8959-7df83669ee53 2018-09-01 04:43:19,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30719304085s 2018-09-01 04:43:19,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e628e609-d88a-4de8-8959-7df83669ee53 2018-09-01 04:43:19,061 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:21,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:21,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01fc1b0f-3e65-47bc-912c-9ecc8636812d x-compute-request-id: req-01fc1b0f-3e65-47bc-912c-9ecc8636812d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:43:21,154 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01fc1b0f-3e65-47bc-912c-9ecc8636812d 2018-09-01 04:43:21,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0897290706635s 2018-09-01 04:43:21,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-01fc1b0f-3e65-47bc-912c-9ecc8636812d 2018-09-01 04:43:21,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:43:21,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:21,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-b0b0816e-2ff5-4bad-8c45-448e5d38e6ee Date: Sat, 01 Sep 2018 04:43:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T04:41:41Z", "updated_at": "2018-09-01T04:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "327dfd55-76a5-4813-92a0-80a86dd0f7cc", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "3c8b8f00-1696-4781-92c1-bd561eb23c41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "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-01T04:41:41Z", "revision_number": 0, "id": "c0997e32-57da-4ede-9715-fce54e92359e", "remote_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:41Z", "revision_number": 0, "id": "cdca486d-fa44-471b-ab4b-8d23cb15d718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:41Z", "security_group_id": "09300db8-955f-4207-9e30-2372b87e628c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "09300db8-955f-4207-9e30-2372b87e628c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "created_at": "2018-09-01T04:39:18Z", "updated_at": "2018-09-01T04:39:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "69eb1bef-d6b6-4c0d-9d75-7933bfbb052d", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "9ef6e62f-c0f7-467f-82da-c6a985670a09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv4", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "c0c0f7e3-0952-47be-8907-329b7d8083e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:39:18Z", "revision_number": 0, "id": "f7d9b022-e6e0-487d-85ee-7e6e25e836f0", "remote_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "remote_ip_prefix": null, "created_at": "2018-09-01T04:39:18Z", "security_group_id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "tenant_id": "300bfd4d68944d02ad73a980d1bfe269", "port_range_min": null, "ethertype": "IPv6", "project_id": "300bfd4d68944d02ad73a980d1bfe269"}], "revision_number": 1, "project_id": "300bfd4d68944d02ad73a980d1bfe269", "id": "0dddc0af-4423-4dac-bcdd-63462e41f176", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "created_at": "2018-09-01T04:42:26Z", "updated_at": "2018-09-01T04:42:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "07f68f0a-c96b-4751-ac41-f2f897d6c9ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "601ef282-4fb9-4465-87a3-4818ffe2ee83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "84d4966a-79d5-41d3-8d9c-01b49ccf4349", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv6", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:26Z", "revision_number": 0, "id": "fb91b217-6558-4f9f-9c26-d7a6539e3850", "remote_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:26Z", "security_group_id": "1616d546-d828-4722-b2d6-ed69cc20825b", "tenant_id": "c72c98501f5643aebf08b0e2360d4b18", "port_range_min": null, "ethertype": "IPv4", "project_id": "c72c98501f5643aebf08b0e2360d4b18"}], "revision_number": 1, "project_id": "c72c98501f5643aebf08b0e2360d4b18", "id": "1616d546-d828-4722-b2d6-ed69cc20825b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "68f9272423754ea1b265b4c94429543e", "created_at": "2018-09-01T04:41:56Z", "updated_at": "2018-09-01T04:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "2a51b01a-e199-43bb-809b-5d2d569765f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "a18a675c-f179-4fbd-822e-104284b9ff89", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "dc190424-7d25-4316-b02e-f9afc33cbca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv6", "project_id": "68f9272423754ea1b265b4c94429543e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:56Z", "revision_number": 0, "id": "e15186c7-2c07-45e0-b652-15e9777ec73b", "remote_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:56Z", "security_group_id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "tenant_id": "68f9272423754ea1b265b4c94429543e", "port_range_min": null, "ethertype": "IPv4", "project_id": "68f9272423754ea1b265b4c94429543e"}], "revision_number": 1, "project_id": "68f9272423754ea1b265b4c94429543e", "id": "27fa4400-dfb2-491c-9998-45f9c7e87e6f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:48Z", "updated_at": "2018-09-01T04:42:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:42:49Z", "revision_number": 0, "id": "2566934b-4d9f-44ef-9d50-125fc1e1661e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:49Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:49Z", "revision_number": 0, "id": "bdb4abeb-be2d-49ca-80dc-34d294a9da59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:49Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "c878db8f-f3bb-45e4-af5e-23534ee2c5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:42:48Z", "revision_number": 0, "id": "dd92ef10-649a-446e-ac0d-0a9fab003d49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:42:48Z", "security_group_id": "b21e6b20-d916-4539-bca9-e80710dea43f", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 3, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "b21e6b20-d916-4539-bca9-e80710dea43f", "name": "singlevm1-sg_bcd8c731-9378-454f-80c5-555c472d3e49"}, {"description": "Default security group", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:41:40Z", "updated_at": "2018-09-01T04:41:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "532dcb98-f130-4ba4-a93f-7ce9cdb578b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "6723594b-dbea-42e4-a225-3edffe8ff99f", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv4", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "8a8c6538-e5db-4107-a3f3-d4c7a1c7446a", "remote_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:41:40Z", "revision_number": 0, "id": "d3fea504-cfab-4500-b2d5-825bba9014dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:41:40Z", "security_group_id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "port_range_min": null, "ethertype": "IPv6", "project_id": "964427977c614007b31bf28ce6a0b09c"}], "revision_number": 1, "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "fbb63512-a389-4a83-ba20-65aa8370ff93", "name": "default"}]} 2018-09-01 04:43:21,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b0b0816e-2ff5-4bad-8c45-448e5d38e6ee 2018-09-01 04:43:21,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0526919364929s 2018-09-01 04:43:21,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-b0b0816e-2ff5-4bad-8c45-448e5d38e6ee 2018-09-01 04:43:21,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 04:43:21,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/b21e6b20-d916-4539-bca9-e80710dea43f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:21,396 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b1017cb-994e-45b3-ae14-2ff0aadd2d35 Content-Length: 0 Date: Sat, 01 Sep 2018 04:43:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:43:21,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b21e6b20-d916-4539-bca9-e80710dea43f.json used request id req-2b1017cb-994e-45b3-ae14-2ff0aadd2d35 2018-09-01 04:43:21,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.181525945663s 2018-09-01 04:43:21,397 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/b21e6b20-d916-4539-bca9-e80710dea43f.json used request id req-2b1017cb-994e-45b3-ae14-2ff0aadd2d35 2018-09-01 04:43:21,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 04:43:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:21,481 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b55dba20-ee64-41c4-af77-e717152fe06a x-compute-request-id: req-b55dba20-ee64-41c4-af77-e717152fe06a Content-Length: 0 Content-Type: application/json 2018-09-01 04:43:21,481 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49 used request id req-b55dba20-ee64-41c4-af77-e717152fe06a 2018-09-01 04:43:21,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.084018945694s 2018-09-01 04:43:21,482 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm1-kp_bcd8c731-9378-454f-80c5-555c472d3e49 used request id req-b55dba20-ee64-41c4-af77-e717152fe06a 2018-09-01 04:43:21,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:43:21,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/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}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" -d '{"subnet_id": "48db319c-7b9a-496a-9557-df7040cbf672"}' 2018-09-01 04:43:23,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d246044-a1d5-4722-b5a8-bec4b9157f7a Date: Sat, 01 Sep 2018 04:43:23 GMT RESP BODY: {"network_id": "5e4978db-d034-4b53-9422-2202c20e0846", "tenant_id": "964427977c614007b31bf28ce6a0b09c", "subnet_id": "48db319c-7b9a-496a-9557-df7040cbf672", "subnet_ids": ["48db319c-7b9a-496a-9557-df7040cbf672"], "port_id": "d6bbde31-e798-494b-9f2e-9f9b1ceca094", "id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239"} 2018-09-01 04:43:23,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/remove_router_interface.json used request id req-8d246044-a1d5-4722-b5a8-bec4b9157f7a 2018-09-01 04:43:23,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65898990631s 2018-09-01 04:43:23,141 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239/remove_router_interface.json used request id req-8d246044-a1d5-4722-b5a8-bec4b9157f7a returning object 561e8424-6fdf-44d8-9fd5-5d76f1ecb239 2018-09-01 04:43:23,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:43:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:23,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-96eecf6b-3698-4e89-a5e8-c0f5ea9f4536 Date: Sat, 01 Sep 2018 04:43:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "964427977c614007b31bf28ce6a0b09c", "created_at": "2018-09-01T04:42:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T04:43:22Z", "revision_number": 4, "routes": [], "project_id": "964427977c614007b31bf28ce6a0b09c", "id": "561e8424-6fdf-44d8-9fd5-5d76f1ecb239", "name": "singlevm1-router_bcd8c731-9378-454f-80c5-555c472d3e49"}]} 2018-09-01 04:43:23,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-96eecf6b-3698-4e89-a5e8-c0f5ea9f4536 2018-09-01 04:43:23,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.106965065002s 2018-09-01 04:43:23,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-96eecf6b-3698-4e89-a5e8-c0f5ea9f4536 2018-09-01 04:43:23,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:43:23,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:24,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9147a265-f364-4a81-9148-f2191f6a5b7d Content-Length: 0 Date: Sat, 01 Sep 2018 04:43:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:43:24,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239.json used request id req-9147a265-f364-4a81-9148-f2191f6a5b7d 2018-09-01 04:43:24,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29835915565s 2018-09-01 04:43:24,549 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/561e8424-6fdf-44d8-9fd5-5d76f1ecb239.json used request id req-9147a265-f364-4a81-9148-f2191f6a5b7d 2018-09-01 04:43:24,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:43:24,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:24,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-1a8cde90-f98f-4830-a537-91e429802f2b Date: Sat, 01 Sep 2018 04:43:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e4978db-d034-4b53-9422-2202c20e0846","tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:42:42Z","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":"964427977c614007b31bf28ce6a0b09c","id":"48db319c-7b9a-496a-9557-df7040cbf672","subnetpool_id":null,"name":"singlevm1-subnet_bcd8c731-9378-454f-80c5-555c472d3e49"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4daea871-7749-4408-950d-9e5c72efea1a","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:23Z","dns_nameservers":[],"updated_at":"2018-09-01T04:39:23Z","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":"300bfd4d68944d02ad73a980d1bfe269","id":"72f1ba3c-322d-4e28-8c98-e144d57d067d","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 04:43:24,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-1a8cde90-f98f-4830-a537-91e429802f2b 2018-09-01 04:43:24,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0470161437988s 2018-09-01 04:43:24,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-1a8cde90-f98f-4830-a537-91e429802f2b 2018-09-01 04:43:24,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:43:24,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/48db319c-7b9a-496a-9557-df7040cbf672.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:25,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d05db023-ea02-4f8c-b424-af8caa4ead16 Date: Sat, 01 Sep 2018 04:43:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:43:25,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/48db319c-7b9a-496a-9557-df7040cbf672.json used request id req-d05db023-ea02-4f8c-b424-af8caa4ead16 2018-09-01 04:43:25,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15356397629s 2018-09-01 04:43:25,753 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/48db319c-7b9a-496a-9557-df7040cbf672.json used request id req-d05db023-ea02-4f8c-b424-af8caa4ead16 2018-09-01 04:43:25,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:25,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:25,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-d8339f5e-568d-4281-a921-f77dd7217ad8 Date: Sat, 01 Sep 2018 04:43:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e4978db-d034-4b53-9422-2202c20e0846","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"964427977c614007b31bf28ce6a0b09c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T04:43:25Z","provider:segmentation_id":12,"name":"singlevm1-net_bcd8c731-9378-454f-80c5-555c472d3e49","admin_state_up":true,"tenant_id":"964427977c614007b31bf28ce6a0b09c","created_at":"2018-09-01T04:42:42Z","provider:network_type":"vxlan"}]} 2018-09-01 04:43:25,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d8339f5e-568d-4281-a921-f77dd7217ad8 2018-09-01 04:43:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0768530368805s 2018-09-01 04:43:25,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d8339f5e-568d-4281-a921-f77dd7217ad8 2018-09-01 04:43:25,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:43:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/5e4978db-d034-4b53-9422-2202c20e0846.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:27,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-672dda3f-a44d-4aee-8495-9854253e3e22 Date: Sat, 01 Sep 2018 04:43:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:43:27,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5e4978db-d034-4b53-9422-2202c20e0846.json used request id req-672dda3f-a44d-4aee-8495-9854253e3e22 2018-09-01 04:43:27,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44983506203s 2018-09-01 04:43:27,282 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/5e4978db-d034-4b53-9422-2202c20e0846.json used request id req-672dda3f-a44d-4aee-8495-9854253e3e22 2018-09-01 04:43:27,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:43:27,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:28,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f60824f9-bc45-44bf-bb64-4a4037f2f664 Date: Sat, 01 Sep 2018 04:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:42:47Z", "file": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/file", "owner": "964427977c614007b31bf28ce6a0b09c", "id": "1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "size": 12716032, "self": "/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bcd8c731-9378-454f-80c5-555c472d3e49", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:42:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:43:28,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f60824f9-bc45-44bf-bb64-4a4037f2f664 2018-09-01 04:43:28,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761089086533s 2018-09-01 04:43:28,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-f60824f9-bc45-44bf-bb64-4a4037f2f664 2018-09-01 04:43:28,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:43:28,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:28,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ebd50965-6a61-4504-918a-2f69475ae976 Date: Sat, 01 Sep 2018 04:43:28 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 04:43:28,391 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78 used request id req-ebd50965-6a61-4504-918a-2f69475ae976 2018-09-01 04:43:28,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.342547178268s 2018-09-01 04:43:28,392 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/1bb6eed8-b362-41d2-9c0d-9a42ecbcbb78 used request id req-ebd50965-6a61-4504-918a-2f69475ae976 2018-09-01 04:43:28,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:43:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:28,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-c79e5364-e0fa-4312-8674-e4d3092d109e x-compute-request-id: req-c79e5364-e0fa-4312-8674-e4d3092d109e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bcd8c731-9378-454f-80c5-555c472d3e49", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac", "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": "f9a2dbdc-3217-447f-b073-fecf118bcfac"}]} 2018-09-01 04:43:28,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c79e5364-e0fa-4312-8674-e4d3092d109e 2018-09-01 04:43:28,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0248210430145s 2018-09-01 04:43:28,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-c79e5364-e0fa-4312-8674-e4d3092d109e 2018-09-01 04:43:28,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:43:28,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c15b15af05d13c1c325fe0d4e15b2c6d9da56ad3" 2018-09-01 04:43:28,454 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:43: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-3253244c-2b60-4148-b849-f07245db79d7 x-compute-request-id: req-3253244c-2b60-4148-b849-f07245db79d7 Content-Length: 0 Content-Type: application/json 2018-09-01 04:43:28,455 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac used request id req-3253244c-2b60-4148-b849-f07245db79d7 2018-09-01 04:43:28,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0359859466553s 2018-09-01 04:43:28,455 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/f9a2dbdc-3217-447f-b073-fecf118bcfac used request id req-3253244c-2b60-4148-b849-f07245db79d7 2018-09-01 04:43:28,508 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:43:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:43:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:43:28,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:43:28,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:43:28,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fa038d-dc6e-43a8-9ac9-f83fe2f04f48 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:43:28,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-43fa038d-dc6e-43a8-9ac9-f83fe2f04f48 2018-09-01 04:43:28,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:43:28,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["lVpDpX6oTwa9T4pRfvG5aA"], "issued_at": "2018-09-01T04:43:28.000000Z"}} 2018-09-01 04:43:28,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:29,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-705a325e-a6d1-4dc3-9099-3d99526d4fd0 Date: Sat, 01 Sep 2018 04:43:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:43:29,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-705a325e-a6d1-4dc3-9099-3d99526d4fd0 2018-09-01 04:43:29,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351763010025s 2018-09-01 04:43:29,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-705a325e-a6d1-4dc3-9099-3d99526d4fd0 2018-09-01 04:43:29,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:43:29,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d580348-bd6d-45af-a18a-5a7c7d330d5d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:43:29,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-9d580348-bd6d-45af-a18a-5a7c7d330d5d 2018-09-01 04:43:29,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:43:29,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:29,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42934c0a-569d-47f0-8e67-942413d6cd8e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:43:29,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-42934c0a-569d-47f0-8e67-942413d6cd8e 2018-09-01 04:43:29,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177274942398s 2018-09-01 04:43:29,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-42934c0a-569d-47f0-8e67-942413d6cd8e 2018-09-01 04:43:29,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:43:29,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}}' 2018-09-01 04:43:29,702 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-679badae-1900-4c81-85ef-9f6e460adae7 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02"}, "tags": [], "enabled": true, "id": "9530a715ce264008aa031e520159dd02", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}} 2018-09-01 04:43:29,702 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-679badae-1900-4c81-85ef-9f6e460adae7 2018-09-01 04:43:29,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.208607912064s 2018-09-01 04:43:29,702 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-679badae-1900-4c81-85ef-9f6e460adae7 2018-09-01 04:43:29,703 - 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'9530a715ce264008aa031e520159dd02', '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_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb'}) 2018-09-01 04:43:29,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:43:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b9fe6a3a-5008-4ea8-8b13-48fb8e7e3def", "email": null, "name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}}' 2018-09-01 04:43:30,196 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb583cb5-1c58-4af0-97c8-4fecdfcc1032 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": {"self": "http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d53edc85ffc445f910ce4c1864b5ce4", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:43:30,196 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-fb583cb5-1c58-4af0-97c8-4fecdfcc1032 2018-09-01 04:43:30,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.486975908279s 2018-09-01 04:43:30,197 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-fb583cb5-1c58-4af0-97c8-4fecdfcc1032 2018-09-01 04:43:30,197 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2d53edc85ffc445f910ce4c1864b5ce4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb'}) 2018-09-01 04:43:30,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:43:30,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:30,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4393639-01be-4701-be11-e8fe5756690a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:43:30,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a4393639-01be-4701-be11-e8fe5756690a 2018-09-01 04:43:30,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181088924408s 2018-09-01 04:43:30,383 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a4393639-01be-4701-be11-e8fe5756690a 2018-09-01 04:43:30,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:43:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:30,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2c13fda-9b45-4b3f-96f0-9b6ba1a4129a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:43:30,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f2c13fda-9b45-4b3f-96f0-9b6ba1a4129a 2018-09-01 04:43:30,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103407144547s 2018-09-01 04:43:30,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-f2c13fda-9b45-4b3f-96f0-9b6ba1a4129a 2018-09-01 04:43:30,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:43:30,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:30,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4acb82e8-11ab-4bdc-9495-73137e9b1cd6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:43:30,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4acb82e8-11ab-4bdc-9495-73137e9b1cd6 2018-09-01 04:43:30,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190320968628s 2018-09-01 04:43:30,687 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-4acb82e8-11ab-4bdc-9495-73137e9b1cd6 2018-09-01 04:43:30,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:43:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:30,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76faf41-2665-4fcb-a063-9d1176ce3c44 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:43:30,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e76faf41-2665-4fcb-a063-9d1176ce3c44 2018-09-01 04:43:30,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18138217926s 2018-09-01 04:43:30,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-e76faf41-2665-4fcb-a063-9d1176ce3c44 2018-09-01 04:43:30,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:43:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:31,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8ac827-6be8-4579-90b5-6c672212da8f Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": {"self": "http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d53edc85ffc445f910ce4c1864b5ce4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:43:31,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-df8ac827-6be8-4579-90b5-6c672212da8f 2018-09-01 04:43:31,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190191984177s 2018-09-01 04:43:31,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-df8ac827-6be8-4579-90b5-6c672212da8f 2018-09-01 04:43:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:43:31,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:31,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d216cbe6-0a28-4aba-bf71-8fd966351a15 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02"}, "tags": [], "enabled": true, "id": "9530a715ce264008aa031e520159dd02", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:43:31,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d216cbe6-0a28-4aba-bf71-8fd966351a15 2018-09-01 04:43:31,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199947118759s 2018-09-01 04:43:31,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-d216cbe6-0a28-4aba-bf71-8fd966351a15 2018-09-01 04:43:31,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:43:31,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=2d53edc85ffc445f910ce4c1864b5ce4&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=9530a715ce264008aa031e520159dd02" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:31,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d900a4d6-f560-4e5b-8cf4-7ed799462208 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=2d53edc85ffc445f910ce4c1864b5ce4&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=9530a715ce264008aa031e520159dd02", "previous": null, "next": null}} 2018-09-01 04:43:31,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2d53edc85ffc445f910ce4c1864b5ce4&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=9530a715ce264008aa031e520159dd02 used request id req-d900a4d6-f560-4e5b-8cf4-7ed799462208 2018-09-01 04:43:31,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.119410991669s 2018-09-01 04:43:31,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=2d53edc85ffc445f910ce4c1864b5ce4&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=9530a715ce264008aa031e520159dd02 used request id req-d900a4d6-f560-4e5b-8cf4-7ed799462208 2018-09-01 04:43:31,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:43:31,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02/users/2d53edc85ffc445f910ce4c1864b5ce4/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:43:31,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b360241-cf69-453a-b103-e97470db8c8c 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 04:43:31,601 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02/users/2d53edc85ffc445f910ce4c1864b5ce4/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-7b360241-cf69-453a-b103-e97470db8c8c 2018-09-01 04:43:31,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.194222927094s 2018-09-01 04:43:31,602 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02/users/2d53edc85ffc445f910ce4c1864b5ce4/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-7b360241-cf69-453a-b103-e97470db8c8c 2018-09-01 04:43:31,602 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 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'9530a715ce264008aa031e520159dd02', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b9fe6a3a-5008-4ea8-8b13-48fb8e7e3def', 'username': u'singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:43:31,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:43:31,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:43:31,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:43:31,608 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'password': 'b9fe6a3a-5008-4ea8-8b13-48fb8e7e3def', 'project_name': 'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '9530a715ce264008aa031e520159dd02', 'project_domain_name': 'Default'} 2018-09-01 04:43:31,608 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-01 04:43:31,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:43:31,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04201a0c-b85c-4a77-a2fe-a46996b2a367 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:43:31,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-04201a0c-b85c-4a77-a2fe-a46996b2a367 2018-09-01 04:43:31,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:43:32,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9530a715ce264008aa031e520159dd02", "name": "singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/9530a715ce264008aa031e520159dd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/9530a715ce264008aa031e520159dd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/9530a715ce264008aa031e520159dd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_9530a715ce264008aa031e520159dd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_9530a715ce264008aa031e520159dd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/9530a715ce264008aa031e520159dd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/9530a715ce264008aa031e520159dd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/9530a715ce264008aa031e520159dd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/9530a715ce264008aa031e520159dd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/9530a715ce264008aa031e520159dd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/9530a715ce264008aa031e520159dd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/9530a715ce264008aa031e520159dd02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/9530a715ce264008aa031e520159dd02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/9530a715ce264008aa031e520159dd02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "id": "2d53edc85ffc445f910ce4c1864b5ce4"}, "audit_ids": ["5BSbIpCVRz2abzY4UFvRKQ"], "issued_at": "2018-09-01T04:43:31.000000Z"}} 2018-09-01 04:43:32,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:43:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"network": {"name": "singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "admin_state_up": true}}' 2018-09-01 04:43:32,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-1365cc23-1c0e-4e35-b337-76506aa68f64 Date: Sat, 01 Sep 2018 04:43:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:43:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}} 2018-09-01 04:43:32,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1365cc23-1c0e-4e35-b337-76506aa68f64 2018-09-01 04:43:32,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.697016954422s 2018-09-01 04:43:32,711 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1365cc23-1c0e-4e35-b337-76506aa68f64 2018-09-01 04:43:32,711 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:43:32Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0833f26a-d988-4c62-80cc-9243893e0f89', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', u'admin_state_up': True, u'tenant_id': u'9530a715ce264008aa031e520159dd02', u'created_at': u'2018-09-01T04:43:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9530a715ce264008aa031e520159dd02'}) 2018-09-01 04:43:32,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:32,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-42854c0d-374b-4203-a3ed-e9be75545492 Date: Sat, 01 Sep 2018 04:43:32 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-01T04:43:32Z","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:43:32,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-42854c0d-374b-4203-a3ed-e9be75545492 2018-09-01 04:43:32,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.159013986588s 2018-09-01 04:43:32,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-42854c0d-374b-4203-a3ed-e9be75545492 2018-09-01 04:43:32,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:43:32,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"subnet": {"name": "singlevm2-subnet_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "enable_dhcp": true, "network_id": "0833f26a-d988-4c62-80cc-9243893e0f89", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:43:33,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2d944b11-f89a-42f3-848a-6e8f770978ee Date: Sat, 01 Sep 2018 04:43:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0833f26a-d988-4c62-80cc-9243893e0f89","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:43:33Z","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":"9530a715ce264008aa031e520159dd02","id":"837ad9aa-f9be-46fb-a102-39dcd3804a54","subnetpool_id":null,"name":"singlevm2-subnet_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}} 2018-09-01 04:43:33,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2d944b11-f89a-42f3-848a-6e8f770978ee 2018-09-01 04:43:33,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.738334178925s 2018-09-01 04:43:33,611 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2d944b11-f89a-42f3-848a-6e8f770978ee 2018-09-01 04:43:33,611 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:43:33Z', 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'837ad9aa-f9be-46fb-a102-39dcd3804a54', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', u'enable_dhcp': True, u'network_id': u'0833f26a-d988-4c62-80cc-9243893e0f89', u'tenant_id': u'9530a715ce264008aa031e520159dd02', u'created_at': u'2018-09-01T04:43:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9530a715ce264008aa031e520159dd02'}) 2018-09-01 04:43:33,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:43:33,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "singlevm2-router_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "admin_state_up": true}}' 2018-09-01 04:43:34,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-ee6d9a96-0a99-42a9-8398-0c2b1b3321cd Date: Sat, 01 Sep 2018 04:43:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:33Z", "admin_state_up": true, "updated_at": "2018-09-01T04:43:34Z", "revision_number": 2, "routes": [], "project_id": "9530a715ce264008aa031e520159dd02", "id": "dd8b8bc4-15ca-4110-af18-6b160c441e89", "name": "singlevm2-router_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}} 2018-09-01 04:43:34,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ee6d9a96-0a99-42a9-8398-0c2b1b3321cd 2018-09-01 04:43:34,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.17116212845s 2018-09-01 04:43:34,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-ee6d9a96-0a99-42a9-8398-0c2b1b3321cd 2018-09-01 04:43:34,784 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9530a715ce264008aa031e520159dd02', u'created_at': u'2018-09-01T04:43:33Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:43:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'9530a715ce264008aa031e520159dd02', u'id': u'dd8b8bc4-15ca-4110-af18-6b160c441e89', u'name': u'singlevm2-router_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb'}) 2018-09-01 04:43:34,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:43:34,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/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}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"subnet_id": "837ad9aa-f9be-46fb-a102-39dcd3804a54"}' 2018-09-01 04:43:36,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-52019a62-0598-43a0-8570-a5a3a9e15286 Date: Sat, 01 Sep 2018 04:43:36 GMT RESP BODY: {"network_id": "0833f26a-d988-4c62-80cc-9243893e0f89", "tenant_id": "9530a715ce264008aa031e520159dd02", "subnet_id": "837ad9aa-f9be-46fb-a102-39dcd3804a54", "subnet_ids": ["837ad9aa-f9be-46fb-a102-39dcd3804a54"], "port_id": "12afcf4f-c75c-46d5-a19f-83e247395f4c", "id": "dd8b8bc4-15ca-4110-af18-6b160c441e89"} 2018-09-01 04:43:36,627 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/add_router_interface.json used request id req-52019a62-0598-43a0-8570-a5a3a9e15286 2018-09-01 04:43:36,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.8422498703s 2018-09-01 04:43:36,627 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/add_router_interface.json used request id req-52019a62-0598-43a0-8570-a5a3a9e15286 returning object dd8b8bc4-15ca-4110-af18-6b160c441e89 2018-09-01 04:43:36,627 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:43:36,750 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:43:36,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:43:36,755 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:43:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:43:36,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:43:36,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:37,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6bd86ae7-b10d-4230-93bb-42ffd66624d2 Date: Sat, 01 Sep 2018 04:43:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:43:37,028 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6bd86ae7-b10d-4230-93bb-42ffd66624d2 2018-09-01 04:43:37,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.270483970642s 2018-09-01 04:43:37,029 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-6bd86ae7-b10d-4230-93bb-42ffd66624d2 2018-09-01 04:43:37,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:43:37,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}' 2018-09-01 04:43:37,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c6fa9b2c-b44a-4a2e-8f36-0ec9b4db3524 Date: Sat, 01 Sep 2018 04:43:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:43:37Z", "file": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file", "owner": "9530a715ce264008aa031e520159dd02", "id": "8af5f915-d33b-4076-a881-79820114dd0e", "size": null, "self": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e", "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_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "checksum": null, "created_at": "2018-09-01T04:43:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:43:37,101 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c6fa9b2c-b44a-4a2e-8f36-0ec9b4db3524 2018-09-01 04:43:37,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.064316034317s 2018-09-01 04:43:37,102 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-c6fa9b2c-b44a-4a2e-8f36-0ec9b4db3524 returning object 8af5f915-d33b-4076-a881-79820114dd0e 2018-09-01 04:43:37,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:43:37,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/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}f696a376e19fd464173551fdf1332bdddb0da071" -d '' 2018-09-01 04:43:37,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6930640f-a4cd-4ff4-9c53-84a64dfdc539 Date: Sat, 01 Sep 2018 04:43: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 04:43:37,494 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file used request id req-6930640f-a4cd-4ff4-9c53-84a64dfdc539 2018-09-01 04:43:37,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.391205787659s 2018-09-01 04:43:37,494 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file used request id req-6930640f-a4cd-4ff4-9c53-84a64dfdc539 2018-09-01 04:43:37,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:43:37,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:37,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-76320cc8-0111-4a7a-b3ab-2f8d9abd022c Date: Sat, 01 Sep 2018 04:43:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:43:37Z", "file": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file", "owner": "9530a715ce264008aa031e520159dd02", "id": "8af5f915-d33b-4076-a881-79820114dd0e", "size": 12716032, "self": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:43:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:43:37,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-76320cc8-0111-4a7a-b3ab-2f8d9abd022c 2018-09-01 04:43:37,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.047816991806s 2018-09-01 04:43:37,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-76320cc8-0111-4a7a-b3ab-2f8d9abd022c 2018-09-01 04:43:37,547 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file', 'owner': u'9530a715ce264008aa031e520159dd02', 'id': u'8af5f915-d33b-4076-a881-79820114dd0e', 'size': 12716032, u'self': u'/v2/images/8af5f915-d33b-4076-a881-79820114dd0e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9530a715ce264008aa031e520159dd02', 'name': 'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:43:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:43:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', '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/8af5f915-d33b-4076-a881-79820114dd0e', 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_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'created': u'2018-09-01T04:43:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:43:37Z', 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/8af5f915-d33b-4076-a881-79820114dd0e', 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_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:43:37,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:43:37,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "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 04:43:37,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-14d56faf-5490-41e4-9b69-4bfe0ad12291 x-compute-request-id: req-14d56faf-5490-41e4-9b69-4bfe0ad12291 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "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": "e374599a-fe48-4716-b0f0-add6a3e59f37"}} 2018-09-01 04:43:37,842 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-14d56faf-5490-41e4-9b69-4bfe0ad12291 2018-09-01 04:43:37,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.293475151062s 2018-09-01 04:43:37,842 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-14d56faf-5490-41e4-9b69-4bfe0ad12291 2018-09-01 04:43:37,843 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', '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'964427977c614007b31bf28ce6a0b09c', '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'e374599a-fe48-4716-b0f0-add6a3e59f37', 'swap': 0}) 2018-09-01 04:43:37,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:43:37,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37/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}1bb80898d5b30dea44f60f7696aa06856ada2068" -d '{"extra_specs": {}}' 2018-09-01 04:43:37,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-148fc671-ca54-493b-af95-b8a17c15d1cb x-compute-request-id: req-148fc671-ca54-493b-af95-b8a17c15d1cb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:43:37,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37/os-extra_specs used request id req-148fc671-ca54-493b-af95-b8a17c15d1cb 2018-09-01 04:43:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207450389862s 2018-09-01 04:43:37,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37/os-extra_specs used request id req-148fc671-ca54-493b-af95-b8a17c15d1cb 2018-09-01 04:43:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 04:43:37,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"keypair": {"name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}}' 2018-09-01 04:43:38,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-59f1ce7b-ed4b-46f9-83f7-c9b89afc590a x-compute-request-id: req-59f1ce7b-ed4b-46f9-83f7-c9b89afc590a Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIiDnblKAdiN86lvvZ6Rf1RdrvYrxX+oox8nns1l0WDbPXeDtsf+Q5ePS3KI5/+SzH5YroDrMCOhycVq8N6VwLHcIvLHwr2D0HoWu4V7IZD6xzyEwEJAav34aqAaLPzUZBSVKOg1aKCCFqspC3xHovDlH+EtHinN5hvUZcaAp0aDMdbwN6czlx+x+Vgwt8+2NYmVvYenE4v1Pp09D1g3QLKRrlUf7B4uK+q+0zLO0jOp+6I6ZYJVVr3CheOjOiDGBnepAUYKeUUMnbmoy3Es5dk37Yz5HzSHbmJxQ2txFHe8cPE6lh4j1cNseaZXdsNS2mxV6OSjtfUoNxj5AoWdEZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyIg525SgHYjfOpb72ekX9UXa72K8V/qKMfJ57NZdFg2z13g7\nbH/kOXj0tyiOf/ksx+WK6A6zAjocnFavDelcCx3CLyx8K9g9B6FruFeyGQ+sc8hM\nBCQGr9+GqgGiz81GQUlSjoNWiggharKQt8R6Lw5R/hLR4pzeYb1GXGgKdGgzHW8D\nenM5cfsflYMLfPtjWJlb2HpxOL9T6dPQ9YN0Cyka5VH+weLivqvtMyztIzqfuiOm\nWCVVa9woXjozogxgZ3qQFGCnlFDJ25qMtxLOXZN+2M+R80h25icUNrcRR3vHDxOp\nYeI9XDbHmmV3bDUtpsVejko7X1KDcY+QKFnRGQIDAQABAoIBABEuUr60ci91naKY\ncwWNigbysDpYXEixZ4u1+apIB3uvOtxYKcc3AefGrDjRGbxvLd4GlasiL0Yeknr2\nllL7zm4JY6zFA/KBuWDg/Kizosew5xaYb6LfL098OD5ym29wZ/eJ/6/EIvL6lVpd\n6DZGeC117aJ2HFNtG0SGgfPC2jp02B6kRmjeA3nvDiRO3lTSdQL+8asOOJZotgVS\nN/IMjx+cHYT47PHa+FieQFG/uG4UEJqobP2WvlFA7ypD0b4Hkmpus0k9V4V2Hi/t\nit+euy8B9yPiycjrzHdYoIn2TVEuk3PqUEX49y0UoCcIFhhcdsFzKFd+E4oPEt6E\nyQQHs50CgYEA8M3W+yVvyXn7JQmic8efNbEgMUy4J847jahtl0ofPwKUAc0g8AKt\nqHGVkI2sESbciXtcgRXZGO/o17SFJaQSOOTU5o6rqbqwDESngHngYMYqwV/PP+LT\nbHyl4LysSxz1M7SzDDbLhcsN2x0k1ntFY5aKGoxuaunfisxLgZ2W0RsCgYEA1S/M\nUw0YZORqqTGDX4Hlaxd+yhKr03xrOevbhZF42kB3r2hp3oU39D6nKlu7wZjc5KdR\nwwHXtPwB4q9/h3TeAPBtgWdnuUnYvmiA2TbJWNvhvChCw2tuuzZBPZJCPzyhci9l\nBxyIsNE50+5DuSFUf0AnH5hW3bhOC35kOHMcvdsCgYEAmD3rPxkqFb0zFPWEaaK5\ne56idcjFXRU7/ZGQx+eq3ZFptcHUoyluVWKKZrvLH4TsRVdi4pHHkcaL9WRCEcwr\nYSD7oVBuI37OMtNs+wMS4twmx98lDoT/mkUsMmvWmh6Sv7/suzohblM0TWWdlqSU\n+COC6MoEPT/jfsMusaHKaiUCgYEAnkLZoF38Wgnn1KrZKDG6KoJKsaCixmF7CIi7\ncrDH0t5A+4q77WFgZIWOe7eV7uaYNXaxD99yTv02OR6nwdtUY8YYxRQKwFa9/Lx/\nysENQFYbgh8xUPmUPo7MZ/UIEQHlqGreySS5pOnt0BL1W54OqFjrslzZP8fuyEGQ\nDQgHsjkCgYEA2JsT3SeCRAWxnLcgV3E2EspMTe7jvSqKZT7M/SZPQOvLt6rnk5cp\n9RvEIb9wxwfFaziL2HMqLbhftZ2n/R+7ZoPoNClCJva1i56XyWbgY5eA9hO2/IoH\novBVF5fhLvrgW8r5dVhbSX2qZzwfGrX1QTXY9RjMTRIf2X1QZSpsQAI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "fingerprint": "d2:6f:ba:73:51:14:33:05:7e:eb:d2:6f:49:81:37:3d"}} 2018-09-01 04:43:38,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-59f1ce7b-ed4b-46f9-83f7-c9b89afc590a 2018-09-01 04:43:38,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.490607023239s 2018-09-01 04:43:38,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-59f1ce7b-ed4b-46f9-83f7-c9b89afc590a 2018-09-01 04:43:38,357 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIiDnblKAdiN86lvvZ6Rf1RdrvYrxX+oox8nns1l0WDbPXeDtsf+Q5ePS3KI5/+SzH5YroDrMCOhycVq8N6VwLHcIvLHwr2D0HoWu4V7IZD6xzyEwEJAav34aqAaLPzUZBSVKOg1aKCCFqspC3xHovDlH+EtHinN5hvUZcaAp0aDMdbwN6czlx+x+Vgwt8+2NYmVvYenE4v1Pp09D1g3QLKRrlUf7B4uK+q+0zLO0jOp+6I6ZYJVVr3CheOjOiDGBnepAUYKeUUMnbmoy3Es5dk37Yz5HzSHbmJxQ2txFHe8cPE6lh4j1cNseaZXdsNS2mxV6OSjtfUoNxj5AoWdEZ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyIg525SgHYjfOpb72ekX9UXa72K8V/qKMfJ57NZdFg2z13g7\nbH/kOXj0tyiOf/ksx+WK6A6zAjocnFavDelcCx3CLyx8K9g9B6FruFeyGQ+sc8hM\nBCQGr9+GqgGiz81GQUlSjoNWiggharKQt8R6Lw5R/hLR4pzeYb1GXGgKdGgzHW8D\nenM5cfsflYMLfPtjWJlb2HpxOL9T6dPQ9YN0Cyka5VH+weLivqvtMyztIzqfuiOm\nWCVVa9woXjozogxgZ3qQFGCnlFDJ25qMtxLOXZN+2M+R80h25icUNrcRR3vHDxOp\nYeI9XDbHmmV3bDUtpsVejko7X1KDcY+QKFnRGQIDAQABAoIBABEuUr60ci91naKY\ncwWNigbysDpYXEixZ4u1+apIB3uvOtxYKcc3AefGrDjRGbxvLd4GlasiL0Yeknr2\nllL7zm4JY6zFA/KBuWDg/Kizosew5xaYb6LfL098OD5ym29wZ/eJ/6/EIvL6lVpd\n6DZGeC117aJ2HFNtG0SGgfPC2jp02B6kRmjeA3nvDiRO3lTSdQL+8asOOJZotgVS\nN/IMjx+cHYT47PHa+FieQFG/uG4UEJqobP2WvlFA7ypD0b4Hkmpus0k9V4V2Hi/t\nit+euy8B9yPiycjrzHdYoIn2TVEuk3PqUEX49y0UoCcIFhhcdsFzKFd+E4oPEt6E\nyQQHs50CgYEA8M3W+yVvyXn7JQmic8efNbEgMUy4J847jahtl0ofPwKUAc0g8AKt\nqHGVkI2sESbciXtcgRXZGO/o17SFJaQSOOTU5o6rqbqwDESngHngYMYqwV/PP+LT\nbHyl4LysSxz1M7SzDDbLhcsN2x0k1ntFY5aKGoxuaunfisxLgZ2W0RsCgYEA1S/M\nUw0YZORqqTGDX4Hlaxd+yhKr03xrOevbhZF42kB3r2hp3oU39D6nKlu7wZjc5KdR\nwwHXtPwB4q9/h3TeAPBtgWdnuUnYvmiA2TbJWNvhvChCw2tuuzZBPZJCPzyhci9l\nBxyIsNE50+5DuSFUf0AnH5hW3bhOC35kOHMcvdsCgYEAmD3rPxkqFb0zFPWEaaK5\ne56idcjFXRU7/ZGQx+eq3ZFptcHUoyluVWKKZrvLH4TsRVdi4pHHkcaL9WRCEcwr\nYSD7oVBuI37OMtNs+wMS4twmx98lDoT/mkUsMmvWmh6Sv7/suzohblM0TWWdlqSU\n+COC6MoEPT/jfsMusaHKaiUCgYEAnkLZoF38Wgnn1KrZKDG6KoJKsaCixmF7CIi7\ncrDH0t5A+4q77WFgZIWOe7eV7uaYNXaxD99yTv02OR6nwdtUY8YYxRQKwFa9/Lx/\nysENQFYbgh8xUPmUPo7MZ/UIEQHlqGreySS5pOnt0BL1W54OqFjrslzZP8fuyEGQ\nDQgHsjkCgYEA2JsT3SeCRAWxnLcgV3E2EspMTe7jvSqKZT7M/SZPQOvLt6rnk5cp\n9RvEIb9wxwfFaziL2HMqLbhftZ2n/R+7ZoPoNClCJva1i56XyWbgY5eA9hO2/IoH\novBVF5fhLvrgW8r5dVhbSX2qZzwfGrX1QTXY9RjMTRIf2X1QZSpsQAI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2d53edc85ffc445f910ce4c1864b5ce4', 'name': u'singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'created_at': '2018-09-01T04:43:38.357530', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9530a715ce264008aa031e520159dd02', 'name': 'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd2:6f:ba:73:51:14:33:05:7e:eb:d2:6f:49:81:37:3d', 'type': 'ssh', 'id': u'singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb'}) 2018-09-01 04:43:38,358 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAyIg525SgHYjfOpb72ekX9UXa72K8V/qKMfJ57NZdFg2z13g7 bH/kOXj0tyiOf/ksx+WK6A6zAjocnFavDelcCx3CLyx8K9g9B6FruFeyGQ+sc8hM BCQGr9+GqgGiz81GQUlSjoNWiggharKQt8R6Lw5R/hLR4pzeYb1GXGgKdGgzHW8D enM5cfsflYMLfPtjWJlb2HpxOL9T6dPQ9YN0Cyka5VH+weLivqvtMyztIzqfuiOm WCVVa9woXjozogxgZ3qQFGCnlFDJ25qMtxLOXZN+2M+R80h25icUNrcRR3vHDxOp YeI9XDbHmmV3bDUtpsVejko7X1KDcY+QKFnRGQIDAQABAoIBABEuUr60ci91naKY cwWNigbysDpYXEixZ4u1+apIB3uvOtxYKcc3AefGrDjRGbxvLd4GlasiL0Yeknr2 llL7zm4JY6zFA/KBuWDg/Kizosew5xaYb6LfL098OD5ym29wZ/eJ/6/EIvL6lVpd 6DZGeC117aJ2HFNtG0SGgfPC2jp02B6kRmjeA3nvDiRO3lTSdQL+8asOOJZotgVS N/IMjx+cHYT47PHa+FieQFG/uG4UEJqobP2WvlFA7ypD0b4Hkmpus0k9V4V2Hi/t it+euy8B9yPiycjrzHdYoIn2TVEuk3PqUEX49y0UoCcIFhhcdsFzKFd+E4oPEt6E yQQHs50CgYEA8M3W+yVvyXn7JQmic8efNbEgMUy4J847jahtl0ofPwKUAc0g8AKt qHGVkI2sESbciXtcgRXZGO/o17SFJaQSOOTU5o6rqbqwDESngHngYMYqwV/PP+LT bHyl4LysSxz1M7SzDDbLhcsN2x0k1ntFY5aKGoxuaunfisxLgZ2W0RsCgYEA1S/M Uw0YZORqqTGDX4Hlaxd+yhKr03xrOevbhZF42kB3r2hp3oU39D6nKlu7wZjc5KdR wwHXtPwB4q9/h3TeAPBtgWdnuUnYvmiA2TbJWNvhvChCw2tuuzZBPZJCPzyhci9l BxyIsNE50+5DuSFUf0AnH5hW3bhOC35kOHMcvdsCgYEAmD3rPxkqFb0zFPWEaaK5 e56idcjFXRU7/ZGQx+eq3ZFptcHUoyluVWKKZrvLH4TsRVdi4pHHkcaL9WRCEcwr YSD7oVBuI37OMtNs+wMS4twmx98lDoT/mkUsMmvWmh6Sv7/suzohblM0TWWdlqSU +COC6MoEPT/jfsMusaHKaiUCgYEAnkLZoF38Wgnn1KrZKDG6KoJKsaCixmF7CIi7 crDH0t5A+4q77WFgZIWOe7eV7uaYNXaxD99yTv02OR6nwdtUY8YYxRQKwFa9/Lx/ ysENQFYbgh8xUPmUPo7MZ/UIEQHlqGreySS5pOnt0BL1W54OqFjrslzZP8fuyEGQ DQgHsjkCgYEA2JsT3SeCRAWxnLcgV3E2EspMTe7jvSqKZT7M/SZPQOvLt6rnk5cp 9RvEIb9wxwfFaziL2HMqLbhftZ2n/R+7ZoPoNClCJva1i56XyWbgY5eA9hO2/IoH ovBVF5fhLvrgW8r5dVhbSX2qZzwfGrX1QTXY9RjMTRIf2X1QZSpsQAI= -----END RSA PRIVATE KEY----- 2018-09-01 04:43:38,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 04:43:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"security_group": {"name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-01 04:43:38,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-411c7a8a-90b0-4e2b-b67a-dcaadc441597 Date: Sat, 01 Sep 2018 04:43:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "updated_at": "2018-09-01T04:43:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "665cc884-12e5-44a2-952c-4fa23cf39b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "e09f58a4-21a2-4a01-9cba-d2bb3928471f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 1, "project_id": "9530a715ce264008aa031e520159dd02", "id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}} 2018-09-01 04:43:38,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-411c7a8a-90b0-4e2b-b67a-dcaadc441597 2018-09-01 04:43:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.14879989624s 2018-09-01 04:43:38,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-411c7a8a-90b0-4e2b-b67a-dcaadc441597 2018-09-01 04:43:38,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:43:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:38,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-5c00001f-7c6a-4d16-95a8-0cc3a19666e5 Date: Sat, 01 Sep 2018 04:43:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:32Z", "updated_at": "2018-09-01T04:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "7ea95893-c1dd-457d-bf5f-6c5c0995c05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "b043fe2a-cd29-44b0-880a-6ab2dd6f5ae4", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "c8c32110-7e51-4e0e-b081-fd9b36be0251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "f3e2dfe4-08ac-4b9d-a5c0-ad24cbe6fd6f", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 1, "project_id": "9530a715ce264008aa031e520159dd02", "id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "updated_at": "2018-09-01T04:43:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "665cc884-12e5-44a2-952c-4fa23cf39b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "e09f58a4-21a2-4a01-9cba-d2bb3928471f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 1, "project_id": "9530a715ce264008aa031e520159dd02", "id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:43:38,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5c00001f-7c6a-4d16-95a8-0cc3a19666e5 2018-09-01 04:43:38,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0753970146179s 2018-09-01 04:43:38,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5c00001f-7c6a-4d16-95a8-0cc3a19666e5 2018-09-01 04:43:38,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:43:38,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -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": "a689d8fa-5633-4223-9a4f-e97fd843d3a3"}}' 2018-09-01 04:43:38,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2e247508-3d2b-49b9-a9cb-466dd02a58dd Date: Sat, 01 Sep 2018 04:43: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-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "port_range_min": 22, "revision_number": 0, "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "project_id": "9530a715ce264008aa031e520159dd02", "id": "f60eda14-f973-4ac9-95ed-37b51a532db5"}} 2018-09-01 04:43:38,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2e247508-3d2b-49b9-a9cb-466dd02a58dd 2018-09-01 04:43:38,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.190933942795s 2018-09-01 04:43:38,785 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2e247508-3d2b-49b9-a9cb-466dd02a58dd 2018-09-01 04:43:38,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:43:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:38,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-022cb92f-f307-454b-8360-c32b5831d5c0 Date: Sat, 01 Sep 2018 04:43:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:32Z", "updated_at": "2018-09-01T04:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "7ea95893-c1dd-457d-bf5f-6c5c0995c05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "b043fe2a-cd29-44b0-880a-6ab2dd6f5ae4", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "c8c32110-7e51-4e0e-b081-fd9b36be0251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "f3e2dfe4-08ac-4b9d-a5c0-ad24cbe6fd6f", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 1, "project_id": "9530a715ce264008aa031e520159dd02", "id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "updated_at": "2018-09-01T04:43:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "665cc884-12e5-44a2-952c-4fa23cf39b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "e09f58a4-21a2-4a01-9cba-d2bb3928471f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "f60eda14-f973-4ac9-95ed-37b51a532db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 2, "project_id": "9530a715ce264008aa031e520159dd02", "id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:43:38,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-022cb92f-f307-454b-8360-c32b5831d5c0 2018-09-01 04:43:38,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521900653839s 2018-09-01 04:43:38,841 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-022cb92f-f307-454b-8360-c32b5831d5c0 2018-09-01 04:43:38,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:43:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -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": "a689d8fa-5633-4223-9a4f-e97fd843d3a3"}}' 2018-09-01 04:43:38,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2640aae8-eb93-41bd-a0f5-78e21e4ff9d0 Date: Sat, 01 Sep 2018 04:43: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-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "port_range_min": null, "revision_number": 0, "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "project_id": "9530a715ce264008aa031e520159dd02", "id": "e77b3332-150b-4dfa-9883-21b1155bd367"}} 2018-09-01 04:43:38,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2640aae8-eb93-41bd-a0f5-78e21e4ff9d0 2018-09-01 04:43:38,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144241094589s 2018-09-01 04:43:38,989 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-2640aae8-eb93-41bd-a0f5-78e21e4ff9d0 2018-09-01 04:43:38,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:38,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:39,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-72b4c6c5-64b5-4b7d-b583-cc53f1a22acc Date: Sat, 01 Sep 2018 04:43:39 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":["837ad9aa-f9be-46fb-a102-39dcd3804a54"],"updated_at":"2018-09-01T04:43:33Z","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:43:39,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-72b4c6c5-64b5-4b7d-b583-cc53f1a22acc 2018-09-01 04:43:39,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0935809612274s 2018-09-01 04:43:39,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-72b4c6c5-64b5-4b7d-b583-cc53f1a22acc 2018-09-01 04:43:39,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:43:39,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:39,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8340b180-be54-423c-9a36-9b0beea04715 Date: Sat, 01 Sep 2018 04:43:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:43:37Z", "file": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file", "owner": "9530a715ce264008aa031e520159dd02", "id": "8af5f915-d33b-4076-a881-79820114dd0e", "size": 12716032, "self": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:43:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:43:39,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8340b180-be54-423c-9a36-9b0beea04715 2018-09-01 04:43:39,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.12574505806s 2018-09-01 04:43:39,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8340b180-be54-423c-9a36-9b0beea04715 2018-09-01 04:43:39,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:43:39,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:39,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-8bdf71f1-8016-4f68-a7b9-0f1e59a9c554 x-compute-request-id: req-8bdf71f1-8016-4f68-a7b9-0f1e59a9c554 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "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": "e374599a-fe48-4716-b0f0-add6a3e59f37"}]} 2018-09-01 04:43:39,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8bdf71f1-8016-4f68-a7b9-0f1e59a9c554 2018-09-01 04:43:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249419212341s 2018-09-01 04:43:39,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8bdf71f1-8016-4f68-a7b9-0f1e59a9c554 2018-09-01 04:43:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:43:39,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"server": {"name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "imageRef": "8af5f915-d33b-4076-a881-79820114dd0e", "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "flavorRef": "e374599a-fe48-4716-b0f0-add6a3e59f37", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0833f26a-d988-4c62-80cc-9243893e0f89"}], "security_groups": [{"name": "a689d8fa-5633-4223-9a4f-e97fd843d3a3"}]}}' 2018-09-01 04:43:42,187 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:43: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-1c5f0edf-032b-43a8-944f-1d5cf71a3d4c x-compute-request-id: req-1c5f0edf-032b-43a8-944f-1d5cf71a3d4c Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a689d8fa-5633-4223-9a4f-e97fd843d3a3"}], "OS-DCF:diskConfig": "MANUAL", "id": "137667c8-47db-408e-b24b-d34c32c6515b", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "adminPass": "8WX7eWaCcCb5"}} 2018-09-01 04:43:42,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-1c5f0edf-032b-43a8-944f-1d5cf71a3d4c 2018-09-01 04:43:42,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.94438290596s 2018-09-01 04:43:42,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-1c5f0edf-032b-43a8-944f-1d5cf71a3d4c 2018-09-01 04:43:42,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:42,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:42,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0f768da-8d46-4945-a9d5-555c14884657 x-compute-request-id: req-f0f768da-8d46-4945-a9d5-555c14884657 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "image": {"id": "8af5f915-d33b-4076-a881-79820114dd0e", "links": [{"href": "http://172.30.9.29:8774/images/8af5f915-d33b-4076-a881-79820114dd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e374599a-fe48-4716-b0f0-add6a3e59f37", "links": [{"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "bookmark"}]}, "id": "137667c8-47db-408e-b24b-d34c32c6515b", "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "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-01T04:43:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "created": "2018-09-01T04:43:42Z", "tenant_id": "9530a715ce264008aa031e520159dd02", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:42,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f0f768da-8d46-4945-a9d5-555c14884657 2018-09-01 04:43:42,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513573884964s 2018-09-01 04:43:42,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f0f768da-8d46-4945-a9d5-555c14884657 2018-09-01 04:43:42,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:42,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:42,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f676a793-8c0e-4a9e-a864-d9b2ae12278b Date: Sat, 01 Sep 2018 04:43:42 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":["837ad9aa-f9be-46fb-a102-39dcd3804a54"],"updated_at":"2018-09-01T04:43:33Z","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:43:42,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f676a793-8c0e-4a9e-a864-d9b2ae12278b 2018-09-01 04:43:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0860719680786s 2018-09-01 04:43:42,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f676a793-8c0e-4a9e-a864-d9b2ae12278b 2018-09-01 04:43:42,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:43:42,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:42,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2f6eed1c-d8a1-4dd9-a25a-d219822d3019 Date: Sat, 01 Sep 2018 04:43:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0833f26a-d988-4c62-80cc-9243893e0f89","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:43:33Z","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":"9530a715ce264008aa031e520159dd02","id":"837ad9aa-f9be-46fb-a102-39dcd3804a54","subnetpool_id":null,"name":"singlevm2-subnet_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:43:42,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2f6eed1c-d8a1-4dd9-a25a-d219822d3019 2018-09-01 04:43:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0682489871979s 2018-09-01 04:43:42,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-2f6eed1c-d8a1-4dd9-a25a-d219822d3019 2018-09-01 04:43:42,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:44,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:44,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:45,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77c0eb9a-7cfb-4081-96a5-77df826cf340 x-compute-request-id: req-77c0eb9a-7cfb-4081-96a5-77df826cf340 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "image": {"id": "8af5f915-d33b-4076-a881-79820114dd0e", "links": [{"href": "http://172.30.9.29:8774/images/8af5f915-d33b-4076-a881-79820114dd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e374599a-fe48-4716-b0f0-add6a3e59f37", "links": [{"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "bookmark"}]}, "id": "137667c8-47db-408e-b24b-d34c32c6515b", "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "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-01T04:43:44Z", "hostId": "5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "created": "2018-09-01T04:43:42Z", "tenant_id": "9530a715ce264008aa031e520159dd02", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:45,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-77c0eb9a-7cfb-4081-96a5-77df826cf340 2018-09-01 04:43:45,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01031517982s 2018-09-01 04:43:45,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-77c0eb9a-7cfb-4081-96a5-77df826cf340 2018-09-01 04:43:45,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:47,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:47,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:48,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-8e796f95-005c-459a-af2b-d7e1324b4422 x-compute-request-id: req-8e796f95-005c-459a-af2b-d7e1324b4422 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.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "image": {"id": "8af5f915-d33b-4076-a881-79820114dd0e", "links": [{"href": "http://172.30.9.29:8774/images/8af5f915-d33b-4076-a881-79820114dd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e374599a-fe48-4716-b0f0-add6a3e59f37", "links": [{"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "bookmark"}]}, "id": "137667c8-47db-408e-b24b-d34c32c6515b", "security_groups": [{"name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}], "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "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-01T04:43:44Z", "hostId": "5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "created": "2018-09-01T04:43:42Z", "tenant_id": "9530a715ce264008aa031e520159dd02", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:48,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e796f95-005c-459a-af2b-d7e1324b4422 2018-09-01 04:43:48,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732061862946s 2018-09-01 04:43:48,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8e796f95-005c-459a-af2b-d7e1324b4422 2018-09-01 04:43:48,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:43:50,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:43:50,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:51,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43: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-56b779f8-0a4b-46c8-9778-d207fc13f45f x-compute-request-id: req-56b779f8-0a4b-46c8-9778-d207fc13f45f Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:3a:41", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "image": {"id": "8af5f915-d33b-4076-a881-79820114dd0e", "links": [{"href": "http://172.30.9.29:8774/images/8af5f915-d33b-4076-a881-79820114dd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:43:50.000000", "flavor": {"id": "e374599a-fe48-4716-b0f0-add6a3e59f37", "links": [{"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "bookmark"}]}, "id": "137667c8-47db-408e-b24b-d34c32c6515b", "security_groups": [{"name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}], "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "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-01T04:43:50Z", "hostId": "5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "created": "2018-09-01T04:43:42Z", "tenant_id": "9530a715ce264008aa031e520159dd02", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:43:51,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-56b779f8-0a4b-46c8-9778-d207fc13f45f 2018-09-01 04:43:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16397309303s 2018-09-01 04:43:51,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-56b779f8-0a4b-46c8-9778-d207fc13f45f 2018-09-01 04:43:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:43:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:52,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fee003ad-b726-4d7c-b4fe-0adfe26189f9 Date: Sat, 01 Sep 2018 04:43:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0833f26a-d988-4c62-80cc-9243893e0f89","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:45Z","admin_state_up":true,"updated_at":"2018-09-01T04:43:49Z","binding:vnic_type":"normal","device_id":"137667c8-47db-408e-b24b-d34c32c6515b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:3a:41","id":"5db9ab91-47e6-4dc4-8972-b29bcaa2580e","port_security_enabled":true,"project_id":"9530a715ce264008aa031e520159dd02","fixed_ips":[{"subnet_id":"837ad9aa-f9be-46fb-a102-39dcd3804a54","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["a689d8fa-5633-4223-9a4f-e97fd843d3a3"],"name":""}]} 2018-09-01 04:43:52,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b used request id req-fee003ad-b726-4d7c-b4fe-0adfe26189f9 2018-09-01 04:43:52,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.234853029251s 2018-09-01 04:43:52,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b used request id req-fee003ad-b726-4d7c-b4fe-0adfe26189f9 2018-09-01 04:43:52,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:43:52,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5db9ab91-47e6-4dc4-8972-b29bcaa2580e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:52,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f3e8e1c4-2590-4f73-8a25-fe38093bb8e5 Date: Sat, 01 Sep 2018 04:43:52 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:43:52,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5db9ab91-47e6-4dc4-8972-b29bcaa2580e used request id req-f3e8e1c4-2590-4f73-8a25-fe38093bb8e5 2018-09-01 04:43:52,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0397801399231s 2018-09-01 04:43:52,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=5db9ab91-47e6-4dc4-8972-b29bcaa2580e used request id req-f3e8e1c4-2590-4f73-8a25-fe38093bb8e5 2018-09-01 04:43:52,077 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:3a:41', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8af5f915-d33b-4076-a881-79820114dd0e'}), 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-01T04:43:50.000000', 'flavor': Munch({u'id': u'e374599a-fe48-4716-b0f0-add6a3e59f37'}), 'az': u'nova', 'id': u'137667c8-47db-408e-b24b-d34c32c6515b', 'security_groups': [Munch({u'name': u'singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2d53edc85ffc445f910ce4c1864b5ce4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9530a715ce264008aa031e520159dd02', 'name': 'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', '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-01T04:43:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:43:50Z', 'hostId': u'5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66', '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-01T04:43:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9530a715ce264008aa031e520159dd02', 'name': u'singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'adminPass': u'8WX7eWaCcCb5', 'tenant_id': u'9530a715ce264008aa031e520159dd02', 'created_at': u'2018-09-01T04:43:42Z', 'created': u'2018-09-01T04:43:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:43:52,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:43:52,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:52,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-35f605bd-7837-4fbc-86eb-2032424b605e Date: Sat, 01 Sep 2018 04:43:52 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":["837ad9aa-f9be-46fb-a102-39dcd3804a54"],"updated_at":"2018-09-01T04:43:33Z","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:43:52,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-35f605bd-7837-4fbc-86eb-2032424b605e 2018-09-01 04:43:52,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0866630077362s 2018-09-01 04:43:52,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-35f605bd-7837-4fbc-86eb-2032424b605e 2018-09-01 04:43:52,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:43:52,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:52,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-62c1a2fe-7c73-4a51-8f04-3f45127076d3 Date: Sat, 01 Sep 2018 04:43:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0833f26a-d988-4c62-80cc-9243893e0f89","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:45Z","admin_state_up":true,"updated_at":"2018-09-01T04:43:49Z","binding:vnic_type":"normal","device_id":"137667c8-47db-408e-b24b-d34c32c6515b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:3a:41","id":"5db9ab91-47e6-4dc4-8972-b29bcaa2580e","port_security_enabled":true,"project_id":"9530a715ce264008aa031e520159dd02","fixed_ips":[{"subnet_id":"837ad9aa-f9be-46fb-a102-39dcd3804a54","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["a689d8fa-5633-4223-9a4f-e97fd843d3a3"],"name":""}]} 2018-09-01 04:43:52,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b used request id req-62c1a2fe-7c73-4a51-8f04-3f45127076d3 2018-09-01 04:43:52,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0432119369507s 2018-09-01 04:43:52,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=137667c8-47db-408e-b24b-d34c32c6515b used request id req-62c1a2fe-7c73-4a51-8f04-3f45127076d3 2018-09-01 04:43:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 04:43:52,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"floatingip": {"floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "port_id": "5db9ab91-47e6-4dc4-8972-b29bcaa2580e"}}' 2018-09-01 04:43:54,104 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f033c67e-db4a-4067-9f1b-acacba8e0201 Date: Sat, 01 Sep 2018 04:43:54 GMT RESP BODY: {"floatingip": {"router_id": "dd8b8bc4-15ca-4110-af18-6b160c441e89", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:43:52Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "5db9ab91-47e6-4dc4-8972-b29bcaa2580e", "id": "3799ced2-c9d8-4abb-93f3-3371c8afb451", "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:52Z", "project_id": "9530a715ce264008aa031e520159dd02"}} 2018-09-01 04:43:54,104 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f033c67e-db4a-4067-9f1b-acacba8e0201 2018-09-01 04:43:54,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.89119100571s 2018-09-01 04:43:54,105 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-f033c67e-db4a-4067-9f1b-acacba8e0201 2018-09-01 04:43:54,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:43:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:43:54,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-01600a04-bf45-4686-b236-0d947e4cb057 Date: Sat, 01 Sep 2018 04:43:54 GMT RESP BODY: {"floatingips": [{"router_id": "dd8b8bc4-15ca-4110-af18-6b160c441e89", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:43:52Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "5db9ab91-47e6-4dc4-8972-b29bcaa2580e", "id": "3799ced2-c9d8-4abb-93f3-3371c8afb451", "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:52Z", "project_id": "9530a715ce264008aa031e520159dd02"}]} 2018-09-01 04:43:54,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-01600a04-bf45-4686-b236-0d947e4cb057 2018-09-01 04:43:54,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0826480388641s 2018-09-01 04:43:54,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-01600a04-bf45-4686-b236-0d947e4cb057 2018-09-01 04:43:54,200 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'dd8b8bc4-15ca-4110-af18-6b160c441e89', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9530a715ce264008aa031e520159dd02', 'created_at': u'2018-09-01T04:43:52Z', 'attached': True, 'updated_at': u'2018-09-01T04:43:52Z', 'id': u'3799ced2-c9d8-4abb-93f3-3371c8afb451', 'floating_network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9530a715ce264008aa031e520159dd02', 'name': 'singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'dd8b8bc4-15ca-4110-af18-6b160c441e89', 'project_id': u'9530a715ce264008aa031e520159dd02', 'port_id': u'5db9ab91-47e6-4dc4-8972-b29bcaa2580e', 'port': u'5db9ab91-47e6-4dc4-8972-b29bcaa2580e', 'network': u'4daea871-7749-4408-950d-9e5c72efea1a'}) 2018-09-01 04:43:54,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:43:54,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/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}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:43:54,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-659f20ef-e839-4710-82f2-ac421ae680e0 x-compute-request-id: req-659f20ef-e839-4710-82f2-ac421ae680e0 Content-Encoding: gzip Content-Length: 9568 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 517924093 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.196743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199164] pid_max: default: 32768 minimum: 301\n[ 0.200473] ACPI: Core revision 20150930\n[ 0.202209] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204105] Security Framework initialized\n[ 0.205284] Yama: becoming mindful.\n[ 0.206343] AppArmor: AppArmor initialized\n[ 0.207581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209463] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211289] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215015] Initializing cgroup subsys io\n[ 0.216142] Initializing cgroup subsys memory\n[ 0.217313] Initializing cgroup subsys devices\n[ 0.218497] Initializing cgroup subsys freezer\n[ 0.219703] Initializing cgroup subsys net_cls\n[ 0.220876] Initializing cgroup subsys perf_event\n[ 0.222098] Initializing cgroup subsys net_prio\n[ 0.223300] Initializing cgroup subsys hugetlb\n[ 0.224492] Initializing cgroup subsys pids\n[ 0.225670] CPU: Physical Processor ID: 0\n[ 0.227464] mce: CPU supports 10 MCE banks\n[ 0.228618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252855] ftrace: allocating 31920 entries in 125 pages\n[ 0.278056] smpboot: Max logical packages: 1\n[ 0.279222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281104] x2apic enabled\n[ 0.282242] Switched APIC routing to physical x2apic.\n[ 0.284705] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288969] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291436] KVM setup paravirtual spinlock\n[ 0.293045] x86: Booted up 1 node, 1 CPUs\n[ 0.294149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296031] devtmpfs: initialized\n[ 0.298001] evm: security.selinux\n[ 0.298962] evm: security.SMACK64\n[ 0.299921] evm: security.SMACK64EXEC\n[ 0.300955] evm: security.SMACK64TRANSMUTE\n[ 0.302054] evm: security.SMACK64MMAP\n[ 0.303074] evm: security.ima\n[ 0.303962] evm: security.capability\n[ 0.305038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307537] pinctrl core: initialized pinctrl subsystem\n[ 0.309026] RTC time: 4:43:50, date: 09/01/18\n[ 0.310305] NET: Registered protocol family 16\n[ 0.311614] cpuidle: using governor ladder\n[ 0.312733] cpuidle: using governor menu\n[ 0.313843] PCCT header not found.\n[ 0.314871] ACPI: bus type PCI registered\n[ 0.315975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317654] PCI: Using configuration type 1 for base access\n[ 0.319791] ACPI: Added _OSI(Module Device)\n[ 0.320947] ACPI: Added _OSI(Processor Device)\n[ 0.322120] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325529] ACPI: Interpreter enabled\n[ 0.326587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336713] ACPI: (supports S0 S5)\n[ 0.337689] ACPI: Using IOAPIC for interrupt routing\n[ 0.338982] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342814] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346038] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350643] acpiphp: Slot [3] registered\n[ 0.351726] acpiphp: Slot [4] registered\n[ 0.352821] acpiphp: Slot [5] registered\n[ 0.353929] acpiphp: Slot [6] registered\n[ 0.355021] acpiphp: Slot [7] registered\n[ 0.356116] acpiphp: Slot [8] registered\n[ 0.357213] acpiphp: Slot [9] registered\n[ 0.358295] acpiphp: Slot [10] registered\n[ 0.359408] acpiphp: Slot [11] registered\n[ 0.360522] acpiphp: Slot [12] registered\n[ 0.361619] acpiphp: Slot [13] registered\n[ 0.362726] acpiphp: Slot [14] registered\n[ 0.363843] acpiphp: Slot [15] registered\n[ 0.379248] acpiphp: Slot [16] registered\n[ 0.380363] acpiphp: Slot [17] registered\n[ 0.381472] acpiphp: Slot [18] registered\n[ 0.382580] acpiphp: Slot [19] registered\n[ 0.383701] acpiphp: Slot [20] registered\n[ 0.384810] acpiphp: Slot [21] registered\n[ 0.385911] acpiphp: Slot [22] registered\n[ 0.387010] acpiphp: Slot [23] registered\n[ 0.388125] acpiphp: Slot [24] registered\n[ 0.389238] acpiphp: Slot [25] registered\n[ 0.390338] acpiphp: Slot [26] registered\n[ 0.391429] acpiphp: Slot [27] registered\n[ 0.392540] acpiphp: Slot [28] registered\n[ 0.393658] acpiphp: Slot [29] registered\n[ 0.394775] acpiphp: Slot [30] registered\n[ 0.395889] acpiphp: Slot [31] registered\n[ 0.397001] PCI host bridge to bus 0000:00\n[ 0.398113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399772] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403419] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411583] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445433] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447370] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453003] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454773] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458343] vgaarb: loaded\n[ 0.459177] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460815] SCSI subsystem initialized\n[ 0.462091] ACPI: bus type USB registered\n[ 0.463226] usbcore: registered new interface driver usbfs\n[ 0.464616] usbcore: registered new interface driver hub\n[ 0.465986] usbcore: registered new device driver usb\n[ 0.467483] PCI: Using ACPI for IRQ routing\n[ 0.469007] NetLabel: Initializing\n[ 0.469985] NetLabel: domain hash size = 128\n[ 0.471148] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472461] NetLabel: unlabeled traffic allowed by default\n[ 0.474032] clocksource: Switched to clocksource kvm-clock\n[ 0.483999] AppArmor: AppArmor Filesystem Enabled\n[ 0.485302] pnp: PnP ACPI init\n[ 0.486532] pnp: PnP ACPI: found 5 devices\n[ 0.493382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495711] NET: Registered protocol family 2\n[ 0.497117] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498872] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500518] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502182] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505253] NET: Registered protocol family 1\n[ 0.506444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509437] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523945] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538465] Trying to unpack rootfs image as initramfs...\n[ 0.602504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.605133] Scanning for low memory corruption every 60 seconds\n[ 0.607117] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.608680] audit: initializing netlink subsys (disabled)\n[ 0.610152] audit: type=2000 audit(1535777030.894:1): initialized\n[ 0.611989] Initialise system trusted keyring\n[ 0.613322] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617574] zbud: loaded\n[ 0.618560] VFS: Disk quotas dquot_6.6.0\n[ 0.619684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621812] fuse init (API version 7.23)\n[ 0.623044] Key type big_key registered\n[ 0.624134] Allocating IMA MOK and blacklist keyrings.\n[ 0.625773] Key type asymmetric registered\n[ 0.626899] Asymmetric key parser 'x509' registered\n[ 0.628201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.630247] io scheduler noop registered\n[ 0.631327] io scheduler deadline registered (default)\n[ 0.632679] io scheduler cfq registered\n[ 0.633847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638990] ACPI: Power Button [PWRF]\n[ 0.640191] GHES: HEST is not enabled!\n[ 0.654234] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683248] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713165] Linux agpgart interface v0.103\n[ 0.716482] brd: module loaded\n[ 0.718663] loop: module loaded\n[ 0.723993] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.725955] GPT:90111 != 2097151\n[ 0.726877] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728347] GPT:90111 != 2097151\n[ 0.729257] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730564] vda: vda1 vda15\n[ 0.732235] scsi host0: ata_piix\n[ 0.733300] scsi host1: ata_piix\n[ 0.734297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.735958] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.737946] libphy: Fixed MDIO Bus: probed\n[ 0.739298] tun: Universal TUN/TAP device driver, 1.6\n[ 0.740610] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743349] PPP generic driver version 2.4.2\n[ 0.744596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746235] ehci-pci: EHCI PCI platform driver\n[ 0.747440] ehci-platform: EHCI generic platform driver\n[ 0.748790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.750339] ohci-pci: OHCI PCI platform driver\n[ 0.751545] ohci-platform: OHCI generic platform driver\n[ 0.752903] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.767568] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768945] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.770965] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.772360] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.773938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777547] usb usb1: Product: UHCI Host Controller\n[ 0.778807] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.780367] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781695] hub 1-0:1.0: USB hub found\n[ 0.782865] hub 1-0:1.0: 2 ports detected\n[ 0.784150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787045] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789743] mousedev: PS/2 mouse device common for all mice\n[ 0.791473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.793980] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797133] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.798758] i2c /dev entries driver\n[ 0.799810] device-mapper: uevent: version 1.0.3\n[ 0.801115] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.803360] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805215] NET: Registered protocol family 10\n[ 0.806759] NET: Registered protocol family 17\n[ 0.807977] Key type dns_resolver registered\n[ 0.809269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810767] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813197] registered taskstats version 1\n[ 0.814350] Loading compiled-in X.509 certificates\n[ 0.816174] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818701] zswap: loaded using pool lzo/zbud\n[ 0.820722] Key type trusted registered\n[ 0.822859] Key type encrypted registered\n[ 0.823996] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825411] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826852] evm: HMAC attrs: 0x1\n[ 0.828164] Magic number: 2:199:716\n[ 0.829332] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:51 UTC (1535777031)\n[ 0.831569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833079] EDD information not available.\n[ 0.895583] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912129] Write protecting the kernel read-only data: 14336k\n[ 0.915083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917549] 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.074961] 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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. 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-----\n/dev/root resized successfully [took 0.25s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCM25Clzk1iHUEQl1U7mKwt1/GIOQ4NT5HQNCpTDod/OeeUSrFqrXrj44HMoEFMl1E2v2V6TeZwZ1Y4s6gUG8XInVdntg2zg9c2eLj0oUmPqosOtQSMZO4KMnx51zSAg0UuJO/mVOMhm0s/znIdHmgHlbAn4wK5s32ynVB8iQE6H9RGV/KkjJZFYeSLsKo0RtD2jzPj31wz7m9OehJpxp17mXsCv+Gz1QxWCBuELCZKDfsBoJjWiP4cOYQ/ycEbMuKB5ly1WwuhNR2beGlH8kEEJP17/gbQ1VyL/cog82bOzMjgaaN3If6N6TY692wxy0jumm9t3JAGj6aQR+NsB2LB root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\nssh-dss AAAAB3NzaC1kc3MAAACBAMiowbpGP0lJHJOOIaCvKBnbyFVaX0zQMAVKlXwt/P5LTM0WlK6Q5xTJFePPDxfF1N0UBwp2RLJuISEjHFsRPesjJBM2qr0XSt5H1p9zVWp7HPRwfEfIYM6Ls2bQmz0anYX3DuhG4Me7xV1KF8dxRcMBuOkGFstmxX/Nted4XXddAAAAFQCXokzRQSR6gHIX3frlffLOYZENJwAAAIAqLgjft8tx9hbh+BZeuBpog49UV6fLDDJTmand52EvfkU0roxehkwSxd4/cIWjwd53p+tduCswO7n2x76j6yA4FyoesrYeEICzmqRz30NUVORfzdcpskZejcydQ9FoM3R8yOISTZk0GI+GGgM2LaN0tXznNqCkXeE7oVi2X0hCVgAAAIEAtk1+GSvcBJSXudzBHXgh81cmm5ZDlEL3nblCARHePxeNHCQ2PAfpEbjsED+02Zf4aS5CWd8lfeZU27p0IHRYUXHN5fapbq2t6CFpHLLzs/7Xsmn6eXk4W9Tn7Nc+cvKZ09BIH5t3YKG3q3OAmGetZ8lP31/tWvzgdLzg5mlKWWc= root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:3a41/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.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=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-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb login: "} 2018-09-01 04:43:54,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/action used request id req-659f20ef-e839-4710-82f2-ac421ae680e0 2018-09-01 04:43:54,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0993049144745s 2018-09-01 04:43:54,301 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/action used request id req-659f20ef-e839-4710-82f2-ac421ae680e0 2018-09-01 04:43:54,301 - 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 517924093 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.196743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199164] pid_max: default: 32768 minimum: 301 [ 0.200473] ACPI: Core revision 20150930 [ 0.202209] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204105] Security Framework initialized [ 0.205284] Yama: becoming mindful. [ 0.206343] AppArmor: AppArmor initialized [ 0.207581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209463] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211289] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215015] Initializing cgroup subsys io [ 0.216142] Initializing cgroup subsys memory [ 0.217313] Initializing cgroup subsys devices [ 0.218497] Initializing cgroup subsys freezer [ 0.219703] Initializing cgroup subsys net_cls [ 0.220876] Initializing cgroup subsys perf_event [ 0.222098] Initializing cgroup subsys net_prio [ 0.223300] Initializing cgroup subsys hugetlb [ 0.224492] Initializing cgroup subsys pids [ 0.225670] CPU: Physical Processor ID: 0 [ 0.227464] mce: CPU supports 10 MCE banks [ 0.228618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252855] ftrace: allocating 31920 entries in 125 pages [ 0.278056] smpboot: Max logical packages: 1 [ 0.279222] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281104] x2apic enabled [ 0.282242] Switched APIC routing to physical x2apic. [ 0.284705] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288969] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291436] KVM setup paravirtual spinlock [ 0.293045] x86: Booted up 1 node, 1 CPUs [ 0.294149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296031] devtmpfs: initialized [ 0.298001] evm: security.selinux [ 0.298962] evm: security.SMACK64 [ 0.299921] evm: security.SMACK64EXEC [ 0.300955] evm: security.SMACK64TRANSMUTE [ 0.302054] evm: security.SMACK64MMAP [ 0.303074] evm: security.ima [ 0.303962] evm: security.capability [ 0.305038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307537] pinctrl core: initialized pinctrl subsystem [ 0.309026] RTC time: 4:43:50, date: 09/01/18 [ 0.310305] NET: Registered protocol family 16 [ 0.311614] cpuidle: using governor ladder [ 0.312733] cpuidle: using governor menu [ 0.313843] PCCT header not found. [ 0.314871] ACPI: bus type PCI registered [ 0.315975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317654] PCI: Using configuration type 1 for base access [ 0.319791] ACPI: Added _OSI(Module Device) [ 0.320947] ACPI: Added _OSI(Processor Device) [ 0.322120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.323346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325529] ACPI: Interpreter enabled [ 0.326587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336713] ACPI: (supports S0 S5) [ 0.337689] ACPI: Using IOAPIC for interrupt routing [ 0.338982] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342814] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346038] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350643] acpiphp: Slot [3] registered [ 0.351726] acpiphp: Slot [4] registered [ 0.352821] acpiphp: Slot [5] registered [ 0.353929] acpiphp: Slot [6] registered [ 0.355021] acpiphp: Slot [7] registered [ 0.356116] acpiphp: Slot [8] registered [ 0.357213] acpiphp: Slot [9] registered [ 0.358295] acpiphp: Slot [10] registered [ 0.359408] acpiphp: Slot [11] registered [ 0.360522] acpiphp: Slot [12] registered [ 0.361619] acpiphp: Slot [13] registered [ 0.362726] acpiphp: Slot [14] registered [ 0.363843] acpiphp: Slot [15] registered [ 0.379248] acpiphp: Slot [16] registered [ 0.380363] acpiphp: Slot [17] registered [ 0.381472] acpiphp: Slot [18] registered [ 0.382580] acpiphp: Slot [19] registered [ 0.383701] acpiphp: Slot [20] registered [ 0.384810] acpiphp: Slot [21] registered [ 0.385911] acpiphp: Slot [22] registered [ 0.387010] acpiphp: Slot [23] registered [ 0.388125] acpiphp: Slot [24] registered [ 0.389238] acpiphp: Slot [25] registered [ 0.390338] acpiphp: Slot [26] registered [ 0.391429] acpiphp: Slot [27] registered [ 0.392540] acpiphp: Slot [28] registered [ 0.393658] acpiphp: Slot [29] registered [ 0.394775] acpiphp: Slot [30] registered [ 0.395889] acpiphp: Slot [31] registered [ 0.397001] PCI host bridge to bus 0000:00 [ 0.398113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399772] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403419] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407415] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411583] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.414887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445433] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447370] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453003] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454773] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458343] vgaarb: loaded [ 0.459177] vgaarb: bridge control possible 0000:00:02.0 [ 0.460815] SCSI subsystem initialized [ 0.462091] ACPI: bus type USB registered [ 0.463226] usbcore: registered new interface driver usbfs [ 0.464616] usbcore: registered new interface driver hub [ 0.465986] usbcore: registered new device driver usb [ 0.467483] PCI: Using ACPI for IRQ routing [ 0.469007] NetLabel: Initializing [ 0.469985] NetLabel: domain hash size = 128 [ 0.471148] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472461] NetLabel: unlabeled traffic allowed by default [ 0.474032] clocksource: Switched to clocksource kvm-clock [ 0.483999] AppArmor: AppArmor Filesystem Enabled [ 0.485302] pnp: PnP ACPI init [ 0.486532] pnp: PnP ACPI: found 5 devices [ 0.493382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495711] NET: Registered protocol family 2 [ 0.497117] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498872] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500518] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502182] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505253] NET: Registered protocol family 1 [ 0.506444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507936] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509437] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523945] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538465] Trying to unpack rootfs image as initramfs... [ 0.602504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.605133] Scanning for low memory corruption every 60 seconds [ 0.607117] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.608680] audit: initializing netlink subsys (disabled) [ 0.610152] audit: type=2000 audit(1535777030.894:1): initialized [ 0.611989] Initialise system trusted keyring [ 0.613322] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617574] zbud: loaded [ 0.618560] VFS: Disk quotas dquot_6.6.0 [ 0.619684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621812] fuse init (API version 7.23) [ 0.623044] Key type big_key registered [ 0.624134] Allocating IMA MOK and blacklist keyrings. [ 0.625773] Key type asymmetric registered [ 0.626899] Asymmetric key parser 'x509' registered [ 0.628201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.630247] io scheduler noop registered [ 0.631327] io scheduler deadline registered (default) [ 0.632679] io scheduler cfq registered [ 0.633847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638990] ACPI: Power Button [PWRF] [ 0.640191] GHES: HEST is not enabled! [ 0.654234] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683248] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713165] Linux agpgart interface v0.103 [ 0.716482] brd: module loaded [ 0.718663] loop: module loaded [ 0.723993] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.725955] GPT:90111 != 2097151 [ 0.726877] GPT:Alternate GPT header not at the end of the disk. [ 0.728347] GPT:90111 != 2097151 [ 0.729257] GPT: Use GNU Parted to correct GPT errors. [ 0.730564] vda: vda1 vda15 [ 0.732235] scsi host0: ata_piix [ 0.733300] scsi host1: ata_piix [ 0.734297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.735958] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.737946] libphy: Fixed MDIO Bus: probed [ 0.739298] tun: Universal TUN/TAP device driver, 1.6 [ 0.740610] tun: (C) 1999-2004 Max Krasnyansky [ 0.743349] PPP generic driver version 2.4.2 [ 0.744596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.746235] ehci-pci: EHCI PCI platform driver [ 0.747440] ehci-platform: EHCI generic platform driver [ 0.748790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.750339] ohci-pci: OHCI PCI platform driver [ 0.751545] ohci-platform: OHCI generic platform driver [ 0.752903] uhci_hcd: USB Universal Host Controller Interface driver [ 0.767568] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768945] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.770965] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.772360] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.773938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.775582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777547] usb usb1: Product: UHCI Host Controller [ 0.778807] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.780367] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781695] hub 1-0:1.0: USB hub found [ 0.782865] hub 1-0:1.0: 2 ports detected [ 0.784150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787045] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788341] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789743] mousedev: PS/2 mouse device common for all mice [ 0.791473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.793980] rtc_cmos 00:00: RTC can wake from S4 [ 0.795512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797133] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.798758] i2c /dev entries driver [ 0.799810] device-mapper: uevent: version 1.0.3 [ 0.801115] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.803360] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805215] NET: Registered protocol family 10 [ 0.806759] NET: Registered protocol family 17 [ 0.807977] Key type dns_resolver registered [ 0.809269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810767] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813197] registered taskstats version 1 [ 0.814350] Loading compiled-in X.509 certificates [ 0.816174] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818701] zswap: loaded using pool lzo/zbud [ 0.820722] Key type trusted registered [ 0.822859] Key type encrypted registered [ 0.823996] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825411] ima: No TPM chip found, activating TPM-bypass! [ 0.826852] evm: HMAC attrs: 0x1 [ 0.828164] Magic number: 2:199:716 [ 0.829332] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:51 UTC (1535777031) [ 0.831569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833079] EDD information not available. [ 0.895583] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912129] Write protecting the kernel read-only data: 14336k [ 0.915083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917549] 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.074961] 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. 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----- /dev/root resized successfully [took 0.25s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCM25Clzk1iHUEQl1U7mKwt1/GIOQ4NT5HQNCpTDod/OeeUSrFqrXrj44HMoEFMl1E2v2V6TeZwZ1Y4s6gUG8XInVdntg2zg9c2eLj0oUmPqosOtQSMZO4KMnx51zSAg0UuJO/mVOMhm0s/znIdHmgHlbAn4wK5s32ynVB8iQE6H9RGV/KkjJZFYeSLsKo0RtD2jzPj31wz7m9OehJpxp17mXsCv+Gz1QxWCBuELCZKDfsBoJjWiP4cOYQ/ycEbMuKB5ly1WwuhNR2beGlH8kEEJP17/gbQ1VyL/cog82bOzMjgaaN3If6N6TY692wxy0jumm9t3JAGj6aQR+NsB2LB root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb ssh-dss AAAAB3NzaC1kc3MAAACBAMiowbpGP0lJHJOOIaCvKBnbyFVaX0zQMAVKlXwt/P5LTM0WlK6Q5xTJFePPDxfF1N0UBwp2RLJuISEjHFsRPesjJBM2qr0XSt5H1p9zVWp7HPRwfEfIYM6Ls2bQmz0anYX3DuhG4Me7xV1KF8dxRcMBuOkGFstmxX/Nted4XXddAAAAFQCXokzRQSR6gHIX3frlffLOYZENJwAAAIAqLgjft8tx9hbh+BZeuBpog49UV6fLDDJTmand52EvfkU0roxehkwSxd4/cIWjwd53p+tduCswO7n2x76j6yA4FyoesrYeEICzmqRz30NUVORfzdcpskZejcydQ9FoM3R8yOISTZk0GI+GGgM2LaN0tXznNqCkXeE7oVi2X0hCVgAAAIEAtk1+GSvcBJSXudzBHXgh81cmm5ZDlEL3nblCARHePxeNHCQ2PAfpEbjsED+02Zf4aS5CWd8lfeZU27p0IHRYUXHN5fapbq2t6CFpHLLzs/7Xsmn6eXk4W9Tn7Nc+cvKZ09BIH5t3YKG3q3OAmGetZ8lP31/tWvzgdLzg5mlKWWc= root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:3a41/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.38 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb login: 2018-09-01 04:43:55,303 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-09-01 04:44:04,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:44:04,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/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}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:44:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-002544c9-4831-492b-b5b9-87b1841581de x-compute-request-id: req-002544c9-4831-492b-b5b9-87b1841581de Content-Encoding: gzip Content-Length: 9568 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 517924093 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.196743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199164] pid_max: default: 32768 minimum: 301\n[ 0.200473] ACPI: Core revision 20150930\n[ 0.202209] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204105] Security Framework initialized\n[ 0.205284] Yama: becoming mindful.\n[ 0.206343] AppArmor: AppArmor initialized\n[ 0.207581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209463] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211289] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215015] Initializing cgroup subsys io\n[ 0.216142] Initializing cgroup subsys memory\n[ 0.217313] Initializing cgroup subsys devices\n[ 0.218497] Initializing cgroup subsys freezer\n[ 0.219703] Initializing cgroup subsys net_cls\n[ 0.220876] Initializing cgroup subsys perf_event\n[ 0.222098] Initializing cgroup subsys net_prio\n[ 0.223300] Initializing cgroup subsys hugetlb\n[ 0.224492] Initializing cgroup subsys pids\n[ 0.225670] CPU: Physical Processor ID: 0\n[ 0.227464] mce: CPU supports 10 MCE banks\n[ 0.228618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252855] ftrace: allocating 31920 entries in 125 pages\n[ 0.278056] smpboot: Max logical packages: 1\n[ 0.279222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281104] x2apic enabled\n[ 0.282242] Switched APIC routing to physical x2apic.\n[ 0.284705] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288969] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291436] KVM setup paravirtual spinlock\n[ 0.293045] x86: Booted up 1 node, 1 CPUs\n[ 0.294149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.296031] devtmpfs: initialized\n[ 0.298001] evm: security.selinux\n[ 0.298962] evm: security.SMACK64\n[ 0.299921] evm: security.SMACK64EXEC\n[ 0.300955] evm: security.SMACK64TRANSMUTE\n[ 0.302054] evm: security.SMACK64MMAP\n[ 0.303074] evm: security.ima\n[ 0.303962] evm: security.capability\n[ 0.305038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307537] pinctrl core: initialized pinctrl subsystem\n[ 0.309026] RTC time: 4:43:50, date: 09/01/18\n[ 0.310305] NET: Registered protocol family 16\n[ 0.311614] cpuidle: using governor ladder\n[ 0.312733] cpuidle: using governor menu\n[ 0.313843] PCCT header not found.\n[ 0.314871] ACPI: bus type PCI registered\n[ 0.315975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317654] PCI: Using configuration type 1 for base access\n[ 0.319791] ACPI: Added _OSI(Module Device)\n[ 0.320947] ACPI: Added _OSI(Processor Device)\n[ 0.322120] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.323346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325529] ACPI: Interpreter enabled\n[ 0.326587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336713] ACPI: (supports S0 S5)\n[ 0.337689] ACPI: Using IOAPIC for interrupt routing\n[ 0.338982] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342814] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.346038] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350643] acpiphp: Slot [3] registered\n[ 0.351726] acpiphp: Slot [4] registered\n[ 0.352821] acpiphp: Slot [5] registered\n[ 0.353929] acpiphp: Slot [6] registered\n[ 0.355021] acpiphp: Slot [7] registered\n[ 0.356116] acpiphp: Slot [8] registered\n[ 0.357213] acpiphp: Slot [9] registered\n[ 0.358295] acpiphp: Slot [10] registered\n[ 0.359408] acpiphp: Slot [11] registered\n[ 0.360522] acpiphp: Slot [12] registered\n[ 0.361619] acpiphp: Slot [13] registered\n[ 0.362726] acpiphp: Slot [14] registered\n[ 0.363843] acpiphp: Slot [15] registered\n[ 0.379248] acpiphp: Slot [16] registered\n[ 0.380363] acpiphp: Slot [17] registered\n[ 0.381472] acpiphp: Slot [18] registered\n[ 0.382580] acpiphp: Slot [19] registered\n[ 0.383701] acpiphp: Slot [20] registered\n[ 0.384810] acpiphp: Slot [21] registered\n[ 0.385911] acpiphp: Slot [22] registered\n[ 0.387010] acpiphp: Slot [23] registered\n[ 0.388125] acpiphp: Slot [24] registered\n[ 0.389238] acpiphp: Slot [25] registered\n[ 0.390338] acpiphp: Slot [26] registered\n[ 0.391429] acpiphp: Slot [27] registered\n[ 0.392540] acpiphp: Slot [28] registered\n[ 0.393658] acpiphp: Slot [29] registered\n[ 0.394775] acpiphp: Slot [30] registered\n[ 0.395889] acpiphp: Slot [31] registered\n[ 0.397001] PCI host bridge to bus 0000:00\n[ 0.398113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399772] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403419] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411583] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445433] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447370] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453003] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454773] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458343] vgaarb: loaded\n[ 0.459177] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460815] SCSI subsystem initialized\n[ 0.462091] ACPI: bus type USB registered\n[ 0.463226] usbcore: registered new interface driver usbfs\n[ 0.464616] usbcore: registered new interface driver hub\n[ 0.465986] usbcore: registered new device driver usb\n[ 0.467483] PCI: Using ACPI for IRQ routing\n[ 0.469007] NetLabel: Initializing\n[ 0.469985] NetLabel: domain hash size = 128\n[ 0.471148] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472461] NetLabel: unlabeled traffic allowed by default\n[ 0.474032] clocksource: Switched to clocksource kvm-clock\n[ 0.483999] AppArmor: AppArmor Filesystem Enabled\n[ 0.485302] pnp: PnP ACPI init\n[ 0.486532] pnp: PnP ACPI: found 5 devices\n[ 0.493382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495711] NET: Registered protocol family 2\n[ 0.497117] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498872] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500518] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502182] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505253] NET: Registered protocol family 1\n[ 0.506444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509437] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523945] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538465] Trying to unpack rootfs image as initramfs...\n[ 0.602504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.605133] Scanning for low memory corruption every 60 seconds\n[ 0.607117] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.608680] audit: initializing netlink subsys (disabled)\n[ 0.610152] audit: type=2000 audit(1535777030.894:1): initialized\n[ 0.611989] Initialise system trusted keyring\n[ 0.613322] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617574] zbud: loaded\n[ 0.618560] VFS: Disk quotas dquot_6.6.0\n[ 0.619684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621812] fuse init (API version 7.23)\n[ 0.623044] Key type big_key registered\n[ 0.624134] Allocating IMA MOK and blacklist keyrings.\n[ 0.625773] Key type asymmetric registered\n[ 0.626899] Asymmetric key parser 'x509' registered\n[ 0.628201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.630247] io scheduler noop registered\n[ 0.631327] io scheduler deadline registered (default)\n[ 0.632679] io scheduler cfq registered\n[ 0.633847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638990] ACPI: Power Button [PWRF]\n[ 0.640191] GHES: HEST is not enabled!\n[ 0.654234] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683248] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713165] Linux agpgart interface v0.103\n[ 0.716482] brd: module loaded\n[ 0.718663] loop: module loaded\n[ 0.723993] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.725955] GPT:90111 != 2097151\n[ 0.726877] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728347] GPT:90111 != 2097151\n[ 0.729257] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730564] vda: vda1 vda15\n[ 0.732235] scsi host0: ata_piix\n[ 0.733300] scsi host1: ata_piix\n[ 0.734297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.735958] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.737946] libphy: Fixed MDIO Bus: probed\n[ 0.739298] tun: Universal TUN/TAP device driver, 1.6\n[ 0.740610] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743349] PPP generic driver version 2.4.2\n[ 0.744596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746235] ehci-pci: EHCI PCI platform driver\n[ 0.747440] ehci-platform: EHCI generic platform driver\n[ 0.748790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.750339] ohci-pci: OHCI PCI platform driver\n[ 0.751545] ohci-platform: OHCI generic platform driver\n[ 0.752903] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.767568] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768945] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.770965] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.772360] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.773938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777547] usb usb1: Product: UHCI Host Controller\n[ 0.778807] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.780367] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781695] hub 1-0:1.0: USB hub found\n[ 0.782865] hub 1-0:1.0: 2 ports detected\n[ 0.784150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787045] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789743] mousedev: PS/2 mouse device common for all mice\n[ 0.791473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.793980] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797133] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.798758] i2c /dev entries driver\n[ 0.799810] device-mapper: uevent: version 1.0.3\n[ 0.801115] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.803360] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805215] NET: Registered protocol family 10\n[ 0.806759] NET: Registered protocol family 17\n[ 0.807977] Key type dns_resolver registered\n[ 0.809269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810767] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813197] registered taskstats version 1\n[ 0.814350] Loading compiled-in X.509 certificates\n[ 0.816174] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818701] zswap: loaded using pool lzo/zbud\n[ 0.820722] Key type trusted registered\n[ 0.822859] Key type encrypted registered\n[ 0.823996] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825411] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826852] evm: HMAC attrs: 0x1\n[ 0.828164] Magic number: 2:199:716\n[ 0.829332] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:51 UTC (1535777031)\n[ 0.831569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833079] EDD information not available.\n[ 0.895583] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912129] Write protecting the kernel read-only data: 14336k\n[ 0.915083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917549] 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.074961] 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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. 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-----\n/dev/root resized successfully [took 0.25s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCM25Clzk1iHUEQl1U7mKwt1/GIOQ4NT5HQNCpTDod/OeeUSrFqrXrj44HMoEFMl1E2v2V6TeZwZ1Y4s6gUG8XInVdntg2zg9c2eLj0oUmPqosOtQSMZO4KMnx51zSAg0UuJO/mVOMhm0s/znIdHmgHlbAn4wK5s32ynVB8iQE6H9RGV/KkjJZFYeSLsKo0RtD2jzPj31wz7m9OehJpxp17mXsCv+Gz1QxWCBuELCZKDfsBoJjWiP4cOYQ/ycEbMuKB5ly1WwuhNR2beGlH8kEEJP17/gbQ1VyL/cog82bOzMjgaaN3If6N6TY692wxy0jumm9t3JAGj6aQR+NsB2LB root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\nssh-dss AAAAB3NzaC1kc3MAAACBAMiowbpGP0lJHJOOIaCvKBnbyFVaX0zQMAVKlXwt/P5LTM0WlK6Q5xTJFePPDxfF1N0UBwp2RLJuISEjHFsRPesjJBM2qr0XSt5H1p9zVWp7HPRwfEfIYM6Ls2bQmz0anYX3DuhG4Me7xV1KF8dxRcMBuOkGFstmxX/Nted4XXddAAAAFQCXokzRQSR6gHIX3frlffLOYZENJwAAAIAqLgjft8tx9hbh+BZeuBpog49UV6fLDDJTmand52EvfkU0roxehkwSxd4/cIWjwd53p+tduCswO7n2x76j6yA4FyoesrYeEICzmqRz30NUVORfzdcpskZejcydQ9FoM3R8yOISTZk0GI+GGgM2LaN0tXznNqCkXeE7oVi2X0hCVgAAAIEAtk1+GSvcBJSXudzBHXgh81cmm5ZDlEL3nblCARHePxeNHCQ2PAfpEbjsED+02Zf4aS5CWd8lfeZU27p0IHRYUXHN5fapbq2t6CFpHLLzs/7Xsmn6eXk4W9Tn7Nc+cvKZ09BIH5t3YKG3q3OAmGetZ8lP31/tWvzgdLzg5mlKWWc= root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:3a41/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.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=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-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb login: "} 2018-09-01 04:44:04,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/action used request id req-002544c9-4831-492b-b5b9-87b1841581de 2018-09-01 04:44:04,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0910861492157s 2018-09-01 04:44:04,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b/action used request id req-002544c9-4831-492b-b5b9-87b1841581de 2018-09-01 04:44:04,405 - 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 517924093 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.196743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199164] pid_max: default: 32768 minimum: 301 [ 0.200473] ACPI: Core revision 20150930 [ 0.202209] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204105] Security Framework initialized [ 0.205284] Yama: becoming mindful. [ 0.206343] AppArmor: AppArmor initialized [ 0.207581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209463] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211289] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213030] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215015] Initializing cgroup subsys io [ 0.216142] Initializing cgroup subsys memory [ 0.217313] Initializing cgroup subsys devices [ 0.218497] Initializing cgroup subsys freezer [ 0.219703] Initializing cgroup subsys net_cls [ 0.220876] Initializing cgroup subsys perf_event [ 0.222098] Initializing cgroup subsys net_prio [ 0.223300] Initializing cgroup subsys hugetlb [ 0.224492] Initializing cgroup subsys pids [ 0.225670] CPU: Physical Processor ID: 0 [ 0.227464] mce: CPU supports 10 MCE banks [ 0.228618] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252855] ftrace: allocating 31920 entries in 125 pages [ 0.278056] smpboot: Max logical packages: 1 [ 0.279222] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281104] x2apic enabled [ 0.282242] Switched APIC routing to physical x2apic. [ 0.284705] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286231] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288969] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291436] KVM setup paravirtual spinlock [ 0.293045] x86: Booted up 1 node, 1 CPUs [ 0.294149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.296031] devtmpfs: initialized [ 0.298001] evm: security.selinux [ 0.298962] evm: security.SMACK64 [ 0.299921] evm: security.SMACK64EXEC [ 0.300955] evm: security.SMACK64TRANSMUTE [ 0.302054] evm: security.SMACK64MMAP [ 0.303074] evm: security.ima [ 0.303962] evm: security.capability [ 0.305038] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307537] pinctrl core: initialized pinctrl subsystem [ 0.309026] RTC time: 4:43:50, date: 09/01/18 [ 0.310305] NET: Registered protocol family 16 [ 0.311614] cpuidle: using governor ladder [ 0.312733] cpuidle: using governor menu [ 0.313843] PCCT header not found. [ 0.314871] ACPI: bus type PCI registered [ 0.315975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317654] PCI: Using configuration type 1 for base access [ 0.319791] ACPI: Added _OSI(Module Device) [ 0.320947] ACPI: Added _OSI(Processor Device) [ 0.322120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.323346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325529] ACPI: Interpreter enabled [ 0.326587] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336713] ACPI: (supports S0 S5) [ 0.337689] ACPI: Using IOAPIC for interrupt routing [ 0.338982] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342814] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344355] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346038] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347658] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350643] acpiphp: Slot [3] registered [ 0.351726] acpiphp: Slot [4] registered [ 0.352821] acpiphp: Slot [5] registered [ 0.353929] acpiphp: Slot [6] registered [ 0.355021] acpiphp: Slot [7] registered [ 0.356116] acpiphp: Slot [8] registered [ 0.357213] acpiphp: Slot [9] registered [ 0.358295] acpiphp: Slot [10] registered [ 0.359408] acpiphp: Slot [11] registered [ 0.360522] acpiphp: Slot [12] registered [ 0.361619] acpiphp: Slot [13] registered [ 0.362726] acpiphp: Slot [14] registered [ 0.363843] acpiphp: Slot [15] registered [ 0.379248] acpiphp: Slot [16] registered [ 0.380363] acpiphp: Slot [17] registered [ 0.381472] acpiphp: Slot [18] registered [ 0.382580] acpiphp: Slot [19] registered [ 0.383701] acpiphp: Slot [20] registered [ 0.384810] acpiphp: Slot [21] registered [ 0.385911] acpiphp: Slot [22] registered [ 0.387010] acpiphp: Slot [23] registered [ 0.388125] acpiphp: Slot [24] registered [ 0.389238] acpiphp: Slot [25] registered [ 0.390338] acpiphp: Slot [26] registered [ 0.391429] acpiphp: Slot [27] registered [ 0.392540] acpiphp: Slot [28] registered [ 0.393658] acpiphp: Slot [29] registered [ 0.394775] acpiphp: Slot [30] registered [ 0.395889] acpiphp: Slot [31] registered [ 0.397001] PCI host bridge to bus 0000:00 [ 0.398113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399772] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401425] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403419] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405391] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407415] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411583] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.414887] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420833] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445433] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447370] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449276] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453003] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454773] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458343] vgaarb: loaded [ 0.459177] vgaarb: bridge control possible 0000:00:02.0 [ 0.460815] SCSI subsystem initialized [ 0.462091] ACPI: bus type USB registered [ 0.463226] usbcore: registered new interface driver usbfs [ 0.464616] usbcore: registered new interface driver hub [ 0.465986] usbcore: registered new device driver usb [ 0.467483] PCI: Using ACPI for IRQ routing [ 0.469007] NetLabel: Initializing [ 0.469985] NetLabel: domain hash size = 128 [ 0.471148] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472461] NetLabel: unlabeled traffic allowed by default [ 0.474032] clocksource: Switched to clocksource kvm-clock [ 0.483999] AppArmor: AppArmor Filesystem Enabled [ 0.485302] pnp: PnP ACPI init [ 0.486532] pnp: PnP ACPI: found 5 devices [ 0.493382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495711] NET: Registered protocol family 2 [ 0.497117] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498872] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500518] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502182] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505253] NET: Registered protocol family 1 [ 0.506444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507936] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509437] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523945] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538465] Trying to unpack rootfs image as initramfs... [ 0.602504] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.605133] Scanning for low memory corruption every 60 seconds [ 0.607117] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.608680] audit: initializing netlink subsys (disabled) [ 0.610152] audit: type=2000 audit(1535777030.894:1): initialized [ 0.611989] Initialise system trusted keyring [ 0.613322] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617574] zbud: loaded [ 0.618560] VFS: Disk quotas dquot_6.6.0 [ 0.619684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621812] fuse init (API version 7.23) [ 0.623044] Key type big_key registered [ 0.624134] Allocating IMA MOK and blacklist keyrings. [ 0.625773] Key type asymmetric registered [ 0.626899] Asymmetric key parser 'x509' registered [ 0.628201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.630247] io scheduler noop registered [ 0.631327] io scheduler deadline registered (default) [ 0.632679] io scheduler cfq registered [ 0.633847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638990] ACPI: Power Button [PWRF] [ 0.640191] GHES: HEST is not enabled! [ 0.654234] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683248] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686205] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713165] Linux agpgart interface v0.103 [ 0.716482] brd: module loaded [ 0.718663] loop: module loaded [ 0.723993] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.725955] GPT:90111 != 2097151 [ 0.726877] GPT:Alternate GPT header not at the end of the disk. [ 0.728347] GPT:90111 != 2097151 [ 0.729257] GPT: Use GNU Parted to correct GPT errors. [ 0.730564] vda: vda1 vda15 [ 0.732235] scsi host0: ata_piix [ 0.733300] scsi host1: ata_piix [ 0.734297] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.735958] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.737946] libphy: Fixed MDIO Bus: probed [ 0.739298] tun: Universal TUN/TAP device driver, 1.6 [ 0.740610] tun: (C) 1999-2004 Max Krasnyansky [ 0.743349] PPP generic driver version 2.4.2 [ 0.744596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.746235] ehci-pci: EHCI PCI platform driver [ 0.747440] ehci-platform: EHCI generic platform driver [ 0.748790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.750339] ohci-pci: OHCI PCI platform driver [ 0.751545] ohci-platform: OHCI generic platform driver [ 0.752903] uhci_hcd: USB Universal Host Controller Interface driver [ 0.767568] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768945] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.770965] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.772360] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.773938] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.775582] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777547] usb usb1: Product: UHCI Host Controller [ 0.778807] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.780367] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781695] hub 1-0:1.0: USB hub found [ 0.782865] hub 1-0:1.0: 2 ports detected [ 0.784150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787045] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788341] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789743] mousedev: PS/2 mouse device common for all mice [ 0.791473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.793980] rtc_cmos 00:00: RTC can wake from S4 [ 0.795512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797133] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.798758] i2c /dev entries driver [ 0.799810] device-mapper: uevent: version 1.0.3 [ 0.801115] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.803360] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805215] NET: Registered protocol family 10 [ 0.806759] NET: Registered protocol family 17 [ 0.807977] Key type dns_resolver registered [ 0.809269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810767] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813197] registered taskstats version 1 [ 0.814350] Loading compiled-in X.509 certificates [ 0.816174] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818701] zswap: loaded using pool lzo/zbud [ 0.820722] Key type trusted registered [ 0.822859] Key type encrypted registered [ 0.823996] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825411] ima: No TPM chip found, activating TPM-bypass! [ 0.826852] evm: HMAC attrs: 0x1 [ 0.828164] Magic number: 2:199:716 [ 0.829332] rtc_cmos 00:00: setting system clock to 2018-09-01 04:43:51 UTC (1535777031) [ 0.831569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833079] EDD information not available. [ 0.895583] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912129] Write protecting the kernel read-only data: 14336k [ 0.915083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917549] 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.074961] 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. 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----- /dev/root resized successfully [took 0.25s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCM25Clzk1iHUEQl1U7mKwt1/GIOQ4NT5HQNCpTDod/OeeUSrFqrXrj44HMoEFMl1E2v2V6TeZwZ1Y4s6gUG8XInVdntg2zg9c2eLj0oUmPqosOtQSMZO4KMnx51zSAg0UuJO/mVOMhm0s/znIdHmgHlbAn4wK5s32ynVB8iQE6H9RGV/KkjJZFYeSLsKo0RtD2jzPj31wz7m9OehJpxp17mXsCv+Gz1QxWCBuELCZKDfsBoJjWiP4cOYQ/ycEbMuKB5ly1WwuhNR2beGlH8kEEJP17/gbQ1VyL/cog82bOzMjgaaN3If6N6TY692wxy0jumm9t3JAGj6aQR+NsB2LB root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb ssh-dss AAAAB3NzaC1kc3MAAACBAMiowbpGP0lJHJOOIaCvKBnbyFVaX0zQMAVKlXwt/P5LTM0WlK6Q5xTJFePPDxfF1N0UBwp2RLJuISEjHFsRPesjJBM2qr0XSt5H1p9zVWp7HPRwfEfIYM6Ls2bQmz0anYX3DuhG4Me7xV1KF8dxRcMBuOkGFstmxX/Nted4XXddAAAAFQCXokzRQSR6gHIX3frlffLOYZENJwAAAIAqLgjft8tx9hbh+BZeuBpog49UV6fLDDJTmand52EvfkU0roxehkwSxd4/cIWjwd53p+tduCswO7n2x76j6yA4FyoesrYeEICzmqRz30NUVORfzdcpskZejcydQ9FoM3R8yOISTZk0GI+GGgM2LaN0tXznNqCkXeE7oVi2X0hCVgAAAIEAtk1+GSvcBJSXudzBHXgh81cmm5ZDlEL3nblCARHePxeNHCQ2PAfpEbjsED+02Zf4aS5CWd8lfeZU27p0IHRYUXHN5fapbq2t6CFpHLLzs/7Xsmn6eXk4W9Tn7Nc+cvKZ09BIH5t3YKG3q3OAmGetZ8lP31/tWvzgdLzg5mlKWWc= root@singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:3a41/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.38 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-c7bc1072-f4e0-4b2d-ab9d-284b462a46eb login: 2018-09-01 04:44:04,408 - paramiko.transport - DEBUG - starting thread (client mode): 0x9b0cad10L 2018-09-01 04:44:04,409 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 04:44:04,409 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 04:44:04,409 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 04:44:04,410 - 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 04:44:04,411 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 04:44:04,411 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 04:44:04,411 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 04:44:04,411 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 04:44:04,411 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 04:44:04,429 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 04:44:04,429 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 04:44:04,441 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: de1a4666e26df20ea9de414d1386cea7 2018-09-01 04:44:04,442 - paramiko.transport - DEBUG - Trying discovered key d26fba73511433057eebd26f4981373d in /tmp/tmpM3auiF 2018-09-01 04:44:04,467 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 04:44:04,473 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 04:44:04,475 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 04:44:04,476 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 04:44:04,476 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 04:44:04,477 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 04:44:04,478 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 04:44:04,478 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 04:44:04,479 - functest.core.singlevm - DEBUG - error: 2018-09-01 04:44:04,482 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 04:44:04,589 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:44:04,589 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:44:04,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 04:44:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/3799ced2-c9d8-4abb-93f3-3371c8afb451.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:05,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14137e6c-d1c8-4a18-854e-98e9371e154d Content-Length: 0 Date: Sat, 01 Sep 2018 04:44:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:44:05,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/3799ced2-c9d8-4abb-93f3-3371c8afb451.json used request id req-14137e6c-d1c8-4a18-854e-98e9371e154d 2018-09-01 04:44:05,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.30640792847s 2018-09-01 04:44:05,904 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/3799ced2-c9d8-4abb-93f3-3371c8afb451.json used request id req-14137e6c-d1c8-4a18-854e-98e9371e154d 2018-09-01 04:44:05,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:44:05,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:05,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3b7accdf-a288-4cac-9620-0707f427abb4 Date: Sat, 01 Sep 2018 04:44:05 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:44:05,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3b7accdf-a288-4cac-9620-0707f427abb4 2018-09-01 04:44:05,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.040992975235s 2018-09-01 04:44:05,950 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3b7accdf-a288-4cac-9620-0707f427abb4 2018-09-01 04:44:05,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:44:05,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:06,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:44:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4c013bc-68e3-4fdc-8f7b-6b1211656fe4 x-compute-request-id: req-e4c013bc-68e3-4fdc-8f7b-6b1211656fe4 Content-Type: application/json 2018-09-01 04:44:06,208 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b used request id req-e4c013bc-68e3-4fdc-8f7b-6b1211656fe4 2018-09-01 04:44:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.25764799118s 2018-09-01 04:44:06,209 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b used request id req-e4c013bc-68e3-4fdc-8f7b-6b1211656fe4 2018-09-01 04:44:06,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:06,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:07,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-935db46c-4ec5-48e0-9de4-e7a17858245f x-compute-request-id: req-935db46c-4ec5-48e0-9de4-e7a17858245f Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:3a:41", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:3a:41", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/137667c8-47db-408e-b24b-d34c32c6515b", "rel": "bookmark"}], "image": {"id": "8af5f915-d33b-4076-a881-79820114dd0e", "links": [{"href": "http://172.30.9.29:8774/images/8af5f915-d33b-4076-a881-79820114dd0e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:43:50.000000", "flavor": {"id": "e374599a-fe48-4716-b0f0-add6a3e59f37", "links": [{"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "bookmark"}]}, "id": "137667c8-47db-408e-b24b-d34c32c6515b", "security_groups": [{"name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}], "user_id": "2d53edc85ffc445f910ce4c1864b5ce4", "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-01T04:44:06Z", "hostId": "5484712b0a183b1340f4601a4959553bc1f4b9c999cd37f939ce0e66", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "name": "singlevm2-vm_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "created": "2018-09-01T04:43:42Z", "tenant_id": "9530a715ce264008aa031e520159dd02", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:07,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-935db46c-4ec5-48e0-9de4-e7a17858245f 2018-09-01 04:44:07,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.859877109528s 2018-09-01 04:44:07,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-935db46c-4ec5-48e0-9de4-e7a17858245f 2018-09-01 04:44:07,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:09,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:09,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-30e6e690-87c4-4973-85e6-08f3ba38a806 x-compute-request-id: req-30e6e690-87c4-4973-85e6-08f3ba38a806 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:44:09,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-30e6e690-87c4-4973-85e6-08f3ba38a806 2018-09-01 04:44:09,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0688750743866s 2018-09-01 04:44:09,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-30e6e690-87c4-4973-85e6-08f3ba38a806 2018-09-01 04:44:09,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:44:09,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:09,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-389ca866-d958-478f-9f1f-af5d759913b3 Date: Sat, 01 Sep 2018 04:44:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:32Z", "updated_at": "2018-09-01T04:43:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "7ea95893-c1dd-457d-bf5f-6c5c0995c05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "b043fe2a-cd29-44b0-880a-6ab2dd6f5ae4", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "c8c32110-7e51-4e0e-b081-fd9b36be0251", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:32Z", "revision_number": 0, "id": "f3e2dfe4-08ac-4b9d-a5c0-ad24cbe6fd6f", "remote_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:32Z", "security_group_id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 1, "project_id": "9530a715ce264008aa031e520159dd02", "id": "9478936f-0bcd-45fe-ba34-e697d3f6d063", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:38Z", "updated_at": "2018-09-01T04:43:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "665cc884-12e5-44a2-952c-4fa23cf39b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "e09f58a4-21a2-4a01-9cba-d2bb3928471f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "e77b3332-150b-4dfa-9883-21b1155bd367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:43:38Z", "revision_number": 0, "id": "f60eda14-f973-4ac9-95ed-37b51a532db5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:43:38Z", "security_group_id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "tenant_id": "9530a715ce264008aa031e520159dd02", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9530a715ce264008aa031e520159dd02"}], "revision_number": 3, "project_id": "9530a715ce264008aa031e520159dd02", "id": "a689d8fa-5633-4223-9a4f-e97fd843d3a3", "name": "singlevm2-sg_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:44:09,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-389ca866-d958-478f-9f1f-af5d759913b3 2018-09-01 04:44:09,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0449118614197s 2018-09-01 04:44:09,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-389ca866-d958-478f-9f1f-af5d759913b3 2018-09-01 04:44:09,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 04:44:09,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/a689d8fa-5633-4223-9a4f-e97fd843d3a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:09,386 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ae7bd11-c4d5-46cd-851f-836e092217da Content-Length: 0 Date: Sat, 01 Sep 2018 04:44:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:44:09,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a689d8fa-5633-4223-9a4f-e97fd843d3a3.json used request id req-9ae7bd11-c4d5-46cd-851f-836e092217da 2018-09-01 04:44:09,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.191155910492s 2018-09-01 04:44:09,387 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/a689d8fa-5633-4223-9a4f-e97fd843d3a3.json used request id req-9ae7bd11-c4d5-46cd-851f-836e092217da 2018-09-01 04:44:09,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 04:44:09,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:09,435 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:44: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-a22e8354-ffce-4d10-a06d-47184fd714ea x-compute-request-id: req-a22e8354-ffce-4d10-a06d-47184fd714ea Content-Length: 0 Content-Type: application/json 2018-09-01 04:44:09,435 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb used request id req-a22e8354-ffce-4d10-a06d-47184fd714ea 2018-09-01 04:44:09,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0477650165558s 2018-09-01 04:44:09,435 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/singlevm2-kp_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb used request id req-a22e8354-ffce-4d10-a06d-47184fd714ea 2018-09-01 04:44:09,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:44:09,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/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}f696a376e19fd464173551fdf1332bdddb0da071" -d '{"subnet_id": "837ad9aa-f9be-46fb-a102-39dcd3804a54"}' 2018-09-01 04:44:11,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-84893dd4-e499-4d81-99b6-ae8fb8583f89 Date: Sat, 01 Sep 2018 04:44:11 GMT RESP BODY: {"network_id": "0833f26a-d988-4c62-80cc-9243893e0f89", "tenant_id": "9530a715ce264008aa031e520159dd02", "subnet_id": "837ad9aa-f9be-46fb-a102-39dcd3804a54", "subnet_ids": ["837ad9aa-f9be-46fb-a102-39dcd3804a54"], "port_id": "12afcf4f-c75c-46d5-a19f-83e247395f4c", "id": "dd8b8bc4-15ca-4110-af18-6b160c441e89"} 2018-09-01 04:44:11,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/remove_router_interface.json used request id req-84893dd4-e499-4d81-99b6-ae8fb8583f89 2018-09-01 04:44:11,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68833804131s 2018-09-01 04:44:11,124 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89/remove_router_interface.json used request id req-84893dd4-e499-4d81-99b6-ae8fb8583f89 returning object dd8b8bc4-15ca-4110-af18-6b160c441e89 2018-09-01 04:44:11,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:44:11,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:11,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d2bef61c-f06e-485e-abe7-bb4010c9f876 Date: Sat, 01 Sep 2018 04:44:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9530a715ce264008aa031e520159dd02", "created_at": "2018-09-01T04:43:33Z", "admin_state_up": true, "updated_at": "2018-09-01T04:44:10Z", "revision_number": 4, "routes": [], "project_id": "9530a715ce264008aa031e520159dd02", "id": "dd8b8bc4-15ca-4110-af18-6b160c441e89", "name": "singlevm2-router_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:44:11,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d2bef61c-f06e-485e-abe7-bb4010c9f876 2018-09-01 04:44:11,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123039007187s 2018-09-01 04:44:11,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-d2bef61c-f06e-485e-abe7-bb4010c9f876 2018-09-01 04:44:11,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:44:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:12,675 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a9b6301-6f63-4fac-8891-6f1985155f1f Content-Length: 0 Date: Sat, 01 Sep 2018 04:44:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:44:12,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89.json used request id req-9a9b6301-6f63-4fac-8891-6f1985155f1f 2018-09-01 04:44:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42600297928s 2018-09-01 04:44:12,676 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/dd8b8bc4-15ca-4110-af18-6b160c441e89.json used request id req-9a9b6301-6f63-4fac-8891-6f1985155f1f 2018-09-01 04:44:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:44:12,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:12,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0c964349-dd3b-41f5-a472-dcf969e8fa4e Date: Sat, 01 Sep 2018 04:44:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0833f26a-d988-4c62-80cc-9243893e0f89","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:43:33Z","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":"9530a715ce264008aa031e520159dd02","id":"837ad9aa-f9be-46fb-a102-39dcd3804a54","subnetpool_id":null,"name":"singlevm2-subnet_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}]} 2018-09-01 04:44:12,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0c964349-dd3b-41f5-a472-dcf969e8fa4e 2018-09-01 04:44:12,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412039756775s 2018-09-01 04:44:12,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-0c964349-dd3b-41f5-a472-dcf969e8fa4e 2018-09-01 04:44:12,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:44:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/837ad9aa-f9be-46fb-a102-39dcd3804a54.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:13,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8e0141b-6551-4d7c-93e7-8da8836605f7 Date: Sat, 01 Sep 2018 04:44:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:44:13,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/837ad9aa-f9be-46fb-a102-39dcd3804a54.json used request id req-d8e0141b-6551-4d7c-93e7-8da8836605f7 2018-09-01 04:44:13,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18822097778s 2018-09-01 04:44:13,908 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/837ad9aa-f9be-46fb-a102-39dcd3804a54.json used request id req-d8e0141b-6551-4d7c-93e7-8da8836605f7 2018-09-01 04:44:13,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:13,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-f9183f23-ab16-4300-9fee-be91a2e2a753 Date: Sat, 01 Sep 2018 04:44:14 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-01T04:44:13Z","tenant_id":"9530a715ce264008aa031e520159dd02","created_at":"2018-09-01T04:43:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9530a715ce264008aa031e520159dd02","id":"0833f26a-d988-4c62-80cc-9243893e0f89","name":"singlevm2-net_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:13,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f9183f23-ab16-4300-9fee-be91a2e2a753 2018-09-01 04:44:13,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0881638526917s 2018-09-01 04:44:13,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f9183f23-ab16-4300-9fee-be91a2e2a753 2018-09-01 04:44:13,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:44:13,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/0833f26a-d988-4c62-80cc-9243893e0f89.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:15,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5cb5d937-1dae-48b7-b14b-928e89cf6269 Date: Sat, 01 Sep 2018 04:44:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:44:15,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0833f26a-d988-4c62-80cc-9243893e0f89.json used request id req-5cb5d937-1dae-48b7-b14b-928e89cf6269 2018-09-01 04:44:15,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49071002007s 2018-09-01 04:44:15,489 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/0833f26a-d988-4c62-80cc-9243893e0f89.json used request id req-5cb5d937-1dae-48b7-b14b-928e89cf6269 2018-09-01 04:44:15,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:44:15,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:16,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-78aa7a1a-6b87-49f1-a6eb-0630c145e5a2 Date: Sat, 01 Sep 2018 04:44:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:43:37Z", "file": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e/file", "owner": "9530a715ce264008aa031e520159dd02", "id": "8af5f915-d33b-4076-a881-79820114dd0e", "size": 12716032, "self": "/v2/images/8af5f915-d33b-4076-a881-79820114dd0e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/8af5f915-d33b-4076-a881-79820114dd0e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:43:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:44:16,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-78aa7a1a-6b87-49f1-a6eb-0630c145e5a2 2018-09-01 04:44:16,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.772222042084s 2018-09-01 04:44:16,266 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-78aa7a1a-6b87-49f1-a6eb-0630c145e5a2 2018-09-01 04:44:16,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:44:16,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f696a376e19fd464173551fdf1332bdddb0da071" 2018-09-01 04:44:16,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51d054bd-af8e-413a-85c5-124d46b5d801 Date: Sat, 01 Sep 2018 04:44:16 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 04:44:16,632 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e used request id req-51d054bd-af8e-413a-85c5-124d46b5d801 2018-09-01 04:44:16,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.364349842072s 2018-09-01 04:44:16,632 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/8af5f915-d33b-4076-a881-79820114dd0e used request id req-51d054bd-af8e-413a-85c5-124d46b5d801 2018-09-01 04:44:16,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:44:16,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:16,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-7d5f1245-90b7-4dd0-9fbe-e2eb85b00143 x-compute-request-id: req-7d5f1245-90b7-4dd0-9fbe-e2eb85b00143 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37", "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": "e374599a-fe48-4716-b0f0-add6a3e59f37"}]} 2018-09-01 04:44:16,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7d5f1245-90b7-4dd0-9fbe-e2eb85b00143 2018-09-01 04:44:16,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213510990143s 2018-09-01 04:44:16,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-7d5f1245-90b7-4dd0-9fbe-e2eb85b00143 2018-09-01 04:44:16,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:44:16,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:16,730 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b2be2c9-79ec-4dee-89e8-9ce513eb412c x-compute-request-id: req-3b2be2c9-79ec-4dee-89e8-9ce513eb412c Content-Length: 0 Content-Type: application/json 2018-09-01 04:44:16,730 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37 used request id req-3b2be2c9-79ec-4dee-89e8-9ce513eb412c 2018-09-01 04:44:16,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0742149353027s 2018-09-01 04:44:16,730 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/e374599a-fe48-4716-b0f0-add6a3e59f37 used request id req-3b2be2c9-79ec-4dee-89e8-9ce513eb412c 2018-09-01 04:44:16,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:44:16,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:16,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb7d4655-f32c-4964-ae76-ba6156f45c93 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": {"self": "http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d53edc85ffc445f910ce4c1864b5ce4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:44:16,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bb7d4655-f32c-4964-ae76-ba6156f45c93 2018-09-01 04:44:16,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194943904877s 2018-09-01 04:44:16,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-bb7d4655-f32c-4964-ae76-ba6156f45c93 2018-09-01 04:44:16,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:44:16,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:17,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ce4c1f-1d78-4c78-a9b6-9ac9a6018421 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb", "links": {"self": "http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2d53edc85ffc445f910ce4c1864b5ce4", "description": null}} 2018-09-01 04:44:17,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 used request id req-26ce4c1f-1d78-4c78-a9b6-9ac9a6018421 2018-09-01 04:44:17,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196815013885s 2018-09-01 04:44:17,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 used request id req-26ce4c1f-1d78-4c78-a9b6-9ac9a6018421 2018-09-01 04:44:17,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:44:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:17,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:44:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29f905cd-ef5f-4b90-8007-b72cad168581 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 04:44:17,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 used request id req-29f905cd-ef5f-4b90-8007-b72cad168581 2018-09-01 04:44:17,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.355239152908s 2018-09-01 04:44:17,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/2d53edc85ffc445f910ce4c1864b5ce4 used request id req-29f905cd-ef5f-4b90-8007-b72cad168581 2018-09-01 04:44:17,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:44:17,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:17,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c133e52-0ce6-44e9-aab2-8ca0516ad1c5 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02"}, "tags": [], "enabled": true, "id": "9530a715ce264008aa031e520159dd02", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_c7bc1072-f4e0-4b2d-ab9d-284b462a46eb"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 04:44:17,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9c133e52-0ce6-44e9-aab2-8ca0516ad1c5 2018-09-01 04:44:17,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188567876816s 2018-09-01 04:44:17,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9c133e52-0ce6-44e9-aab2-8ca0516ad1c5 2018-09-01 04:44:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:44:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1bb80898d5b30dea44f60f7696aa06856ada2068" 2018-09-01 04:44:17,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:44:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d09e077-3411-44f1-a9f4-99d8b78f1492 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 04:44:17,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02 used request id req-9d09e077-3411-44f1-a9f4-99d8b78f1492 2018-09-01 04:44:17,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.24578499794s 2018-09-01 04:44:17,931 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/9530a715ce264008aa031e520159dd02 used request id req-9d09e077-3411-44f1-a9f4-99d8b78f1492 2018-09-01 04:44:17,984 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-01 04:44:18,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:44:18,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:44:18,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:44:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:44:18,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71af8a3e-6bb9-43b1-b5fe-aa73d7255ae4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:44:18,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-71af8a3e-6bb9-43b1-b5fe-aa73d7255ae4 2018-09-01 04:44:18,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:44:18,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:44:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["9tEHzxk1S-W4UhcmlJ1hxQ"], "issued_at": "2018-09-01T04:44:18.000000Z"}} 2018-09-01 04:44:18,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:18,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:18,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-445a7d8e-65f4-44e4-a49b-ec2b653edb89 Date: Sat, 01 Sep 2018 04:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:44:18,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-445a7d8e-65f4-44e4-a49b-ec2b653edb89 2018-09-01 04:44:18,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256953954697s 2018-09-01 04:44:18,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-445a7d8e-65f4-44e4-a49b-ec2b653edb89 2018-09-01 04:44:18,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:44:18,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:44:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1fe7a3b-9a39-440d-8947-c03757612e33 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:44:18,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-c1fe7a3b-9a39-440d-8947-c03757612e33 2018-09-01 04:44:18,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:44:18,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:18,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c9d44b-80fd-4242-9d66-2af0e5a17c03 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:44:18,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-90c9d44b-80fd-4242-9d66-2af0e5a17c03 2018-09-01 04:44:18,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177644014359s 2018-09-01 04:44:18,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-90c9d44b-80fd-4242-9d66-2af0e5a17c03 2018-09-01 04:44:18,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:44:18,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}}' 2018-09-01 04:44:19,067 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:44:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-041bcc38-4c53-4df3-b9e8-562ca1062037 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f"}, "tags": [], "enabled": true, "id": "cfa39e5c5c3d4990b488bed2df9c964f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}} 2018-09-01 04:44:19,068 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-041bcc38-4c53-4df3-b9e8-562ca1062037 2018-09-01 04:44:19,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.183955192566s 2018-09-01 04:44:19,068 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-041bcc38-4c53-4df3-b9e8-562ca1062037 2018-09-01 04:44:19,068 - 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'cfa39e5c5c3d4990b488bed2df9c964f', '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_5b3fd335-0dbd-40a5-af2f-22398c778f5e'}) 2018-09-01 04:44:19,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:44:19,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "43bce414-f9b7-42ac-b0ec-584e901662cf", "email": null, "name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}}' 2018-09-01 04:44:19,548 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:44:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bf4265c-00cf-447b-8433-e299817977ea Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": {"self": "http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7eff68212ddd44a68d6e8c3fcda91bb8", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:44:19,548 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-8bf4265c-00cf-447b-8433-e299817977ea 2018-09-01 04:44:19,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473336219788s 2018-09-01 04:44:19,548 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-8bf4265c-00cf-447b-8433-e299817977ea 2018-09-01 04:44:19,549 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7eff68212ddd44a68d6e8c3fcda91bb8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e'}) 2018-09-01 04:44:19,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:44:19,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:19,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-084317e7-abe5-4451-a553-eed4241b215f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:44:19,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-084317e7-abe5-4451-a553-eed4241b215f 2018-09-01 04:44:19,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207312107086s 2018-09-01 04:44:19,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-084317e7-abe5-4451-a553-eed4241b215f 2018-09-01 04:44:19,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:44:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:19,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a763d4e7-746f-4fa7-895c-21303b4d2db6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:44:19,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a763d4e7-746f-4fa7-895c-21303b4d2db6 2018-09-01 04:44:19,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113567829132s 2018-09-01 04:44:19,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-a763d4e7-746f-4fa7-895c-21303b4d2db6 2018-09-01 04:44:19,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:44:19,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13b459e-30c1-49f8-b196-ed4bd94bc17f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:44:20,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b13b459e-30c1-49f8-b196-ed4bd94bc17f 2018-09-01 04:44:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.133842945099s 2018-09-01 04:44:20,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-b13b459e-30c1-49f8-b196-ed4bd94bc17f 2018-09-01 04:44:20,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:44:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb5ef40-4de7-4b98-9c83-6832b5d59841 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:44:20,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-fdb5ef40-4de7-4b98-9c83-6832b5d59841 2018-09-01 04:44:20,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172641038895s 2018-09-01 04:44:20,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-fdb5ef40-4de7-4b98-9c83-6832b5d59841 2018-09-01 04:44:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:44:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f023f9a-b8ed-49aa-9d15-9c4ffba50ba5 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": {"self": "http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7eff68212ddd44a68d6e8c3fcda91bb8", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:44:20,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0f023f9a-b8ed-49aa-9d15-9c4ffba50ba5 2018-09-01 04:44:20,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202168226242s 2018-09-01 04:44:20,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-0f023f9a-b8ed-49aa-9d15-9c4ffba50ba5 2018-09-01 04:44:20,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:44:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5759871d-5804-4af5-882d-a2cb4d1da28f Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f"}, "tags": [], "enabled": true, "id": "cfa39e5c5c3d4990b488bed2df9c964f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:44:20,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5759871d-5804-4af5-882d-a2cb4d1da28f 2018-09-01 04:44:20,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107175827026s 2018-09-01 04:44:20,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5759871d-5804-4af5-882d-a2cb4d1da28f 2018-09-01 04:44:20,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:44:20,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=7eff68212ddd44a68d6e8c3fcda91bb8&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=cfa39e5c5c3d4990b488bed2df9c964f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c2664d2-66af-4e22-aef7-c5002e259ba3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=7eff68212ddd44a68d6e8c3fcda91bb8&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=cfa39e5c5c3d4990b488bed2df9c964f", "previous": null, "next": null}} 2018-09-01 04:44:20,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=7eff68212ddd44a68d6e8c3fcda91bb8&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=cfa39e5c5c3d4990b488bed2df9c964f used request id req-8c2664d2-66af-4e22-aef7-c5002e259ba3 2018-09-01 04:44:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102155208588s 2018-09-01 04:44:20,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=7eff68212ddd44a68d6e8c3fcda91bb8&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=cfa39e5c5c3d4990b488bed2df9c964f used request id req-8c2664d2-66af-4e22-aef7-c5002e259ba3 2018-09-01 04:44:20,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:44:20,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f/users/7eff68212ddd44a68d6e8c3fcda91bb8/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:44:20,766 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ebdc8d-f103-458d-80d2-409232e3f778 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 04:44:20,766 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f/users/7eff68212ddd44a68d6e8c3fcda91bb8/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-26ebdc8d-f103-458d-80d2-409232e3f778 2018-09-01 04:44:20,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134306907654s 2018-09-01 04:44:20,766 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f/users/7eff68212ddd44a68d6e8c3fcda91bb8/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-26ebdc8d-f103-458d-80d2-409232e3f778 2018-09-01 04:44:20,767 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 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'cfa39e5c5c3d4990b488bed2df9c964f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '43bce414-f9b7-42ac-b0ec-584e901662cf', 'username': u'vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:44:20,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:44:20,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:44:20,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:44:20,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:44:20,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:44:20,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:44:20,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:44:20,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:44:20,772 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'password': '43bce414-f9b7-42ac-b0ec-584e901662cf', 'project_name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'cfa39e5c5c3d4990b488bed2df9c964f', 'project_domain_name': 'Default'} 2018-09-01 04:44:20,773 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-01 04:44:20,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:44:20,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd7f22d-124e-46b9-ba6a-58a3eb8a15af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:44:20,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-edd7f22d-124e-46b9-ba6a-58a3eb8a15af 2018-09-01 04:44:20,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:44:21,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfa39e5c5c3d4990b488bed2df9c964f", "name": "vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_cfa39e5c5c3d4990b488bed2df9c964f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_cfa39e5c5c3d4990b488bed2df9c964f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/cfa39e5c5c3d4990b488bed2df9c964f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "id": "7eff68212ddd44a68d6e8c3fcda91bb8"}, "audit_ids": ["nYKFHXVnTxarLitJNYMUiw"], "issued_at": "2018-09-01T04:44:21.000000Z"}} 2018-09-01 04:44:21,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:44:21,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"network": {"name": "vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "admin_state_up": true}}' 2018-09-01 04:44:21,889 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-572cb2ba-691a-40af-829d-689de09af0e7 Date: Sat, 01 Sep 2018 04:44:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:44:21Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}} 2018-09-01 04:44:21,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-572cb2ba-691a-40af-829d-689de09af0e7 2018-09-01 04:44:21,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.720738887787s 2018-09-01 04:44:21,890 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-572cb2ba-691a-40af-829d-689de09af0e7 2018-09-01 04:44:21,890 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:44:21Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3b0ec574-7b1b-447d-a39b-9aaf3065c21a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e', u'admin_state_up': True, u'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', u'created_at': u'2018-09-01T04:44:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f'}) 2018-09-01 04:44:21,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:21,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:22,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-60b97ae1-4a24-4a31-a9a1-83b5d42bfd85 Date: Sat, 01 Sep 2018 04:44:22 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-01T04:44:21Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:22,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60b97ae1-4a24-4a31-a9a1-83b5d42bfd85 2018-09-01 04:44:22,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.150451898575s 2018-09-01 04:44:22,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60b97ae1-4a24-4a31-a9a1-83b5d42bfd85 2018-09-01 04:44:22,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:44:22,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"subnet": {"name": "vping_ssh-subnet_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "enable_dhcp": true, "network_id": "3b0ec574-7b1b-447d-a39b-9aaf3065c21a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:44:22,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f8b708db-91a1-440c-ab65-a326e37b716b Date: Sat, 01 Sep 2018 04:44:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:44:22Z","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":"cfa39e5c5c3d4990b488bed2df9c964f","id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","subnetpool_id":null,"name":"vping_ssh-subnet_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}} 2018-09-01 04:44:22,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-f8b708db-91a1-440c-ab65-a326e37b716b 2018-09-01 04:44:22,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.887644052505s 2018-09-01 04:44:22,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-f8b708db-91a1-440c-ab65-a326e37b716b 2018-09-01 04:44:22,931 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:44:22Z', 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'9a70de6b-08b2-4781-a5ce-e4b563bf811f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_5b3fd335-0dbd-40a5-af2f-22398c778f5e', u'enable_dhcp': True, u'network_id': u'3b0ec574-7b1b-447d-a39b-9aaf3065c21a', u'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', u'created_at': u'2018-09-01T04:44:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f'}) 2018-09-01 04:44:22,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:44:22,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "vping_ssh-router_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "admin_state_up": true}}' 2018-09-01 04:44:24,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-edd66cd5-5838-43eb-9730-fdcf8462b9ec Date: Sat, 01 Sep 2018 04:44:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:23Z", "admin_state_up": true, "updated_at": "2018-09-01T04:44:23Z", "revision_number": 2, "routes": [], "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "dd192938-2f74-4e18-b0de-b2237f85bd29", "name": "vping_ssh-router_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}} 2018-09-01 04:44:24,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-edd66cd5-5838-43eb-9730-fdcf8462b9ec 2018-09-01 04:44:24,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18911004066s 2018-09-01 04:44:24,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-edd66cd5-5838-43eb-9730-fdcf8462b9ec 2018-09-01 04:44:24,122 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', u'created_at': u'2018-09-01T04:44:23Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:44:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f', u'id': u'dd192938-2f74-4e18-b0de-b2237f85bd29', u'name': u'vping_ssh-router_5b3fd335-0dbd-40a5-af2f-22398c778f5e'}) 2018-09-01 04:44:24,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:44:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/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}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"subnet_id": "9a70de6b-08b2-4781-a5ce-e4b563bf811f"}' 2018-09-01 04:44:25,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9066cc5-54a0-4e54-aaf8-ff078b41df1f Date: Sat, 01 Sep 2018 04:44:25 GMT RESP BODY: {"network_id": "3b0ec574-7b1b-447d-a39b-9aaf3065c21a", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "subnet_id": "9a70de6b-08b2-4781-a5ce-e4b563bf811f", "subnet_ids": ["9a70de6b-08b2-4781-a5ce-e4b563bf811f"], "port_id": "1ff426da-98e0-4d4f-a553-9e9981e0578b", "id": "dd192938-2f74-4e18-b0de-b2237f85bd29"} 2018-09-01 04:44:25,924 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/add_router_interface.json used request id req-a9066cc5-54a0-4e54-aaf8-ff078b41df1f 2018-09-01 04:44:25,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.80169701576s 2018-09-01 04:44:25,925 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/add_router_interface.json used request id req-a9066cc5-54a0-4e54-aaf8-ff078b41df1f returning object dd192938-2f74-4e18-b0de-b2237f85bd29 2018-09-01 04:44:25,925 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:44:26,057 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:44:26,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:44:26,063 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:44:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:44:26,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:44:26,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:26,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0a51539c-2ce2-4905-bc13-b78cf5f02ac4 Date: Sat, 01 Sep 2018 04:44:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:44:26,345 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0a51539c-2ce2-4905-bc13-b78cf5f02ac4 2018-09-01 04:44:26,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279730081558s 2018-09-01 04:44:26,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-0a51539c-2ce2-4905-bc13-b78cf5f02ac4 2018-09-01 04:44:26,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:44:26,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}' 2018-09-01 04:44:26,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bc98d6c7-e7f5-4a49-bbdb-3930d7fbc54e Date: Sat, 01 Sep 2018 04:44:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:44:26Z", "file": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file", "owner": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "size": null, "self": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "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_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "checksum": null, "created_at": "2018-09-01T04:44:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:44:26,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-bc98d6c7-e7f5-4a49-bbdb-3930d7fbc54e 2018-09-01 04:44:26,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0545079708099s 2018-09-01 04:44:26,409 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-bc98d6c7-e7f5-4a49-bbdb-3930d7fbc54e returning object 0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986 2018-09-01 04:44:26,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:44:26,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/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}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '' 2018-09-01 04:44:27,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-344b7a51-b063-4b8f-a8fa-68b6f9122dca Date: Sat, 01 Sep 2018 04:44:27 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 04:44:27,490 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file used request id req-344b7a51-b063-4b8f-a8fa-68b6f9122dca 2018-09-01 04:44:27,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.07999801636s 2018-09-01 04:44:27,490 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file used request id req-344b7a51-b063-4b8f-a8fa-68b6f9122dca 2018-09-01 04:44:27,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:44:27,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:27,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-23adde6c-5ad5-435a-9a2a-8713722ca3f5 Date: Sat, 01 Sep 2018 04:44:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:44:27Z", "file": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file", "owner": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "size": 12716032, "self": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:44:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:44:27,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-23adde6c-5ad5-435a-9a2a-8713722ca3f5 2018-09-01 04:44:27,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.122595071793s 2018-09-01 04:44:27,617 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-23adde6c-5ad5-435a-9a2a-8713722ca3f5 2018-09-01 04:44:27,619 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file', 'owner': u'cfa39e5c5c3d4990b488bed2df9c964f', 'id': u'0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986', 'size': 12716032, u'self': u'/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:44:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:44:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e', '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/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986', 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_5b3fd335-0dbd-40a5-af2f-22398c778f5e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'created': u'2018-09-01T04:44:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:44:26Z', 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/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986', 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_5b3fd335-0dbd-40a5-af2f-22398c778f5e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:44:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:44:27,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "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 04:44:28,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-2f67ea75-ac31-4ece-a9e7-f32d13a80b99 x-compute-request-id: req-2f67ea75-ac31-4ece-a9e7-f32d13a80b99 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "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": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48"}} 2018-09-01 04:44:28,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2f67ea75-ac31-4ece-a9e7-f32d13a80b99 2018-09-01 04:44:28,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.431311845779s 2018-09-01 04:44:28,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-2f67ea75-ac31-4ece-a9e7-f32d13a80b99 2018-09-01 04:44:28,053 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e', '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'964427977c614007b31bf28ce6a0b09c', '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'ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48', 'swap': 0}) 2018-09-01 04:44:28,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:44:28,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48/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}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" -d '{"extra_specs": {}}' 2018-09-01 04:44:28,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-e2d44ccb-0cd7-4353-a75c-b3f520729139 x-compute-request-id: req-e2d44ccb-0cd7-4353-a75c-b3f520729139 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:44:28,074 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48/os-extra_specs used request id req-e2d44ccb-0cd7-4353-a75c-b3f520729139 2018-09-01 04:44:28,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202119350433s 2018-09-01 04:44:28,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48/os-extra_specs used request id req-e2d44ccb-0cd7-4353-a75c-b3f520729139 2018-09-01 04:44:28,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 04:44:28,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"keypair": {"name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}}' 2018-09-01 04:44:28,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-d1c37aea-930c-44d3-be00-b49f20b9fd8b x-compute-request-id: req-d1c37aea-930c-44d3-be00-b49f20b9fd8b Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCye1foks2tPlJfRISs/3dNIwUJnnvMJfhzCkFIXUuwdr60oihB4kbEC7e62R+EXvkmbUdLnST6LoqxsuhvGTiuPvB9+6DigWop9U6WQcwvPBx3ocP+wsrb2PXPQJ+EWBugAbpmWkPfSsP45gDSesWg3F23OIPGq0sMeVeLJmgeI7jykm77tSCacgi/1Ha9GO/9UCfIKlcM+1WoyxVo9LgQp0AspS/VynD9K3iBQcmeZHur50kQmXwk09Mzb5Fat5+9cU/G/Zo1gm4lr3RJnBzrLRJPmFj/iPM6uZJBDHjrYWB9HCgYkkdWVaPJB7EtkLTDLZXue/WCtQXPgC7iVdQz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsntX6JLNrT5SX0SErP93TSMFCZ57zCX4cwpBSF1LsHa+tKIo\nQeJGxAu3utkfhF75Jm1HS50k+i6KsbLobxk4rj7wffug4oFqKfVOlkHMLzwcd6HD\n/sLK29j1z0CfhFgboAG6ZlpD30rD+OYA0nrFoNxdtziDxqtLDHlXiyZoHiO48pJu\n+7UgmnIIv9R2vRjv/VAnyCpXDPtVqMsVaPS4EKdALKUv1cpw/St4gUHJnmR7q+dJ\nEJl8JNPTM2+RWrefvXFPxv2aNYJuJa90SZwc6y0ST5hY/4jzOrmSQQx462FgfRwo\nGJJHVlWjyQexLZC0wy2V7nv1grUFz4Au4lXUMwIDAQABAoIBAHqVpKckTQd0CndM\nRCPdwj7Ekq0soLJyUdYRcQ0WpumoZQsDZMr7cscrlSFMBw2PfWgbHiCc6cy7Mp8h\n1eqYVAm5SMv+i12GrTfsN/GTd33pt1OjU04i09lzhkC2jdkD+tVG2pN546v1WewV\nbPMjR6FYOTWiJz/IXl9O6AW2d0Ra9lhFvv3dHamWDRkwP7Qnr4XfVo2DuenSHJaV\nhVT60XkiVeEgxO7Nsimh9F/MNUHLEpGgmI6bSq2SPPgnvOOua1vC4WMtClUbmn0n\nSHSDGnW2knMIXZAPParYpTpe9bEXji/go4siUa8aVkHzCctGOqxnZ0DjELUJCT0D\nZG5ic+ECgYEA5Nzf+u3uOUsYfUncR6RxM7ubrpzhHQRFvsaCGwrX6gcfGQtF/CPA\nfbcgDd3N3WOdJRy+SaUYPR9VU17izYTUaaQpPvKr4+AU/5u7Aip56VwIK3HlMo0Y\nALBfLRX3MxJDd2v0+2FXwxfk+fdibg6KGYJf3kqxmNqoJGH1B/uKFDcCgYEAx6Un\no+AePdVqBdt+JpAdwvV6WJBwp6Hb1x/g8e+j4Jng4agOeZtpMmhCWFxVqPKvBFDa\notWEsmEUEBI4PqP6phUDvhPptztBKeBqZIqU+nneFOyyzjjbkIBDDcU1tpgjH8hi\nU55gI7uERANqAFDHX+J+wX0aaIf2r9hZTLN6ueUCgYEAjmetasrf34CNtW/fBCkb\nUzBad7UgEdkVuNZ2IHOH1BQoUoIEQxbP8Kmg5V/td+NC5dPTx6lVwrqbcivpfi43\nqaA/Fe8T69AD4OS64WciwoTEhJvzHJhUpiEYp8oyLfIgTs+6+Swh2sAkdzFqasbb\nQXIxSvU5Or5bv3/AYv4uddMCgYA1hHA73bg9mxfwugX3EGrp+CPz2cRZK2pjIIiM\nUlD7xEQkOYin0KFCgfBG/3l28Jc58PKq89G+f4eBR2EMaainHLsEGRJtq9SsBRyA\nFyYYftKpiUnlPhidg8R1zIe5is7fljfFco8TBRFPqhqgOwc3DOAtvft2Sfw25ygJ\nB5O+gQKBgQCY8bqC2LEEN57KIuZPyxTBUJxI3Ye3BfCCefZ9dGi1wkreDvZw7WxL\nT0xggct7IQMlcCcC0x+kawfQNc9+3DLtELsCkLqF4tUtmliruZEAJjrg0Sgrp44c\nL4LPV7ncftUZvm4gJb0gD+P3rAfTtOLVOYibKUMcQIkVfU18xF0VqA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "fingerprint": "fd:67:ad:28:b7:93:c0:c9:6a:00:fb:5e:a9:dd:b7:66"}} 2018-09-01 04:44:28,448 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-d1c37aea-930c-44d3-be00-b49f20b9fd8b 2018-09-01 04:44:28,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.373939990997s 2018-09-01 04:44:28,449 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-d1c37aea-930c-44d3-be00-b49f20b9fd8b 2018-09-01 04:44:28,450 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCye1foks2tPlJfRISs/3dNIwUJnnvMJfhzCkFIXUuwdr60oihB4kbEC7e62R+EXvkmbUdLnST6LoqxsuhvGTiuPvB9+6DigWop9U6WQcwvPBx3ocP+wsrb2PXPQJ+EWBugAbpmWkPfSsP45gDSesWg3F23OIPGq0sMeVeLJmgeI7jykm77tSCacgi/1Ha9GO/9UCfIKlcM+1WoyxVo9LgQp0AspS/VynD9K3iBQcmeZHur50kQmXwk09Mzb5Fat5+9cU/G/Zo1gm4lr3RJnBzrLRJPmFj/iPM6uZJBDHjrYWB9HCgYkkdWVaPJB7EtkLTDLZXue/WCtQXPgC7iVdQz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsntX6JLNrT5SX0SErP93TSMFCZ57zCX4cwpBSF1LsHa+tKIo\nQeJGxAu3utkfhF75Jm1HS50k+i6KsbLobxk4rj7wffug4oFqKfVOlkHMLzwcd6HD\n/sLK29j1z0CfhFgboAG6ZlpD30rD+OYA0nrFoNxdtziDxqtLDHlXiyZoHiO48pJu\n+7UgmnIIv9R2vRjv/VAnyCpXDPtVqMsVaPS4EKdALKUv1cpw/St4gUHJnmR7q+dJ\nEJl8JNPTM2+RWrefvXFPxv2aNYJuJa90SZwc6y0ST5hY/4jzOrmSQQx462FgfRwo\nGJJHVlWjyQexLZC0wy2V7nv1grUFz4Au4lXUMwIDAQABAoIBAHqVpKckTQd0CndM\nRCPdwj7Ekq0soLJyUdYRcQ0WpumoZQsDZMr7cscrlSFMBw2PfWgbHiCc6cy7Mp8h\n1eqYVAm5SMv+i12GrTfsN/GTd33pt1OjU04i09lzhkC2jdkD+tVG2pN546v1WewV\nbPMjR6FYOTWiJz/IXl9O6AW2d0Ra9lhFvv3dHamWDRkwP7Qnr4XfVo2DuenSHJaV\nhVT60XkiVeEgxO7Nsimh9F/MNUHLEpGgmI6bSq2SPPgnvOOua1vC4WMtClUbmn0n\nSHSDGnW2knMIXZAPParYpTpe9bEXji/go4siUa8aVkHzCctGOqxnZ0DjELUJCT0D\nZG5ic+ECgYEA5Nzf+u3uOUsYfUncR6RxM7ubrpzhHQRFvsaCGwrX6gcfGQtF/CPA\nfbcgDd3N3WOdJRy+SaUYPR9VU17izYTUaaQpPvKr4+AU/5u7Aip56VwIK3HlMo0Y\nALBfLRX3MxJDd2v0+2FXwxfk+fdibg6KGYJf3kqxmNqoJGH1B/uKFDcCgYEAx6Un\no+AePdVqBdt+JpAdwvV6WJBwp6Hb1x/g8e+j4Jng4agOeZtpMmhCWFxVqPKvBFDa\notWEsmEUEBI4PqP6phUDvhPptztBKeBqZIqU+nneFOyyzjjbkIBDDcU1tpgjH8hi\nU55gI7uERANqAFDHX+J+wX0aaIf2r9hZTLN6ueUCgYEAjmetasrf34CNtW/fBCkb\nUzBad7UgEdkVuNZ2IHOH1BQoUoIEQxbP8Kmg5V/td+NC5dPTx6lVwrqbcivpfi43\nqaA/Fe8T69AD4OS64WciwoTEhJvzHJhUpiEYp8oyLfIgTs+6+Swh2sAkdzFqasbb\nQXIxSvU5Or5bv3/AYv4uddMCgYA1hHA73bg9mxfwugX3EGrp+CPz2cRZK2pjIIiM\nUlD7xEQkOYin0KFCgfBG/3l28Jc58PKq89G+f4eBR2EMaainHLsEGRJtq9SsBRyA\nFyYYftKpiUnlPhidg8R1zIe5is7fljfFco8TBRFPqhqgOwc3DOAtvft2Sfw25ygJ\nB5O+gQKBgQCY8bqC2LEEN57KIuZPyxTBUJxI3Ye3BfCCefZ9dGi1wkreDvZw7WxL\nT0xggct7IQMlcCcC0x+kawfQNc9+3DLtELsCkLqF4tUtmliruZEAJjrg0Sgrp44c\nL4LPV7ncftUZvm4gJb0gD+P3rAfTtOLVOYibKUMcQIkVfU18xF0VqA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7eff68212ddd44a68d6e8c3fcda91bb8', 'name': u'vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'created_at': '2018-09-01T04:44:28.450021', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fd:67:ad:28:b7:93:c0:c9:6a:00:fb:5e:a9:dd:b7:66', 'type': 'ssh', 'id': u'vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e'}) 2018-09-01 04:44:28,450 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsntX6JLNrT5SX0SErP93TSMFCZ57zCX4cwpBSF1LsHa+tKIo QeJGxAu3utkfhF75Jm1HS50k+i6KsbLobxk4rj7wffug4oFqKfVOlkHMLzwcd6HD /sLK29j1z0CfhFgboAG6ZlpD30rD+OYA0nrFoNxdtziDxqtLDHlXiyZoHiO48pJu +7UgmnIIv9R2vRjv/VAnyCpXDPtVqMsVaPS4EKdALKUv1cpw/St4gUHJnmR7q+dJ EJl8JNPTM2+RWrefvXFPxv2aNYJuJa90SZwc6y0ST5hY/4jzOrmSQQx462FgfRwo GJJHVlWjyQexLZC0wy2V7nv1grUFz4Au4lXUMwIDAQABAoIBAHqVpKckTQd0CndM RCPdwj7Ekq0soLJyUdYRcQ0WpumoZQsDZMr7cscrlSFMBw2PfWgbHiCc6cy7Mp8h 1eqYVAm5SMv+i12GrTfsN/GTd33pt1OjU04i09lzhkC2jdkD+tVG2pN546v1WewV bPMjR6FYOTWiJz/IXl9O6AW2d0Ra9lhFvv3dHamWDRkwP7Qnr4XfVo2DuenSHJaV hVT60XkiVeEgxO7Nsimh9F/MNUHLEpGgmI6bSq2SPPgnvOOua1vC4WMtClUbmn0n SHSDGnW2knMIXZAPParYpTpe9bEXji/go4siUa8aVkHzCctGOqxnZ0DjELUJCT0D ZG5ic+ECgYEA5Nzf+u3uOUsYfUncR6RxM7ubrpzhHQRFvsaCGwrX6gcfGQtF/CPA fbcgDd3N3WOdJRy+SaUYPR9VU17izYTUaaQpPvKr4+AU/5u7Aip56VwIK3HlMo0Y ALBfLRX3MxJDd2v0+2FXwxfk+fdibg6KGYJf3kqxmNqoJGH1B/uKFDcCgYEAx6Un o+AePdVqBdt+JpAdwvV6WJBwp6Hb1x/g8e+j4Jng4agOeZtpMmhCWFxVqPKvBFDa otWEsmEUEBI4PqP6phUDvhPptztBKeBqZIqU+nneFOyyzjjbkIBDDcU1tpgjH8hi U55gI7uERANqAFDHX+J+wX0aaIf2r9hZTLN6ueUCgYEAjmetasrf34CNtW/fBCkb UzBad7UgEdkVuNZ2IHOH1BQoUoIEQxbP8Kmg5V/td+NC5dPTx6lVwrqbcivpfi43 qaA/Fe8T69AD4OS64WciwoTEhJvzHJhUpiEYp8oyLfIgTs+6+Swh2sAkdzFqasbb QXIxSvU5Or5bv3/AYv4uddMCgYA1hHA73bg9mxfwugX3EGrp+CPz2cRZK2pjIIiM UlD7xEQkOYin0KFCgfBG/3l28Jc58PKq89G+f4eBR2EMaainHLsEGRJtq9SsBRyA FyYYftKpiUnlPhidg8R1zIe5is7fljfFco8TBRFPqhqgOwc3DOAtvft2Sfw25ygJ B5O+gQKBgQCY8bqC2LEEN57KIuZPyxTBUJxI3Ye3BfCCefZ9dGi1wkreDvZw7WxL T0xggct7IQMlcCcC0x+kawfQNc9+3DLtELsCkLqF4tUtmliruZEAJjrg0Sgrp44c L4LPV7ncftUZvm4gJb0gD+P3rAfTtOLVOYibKUMcQIkVfU18xF0VqA== -----END RSA PRIVATE KEY----- 2018-09-01 04:44:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 04:44:28,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"security_group": {"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-01 04:44:28,597 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ad53f267-7400-4bbf-8060-82c3ab8bdf05 Date: Sat, 01 Sep 2018 04:44:28 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:28Z", "updated_at": "2018-09-01T04:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "6607f578-6ba1-45eb-a81a-47fa9d438f93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "91cf09bc-2018-4ca9-b4b8-4de3395867bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 1, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}} 2018-09-01 04:44:28,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-ad53f267-7400-4bbf-8060-82c3ab8bdf05 2018-09-01 04:44:28,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.144638061523s 2018-09-01 04:44:28,598 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-ad53f267-7400-4bbf-8060-82c3ab8bdf05 2018-09-01 04:44:28,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:44:28,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:28,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ae44538e-917b-4541-94fa-4bc276129e1d Date: Sat, 01 Sep 2018 04:44:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:21Z", "updated_at": "2018-09-01T04:44:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "0f649bc9-1ed3-4ee4-98c0-ca9f53b4e779", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "1e723ce8-84e5-4432-b32d-3e99c811dc05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "53f00845-ae5e-4c19-bd9b-b6706668b041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "81dcada1-648f-4dc4-a0c9-3fb60e4dcde6", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 1, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "27bd06bb-df95-4e39-b869-045f43592d1e", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:28Z", "updated_at": "2018-09-01T04:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "6607f578-6ba1-45eb-a81a-47fa9d438f93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "91cf09bc-2018-4ca9-b4b8-4de3395867bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 1, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:44:28,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-ae44538e-917b-4541-94fa-4bc276129e1d 2018-09-01 04:44:28,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0725538730621s 2018-09-01 04:44:28,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-ae44538e-917b-4541-94fa-4bc276129e1d 2018-09-01 04:44:28,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:44:28,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -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": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}}' 2018-09-01 04:44:28,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-91c09977-d7d5-4c7c-986c-b0636731cdcb Date: Sat, 01 Sep 2018 04:44:28 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-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "port_range_min": 22, "revision_number": 0, "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:28Z", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "a2e47ccc-0c1c-415b-8b43-52010bbca5f4"}} 2018-09-01 04:44:28,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-91c09977-d7d5-4c7c-986c-b0636731cdcb 2018-09-01 04:44:28,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.186918020248s 2018-09-01 04:44:28,866 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-91c09977-d7d5-4c7c-986c-b0636731cdcb 2018-09-01 04:44:28,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:44:28,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:28,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-55b6b5f0-f313-4a10-831a-30c50d503c63 Date: Sat, 01 Sep 2018 04:44:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:21Z", "updated_at": "2018-09-01T04:44:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "0f649bc9-1ed3-4ee4-98c0-ca9f53b4e779", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "1e723ce8-84e5-4432-b32d-3e99c811dc05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "53f00845-ae5e-4c19-bd9b-b6706668b041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "81dcada1-648f-4dc4-a0c9-3fb60e4dcde6", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 1, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "27bd06bb-df95-4e39-b869-045f43592d1e", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:28Z", "updated_at": "2018-09-01T04:44:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "6607f578-6ba1-45eb-a81a-47fa9d438f93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "91cf09bc-2018-4ca9-b4b8-4de3395867bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "a2e47ccc-0c1c-415b-8b43-52010bbca5f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 2, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:44:28,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-55b6b5f0-f313-4a10-831a-30c50d503c63 2018-09-01 04:44:28,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0455439090729s 2018-09-01 04:44:28,916 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-55b6b5f0-f313-4a10-831a-30c50d503c63 2018-09-01 04:44:28,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:44:28,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -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": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}}' 2018-09-01 04:44:29,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f02b197e-ce18-4813-9a09-3da6b6a4fd9b Date: Sat, 01 Sep 2018 04:44:29 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-01T04:44:29Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "port_range_min": null, "revision_number": 0, "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:29Z", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "76296296-3340-4622-aca4-d8737977f0a9"}} 2018-09-01 04:44:29,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f02b197e-ce18-4813-9a09-3da6b6a4fd9b 2018-09-01 04:44:29,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.32563495636s 2018-09-01 04:44:29,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-f02b197e-ce18-4813-9a09-3da6b6a4fd9b 2018-09-01 04:44:29,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:29,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:29,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ac31a275-5547-47b9-9a2c-2b264be7be9a Date: Sat, 01 Sep 2018 04:44:29 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":["9a70de6b-08b2-4781-a5ce-e4b563bf811f"],"updated_at":"2018-09-01T04:44:22Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:29,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ac31a275-5547-47b9-9a2c-2b264be7be9a 2018-09-01 04:44:29,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0990979671478s 2018-09-01 04:44:29,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ac31a275-5547-47b9-9a2c-2b264be7be9a 2018-09-01 04:44:29,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:44:29,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:29,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-86ac3e13-aaa7-4ee0-aa9c-0d8371191358 Date: Sat, 01 Sep 2018 04:44:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:44:27Z", "file": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file", "owner": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "size": 12716032, "self": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:44:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:44:29,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-86ac3e13-aaa7-4ee0-aa9c-0d8371191358 2018-09-01 04:44:29,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039155960083s 2018-09-01 04:44:29,390 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-86ac3e13-aaa7-4ee0-aa9c-0d8371191358 2018-09-01 04:44:29,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:44:29,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:29,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e3cb8bb-d72f-40d0-a6ef-c9fe1a7aeeee x-compute-request-id: req-9e3cb8bb-d72f-40d0-a6ef-c9fe1a7aeeee Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "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": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48"}]} 2018-09-01 04:44:29,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9e3cb8bb-d72f-40d0-a6ef-c9fe1a7aeeee 2018-09-01 04:44:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243430137634s 2018-09-01 04:44:29,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9e3cb8bb-d72f-40d0-a6ef-c9fe1a7aeeee 2018-09-01 04:44:29,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:44:29,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"server": {"name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "imageRef": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "flavorRef": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3b0ec574-7b1b-447d-a39b-9aaf3065c21a"}], "security_groups": [{"name": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}]}}' 2018-09-01 04:44:31,257 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a1b680e-ff9c-40e8-a60a-249a96203214 x-compute-request-id: req-4a1b680e-ff9c-40e8-a60a-249a96203214 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}], "OS-DCF:diskConfig": "MANUAL", "id": "eabdbe2a-535b-4a9f-863b-209583549425", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "adminPass": "xdtKMGSHDt9v"}} 2018-09-01 04:44:31,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-4a1b680e-ff9c-40e8-a60a-249a96203214 2018-09-01 04:44:31,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.839001894s 2018-09-01 04:44:31,257 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-4a1b680e-ff9c-40e8-a60a-249a96203214 2018-09-01 04:44:31,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:31,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:31,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-7f1cffc0-7399-4136-8e4a-e1fd0632a5b8 x-compute-request-id: req-7f1cffc0-7399-4136-8e4a-e1fd0632a5b8 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:31,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f1cffc0-7399-4136-8e4a-e1fd0632a5b8 2018-09-01 04:44:31,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62495303154s 2018-09-01 04:44:31,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f1cffc0-7399-4136-8e4a-e1fd0632a5b8 2018-09-01 04:44:31,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:31,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:31,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d7910788-e7ab-43ca-a7cd-aab7a6f7f0fd Date: Sat, 01 Sep 2018 04:44:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9a70de6b-08b2-4781-a5ce-e4b563bf811f"],"updated_at":"2018-09-01T04:44:22Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:31,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d7910788-e7ab-43ca-a7cd-aab7a6f7f0fd 2018-09-01 04:44:31,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0844328403473s 2018-09-01 04:44:31,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d7910788-e7ab-43ca-a7cd-aab7a6f7f0fd 2018-09-01 04:44:31,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:44:31,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:32,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-fe21cb05-8309-4f93-8c52-3ee003e64620 Date: Sat, 01 Sep 2018 04:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:44:22Z","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":"cfa39e5c5c3d4990b488bed2df9c964f","id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","subnetpool_id":null,"name":"vping_ssh-subnet_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:44:32,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fe21cb05-8309-4f93-8c52-3ee003e64620 2018-09-01 04:44:32,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0627930164337s 2018-09-01 04:44:32,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-fe21cb05-8309-4f93-8c52-3ee003e64620 2018-09-01 04:44:32,039 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:34,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:34,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-ecc727b0-f2e5-4a6d-a1a9-5a9f8eb55ff5 x-compute-request-id: req-ecc727b0-f2e5-4a6d-a1a9-5a9f8eb55ff5 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.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:34Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:34,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ecc727b0-f2e5-4a6d-a1a9-5a9f8eb55ff5 2018-09-01 04:44:34,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435930967331s 2018-09-01 04:44:34,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-ecc727b0-f2e5-4a6d-a1a9-5a9f8eb55ff5 2018-09-01 04:44:34,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:36,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:36,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-c6ffecd1-93cd-473d-887a-e876f7e6db55 x-compute-request-id: req-c6ffecd1-93cd-473d-887a-e876f7e6db55 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:34Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:36,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c6ffecd1-93cd-473d-887a-e876f7e6db55 2018-09-01 04:44:36,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176673173904s 2018-09-01 04:44:36,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-c6ffecd1-93cd-473d-887a-e876f7e6db55 2018-09-01 04:44:36,665 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:38,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:38,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-2119879f-4d8f-4247-8b38-61e37b3ce7cd x-compute-request-id: req-2119879f-4d8f-4247-8b38-61e37b3ce7cd Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:39,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2119879f-4d8f-4247-8b38-61e37b3ce7cd 2018-09-01 04:44:39,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532841920853s 2018-09-01 04:44:39,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2119879f-4d8f-4247-8b38-61e37b3ce7cd 2018-09-01 04:44:39,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:44:39,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=eabdbe2a-535b-4a9f-863b-209583549425" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2928be08-ea67-4ec1-9d43-01f0d9fee3f8 Date: Sat, 01 Sep 2018 04:44:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:34Z","admin_state_up":true,"updated_at":"2018-09-01T04:44:38Z","binding:vnic_type":"normal","device_id":"eabdbe2a-535b-4a9f-863b-209583549425","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:97:21:12","id":"27980f22-30f9-4ead-80cb-cff06d5fb012","port_security_enabled":true,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","fixed_ips":[{"subnet_id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","ip_address":"192.168.120.23"}],"extra_dhcp_opts":[],"security_groups":["6ef0220a-f895-4131-b633-c4c7ef8a5dfb"],"name":""}]} 2018-09-01 04:44:39,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=eabdbe2a-535b-4a9f-863b-209583549425 used request id req-2928be08-ea67-4ec1-9d43-01f0d9fee3f8 2018-09-01 04:44:39,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0828001499176s 2018-09-01 04:44:39,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=eabdbe2a-535b-4a9f-863b-209583549425 used request id req-2928be08-ea67-4ec1-9d43-01f0d9fee3f8 2018-09-01 04:44:39,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:44:39,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=27980f22-30f9-4ead-80cb-cff06d5fb012" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5b661a48-e9cf-414b-8e4e-e0479ff13815 Date: Sat, 01 Sep 2018 04:44:39 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:44:39,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=27980f22-30f9-4ead-80cb-cff06d5fb012 used request id req-5b661a48-e9cf-414b-8e4e-e0479ff13815 2018-09-01 04:44:39,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0483999252319s 2018-09-01 04:44:39,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=27980f22-30f9-4ead-80cb-cff06d5fb012 used request id req-5b661a48-e9cf-414b-8e4e-e0479ff13815 2018-09-01 04:44:39,343 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:21:12', u'version': 4, u'addr': u'192.168.120.23', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986'}), 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-01T04:44:38.000000', 'flavor': Munch({u'id': u'ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48'}), 'az': u'nova', 'id': u'eabdbe2a-535b-4a9f-863b-209583549425', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7eff68212ddd44a68d6e8c3fcda91bb8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', '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-01T04:44:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:44:38Z', 'hostId': u'20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.23', 'cloud': 'envvars', 'host_id': u'20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45', '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-01T04:44:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': u'vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'adminPass': u'xdtKMGSHDt9v', 'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'created_at': u'2018-09-01T04:44:31Z', 'created': u'2018-09-01T04:44:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:44:39,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ecde0c6d-2651-4019-8669-d6b51f2c0a36 Date: Sat, 01 Sep 2018 04:44:39 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":["9a70de6b-08b2-4781-a5ce-e4b563bf811f"],"updated_at":"2018-09-01T04:44:22Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:39,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ecde0c6d-2651-4019-8669-d6b51f2c0a36 2018-09-01 04:44:39,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0890100002289s 2018-09-01 04:44:39,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-ecde0c6d-2651-4019-8669-d6b51f2c0a36 2018-09-01 04:44:39,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:44:39,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-933925be-841c-4bec-8a9d-bd5f88f58d8f Date: Sat, 01 Sep 2018 04:44:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:44:27Z", "file": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file", "owner": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "size": 12716032, "self": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:44:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:44:39,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-933925be-841c-4bec-8a9d-bd5f88f58d8f 2018-09-01 04:44:39,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0382821559906s 2018-09-01 04:44:39,477 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-933925be-841c-4bec-8a9d-bd5f88f58d8f 2018-09-01 04:44:39,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:44:39,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:39,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-e616014e-e054-440d-a4d4-3fde9e9fc948 x-compute-request-id: req-e616014e-e054-440d-a4d4-3fde9e9fc948 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "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": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48"}]} 2018-09-01 04:44:39,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e616014e-e054-440d-a4d4-3fde9e9fc948 2018-09-01 04:44:39,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023236989975s 2018-09-01 04:44:39,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-e616014e-e054-440d-a4d4-3fde9e9fc948 2018-09-01 04:44:39,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:44:39,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"server": {"name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "imageRef": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "flavorRef": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3b0ec574-7b1b-447d-a39b-9aaf3065c21a"}], "security_groups": [{"name": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}]}}' 2018-09-01 04:44:41,210 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:44: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-254ae4ba-9897-4b11-ac6d-346bf4aa1c8e x-compute-request-id: req-254ae4ba-9897-4b11-ac6d-346bf4aa1c8e Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb"}], "OS-DCF:diskConfig": "MANUAL", "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "adminPass": "zcXp3Nf3AvWQ"}} 2018-09-01 04:44:41,210 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-254ae4ba-9897-4b11-ac6d-346bf4aa1c8e 2018-09-01 04:44:41,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.7067258358s 2018-09-01 04:44:41,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-254ae4ba-9897-4b11-ac6d-346bf4aa1c8e 2018-09-01 04:44:41,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:41,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-7db87300-0a6a-48ad-a2d0-ecb0ee99823a x-compute-request-id: req-7db87300-0a6a-48ad-a2d0-ecb0ee99823a Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:41,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7db87300-0a6a-48ad-a2d0-ecb0ee99823a 2018-09-01 04:44:41,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198932886124s 2018-09-01 04:44:41,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7db87300-0a6a-48ad-a2d0-ecb0ee99823a 2018-09-01 04:44:41,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:43,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:43,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:43,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-0e681a1c-95ff-4a9f-a914-f485de9cb9c9 x-compute-request-id: req-0e681a1c-95ff-4a9f-a914-f485de9cb9c9 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:43,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0e681a1c-95ff-4a9f-a914-f485de9cb9c9 2018-09-01 04:44:43,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223001003265s 2018-09-01 04:44:43,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0e681a1c-95ff-4a9f-a914-f485de9cb9c9 2018-09-01 04:44:43,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:45,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:45,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:46,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18f69f84-d72d-4b13-bc10-0a9719ac2ed6 x-compute-request-id: req-18f69f84-d72d-4b13-bc10-0a9719ac2ed6 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:45Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:46,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-18f69f84-d72d-4b13-bc10-0a9719ac2ed6 2018-09-01 04:44:46,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793622970581s 2018-09-01 04:44:46,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-18f69f84-d72d-4b13-bc10-0a9719ac2ed6 2018-09-01 04:44:46,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:48,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:48,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:49,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-42712fea-7b39-4df7-8570-fad0e60da853 x-compute-request-id: req-42712fea-7b39-4df7-8570-fad0e60da853 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:45Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:49,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42712fea-7b39-4df7-8570-fad0e60da853 2018-09-01 04:44:49,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620270013809s 2018-09-01 04:44:49,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42712fea-7b39-4df7-8570-fad0e60da853 2018-09-01 04:44:49,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:51,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:51,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:51,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-577df5d6-5a46-4aaa-83f2-80541eae0124 x-compute-request-id: req-577df5d6-5a46-4aaa-83f2-80541eae0124 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:49.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:49Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:38Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:51,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-577df5d6-5a46-4aaa-83f2-80541eae0124 2018-09-01 04:44:51,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373528957367s 2018-09-01 04:44:51,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-577df5d6-5a46-4aaa-83f2-80541eae0124 2018-09-01 04:44:51,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:44:51,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:51,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-914e01b5-69ce-4df9-957d-7119ed635dfc Date: Sat, 01 Sep 2018 04:44:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:44Z","admin_state_up":true,"updated_at":"2018-09-01T04:44:49Z","binding:vnic_type":"normal","device_id":"1c542e7f-c1da-44cb-b3ac-a6806c094cd7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4e:dd:a0","id":"926d67a5-ea71-4b1b-91ce-73522bd4fbd1","port_security_enabled":true,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","fixed_ips":[{"subnet_id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["6ef0220a-f895-4131-b633-c4c7ef8a5dfb"],"name":""}]} 2018-09-01 04:44:51,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-914e01b5-69ce-4df9-957d-7119ed635dfc 2018-09-01 04:44:51,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0483269691467s 2018-09-01 04:44:51,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-914e01b5-69ce-4df9-957d-7119ed635dfc 2018-09-01 04:44:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:44:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=926d67a5-ea71-4b1b-91ce-73522bd4fbd1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:51,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9dd7a364-0881-4f75-ba55-7d7758665470 Date: Sat, 01 Sep 2018 04:44:51 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:44:51,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=926d67a5-ea71-4b1b-91ce-73522bd4fbd1 used request id req-9dd7a364-0881-4f75-ba55-7d7758665470 2018-09-01 04:44:51,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.049488067627s 2018-09-01 04:44:51,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=926d67a5-ea71-4b1b-91ce-73522bd4fbd1 used request id req-9dd7a364-0881-4f75-ba55-7d7758665470 2018-09-01 04:44:51,560 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:dd:a0', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986'}), 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-01T04:44:49.000000', 'flavor': Munch({u'id': u'ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48'}), 'az': u'nova', 'id': u'1c542e7f-c1da-44cb-b3ac-a6806c094cd7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7eff68212ddd44a68d6e8c3fcda91bb8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', '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-01T04:44:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:44:49Z', 'hostId': u'a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291', '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-01T04:44:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': u'vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'adminPass': u'zcXp3Nf3AvWQ', 'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'created_at': u'2018-09-01T04:44:41Z', 'created': u'2018-09-01T04:44:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:44:51,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:44:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:51,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9c273ccc-655c-41ba-85b1-a752b429854c Date: Sat, 01 Sep 2018 04:44:51 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":["9a70de6b-08b2-4781-a5ce-e4b563bf811f"],"updated_at":"2018-09-01T04:44:22Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:44:51,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9c273ccc-655c-41ba-85b1-a752b429854c 2018-09-01 04:44:51,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107856988907s 2018-09-01 04:44:51,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-9c273ccc-655c-41ba-85b1-a752b429854c 2018-09-01 04:44:51,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:44:51,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:51,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c49c25bd-5b67-4e8d-bb45-09f21f2a01fe Date: Sat, 01 Sep 2018 04:44:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:44Z","admin_state_up":true,"updated_at":"2018-09-01T04:44:49Z","binding:vnic_type":"normal","device_id":"1c542e7f-c1da-44cb-b3ac-a6806c094cd7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4e:dd:a0","id":"926d67a5-ea71-4b1b-91ce-73522bd4fbd1","port_security_enabled":true,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","fixed_ips":[{"subnet_id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["6ef0220a-f895-4131-b633-c4c7ef8a5dfb"],"name":""}]} 2018-09-01 04:44:51,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-c49c25bd-5b67-4e8d-bb45-09f21f2a01fe 2018-09-01 04:44:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0499649047852s 2018-09-01 04:44:51,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-c49c25bd-5b67-4e8d-bb45-09f21f2a01fe 2018-09-01 04:44:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 04:44:51,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"floatingip": {"floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.11", "port_id": "926d67a5-ea71-4b1b-91ce-73522bd4fbd1"}}' 2018-09-01 04:44:53,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-3f66cba3-eaeb-49b3-909f-d36989391f44 Date: Sat, 01 Sep 2018 04:44:53 GMT RESP BODY: {"floatingip": {"router_id": "dd192938-2f74-4e18-b0de-b2237f85bd29", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:44:52Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "926d67a5-ea71-4b1b-91ce-73522bd4fbd1", "id": "4fa6749f-e39e-4d9e-bd3b-2943b964b341", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:52Z", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}} 2018-09-01 04:44:53,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3f66cba3-eaeb-49b3-909f-d36989391f44 2018-09-01 04:44:53,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15206193924s 2018-09-01 04:44:53,876 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-3f66cba3-eaeb-49b3-909f-d36989391f44 2018-09-01 04:44:53,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:44:53,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:53,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c27498be-10aa-454b-95fd-533928c01985 Date: Sat, 01 Sep 2018 04:44:53 GMT RESP BODY: {"floatingips": [{"router_id": "dd192938-2f74-4e18-b0de-b2237f85bd29", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:44:52Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "926d67a5-ea71-4b1b-91ce-73522bd4fbd1", "id": "4fa6749f-e39e-4d9e-bd3b-2943b964b341", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:52Z", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}]} 2018-09-01 04:44:53,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c27498be-10aa-454b-95fd-533928c01985 2018-09-01 04:44:53,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0578651428223s 2018-09-01 04:44:53,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c27498be-10aa-454b-95fd-533928c01985 2018-09-01 04:44:53,946 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'dd192938-2f74-4e18-b0de-b2237f85bd29', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'created_at': u'2018-09-01T04:44:52Z', 'attached': True, 'updated_at': u'2018-09-01T04:44:52Z', 'id': u'4fa6749f-e39e-4d9e-bd3b-2943b964b341', 'floating_network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'name': 'vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'dd192938-2f74-4e18-b0de-b2237f85bd29', 'project_id': u'cfa39e5c5c3d4990b488bed2df9c964f', 'port_id': u'926d67a5-ea71-4b1b-91ce-73522bd4fbd1', 'port': u'926d67a5-ea71-4b1b-91ce-73522bd4fbd1', 'network': u'4daea871-7749-4408-950d-9e5c72efea1a'}) 2018-09-01 04:44:53,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:44:53,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7/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}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:44:54,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-72c4f37e-e001-405e-a91f-a91206636628 x-compute-request-id: req-72c4f37e-e001-405e-a91f-a91206636628 Content-Encoding: gzip Content-Length: 9590 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 497735578 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.194500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196966] pid_max: default: 32768 minimum: 301\n[ 0.198274] ACPI: Core revision 20150930\n[ 0.200032] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.201959] Security Framework initialized\n[ 0.203187] Yama: becoming mindful.\n[ 0.204262] AppArmor: AppArmor initialized\n[ 0.205548] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211212] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213286] Initializing cgroup subsys io\n[ 0.214506] Initializing cgroup subsys memory\n[ 0.215797] Initializing cgroup subsys devices\n[ 0.217128] Initializing cgroup subsys freezer\n[ 0.218435] Initializing cgroup subsys net_cls\n[ 0.219731] Initializing cgroup subsys perf_event\n[ 0.221097] Initializing cgroup subsys net_prio\n[ 0.222411] Initializing cgroup subsys hugetlb\n[ 0.223717] Initializing cgroup subsys pids\n[ 0.224994] CPU: Physical Processor ID: 0\n[ 0.226877] mce: CPU supports 10 MCE banks\n[ 0.228123] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244553] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251326] ftrace: allocating 31920 entries in 125 pages\n[ 0.276920] smpboot: Max logical packages: 1\n[ 0.278168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280166] x2apic enabled\n[ 0.281373] Switched APIC routing to physical x2apic.\n[ 0.283941] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285576] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288483] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291090] KVM setup paravirtual spinlock\n[ 0.292758] x86: Booted up 1 node, 1 CPUs\n[ 0.293933] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295950] devtmpfs: initialized\n[ 0.298063] evm: security.selinux\n[ 0.299101] evm: security.SMACK64\n[ 0.300117] evm: security.SMACK64EXEC\n[ 0.301209] evm: security.SMACK64TRANSMUTE\n[ 0.302407] evm: security.SMACK64MMAP\n[ 0.303508] evm: security.ima\n[ 0.304453] evm: security.capability\n[ 0.305593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.308262] pinctrl core: initialized pinctrl subsystem\n[ 0.309809] RTC time: 4:44:50, date: 09/01/18\n[ 0.311156] NET: Registered protocol family 16\n[ 0.312554] cpuidle: using governor ladder\n[ 0.313758] cpuidle: using governor menu\n[ 0.314905] PCCT header not found.\n[ 0.315983] ACPI: bus type PCI registered\n[ 0.317160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318970] PCI: Using configuration type 1 for base access\n[ 0.321182] ACPI: Added _OSI(Module Device)\n[ 0.322395] ACPI: Added _OSI(Processor Device)\n[ 0.323633] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324922] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.327191] ACPI: Interpreter enabled\n[ 0.328285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338948] ACPI: (supports S0 S5)\n[ 0.340003] ACPI: Using IOAPIC for interrupt routing\n[ 0.341383] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345359] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348769] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353609] acpiphp: Slot [3] registered\n[ 0.354777] acpiphp: Slot [4] registered\n[ 0.355935] acpiphp: Slot [5] registered\n[ 0.357083] acpiphp: Slot [6] registered\n[ 0.358235] acpiphp: Slot [7] registered\n[ 0.359376] acpiphp: Slot [8] registered\n[ 0.360533] acpiphp: Slot [9] registered\n[ 0.361677] acpiphp: Slot [10] registered\n[ 0.362857] acpiphp: Slot [11] registered\n[ 0.364018] acpiphp: Slot [12] registered\n[ 0.365174] acpiphp: Slot [13] registered\n[ 0.366337] acpiphp: Slot [14] registered\n[ 0.367496] acpiphp: Slot [15] registered\n[ 0.383009] acpiphp: Slot [16] registered\n[ 0.384185] acpiphp: Slot [17] registered\n[ 0.385343] acpiphp: Slot [18] registered\n[ 0.386498] acpiphp: Slot [19] registered\n[ 0.387669] acpiphp: Slot [20] registered\n[ 0.388833] acpiphp: Slot [21] registered\n[ 0.389991] acpiphp: Slot [22] registered\n[ 0.391142] acpiphp: Slot [23] registered\n[ 0.392308] acpiphp: Slot [24] registered\n[ 0.393467] acpiphp: Slot [25] registered\n[ 0.394619] acpiphp: Slot [26] registered\n[ 0.395771] acpiphp: Slot [27] registered\n[ 0.396951] acpiphp: Slot [28] registered\n[ 0.398115] acpiphp: Slot [29] registered\n[ 0.399273] acpiphp: Slot [30] registered\n[ 0.400431] acpiphp: Slot [31] registered\n[ 0.401591] PCI host bridge to bus 0000:00\n[ 0.402761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406218] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408326] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410415] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412539] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416618] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418464] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420127] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421929] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428293] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454897] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.456984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458773] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462102] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464350] vgaarb: loaded\n[ 0.465223] vgaarb: bridge control possible 0000:00:02.0\n[ 0.466925] SCSI subsystem initialized\n[ 0.468244] ACPI: bus type USB registered\n[ 0.469424] usbcore: registered new interface driver usbfs\n[ 0.470900] usbcore: registered new interface driver hub\n[ 0.472339] usbcore: registered new device driver usb\n[ 0.473910] PCI: Using ACPI for IRQ routing\n[ 0.475494] NetLabel: Initializing\n[ 0.476526] NetLabel: domain hash size = 128\n[ 0.477745] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479112] NetLabel: unlabeled traffic allowed by default\n[ 0.480760] clocksource: Switched to clocksource kvm-clock\n[ 0.490834] AppArmor: AppArmor Filesystem Enabled\n[ 0.492221] pnp: PnP ACPI init\n[ 0.493499] pnp: PnP ACPI: found 5 devices\n[ 0.500394] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502834] NET: Registered protocol family 2\n[ 0.504298] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506163] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507905] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509638] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512915] NET: Registered protocol family 1\n[ 0.514182] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515747] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517287] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546340] Trying to unpack rootfs image as initramfs...\n[ 0.607897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612808] Scanning for low memory corruption every 60 seconds\n[ 0.615081] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616778] audit: initializing netlink subsys (disabled)\n[ 0.618310] audit: type=2000 audit(1535777090.721:1): initialized\n[ 0.620260] Initialise system trusted keyring\n[ 0.621722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623394] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626197] zbud: loaded\n[ 0.627242] VFS: Disk quotas dquot_6.6.0\n[ 0.628437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630700] fuse init (API version 7.23)\n[ 0.631992] Key type big_key registered\n[ 0.633183] Allocating IMA MOK and blacklist keyrings.\n[ 0.634927] Key type asymmetric registered\n[ 0.636128] Asymmetric key parser 'x509' registered\n[ 0.637538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639723] io scheduler noop registered\n[ 0.640887] io scheduler deadline registered (default)\n[ 0.642344] io scheduler cfq registered\n[ 0.643585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649124] ACPI: Power Button [PWRF]\n[ 0.650390] GHES: HEST is not enabled!\n[ 0.664536] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696607] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723637] Linux agpgart interface v0.103\n[ 0.727107] brd: module loaded\n[ 0.729386] loop: module loaded\n[ 0.734165] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736274] GPT:90111 != 2097151\n[ 0.737283] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738952] GPT:90111 != 2097151\n[ 0.739984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741452] vda: vda1 vda15\n[ 0.743185] scsi host0: ata_piix\n[ 0.744333] scsi host1: ata_piix\n[ 0.745396] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.747187] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.749517] libphy: Fixed MDIO Bus: probed\n[ 0.750712] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754996] PPP generic driver version 2.4.2\n[ 0.756353] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758148] ehci-pci: EHCI PCI platform driver\n[ 0.759461] ehci-platform: EHCI generic platform driver\n[ 0.760960] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.762688] ohci-pci: OHCI PCI platform driver\n[ 0.764007] ohci-platform: OHCI generic platform driver\n[ 0.765543] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780301] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.781808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784040] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785556] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787283] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791271] usb usb1: Product: UHCI Host Controller\n[ 0.792674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794435] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795886] hub 1-0:1.0: USB hub found\n[ 0.797070] hub 1-0:1.0: 2 ports detected\n[ 0.798465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801584] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802993] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804521] mousedev: PS/2 mouse device common for all mice\n[ 0.806389] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.809091] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812520] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.814308] i2c /dev entries driver\n[ 0.815444] device-mapper: uevent: version 1.0.3\n[ 0.816889] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.819368] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.821384] NET: Registered protocol family 10\n[ 0.822987] NET: Registered protocol family 17\n[ 0.824303] Key type dns_resolver registered\n[ 0.825688] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.827364] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.829995] registered taskstats version 1\n[ 0.831263] Loading compiled-in X.509 certificates\n[ 0.833224] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836014] zswap: loaded using pool lzo/zbud\n[ 0.838184] Key type trusted registered\n[ 0.840368] Key type encrypted registered\n[ 0.841596] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843118] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844648] evm: HMAC attrs: 0x1\n[ 0.846034] Magic number: 2:199:716\n[ 0.847254] rtc_cmos 00:00: setting system clock to 2018-09-01 04:44:51 UTC (1535777091)\n[ 0.849645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851283] EDD information not available.\n[ 0.906553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923713] Write protecting the kernel read-only data: 14336k\n[ 0.926827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929525] 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.86\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.126123] 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.11...\nLease of 192.168.120.11 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.95. 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDJsOkKGegVfFJZN+E5LChSNrurufyYB//b4Ns0/vRxhzlIPTwEWWjvSdeDDWvQ+a5wdIPvZeSZ31avMhpotivO4zKjuMfo8rBbBUB0r5wjcyF8/A2cury1Ld3zNZ6dMKGOJ9zll4Gs2IgUopMzraxM93WefFAxy8/wg2qKlaBMy2sS/uNijNUqHcU0I+kROSzI+nHXypbCPpLQhEt0G6yVZ8HPl3X/v0MLwmx6EBTNcbIYiZRAjAJ8N/LCsYYx4RM6o2AYCnEnviDQ5HY4zH7SgNaTdNzt2wcEjocCVn8l5w8yOhq7MuvW1MSG8g8HLHnNIk0lDavEgBZfOBfb2zmb root@vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e\nssh-dss AAAAB3NzaC1kc3MAAACBAPnJqeBfnSs3A0SFhOkAyTyRSiHSah7Xl6g8NDbbAM15VLxVgbwq24zI3amHamOIBJk70wDzHl0RkNUi+IkMxKMAf16uQXDpP+rmle7H/enZGco6Ij6OoEex7OI+aWPEaIu4MHIoH3IMH5tPf8vOaSuxGQNpE8v6fNwojhQn6vYpAAAAFQCjy6zOA2GS35Sqql0faYmk4B8HGQAAAIBXpezh4XzRv/g5l6vR8FIBIhzdV9db6ClGQ0YW3TAOaoKieVvNLbjzK+vXdTeshi/HJXTbDrsespTuSQ4GNr/toBMrCNGVCzghVRpLbbmdxacBDu6o38QWy9TCOBrVaTik+2Vlf9xs1slDqLVOs1o2hLbigPuO8zwyy3j/iCiGigAAAIBgrY48ikN5FC66fD42xpTrtYsgnOe40w7Z/pK43uYJCOfKH9UhMvrI4WPuDLu0aLI1N752t/1pLboOECdlhAfS70Z+2yLWQZNX7FXxysReK2uHzilLq+t/bMn2+iU4sfIBrpTGO8bDKeDrRynN3h4mKiRbqvBXEYhcnjicv5sQjQ== root@vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe4e:dda0/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.11 \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-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e login: "} 2018-09-01 04:44:54,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7/action used request id req-72c4f37e-e001-405e-a91f-a91206636628 2018-09-01 04:44:54,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.76661491394s 2018-09-01 04:44:54,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7/action used request id req-72c4f37e-e001-405e-a91f-a91206636628 2018-09-01 04:44:54,715 - 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 497735578 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.194500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196966] pid_max: default: 32768 minimum: 301 [ 0.198274] ACPI: Core revision 20150930 [ 0.200032] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201959] Security Framework initialized [ 0.203187] Yama: becoming mindful. [ 0.204262] AppArmor: AppArmor initialized [ 0.205548] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211212] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213286] Initializing cgroup subsys io [ 0.214506] Initializing cgroup subsys memory [ 0.215797] Initializing cgroup subsys devices [ 0.217128] Initializing cgroup subsys freezer [ 0.218435] Initializing cgroup subsys net_cls [ 0.219731] Initializing cgroup subsys perf_event [ 0.221097] Initializing cgroup subsys net_prio [ 0.222411] Initializing cgroup subsys hugetlb [ 0.223717] Initializing cgroup subsys pids [ 0.224994] CPU: Physical Processor ID: 0 [ 0.226877] mce: CPU supports 10 MCE banks [ 0.228123] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244553] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251326] ftrace: allocating 31920 entries in 125 pages [ 0.276920] smpboot: Max logical packages: 1 [ 0.278168] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.280166] x2apic enabled [ 0.281373] Switched APIC routing to physical x2apic. [ 0.283941] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285576] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288483] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291090] KVM setup paravirtual spinlock [ 0.292758] x86: Booted up 1 node, 1 CPUs [ 0.293933] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295950] devtmpfs: initialized [ 0.298063] evm: security.selinux [ 0.299101] evm: security.SMACK64 [ 0.300117] evm: security.SMACK64EXEC [ 0.301209] evm: security.SMACK64TRANSMUTE [ 0.302407] evm: security.SMACK64MMAP [ 0.303508] evm: security.ima [ 0.304453] evm: security.capability [ 0.305593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308262] pinctrl core: initialized pinctrl subsystem [ 0.309809] RTC time: 4:44:50, date: 09/01/18 [ 0.311156] NET: Registered protocol family 16 [ 0.312554] cpuidle: using governor ladder [ 0.313758] cpuidle: using governor menu [ 0.314905] PCCT header not found. [ 0.315983] ACPI: bus type PCI registered [ 0.317160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318970] PCI: Using configuration type 1 for base access [ 0.321182] ACPI: Added _OSI(Module Device) [ 0.322395] ACPI: Added _OSI(Processor Device) [ 0.323633] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324922] ACPI: Added _OSI(Processor Aggregator Device) [ 0.327191] ACPI: Interpreter enabled [ 0.328285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338948] ACPI: (supports S0 S5) [ 0.340003] ACPI: Using IOAPIC for interrupt routing [ 0.341383] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345359] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347010] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348769] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350481] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353609] acpiphp: Slot [3] registered [ 0.354777] acpiphp: Slot [4] registered [ 0.355935] acpiphp: Slot [5] registered [ 0.357083] acpiphp: Slot [6] registered [ 0.358235] acpiphp: Slot [7] registered [ 0.359376] acpiphp: Slot [8] registered [ 0.360533] acpiphp: Slot [9] registered [ 0.361677] acpiphp: Slot [10] registered [ 0.362857] acpiphp: Slot [11] registered [ 0.364018] acpiphp: Slot [12] registered [ 0.365174] acpiphp: Slot [13] registered [ 0.366337] acpiphp: Slot [14] registered [ 0.367496] acpiphp: Slot [15] registered [ 0.383009] acpiphp: Slot [16] registered [ 0.384185] acpiphp: Slot [17] registered [ 0.385343] acpiphp: Slot [18] registered [ 0.386498] acpiphp: Slot [19] registered [ 0.387669] acpiphp: Slot [20] registered [ 0.388833] acpiphp: Slot [21] registered [ 0.389991] acpiphp: Slot [22] registered [ 0.391142] acpiphp: Slot [23] registered [ 0.392308] acpiphp: Slot [24] registered [ 0.393467] acpiphp: Slot [25] registered [ 0.394619] acpiphp: Slot [26] registered [ 0.395771] acpiphp: Slot [27] registered [ 0.396951] acpiphp: Slot [28] registered [ 0.398115] acpiphp: Slot [29] registered [ 0.399273] acpiphp: Slot [30] registered [ 0.400431] acpiphp: Slot [31] registered [ 0.401591] PCI host bridge to bus 0000:00 [ 0.402761] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.406218] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408326] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410415] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412539] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416618] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418464] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420127] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421929] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426235] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428293] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450874] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454897] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.456984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458773] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460602] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462102] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464350] vgaarb: loaded [ 0.465223] vgaarb: bridge control possible 0000:00:02.0 [ 0.466925] SCSI subsystem initialized [ 0.468244] ACPI: bus type USB registered [ 0.469424] usbcore: registered new interface driver usbfs [ 0.470900] usbcore: registered new interface driver hub [ 0.472339] usbcore: registered new device driver usb [ 0.473910] PCI: Using ACPI for IRQ routing [ 0.475494] NetLabel: Initializing [ 0.476526] NetLabel: domain hash size = 128 [ 0.477745] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479112] NetLabel: unlabeled traffic allowed by default [ 0.480760] clocksource: Switched to clocksource kvm-clock [ 0.490834] AppArmor: AppArmor Filesystem Enabled [ 0.492221] pnp: PnP ACPI init [ 0.493499] pnp: PnP ACPI: found 5 devices [ 0.500394] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502834] NET: Registered protocol family 2 [ 0.504298] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506163] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507905] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509638] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.511218] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512915] NET: Registered protocol family 1 [ 0.514182] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515747] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.517287] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531867] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546340] Trying to unpack rootfs image as initramfs... [ 0.607897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612808] Scanning for low memory corruption every 60 seconds [ 0.615081] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616778] audit: initializing netlink subsys (disabled) [ 0.618310] audit: type=2000 audit(1535777090.721:1): initialized [ 0.620260] Initialise system trusted keyring [ 0.621722] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.623394] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.626197] zbud: loaded [ 0.627242] VFS: Disk quotas dquot_6.6.0 [ 0.628437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.630700] fuse init (API version 7.23) [ 0.631992] Key type big_key registered [ 0.633183] Allocating IMA MOK and blacklist keyrings. [ 0.634927] Key type asymmetric registered [ 0.636128] Asymmetric key parser 'x509' registered [ 0.637538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.639723] io scheduler noop registered [ 0.640887] io scheduler deadline registered (default) [ 0.642344] io scheduler cfq registered [ 0.643585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.645112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.646969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.649124] ACPI: Power Button [PWRF] [ 0.650390] GHES: HEST is not enabled! [ 0.664536] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696607] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723637] Linux agpgart interface v0.103 [ 0.727107] brd: module loaded [ 0.729386] loop: module loaded [ 0.734165] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.736274] GPT:90111 != 2097151 [ 0.737283] GPT:Alternate GPT header not at the end of the disk. [ 0.738952] GPT:90111 != 2097151 [ 0.739984] GPT: Use GNU Parted to correct GPT errors. [ 0.741452] vda: vda1 vda15 [ 0.743185] scsi host0: ata_piix [ 0.744333] scsi host1: ata_piix [ 0.745396] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747187] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749517] libphy: Fixed MDIO Bus: probed [ 0.750712] tun: Universal TUN/TAP device driver, 1.6 [ 0.752148] tun: (C) 1999-2004 Max Krasnyansky [ 0.754996] PPP generic driver version 2.4.2 [ 0.756353] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758148] ehci-pci: EHCI PCI platform driver [ 0.759461] ehci-platform: EHCI generic platform driver [ 0.760960] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.762688] ohci-pci: OHCI PCI platform driver [ 0.764007] ohci-platform: OHCI generic platform driver [ 0.765543] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780301] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.781808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784040] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.785556] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787283] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791271] usb usb1: Product: UHCI Host Controller [ 0.792674] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794435] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795886] hub 1-0:1.0: USB hub found [ 0.797070] hub 1-0:1.0: 2 ports detected [ 0.798465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801584] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802993] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804521] mousedev: PS/2 mouse device common for all mice [ 0.806389] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.809091] rtc_cmos 00:00: RTC can wake from S4 [ 0.810754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812520] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.814308] i2c /dev entries driver [ 0.815444] device-mapper: uevent: version 1.0.3 [ 0.816889] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.819368] ledtrig-cpu: registered to indicate activity on CPUs [ 0.821384] NET: Registered protocol family 10 [ 0.822987] NET: Registered protocol family 17 [ 0.824303] Key type dns_resolver registered [ 0.825688] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.827364] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.829995] registered taskstats version 1 [ 0.831263] Loading compiled-in X.509 certificates [ 0.833224] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836014] zswap: loaded using pool lzo/zbud [ 0.838184] Key type trusted registered [ 0.840368] Key type encrypted registered [ 0.841596] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843118] ima: No TPM chip found, activating TPM-bypass! [ 0.844648] evm: HMAC attrs: 0x1 [ 0.846034] Magic number: 2:199:716 [ 0.847254] rtc_cmos 00:00: setting system clock to 2018-09-01 04:44:51 UTC (1535777091) [ 0.849645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.851283] EDD information not available. [ 0.906553] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923713] Write protecting the kernel read-only data: 14336k [ 0.926827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929525] 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.86 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.126123] 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.11... Lease of 192.168.120.11 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.95. 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 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDJsOkKGegVfFJZN+E5LChSNrurufyYB//b4Ns0/vRxhzlIPTwEWWjvSdeDDWvQ+a5wdIPvZeSZ31avMhpotivO4zKjuMfo8rBbBUB0r5wjcyF8/A2cury1Ld3zNZ6dMKGOJ9zll4Gs2IgUopMzraxM93WefFAxy8/wg2qKlaBMy2sS/uNijNUqHcU0I+kROSzI+nHXypbCPpLQhEt0G6yVZ8HPl3X/v0MLwmx6EBTNcbIYiZRAjAJ8N/LCsYYx4RM6o2AYCnEnviDQ5HY4zH7SgNaTdNzt2wcEjocCVn8l5w8yOhq7MuvW1MSG8g8HLHnNIk0lDavEgBZfOBfb2zmb root@vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e ssh-dss AAAAB3NzaC1kc3MAAACBAPnJqeBfnSs3A0SFhOkAyTyRSiHSah7Xl6g8NDbbAM15VLxVgbwq24zI3amHamOIBJk70wDzHl0RkNUi+IkMxKMAf16uQXDpP+rmle7H/enZGco6Ij6OoEex7OI+aWPEaIu4MHIoH3IMH5tPf8vOaSuxGQNpE8v6fNwojhQn6vYpAAAAFQCjy6zOA2GS35Sqql0faYmk4B8HGQAAAIBXpezh4XzRv/g5l6vR8FIBIhzdV9db6ClGQ0YW3TAOaoKieVvNLbjzK+vXdTeshi/HJXTbDrsespTuSQ4GNr/toBMrCNGVCzghVRpLbbmdxacBDu6o38QWy9TCOBrVaTik+2Vlf9xs1slDqLVOs1o2hLbigPuO8zwyy3j/iCiGigAAAIBgrY48ikN5FC66fD42xpTrtYsgnOe40w7Z/pK43uYJCOfKH9UhMvrI4WPuDLu0aLI1N752t/1pLboOECdlhAfS70Z+2yLWQZNX7FXxysReK2uHzilLq+t/bMn2+iU4sfIBrpTGO8bDKeDrRynN3h4mKiRbqvBXEYhcnjicv5sQjQ== root@vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe4e:dda0/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.11 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-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.25 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-5b3fd335-0dbd-40a5-af2f-22398c778f5e login: 2018-09-01 04:44:55,715 - paramiko.transport - DEBUG - starting thread (client mode): 0x9ada6850L 2018-09-01 04:44:55,716 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 04:44:55,716 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 04:44:55,716 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 04:44:55,717 - 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 04:44:55,717 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 04:44:55,717 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 04:44:55,718 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 04:44:55,718 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 04:44:55,718 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 04:44:55,733 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 04:44:55,733 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 04:44:55,748 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: c2db217831ae14422b6d9c149c5389e3 2018-09-01 04:44:55,749 - paramiko.transport - DEBUG - Trying discovered key fd67ad28b793c0c96a00fb5ea9ddb766 in /tmp/tmpJbuVLx 2018-09-01 04:44:55,770 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 04:44:55,775 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 04:44:55,781 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 04:44:55,782 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 04:44:55,782 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 04:44:55,784 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 04:44:55,787 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 04:44:55,787 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.23 (192.168.120.23): 56 data bytes 64 bytes from 192.168.120.23: seq=0 ttl=64 time=1.577 ms --- 192.168.120.23 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.577/1.577/1.577 ms 2018-09-01 04:44:55,788 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-01 04:44:55,792 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 04:44:55,905 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:44:55,906 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:44:55,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:44:55,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:56,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:44: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-c57cb79a-4c17-489c-ba45-a3944ba55d1b x-compute-request-id: req-c57cb79a-4c17-489c-ba45-a3944ba55d1b Content-Type: application/json 2018-09-01 04:44:56,056 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425 used request id req-c57cb79a-4c17-489c-ba45-a3944ba55d1b 2018-09-01 04:44:56,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145743131638s 2018-09-01 04:44:56,057 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425 used request id req-c57cb79a-4c17-489c-ba45-a3944ba55d1b 2018-09-01 04:44:56,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:56,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:56,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-7f829118-c603-4e52-8958-711fdf5e2dbf x-compute-request-id: req-7f829118-c603-4e52-8958-711fdf5e2dbf Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:49.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:49Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:21:12", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/eabdbe2a-535b-4a9f-863b-209583549425", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:38.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "eabdbe2a-535b-4a9f-863b-209583549425", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:55Z", "hostId": "20ce6d09313cd6f07b03e39724a95b6c20da6f3491f0a09998c7cc45", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:31Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:56,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f829118-c603-4e52-8958-711fdf5e2dbf 2018-09-01 04:44:56,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808881998062s 2018-09-01 04:44:56,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7f829118-c603-4e52-8958-711fdf5e2dbf 2018-09-01 04:44:56,869 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:44:58,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:44:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:44:59,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:44: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-e0cb9813-5fca-4676-8eb6-e7a8b976c263 x-compute-request-id: req-e0cb9813-5fca-4676-8eb6-e7a8b976c263 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:49.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:44:49Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:44:59,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e0cb9813-5fca-4676-8eb6-e7a8b976c263 2018-09-01 04:44:59,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370734930038s 2018-09-01 04:44:59,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e0cb9813-5fca-4676-8eb6-e7a8b976c263 2018-09-01 04:44:59,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 04:44:59,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/4fa6749f-e39e-4d9e-bd3b-2943b964b341.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:00,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71ee133e-9dd3-4f1c-8184-ae8bfb91de78 Content-Length: 0 Date: Sat, 01 Sep 2018 04:45:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:00,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/4fa6749f-e39e-4d9e-bd3b-2943b964b341.json used request id req-71ee133e-9dd3-4f1c-8184-ae8bfb91de78 2018-09-01 04:45:00,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01398181915s 2018-09-01 04:45:00,261 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/4fa6749f-e39e-4d9e-bd3b-2943b964b341.json used request id req-71ee133e-9dd3-4f1c-8184-ae8bfb91de78 2018-09-01 04:45:00,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:45:00,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:00,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c792241a-5061-4275-884c-89efa6055ddb Date: Sat, 01 Sep 2018 04:45:00 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:45:00,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c792241a-5061-4275-884c-89efa6055ddb 2018-09-01 04:45:00,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0498080253601s 2018-09-01 04:45:00,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-c792241a-5061-4275-884c-89efa6055ddb 2018-09-01 04:45:00,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:45:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:00,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4d11d4b-a1c3-470d-a947-817d1feec3b4 x-compute-request-id: req-f4d11d4b-a1c3-470d-a947-817d1feec3b4 Content-Type: application/json 2018-09-01 04:45:00,602 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-f4d11d4b-a1c3-470d-a947-817d1feec3b4 2018-09-01 04:45:00,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.285139083862s 2018-09-01 04:45:00,603 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7 used request id req-f4d11d4b-a1c3-470d-a947-817d1feec3b4 2018-09-01 04:45:00,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:00,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:00,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-691a5a7b-1edd-4321-813d-5b54c90048ca x-compute-request-id: req-691a5a7b-1edd-4321-813d-5b54c90048ca Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:dd:a0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "rel": "bookmark"}], "image": {"id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "links": [{"href": "http://172.30.9.29:8774/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:44:49.000000", "flavor": {"id": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "links": [{"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "bookmark"}]}, "id": "1c542e7f-c1da-44cb-b3ac-a6806c094cd7", "security_groups": [{"name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}], "user_id": "7eff68212ddd44a68d6e8c3fcda91bb8", "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-01T04:45:00Z", "hostId": "a26798f915c3bb287295e6e8646e71212d00503ca43e93c8677e9291", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "name": "vping_ssh-vm_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "created": "2018-09-01T04:44:41Z", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:00,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-691a5a7b-1edd-4321-813d-5b54c90048ca 2018-09-01 04:45:00,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200395107269s 2018-09-01 04:45:00,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-691a5a7b-1edd-4321-813d-5b54c90048ca 2018-09-01 04:45:00,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:02,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:02,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:02,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8848257-176a-46e4-a029-3db872237647 x-compute-request-id: req-a8848257-176a-46e4-a029-3db872237647 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:45:02,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a8848257-176a-46e4-a029-3db872237647 2018-09-01 04:45:02,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0684289932251s 2018-09-01 04:45:02,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-a8848257-176a-46e4-a029-3db872237647 2018-09-01 04:45:02,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:45:02,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:02,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-5f50b49c-0cc7-4a1b-883d-4a2adf3dd4c7 Date: Sat, 01 Sep 2018 04:45:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:21Z", "updated_at": "2018-09-01T04:44:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "0f649bc9-1ed3-4ee4-98c0-ca9f53b4e779", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "1e723ce8-84e5-4432-b32d-3e99c811dc05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "53f00845-ae5e-4c19-bd9b-b6706668b041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:21Z", "revision_number": 0, "id": "81dcada1-648f-4dc4-a0c9-3fb60e4dcde6", "remote_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:21Z", "security_group_id": "27bd06bb-df95-4e39-b869-045f43592d1e", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 1, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "27bd06bb-df95-4e39-b869-045f43592d1e", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:28Z", "updated_at": "2018-09-01T04:44:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "6607f578-6ba1-45eb-a81a-47fa9d438f93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:29Z", "revision_number": 0, "id": "76296296-3340-4622-aca4-d8737977f0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:29Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "91cf09bc-2018-4ca9-b4b8-4de3395867bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:44:28Z", "revision_number": 0, "id": "a2e47ccc-0c1c-415b-8b43-52010bbca5f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:44:28Z", "security_group_id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cfa39e5c5c3d4990b488bed2df9c964f"}], "revision_number": 3, "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "6ef0220a-f895-4131-b633-c4c7ef8a5dfb", "name": "vping_ssh-sg_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:45:02,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5f50b49c-0cc7-4a1b-883d-4a2adf3dd4c7 2018-09-01 04:45:02,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0460638999939s 2018-09-01 04:45:02,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-5f50b49c-0cc7-4a1b-883d-4a2adf3dd4c7 2018-09-01 04:45:02,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 04:45:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/6ef0220a-f895-4131-b633-c4c7ef8a5dfb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:03,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ae2f336-2af5-4a84-8af1-9384b8514cc3 Content-Length: 0 Date: Sat, 01 Sep 2018 04:45:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:03,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6ef0220a-f895-4131-b633-c4c7ef8a5dfb.json used request id req-1ae2f336-2af5-4a84-8af1-9384b8514cc3 2018-09-01 04:45:03,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.202903032303s 2018-09-01 04:45:03,134 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/6ef0220a-f895-4131-b633-c4c7ef8a5dfb.json used request id req-1ae2f336-2af5-4a84-8af1-9384b8514cc3 2018-09-01 04:45:03,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 04:45:03,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:03,175 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c9606f24-c94e-46a2-b727-cf3f8bcd2fd6 x-compute-request-id: req-c9606f24-c94e-46a2-b727-cf3f8bcd2fd6 Content-Length: 0 Content-Type: application/json 2018-09-01 04:45:03,175 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e used request id req-c9606f24-c94e-46a2-b727-cf3f8bcd2fd6 2018-09-01 04:45:03,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0412740707397s 2018-09-01 04:45:03,176 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/vping_ssh-kp_5b3fd335-0dbd-40a5-af2f-22398c778f5e used request id req-c9606f24-c94e-46a2-b727-cf3f8bcd2fd6 2018-09-01 04:45:03,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:45:03,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/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}eaee7147474dab9ce44acb723f71b3ce08938d98" -d '{"subnet_id": "9a70de6b-08b2-4781-a5ce-e4b563bf811f"}' 2018-09-01 04:45:04,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0ac258a0-b065-40ba-8aaf-b188ded5fc85 Date: Sat, 01 Sep 2018 04:45:04 GMT RESP BODY: {"network_id": "3b0ec574-7b1b-447d-a39b-9aaf3065c21a", "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "subnet_id": "9a70de6b-08b2-4781-a5ce-e4b563bf811f", "subnet_ids": ["9a70de6b-08b2-4781-a5ce-e4b563bf811f"], "port_id": "1ff426da-98e0-4d4f-a553-9e9981e0578b", "id": "dd192938-2f74-4e18-b0de-b2237f85bd29"} 2018-09-01 04:45:04,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/remove_router_interface.json used request id req-0ac258a0-b065-40ba-8aaf-b188ded5fc85 2018-09-01 04:45:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61357116699s 2018-09-01 04:45:04,790 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29/remove_router_interface.json used request id req-0ac258a0-b065-40ba-8aaf-b188ded5fc85 returning object dd192938-2f74-4e18-b0de-b2237f85bd29 2018-09-01 04:45:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:45:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:05,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-10f86bb3-f585-41c9-b71f-dde4d0ba64a6 Date: Sat, 01 Sep 2018 04:45:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "cfa39e5c5c3d4990b488bed2df9c964f", "created_at": "2018-09-01T04:44:23Z", "admin_state_up": true, "updated_at": "2018-09-01T04:45:04Z", "revision_number": 4, "routes": [], "project_id": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "dd192938-2f74-4e18-b0de-b2237f85bd29", "name": "vping_ssh-router_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:45:05,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-10f86bb3-f585-41c9-b71f-dde4d0ba64a6 2018-09-01 04:45:05,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.288463830948s 2018-09-01 04:45:05,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-10f86bb3-f585-41c9-b71f-dde4d0ba64a6 2018-09-01 04:45:05,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:45:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:06,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4bc332b2-fabf-49db-bb86-a2b88087f12d Content-Length: 0 Date: Sat, 01 Sep 2018 04:45:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:06,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29.json used request id req-4bc332b2-fabf-49db-bb86-a2b88087f12d 2018-09-01 04:45:06,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43411183357s 2018-09-01 04:45:06,515 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/dd192938-2f74-4e18-b0de-b2237f85bd29.json used request id req-4bc332b2-fabf-49db-bb86-a2b88087f12d 2018-09-01 04:45:06,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:45:06,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:06,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1f9d24c5-f35c-4c1e-abd6-67b84cda3290 Date: Sat, 01 Sep 2018 04:45:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:44:22Z","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":"cfa39e5c5c3d4990b488bed2df9c964f","id":"9a70de6b-08b2-4781-a5ce-e4b563bf811f","subnetpool_id":null,"name":"vping_ssh-subnet_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:45:06,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-1f9d24c5-f35c-4c1e-abd6-67b84cda3290 2018-09-01 04:45:06,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434920787811s 2018-09-01 04:45:06,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-1f9d24c5-f35c-4c1e-abd6-67b84cda3290 2018-09-01 04:45:06,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:45:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/9a70de6b-08b2-4781-a5ce-e4b563bf811f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:07,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52ec148a-6c62-43a1-a5a5-7b55ca40c6db Date: Sat, 01 Sep 2018 04:45:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:07,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9a70de6b-08b2-4781-a5ce-e4b563bf811f.json used request id req-52ec148a-6c62-43a1-a5a5-7b55ca40c6db 2018-09-01 04:45:07,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.20069599152s 2018-09-01 04:45:07,762 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/9a70de6b-08b2-4781-a5ce-e4b563bf811f.json used request id req-52ec148a-6c62-43a1-a5a5-7b55ca40c6db 2018-09-01 04:45:07,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:07,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-79e545e3-9722-4a42-980c-e266a7374833 Date: Sat, 01 Sep 2018 04:45:07 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-01T04:45:07Z","tenant_id":"cfa39e5c5c3d4990b488bed2df9c964f","created_at":"2018-09-01T04:44:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cfa39e5c5c3d4990b488bed2df9c964f","id":"3b0ec574-7b1b-447d-a39b-9aaf3065c21a","name":"vping_ssh-net_5b3fd335-0dbd-40a5-af2f-22398c778f5e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"}]} 2018-09-01 04:45:07,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-79e545e3-9722-4a42-980c-e266a7374833 2018-09-01 04:45:07,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865359306335s 2018-09-01 04:45:07,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-79e545e3-9722-4a42-980c-e266a7374833 2018-09-01 04:45:07,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:45:07,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/3b0ec574-7b1b-447d-a39b-9aaf3065c21a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:09,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32bc0a01-1bf7-40ef-8c93-06b9c18ede69 Date: Sat, 01 Sep 2018 04:45:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:09,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3b0ec574-7b1b-447d-a39b-9aaf3065c21a.json used request id req-32bc0a01-1bf7-40ef-8c93-06b9c18ede69 2018-09-01 04:45:09,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.33526515961s 2018-09-01 04:45:09,186 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/3b0ec574-7b1b-447d-a39b-9aaf3065c21a.json used request id req-32bc0a01-1bf7-40ef-8c93-06b9c18ede69 2018-09-01 04:45:09,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:45:09,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:09,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d816b872-12fe-4fca-b20b-c8dec4807e3c Date: Sat, 01 Sep 2018 04:45:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:44:27Z", "file": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/file", "owner": "cfa39e5c5c3d4990b488bed2df9c964f", "id": "0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "size": 12716032, "self": "/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:44:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:45:09,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d816b872-12fe-4fca-b20b-c8dec4807e3c 2018-09-01 04:45:09,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.399286985397s 2018-09-01 04:45:09,590 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-d816b872-12fe-4fca-b20b-c8dec4807e3c 2018-09-01 04:45:09,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:45:09,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eaee7147474dab9ce44acb723f71b3ce08938d98" 2018-09-01 04:45:09,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e88f1a52-a058-46f1-9e6d-15d8c8855c89 Date: Sat, 01 Sep 2018 04:45:09 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 04:45:09,887 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986 used request id req-e88f1a52-a058-46f1-9e6d-15d8c8855c89 2018-09-01 04:45:09,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.296096086502s 2018-09-01 04:45:09,888 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/0e4aa5f3-cc66-4aa2-88c3-6522ccbe1986 used request id req-e88f1a52-a058-46f1-9e6d-15d8c8855c89 2018-09-01 04:45:09,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:45:09,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:09,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-9128db57-1351-4840-a3ec-3394f8caf79d x-compute-request-id: req-9128db57-1351-4840-a3ec-3394f8caf79d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48", "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": "ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48"}]} 2018-09-01 04:45:09,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9128db57-1351-4840-a3ec-3394f8caf79d 2018-09-01 04:45:09,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240349769592s 2018-09-01 04:45:09,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-9128db57-1351-4840-a3ec-3394f8caf79d 2018-09-01 04:45:09,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:45:09,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:09,946 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:45: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-b8d058ba-1ffa-457e-8243-5e19035404d8 x-compute-request-id: req-b8d058ba-1ffa-457e-8243-5e19035404d8 Content-Length: 0 Content-Type: application/json 2018-09-01 04:45:09,946 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48 used request id req-b8d058ba-1ffa-457e-8243-5e19035404d8 2018-09-01 04:45:09,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0325989723206s 2018-09-01 04:45:09,947 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/ff927ad3-1ad8-4e83-a3e4-8970f0fc2c48 used request id req-b8d058ba-1ffa-457e-8243-5e19035404d8 2018-09-01 04:45:09,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:45:09,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:10,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a70b64a0-74bc-4564-91a2-45fcfa51f877 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": {"self": "http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7eff68212ddd44a68d6e8c3fcda91bb8", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:45:10,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a70b64a0-74bc-4564-91a2-45fcfa51f877 2018-09-01 04:45:10,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203285932541s 2018-09-01 04:45:10,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-a70b64a0-74bc-4564-91a2-45fcfa51f877 2018-09-01 04:45:10,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:45:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:10,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b733262-b03e-4542-9b09-da526c7dfe3e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_5b3fd335-0dbd-40a5-af2f-22398c778f5e", "links": {"self": "http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7eff68212ddd44a68d6e8c3fcda91bb8", "description": null}} 2018-09-01 04:45:10,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 used request id req-5b733262-b03e-4542-9b09-da526c7dfe3e 2018-09-01 04:45:10,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184424877167s 2018-09-01 04:45:10,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 used request id req-5b733262-b03e-4542-9b09-da526c7dfe3e 2018-09-01 04:45:10,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:45:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:10,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02e8626d-68d7-4bdf-8ee7-dddb041819fd 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 04:45:10,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 used request id req-02e8626d-68d7-4bdf-8ee7-dddb041819fd 2018-09-01 04:45:10,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.270769119263s 2018-09-01 04:45:10,613 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/7eff68212ddd44a68d6e8c3fcda91bb8 used request id req-02e8626d-68d7-4bdf-8ee7-dddb041819fd 2018-09-01 04:45:10,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:45:10,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:10,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61edf5b9-9b46-4c57-81d4-da84d58c1807 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f"}, "tags": [], "enabled": true, "id": "cfa39e5c5c3d4990b488bed2df9c964f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5b3fd335-0dbd-40a5-af2f-22398c778f5e"}]} 2018-09-01 04:45:10,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-61edf5b9-9b46-4c57-81d4-da84d58c1807 2018-09-01 04:45:10,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182592153549s 2018-09-01 04:45:10,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-61edf5b9-9b46-4c57-81d4-da84d58c1807 2018-09-01 04:45:10,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:45:10,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73fb79c4a44e3c6dcfa5ccdeb1f24765395ad8d2" 2018-09-01 04:45:11,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e2a49e4-3d9a-4aaf-8ff7-8c6c103323bc 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 04:45:11,056 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f used request id req-3e2a49e4-3d9a-4aaf-8ff7-8c6c103323bc 2018-09-01 04:45:11,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249253034592s 2018-09-01 04:45:11,057 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/cfa39e5c5c3d4990b488bed2df9c964f used request id req-3e2a49e4-3d9a-4aaf-8ff7-8c6c103323bc 2018-09-01 04:45:11,105 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:45:11,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:45:11,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:45:11,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:45:11,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3394e29-da3c-43d9-85f8-746639bca28b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:45:11,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-f3394e29-da3c-43d9-85f8-746639bca28b 2018-09-01 04:45:11,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:45:11,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["ZGxoZlXeTRKTkHmg18ZpDg"], "issued_at": "2018-09-01T04:45:11.000000Z"}} 2018-09-01 04:45:11,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:11,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9987003f-40c2-47b5-8999-f2b39f702959 Date: Sat, 01 Sep 2018 04:45:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:45:11,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9987003f-40c2-47b5-8999-f2b39f702959 2018-09-01 04:45:11,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.329087972641s 2018-09-01 04:45:11,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9987003f-40c2-47b5-8999-f2b39f702959 2018-09-01 04:45:11,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:45:11,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5024fd4-4e66-4de8-bbda-8cf6dc6b7e12 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:45:11,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-d5024fd4-4e66-4de8-bbda-8cf6dc6b7e12 2018-09-01 04:45:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:45:11,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:12,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1959ddd-9b85-4d5c-b75f-df0afa72d40c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:45:12,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-c1959ddd-9b85-4d5c-b75f-df0afa72d40c 2018-09-01 04:45:12,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185366153717s 2018-09-01 04:45:12,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-c1959ddd-9b85-4d5c-b75f-df0afa72d40c 2018-09-01 04:45:12,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:45:12,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}}' 2018-09-01 04:45:12,314 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd27d538-cdc6-43d2-b5ce-0c357b1b424f Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc"}, "tags": [], "enabled": true, "id": "1fa12ef451e445378868a58520ca2acc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}} 2018-09-01 04:45:12,315 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cd27d538-cdc6-43d2-b5ce-0c357b1b424f 2018-09-01 04:45:12,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221915960312s 2018-09-01 04:45:12,315 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-cd27d538-cdc6-43d2-b5ce-0c357b1b424f 2018-09-01 04:45:12,315 - 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'1fa12ef451e445378868a58520ca2acc', '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_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b'}) 2018-09-01 04:45:12,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:45:12,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "46ddcf2e-cfbf-4bef-afa0-b5add5af157e", "email": null, "name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}}' 2018-09-01 04:45:12,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b97c80e9-8bc2-4672-8431-cd6fb91ac616 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": {"self": "http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6f6d80b91504736a22da9da28638cdb", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:45:12,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-b97c80e9-8bc2-4672-8431-cd6fb91ac616 2018-09-01 04:45:12,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.510339021683s 2018-09-01 04:45:12,832 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-b97c80e9-8bc2-4672-8431-cd6fb91ac616 2018-09-01 04:45:12,833 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e6f6d80b91504736a22da9da28638cdb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b'}) 2018-09-01 04:45:12,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:45:12,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef815bd-4504-4645-a886-4267b5eecf5f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:45:13,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ef815bd-4504-4645-a886-4267b5eecf5f 2018-09-01 04:45:13,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179769039154s 2018-09-01 04:45:13,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-5ef815bd-4504-4645-a886-4267b5eecf5f 2018-09-01 04:45:13,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:45:13,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-307f2f98-63ea-4a53-98bb-109e9cebad6f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:45:13,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-307f2f98-63ea-4a53-98bb-109e9cebad6f 2018-09-01 04:45:13,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.139533042908s 2018-09-01 04:45:13,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-307f2f98-63ea-4a53-98bb-109e9cebad6f 2018-09-01 04:45:13,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:45:13,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74aac107-e8c3-45c6-b85c-729c70d8d518 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:45:13,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-74aac107-e8c3-45c6-b85c-729c70d8d518 2018-09-01 04:45:13,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10222697258s 2018-09-01 04:45:13,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-74aac107-e8c3-45c6-b85c-729c70d8d518 2018-09-01 04:45:13,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:45:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ab5539-12fa-4a2f-8e26-06fc75b1da21 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:45:13,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d3ab5539-12fa-4a2f-8e26-06fc75b1da21 2018-09-01 04:45:13,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183320045471s 2018-09-01 04:45:13,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-d3ab5539-12fa-4a2f-8e26-06fc75b1da21 2018-09-01 04:45:13,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:45:13,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c839815-7b8e-4ecf-b702-91de9271a774 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": {"self": "http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6f6d80b91504736a22da9da28638cdb", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:45:13,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1c839815-7b8e-4ecf-b702-91de9271a774 2018-09-01 04:45:13,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115705966949s 2018-09-01 04:45:13,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-1c839815-7b8e-4ecf-b702-91de9271a774 2018-09-01 04:45:13,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:45:13,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5371b4e4-2bd0-4b2b-ba58-690568bf9fb0 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc"}, "tags": [], "enabled": true, "id": "1fa12ef451e445378868a58520ca2acc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:13,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5371b4e4-2bd0-4b2b-ba58-690568bf9fb0 2018-09-01 04:45:13,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10407781601s 2018-09-01 04:45:13,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-5371b4e4-2bd0-4b2b-ba58-690568bf9fb0 2018-09-01 04:45:13,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:45:13,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=e6f6d80b91504736a22da9da28638cdb&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=1fa12ef451e445378868a58520ca2acc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:13,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50b1885-77e4-4392-bfce-75599d0affa3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e6f6d80b91504736a22da9da28638cdb&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=1fa12ef451e445378868a58520ca2acc", "previous": null, "next": null}} 2018-09-01 04:45:13,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e6f6d80b91504736a22da9da28638cdb&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=1fa12ef451e445378868a58520ca2acc used request id req-a50b1885-77e4-4392-bfce-75599d0affa3 2018-09-01 04:45:13,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176368951797s 2018-09-01 04:45:13,875 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e6f6d80b91504736a22da9da28638cdb&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=1fa12ef451e445378868a58520ca2acc used request id req-a50b1885-77e4-4392-bfce-75599d0affa3 2018-09-01 04:45:13,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:45:13,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc/users/e6f6d80b91504736a22da9da28638cdb/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:45:14,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2187591f-f748-4d8a-bd00-008b6e2a7523 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 04:45:14,014 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc/users/e6f6d80b91504736a22da9da28638cdb/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-2187591f-f748-4d8a-bd00-008b6e2a7523 2018-09-01 04:45:14,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135132074356s 2018-09-01 04:45:14,014 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc/users/e6f6d80b91504736a22da9da28638cdb/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-2187591f-f748-4d8a-bd00-008b6e2a7523 2018-09-01 04:45:14,015 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 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'1fa12ef451e445378868a58520ca2acc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '46ddcf2e-cfbf-4bef-afa0-b5add5af157e', 'username': u'vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:45:14,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:45:14,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:45:14,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:45:14,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:45:14,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:45:14,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:45:14,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:45:14,020 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'password': '46ddcf2e-cfbf-4bef-afa0-b5add5af157e', 'project_name': 'vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': '1fa12ef451e445378868a58520ca2acc', 'project_domain_name': 'Default'} 2018-09-01 04:45:14,020 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-01 04:45:14,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:45:14,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84f5d18-a9ba-4e12-889b-dc19b8a7af84 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:45:14,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-b84f5d18-a9ba-4e12-889b-dc19b8a7af84 2018-09-01 04:45:14,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:45:14,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1fa12ef451e445378868a58520ca2acc", "name": "vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/1fa12ef451e445378868a58520ca2acc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/1fa12ef451e445378868a58520ca2acc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/1fa12ef451e445378868a58520ca2acc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_1fa12ef451e445378868a58520ca2acc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_1fa12ef451e445378868a58520ca2acc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1fa12ef451e445378868a58520ca2acc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/1fa12ef451e445378868a58520ca2acc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/1fa12ef451e445378868a58520ca2acc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/1fa12ef451e445378868a58520ca2acc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/1fa12ef451e445378868a58520ca2acc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/1fa12ef451e445378868a58520ca2acc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/1fa12ef451e445378868a58520ca2acc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/1fa12ef451e445378868a58520ca2acc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/1fa12ef451e445378868a58520ca2acc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "id": "e6f6d80b91504736a22da9da28638cdb"}, "audit_ids": ["VUtXgPIeRviMM19u7f1Ubw"], "issued_at": "2018-09-01T04:45:14.000000Z"}} 2018-09-01 04:45:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:45:14,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"network": {"name": "vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "admin_state_up": true}}' 2018-09-01 04:45:15,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d49d347c-9085-4ffe-93b2-b90ba8caa93e Date: Sat, 01 Sep 2018 04:45:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:45:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}} 2018-09-01 04:45:15,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d49d347c-9085-4ffe-93b2-b90ba8caa93e 2018-09-01 04:45:15,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.663630962372s 2018-09-01 04:45:15,097 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d49d347c-9085-4ffe-93b2-b90ba8caa93e 2018-09-01 04:45:15,098 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:45:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'afc0957e-9eac-42ce-93af-b3a7eb6f1fdd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', u'admin_state_up': True, u'tenant_id': u'1fa12ef451e445378868a58520ca2acc', u'created_at': u'2018-09-01T04:45:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1fa12ef451e445378868a58520ca2acc'}) 2018-09-01 04:45:15,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:15,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:15,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-31a051ea-6720-4534-8948-2d65fb657daf Date: Sat, 01 Sep 2018 04:45:15 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:45:14Z","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:15,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-31a051ea-6720-4534-8948-2d65fb657daf 2018-09-01 04:45:15,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.14826798439s 2018-09-01 04:45:15,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-31a051ea-6720-4534-8948-2d65fb657daf 2018-09-01 04:45:15,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:45:15,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"subnet": {"name": "vping_userdata-subnet_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "enable_dhcp": true, "network_id": "afc0957e-9eac-42ce-93af-b3a7eb6f1fdd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:45:15,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-83984940-6584-4141-8417-f2efaee42cb3 Date: Sat, 01 Sep 2018 04:45:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:45:15Z","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":"1fa12ef451e445378868a58520ca2acc","id":"5c946a16-1b12-45ed-8ca5-f57c49b0e5a3","subnetpool_id":null,"name":"vping_userdata-subnet_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}} 2018-09-01 04:45:15,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-83984940-6584-4141-8417-f2efaee42cb3 2018-09-01 04:45:15,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.58533000946s 2018-09-01 04:45:15,834 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-83984940-6584-4141-8417-f2efaee42cb3 2018-09-01 04:45:15,834 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:45:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5c946a16-1b12-45ed-8ca5-f57c49b0e5a3', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', u'enable_dhcp': True, u'network_id': u'afc0957e-9eac-42ce-93af-b3a7eb6f1fdd', u'tenant_id': u'1fa12ef451e445378868a58520ca2acc', u'created_at': u'2018-09-01T04:45:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1fa12ef451e445378868a58520ca2acc'}) 2018-09-01 04:45:15,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:45:15,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "vping_userdata-router_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "admin_state_up": true}}' 2018-09-01 04:45:17,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-fc32b2e0-138e-4f7f-9d63-2d5153cd645c Date: Sat, 01 Sep 2018 04:45:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1fa12ef451e445378868a58520ca2acc", "created_at": "2018-09-01T04:45:15Z", "admin_state_up": true, "updated_at": "2018-09-01T04:45:16Z", "revision_number": 2, "routes": [], "project_id": "1fa12ef451e445378868a58520ca2acc", "id": "068e367d-94f1-4b0a-8b3d-bf21544572d8", "name": "vping_userdata-router_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}} 2018-09-01 04:45:17,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-fc32b2e0-138e-4f7f-9d63-2d5153cd645c 2018-09-01 04:45:17,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27637600899s 2018-09-01 04:45:17,112 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-fc32b2e0-138e-4f7f-9d63-2d5153cd645c 2018-09-01 04:45:17,112 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1fa12ef451e445378868a58520ca2acc', u'created_at': u'2018-09-01T04:45:15Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:45:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'1fa12ef451e445378868a58520ca2acc', u'id': u'068e367d-94f1-4b0a-8b3d-bf21544572d8', u'name': u'vping_userdata-router_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b'}) 2018-09-01 04:45:17,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:45:17,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/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}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"subnet_id": "5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"}' 2018-09-01 04:45:19,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17213a92-b216-4879-99df-340cd5ca82bf Date: Sat, 01 Sep 2018 04:45:19 GMT RESP BODY: {"network_id": "afc0957e-9eac-42ce-93af-b3a7eb6f1fdd", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "subnet_id": "5c946a16-1b12-45ed-8ca5-f57c49b0e5a3", "subnet_ids": ["5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"], "port_id": "ae78de21-a3b8-4ed2-83fb-e9daacc60422", "id": "068e367d-94f1-4b0a-8b3d-bf21544572d8"} 2018-09-01 04:45:19,183 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/add_router_interface.json used request id req-17213a92-b216-4879-99df-340cd5ca82bf 2018-09-01 04:45:19,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07011508942s 2018-09-01 04:45:19,183 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/add_router_interface.json used request id req-17213a92-b216-4879-99df-340cd5ca82bf returning object 068e367d-94f1-4b0a-8b3d-bf21544572d8 2018-09-01 04:45:19,184 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:45:19,316 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:45:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:45:19,322 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:45:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:45:19,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:45:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:19,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cd23ae12-55d9-41ca-9ee1-f4f977fb90b7 Date: Sat, 01 Sep 2018 04:45:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:45:19,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-cd23ae12-55d9-41ca-9ee1-f4f977fb90b7 2018-09-01 04:45:19,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280922889709s 2018-09-01 04:45:19,605 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-cd23ae12-55d9-41ca-9ee1-f4f977fb90b7 2018-09-01 04:45:19,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:45:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}' 2018-09-01 04:45:19,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1ff0502c-203c-4fae-9fa2-01669a84e3ca Date: Sat, 01 Sep 2018 04:45:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:45:19Z", "file": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file", "owner": "1fa12ef451e445378868a58520ca2acc", "id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "size": null, "self": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "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_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "checksum": null, "created_at": "2018-09-01T04:45:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:45:19,682 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1ff0502c-203c-4fae-9fa2-01669a84e3ca 2018-09-01 04:45:19,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0676381587982s 2018-09-01 04:45:19,682 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-1ff0502c-203c-4fae-9fa2-01669a84e3ca returning object 9cc758de-c53f-46b0-870f-983db4ccfc76 2018-09-01 04:45:19,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:45:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/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}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '' 2018-09-01 04:45:20,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff8f0cf0-9a2b-46d2-9001-b22848717857 Date: Sat, 01 Sep 2018 04:45:20 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 04:45:20,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file used request id req-ff8f0cf0-9a2b-46d2-9001-b22848717857 2018-09-01 04:45:20,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.416306018829s 2018-09-01 04:45:20,099 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file used request id req-ff8f0cf0-9a2b-46d2-9001-b22848717857 2018-09-01 04:45:20,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:45:20,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:20,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-e91304ae-5fa1-43e8-8c43-70b9456fbbd9 Date: Sat, 01 Sep 2018 04:45:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:45:20Z", "file": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file", "owner": "1fa12ef451e445378868a58520ca2acc", "id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "size": 12716032, "self": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:45:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:45:20,147 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e91304ae-5fa1-43e8-8c43-70b9456fbbd9 2018-09-01 04:45:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0441570281982s 2018-09-01 04:45:20,148 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-e91304ae-5fa1-43e8-8c43-70b9456fbbd9 2018-09-01 04:45:20,150 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file', 'owner': u'1fa12ef451e445378868a58520ca2acc', 'id': u'9cc758de-c53f-46b0-870f-983db4ccfc76', 'size': 12716032, u'self': u'/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1fa12ef451e445378868a58520ca2acc', 'name': 'vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:45:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:45:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', '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/9cc758de-c53f-46b0-870f-983db4ccfc76', 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_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'created': u'2018-09-01T04:45:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:45:19Z', 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/9cc758de-c53f-46b0-870f-983db4ccfc76', 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_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:45:20,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:45:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "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 04:45:20,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-e16ea322-6afe-4593-be83-566605f9b480 x-compute-request-id: req-e16ea322-6afe-4593-be83-566605f9b480 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "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": "7f1bfeed-9041-4d2b-8d5f-5a949741229e"}} 2018-09-01 04:45:20,455 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e16ea322-6afe-4593-be83-566605f9b480 2018-09-01 04:45:20,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.304504156113s 2018-09-01 04:45:20,455 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-e16ea322-6afe-4593-be83-566605f9b480 2018-09-01 04:45:20,456 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', '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'964427977c614007b31bf28ce6a0b09c', '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'7f1bfeed-9041-4d2b-8d5f-5a949741229e', 'swap': 0}) 2018-09-01 04:45:20,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:45:20,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e/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}4c7731876031491f27827261a46ec0d470756c7b" -d '{"extra_specs": {}}' 2018-09-01 04:45:20,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-74994ac8-cd5e-4ed4-b2e2-5e8060df3009 x-compute-request-id: req-74994ac8-cd5e-4ed4-b2e2-5e8060df3009 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:45:20,478 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e/os-extra_specs used request id req-74994ac8-cd5e-4ed4-b2e2-5e8060df3009 2018-09-01 04:45:20,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210781097412s 2018-09-01 04:45:20,478 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e/os-extra_specs used request id req-74994ac8-cd5e-4ed4-b2e2-5e8060df3009 2018-09-01 04:45:20,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:20,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:20,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-94a4692e-bad5-4ca4-8d1f-a73d4eb9b22d Date: Sat, 01 Sep 2018 04:45: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"],"updated_at":"2018-09-01T04:45:15Z","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:20,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-94a4692e-bad5-4ca4-8d1f-a73d4eb9b22d 2018-09-01 04:45:20,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865678787231s 2018-09-01 04:45:20,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-94a4692e-bad5-4ca4-8d1f-a73d4eb9b22d 2018-09-01 04:45:20,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:45:20,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:20,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-81f9dcf5-0e85-4263-b57b-90b510883421 Date: Sat, 01 Sep 2018 04:45:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:45:20Z", "file": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file", "owner": "1fa12ef451e445378868a58520ca2acc", "id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "size": 12716032, "self": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:45:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:45:20,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-81f9dcf5-0e85-4263-b57b-90b510883421 2018-09-01 04:45:20,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0349988937378s 2018-09-01 04:45:20,605 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-81f9dcf5-0e85-4263-b57b-90b510883421 2018-09-01 04:45:20,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:45:20,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:20,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-bc42e95b-d73f-4165-a5e0-bc1d87e2a723 x-compute-request-id: req-bc42e95b-d73f-4165-a5e0-bc1d87e2a723 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "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": "7f1bfeed-9041-4d2b-8d5f-5a949741229e"}]} 2018-09-01 04:45:20,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-bc42e95b-d73f-4165-a5e0-bc1d87e2a723 2018-09-01 04:45:20,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.276249885559s 2018-09-01 04:45:20,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-bc42e95b-d73f-4165-a5e0-bc1d87e2a723 2018-09-01 04:45:20,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:45:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"server": {"name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "imageRef": "9cc758de-c53f-46b0-870f-983db4ccfc76", "flavorRef": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "afc0957e-9eac-42ce-93af-b3a7eb6f1fdd"}]}}' 2018-09-01 04:45:23,537 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:45: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-0387f9fe-9590-4e65-861d-688aa3b298d1 x-compute-request-id: req-0387f9fe-9590-4e65-861d-688aa3b298d1 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "adminPass": "bZs4o9uHNofK"}} 2018-09-01 04:45:23,537 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-0387f9fe-9590-4e65-861d-688aa3b298d1 2018-09-01 04:45:23,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.65181589127s 2018-09-01 04:45:23,538 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-0387f9fe-9590-4e65-861d-688aa3b298d1 2018-09-01 04:45:23,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:24,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-33be6184-2917-4614-b939-eac5963cd415 x-compute-request-id: req-33be6184-2917-4614-b939-eac5963cd415 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:24,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-33be6184-2917-4614-b939-eac5963cd415 2018-09-01 04:45:24,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55359005928s 2018-09-01 04:45:24,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-33be6184-2917-4614-b939-eac5963cd415 2018-09-01 04:45:24,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:24,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:24,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f3b36851-33a9-44e4-b886-7d7331c7a2f5 Date: Sat, 01 Sep 2018 04:45: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"],"updated_at":"2018-09-01T04:45:15Z","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:24,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f3b36851-33a9-44e4-b886-7d7331c7a2f5 2018-09-01 04:45:24,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0827820301056s 2018-09-01 04:45:24,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f3b36851-33a9-44e4-b886-7d7331c7a2f5 2018-09-01 04:45:24,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:45:24,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:24,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-510ea93c-f794-4951-8365-4bfe59878118 Date: Sat, 01 Sep 2018 04:45:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:45:15Z","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":"1fa12ef451e445378868a58520ca2acc","id":"5c946a16-1b12-45ed-8ca5-f57c49b0e5a3","subnetpool_id":null,"name":"vping_userdata-subnet_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:24,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-510ea93c-f794-4951-8365-4bfe59878118 2018-09-01 04:45:24,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0617508888245s 2018-09-01 04:45:24,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-510ea93c-f794-4951-8365-4bfe59878118 2018-09-01 04:45:24,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:26,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:26,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-4873aa3a-c045-4e20-aef5-3dc90c834614 x-compute-request-id: req-4873aa3a-c045-4e20-aef5-3dc90c834614 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:26Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:26,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4873aa3a-c045-4e20-aef5-3dc90c834614 2018-09-01 04:45:26,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478264808655s 2018-09-01 04:45:26,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-4873aa3a-c045-4e20-aef5-3dc90c834614 2018-09-01 04:45:26,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:28,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:28,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:29,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-2951f4a2-30b8-4ec4-ad4a-3d207f0a3055 x-compute-request-id: req-2951f4a2-30b8-4ec4-ad4a-3d207f0a3055 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:26Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:29,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2951f4a2-30b8-4ec4-ad4a-3d207f0a3055 2018-09-01 04:45:29,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399249076843s 2018-09-01 04:45:29,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2951f4a2-30b8-4ec4-ad4a-3d207f0a3055 2018-09-01 04:45:29,137 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:31,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:31,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:32,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-0701d6f7-d4de-4aa9-97be-1c25421b9a3e x-compute-request-id: req-0701d6f7-d4de-4aa9-97be-1c25421b9a3e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:26Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:32,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0701d6f7-d4de-4aa9-97be-1c25421b9a3e 2018-09-01 04:45:32,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48914599419s 2018-09-01 04:45:32,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-0701d6f7-d4de-4aa9-97be-1c25421b9a3e 2018-09-01 04:45:32,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-e28380cd-27c8-42e4-afef-cb59ff49c981 x-compute-request-id: req-e28380cd-27c8-42e4-afef-cb59ff49c981 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:35,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e28380cd-27c8-42e4-afef-cb59ff49c981 2018-09-01 04:45:35,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45641207695s 2018-09-01 04:45:35,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e28380cd-27c8-42e4-afef-cb59ff49c981 2018-09-01 04:45:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:45:35,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=44ca316e-d781-48f1-89ad-f31a7b311858" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f337680e-072c-458b-a8d9-0e6a21c88c0f Date: Sat, 01 Sep 2018 04:45:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:26Z","admin_state_up":true,"updated_at":"2018-09-01T04:45:31Z","binding:vnic_type":"normal","device_id":"44ca316e-d781-48f1-89ad-f31a7b311858","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:9e:42:dd","id":"1d87c556-3ef2-4b4f-8fbe-e1b786871f24","port_security_enabled":true,"project_id":"1fa12ef451e445378868a58520ca2acc","fixed_ips":[{"subnet_id":"5c946a16-1b12-45ed-8ca5-f57c49b0e5a3","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["46bd3fa8-2152-448c-9d61-d646842aa934"],"name":""}]} 2018-09-01 04:45:35,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=44ca316e-d781-48f1-89ad-f31a7b311858 used request id req-f337680e-072c-458b-a8d9-0e6a21c88c0f 2018-09-01 04:45:35,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0498931407928s 2018-09-01 04:45:35,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=44ca316e-d781-48f1-89ad-f31a7b311858 used request id req-f337680e-072c-458b-a8d9-0e6a21c88c0f 2018-09-01 04:45:35,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:45:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d87c556-3ef2-4b4f-8fbe-e1b786871f24" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-655f3c68-60d5-4b22-ac0d-8a66b3f26bec Date: Sat, 01 Sep 2018 04:45:35 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:45:35,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d87c556-3ef2-4b4f-8fbe-e1b786871f24 used request id req-655f3c68-60d5-4b22-ac0d-8a66b3f26bec 2018-09-01 04:45:35,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0429120063782s 2018-09-01 04:45:35,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=1d87c556-3ef2-4b4f-8fbe-e1b786871f24 used request id req-655f3c68-60d5-4b22-ac0d-8a66b3f26bec 2018-09-01 04:45:35,195 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9e:42:dd', 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'9cc758de-c53f-46b0-870f-983db4ccfc76'}), 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-01T04:45:31.000000', 'flavor': Munch({u'id': u'7f1bfeed-9041-4d2b-8d5f-5a949741229e'}), 'az': u'nova', 'id': u'44ca316e-d781-48f1-89ad-f31a7b311858', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e6f6d80b91504736a22da9da28638cdb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1fa12ef451e445378868a58520ca2acc', 'name': 'vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', '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-01T04:45:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:45:31Z', 'hostId': u'ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb', '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-01T04:45:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1fa12ef451e445378868a58520ca2acc', 'name': u'vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'adminPass': u'bZs4o9uHNofK', 'tenant_id': u'1fa12ef451e445378868a58520ca2acc', 'created_at': u'2018-09-01T04:45:23Z', 'created': u'2018-09-01T04:45:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:45:35,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:35,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-02d48bb5-d899-489a-8e48-fd88e729aea0 Date: Sat, 01 Sep 2018 04:45: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"],"updated_at":"2018-09-01T04:45:15Z","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:35,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-02d48bb5-d899-489a-8e48-fd88e729aea0 2018-09-01 04:45:35,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0843369960785s 2018-09-01 04:45:35,281 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-02d48bb5-d899-489a-8e48-fd88e729aea0 2018-09-01 04:45:35,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:45:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-8638534f-91d1-40c1-b7d0-effef436a48f Date: Sat, 01 Sep 2018 04:45:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:45:20Z", "file": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file", "owner": "1fa12ef451e445378868a58520ca2acc", "id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "size": 12716032, "self": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:45:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:45:35,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8638534f-91d1-40c1-b7d0-effef436a48f 2018-09-01 04:45:35,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296123981476s 2018-09-01 04:45:35,583 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-8638534f-91d1-40c1-b7d0-effef436a48f 2018-09-01 04:45:35,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:45:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:35,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-0998fc2f-dba0-4f1d-a9ac-8c9200a90d76 x-compute-request-id: req-0998fc2f-dba0-4f1d-a9ac-8c9200a90d76 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "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": "7f1bfeed-9041-4d2b-8d5f-5a949741229e"}]} 2018-09-01 04:45:35,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0998fc2f-dba0-4f1d-a9ac-8c9200a90d76 2018-09-01 04:45:35,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.157917976379s 2018-09-01 04:45:35,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-0998fc2f-dba0-4f1d-a9ac-8c9200a90d76 2018-09-01 04:45:35,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:45:35,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"server": {"name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "imageRef": "9cc758de-c53f-46b0-870f-983db4ccfc76", "flavorRef": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE2IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "afc0957e-9eac-42ce-93af-b3a7eb6f1fdd"}]}}' 2018-09-01 04:45:38,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:45:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b28d33e7-e2ef-4abf-ac57-12094e4a3297 x-compute-request-id: req-b28d33e7-e2ef-4abf-ac57-12094e4a3297 Content-Length: 374 location: http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "adminPass": "i2cB5doNR5h2"}} 2018-09-01 04:45:38,088 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b28d33e7-e2ef-4abf-ac57-12094e4a3297 2018-09-01 04:45:38,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.34362411499s 2018-09-01 04:45:38,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-b28d33e7-e2ef-4abf-ac57-12094e4a3297 2018-09-01 04:45:38,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:38,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:38,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-5438fbfd-79e6-4646-addf-c5c882d0edeb x-compute-request-id: req-5438fbfd-79e6-4646-addf-c5c882d0edeb Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:38,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5438fbfd-79e6-4646-addf-c5c882d0edeb 2018-09-01 04:45:38,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186800003052s 2018-09-01 04:45:38,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-5438fbfd-79e6-4646-addf-c5c882d0edeb 2018-09-01 04:45:38,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:40,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:40,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:40,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-42d06953-2811-4807-b6d0-aa4696938195 x-compute-request-id: req-42d06953-2811-4807-b6d0-aa4696938195 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:40,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42d06953-2811-4807-b6d0-aa4696938195 2018-09-01 04:45:40,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681771039963s 2018-09-01 04:45:40,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-42d06953-2811-4807-b6d0-aa4696938195 2018-09-01 04:45:40,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:42,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:42,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:43,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc0a8c67-7d31-40d2-8356-fe701bcc2b64 x-compute-request-id: req-bc0a8c67-7d31-40d2-8356-fe701bcc2b64 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:40Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:43,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc0a8c67-7d31-40d2-8356-fe701bcc2b64 2018-09-01 04:45:43,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416380167007s 2018-09-01 04:45:43,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-bc0a8c67-7d31-40d2-8356-fe701bcc2b64 2018-09-01 04:45:43,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:45,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:45,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:45,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f94b3aa1-0d7d-4c8f-8d0b-8024081ec0d5 x-compute-request-id: req-f94b3aa1-0d7d-4c8f-8d0b-8024081ec0d5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:44Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:45,946 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f94b3aa1-0d7d-4c8f-8d0b-8024081ec0d5 2018-09-01 04:45:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546762943268s 2018-09-01 04:45:45,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-f94b3aa1-0d7d-4c8f-8d0b-8024081ec0d5 2018-09-01 04:45:45,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:45:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=70967bf1-10f9-42e6-9f93-5b22e3950a48" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:46,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1d485d3a-0db8-4688-88ff-8564c6d2acde Date: Sat, 01 Sep 2018 04:45:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:41Z","admin_state_up":true,"updated_at":"2018-09-01T04:45:44Z","binding:vnic_type":"normal","device_id":"70967bf1-10f9-42e6-9f93-5b22e3950a48","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ad:49:5a","id":"b7570ba7-7166-417f-b1d7-fa640f90a7d5","port_security_enabled":true,"project_id":"1fa12ef451e445378868a58520ca2acc","fixed_ips":[{"subnet_id":"5c946a16-1b12-45ed-8ca5-f57c49b0e5a3","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["46bd3fa8-2152-448c-9d61-d646842aa934"],"name":""}]} 2018-09-01 04:45:46,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=70967bf1-10f9-42e6-9f93-5b22e3950a48 used request id req-1d485d3a-0db8-4688-88ff-8564c6d2acde 2018-09-01 04:45:46,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0591850280762s 2018-09-01 04:45:46,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=70967bf1-10f9-42e6-9f93-5b22e3950a48 used request id req-1d485d3a-0db8-4688-88ff-8564c6d2acde 2018-09-01 04:45:46,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:45:46,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b7570ba7-7166-417f-b1d7-fa640f90a7d5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:46,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4903cbf5-aef1-4384-bc34-4c1f91f3fad2 Date: Sat, 01 Sep 2018 04:45:46 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:45:46,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b7570ba7-7166-417f-b1d7-fa640f90a7d5 used request id req-4903cbf5-aef1-4384-bc34-4c1f91f3fad2 2018-09-01 04:45:46,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0470719337463s 2018-09-01 04:45:46,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=b7570ba7-7166-417f-b1d7-fa640f90a7d5 used request id req-4903cbf5-aef1-4384-bc34-4c1f91f3fad2 2018-09-01 04:45:46,065 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ad:49:5a', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9cc758de-c53f-46b0-870f-983db4ccfc76'}), 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-01T04:45:44.000000', 'flavor': Munch({u'id': u'7f1bfeed-9041-4d2b-8d5f-5a949741229e'}), 'az': u'nova', 'id': u'70967bf1-10f9-42e6-9f93-5b22e3950a48', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e6f6d80b91504736a22da9da28638cdb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1fa12ef451e445378868a58520ca2acc', 'name': 'vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', '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-01T04:45:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:45:44Z', 'hostId': u'4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2', '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-01T04:45:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1fa12ef451e445378868a58520ca2acc', 'name': u'vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b', 'adminPass': u'i2cB5doNR5h2', 'tenant_id': u'1fa12ef451e445378868a58520ca2acc', 'created_at': u'2018-09-01T04:45:38Z', 'created': u'2018-09-01T04:45:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:45:46,065 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-01 04:45:47,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:47,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:47,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-13dd715d-9c12-440c-8b45-bb920dcab0cd x-compute-request-id: req-13dd715d-9c12-440c-8b45-bb920dcab0cd Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:44Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:47,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-13dd715d-9c12-440c-8b45-bb920dcab0cd 2018-09-01 04:45:47,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698623895645s 2018-09-01 04:45:47,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-13dd715d-9c12-440c-8b45-bb920dcab0cd 2018-09-01 04:45:47,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:45:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/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}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:45:47,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-6fa44f5d-6b68-4812-959b-a1444562759a x-compute-request-id: req-6fa44f5d-6b68-4812-959b-a1444562759a Content-Encoding: gzip Content-Length: 7953 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 512402523 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.190834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193170] pid_max: default: 32768 minimum: 301\n[ 0.194516] ACPI: Core revision 20150930\n[ 0.196218] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198088] Security Framework initialized\n[ 0.199263] Yama: becoming mindful.\n[ 0.200290] AppArmor: AppArmor initialized\n[ 0.201478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203357] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205188] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206936] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208874] Initializing cgroup subsys io\n[ 0.210066] Initializing cgroup subsys memory\n[ 0.211307] Initializing cgroup subsys devices\n[ 0.212536] Initializing cgroup subsys freezer\n[ 0.213802] Initializing cgroup subsys net_cls\n[ 0.215084] Initializing cgroup subsys perf_event\n[ 0.216368] Initializing cgroup subsys net_prio\n[ 0.217646] Initializing cgroup subsys hugetlb\n[ 0.218915] Initializing cgroup subsys pids\n[ 0.220131] CPU: Physical Processor ID: 0\n[ 0.221997] mce: CPU supports 10 MCE banks\n[ 0.223216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246097] ftrace: allocating 31920 entries in 125 pages\n[ 0.271095] smpboot: Max logical packages: 1\n[ 0.272365] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274335] x2apic enabled\n[ 0.275549] Switched APIC routing to physical x2apic.\n[ 0.278070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279669] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284993] KVM setup paravirtual spinlock\n[ 0.286656] x86: Booted up 1 node, 1 CPUs\n[ 0.287801] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289742] devtmpfs: initialized\n[ 0.291715] evm: security.selinux\n[ 0.292708] evm: security.SMACK64\n[ 0.293691] evm: security.SMACK64EXEC\n[ 0.294747] evm: security.SMACK64TRANSMUTE\n[ 0.295951] evm: security.SMACK64MMAP\n[ 0.297002] evm: security.ima\n[ 0.297907] evm: security.capability\n[ 0.299011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301614] pinctrl core: initialized pinctrl subsystem\n[ 0.303129] RTC time: 4:45:44, date: 09/01/18\n[ 0.304448] NET: Registered protocol family 16\n[ 0.305866] cpuidle: using governor ladder\n[ 0.307028] cpuidle: using governor menu\n[ 0.308135] PCCT header not found.\n[ 0.309175] ACPI: bus type PCI registered\n[ 0.310306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312040] PCI: Using configuration type 1 for base access\n[ 0.314205] ACPI: Added _OSI(Module Device)\n[ 0.315412] ACPI: Added _OSI(Processor Device)\n[ 0.316656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320187] ACPI: Interpreter enabled\n[ 0.321307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331822] ACPI: (supports S0 S5)\n[ 0.332825] ACPI: Using IOAPIC for interrupt routing\n[ 0.334159] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338097] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346258] acpiphp: Slot [3] registered\n[ 0.347408] acpiphp: Slot [4] registered\n[ 0.348534] acpiphp: Slot [5] registered\n[ 0.349656] acpiphp: Slot [6] registered\n[ 0.350815] acpiphp: Slot [7] registered\n[ 0.351943] acpiphp: Slot [8] registered\n[ 0.353066] acpiphp: Slot [9] registered\n[ 0.354188] acpiphp: Slot [10] registered\n[ 0.355331] acpiphp: Slot [11] registered\n[ 0.356518] acpiphp: Slot [12] registered\n[ 0.357673] acpiphp: Slot [13] registered\n[ 0.358810] acpiphp: Slot [14] registered\n[ 0.359954] acpiphp: Slot [15] registered\n[ 0.374939] acpiphp: Slot [16] registered\n[ 0.376103] acpiphp: Slot [17] registered\n[ 0.377288] acpiphp: Slot [18] registered\n[ 0.378430] acpiphp: Slot [19] registered\n[ 0.379580] acpiphp: Slot [20] registered\n[ 0.380741] acpiphp: Slot [21] registered\n[ 0.381922] acpiphp: Slot [22] registered\n[ 0.383061] acpiphp: Slot [23] registered\n[ 0.384206] acpiphp: Slot [24] registered\n[ 0.385350] acpiphp: Slot [25] registered\n[ 0.386539] acpiphp: Slot [26] registered\n[ 0.387694] acpiphp: Slot [27] registered\n[ 0.388840] acpiphp: Slot [28] registered\n[ 0.389987] acpiphp: Slot [29] registered\n[ 0.391128] acpiphp: Slot [30] registered\n[ 0.392269] acpiphp: Slot [31] registered\n[ 0.393413] PCI host bridge to bus 0000:00\n[ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396290] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400081] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402141] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410080] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411740] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447838] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449636] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451400] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452826] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454929] vgaarb: loaded\n[ 0.455760] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457392] SCSI subsystem initialized\n[ 0.458639] ACPI: bus type USB registered\n[ 0.459762] usbcore: registered new interface driver usbfs\n[ 0.461164] usbcore: registered new interface driver hub\n[ 0.462519] usbcore: registered new device driver usb\n[ 0.463999] PCI: Using ACPI for IRQ routing\n[ 0.465507] NetLabel: Initializing\n[ 0.466474] NetLabel: domain hash size = 128\n[ 0.467630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468923] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] clocksource: Switched to clocksource kvm-clock\n[ 0.480439] AppArmor: AppArmor Filesystem Enabled\n[ 0.481740] pnp: PnP ACPI init\n[ 0.482954] pnp: PnP ACPI: found 5 devices\n[ 0.489771] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492106] NET: Registered protocol family 2\n[ 0.493510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496903] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498540] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500004] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501581] NET: Registered protocol family 1\n[ 0.502775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.504254] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.505704] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.520165] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.534746] Trying to unpack rootfs image as initramfs...\n[ 0.595785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.600788] Scanning for low memory corruption every 60 seconds\n[ 0.602959] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604560] audit: initializing netlink subsys (disabled)\n[ 0.606002] audit: type=2000 audit(1535777145.672:1): initialized\n[ 0.607903] Initialise system trusted keyring\n[ 0.609254] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.610824] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613528] zbud: loaded\n[ 0.614529] VFS: Disk quotas dquot_6.6.0\n[ 0.615657] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617793] fuse init (API version 7.23)\n[ 0.619033] Key type big_key registered\n[ 0.620133] Allocating IMA MOK and blacklist keyrings.\n[ 0.621778] Key type asymmetric registered\n[ 0.622917] Asymmetric key parser 'x509' registered\n[ 0.624231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626275] io scheduler noop registered\n[ 0.627369] io scheduler deadline registered (default)\n[ 0.628722] io scheduler cfq registered\n[ 0.629892] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631292] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635022] ACPI: Power Button [PWRF]\n[ 0.636230] GHES: HEST is not enabled!\n[ 0.650373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682699] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706351] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709343] Linux agpgart interface v0.103\n[ 0.712712] brd: module loaded\n[ 0.714913] loop: module loaded\n[ 0.719481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721660] GPT:90111 != 2097151\n[ 0.722683] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724317] GPT:90111 != 2097151\n[ 0.725330] GPT: Use GNU Parted to correct GPT errors.\n[ 0.726779] vda: vda1 vda15\n[ 0.728599] scsi host0: ata_piix\n[ 0.729739] scsi host1: ata_piix\n[ 0.730812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.735005] libphy: Fixed MDIO Bus: probed\n[ 0.736234] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740524] PPP generic driver version 2.4.2\n[ 0.741868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743641] ehci-pci: EHCI PCI platform driver\n[ 0.744940] ehci-platform: EHCI generic platform driver\n[ 0.746405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.748097] ohci-pci: OHCI PCI platform driver\n[ 0.749388] ohci-platform: OHCI generic platform driver\n[ 0.750878] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765696] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767195] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772583] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776512] usb usb1: Product: UHCI Host Controller\n[ 0.777896] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779667] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781110] hub 1-0:1.0: USB hub found\n[ 0.782257] hub 1-0:1.0: 2 ports detected\n[ 0.783625] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.786683] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788077] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789577] mousedev: PS/2 mouse device common for all mice\n[ 0.791401] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.794108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795774] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.799275] i2c /dev entries driver\n[ 0.800409] device-mapper: uevent: version 1.0.3\n[ 0.801831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804252] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806225] NET: Registered protocol family 10\n[ 0.807867] NET: Registered protocol family 17\n[ 0.809184] Key type dns_resolver registered\n[ 0.810592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814794] registered taskstats version 1\n[ 0.816023] Loading compiled-in X.509 certificates\n[ 0.817917] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.820684] zswap: loaded using pool lzo/zbud\n[ 0.822903] Key type trusted registered\n[ 0.825158] Key type encrypted registered\n[ 0.826361] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.829445] evm: HMAC attrs: 0x1\n[ 0.830816] Magic number: 2:749:766\n[ 0.832059] rtc_cmos 00:00: setting system clock to 2018-09-01 04:45:45 UTC (1535777145)\n[ 0.834457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836092] EDD information not available.\n[ 0.892167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908580] Write protecting the kernel read-only data: 14336k\n[ 0.911599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914116] 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.962067] 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.5...\nLease of 192.168.120.5 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-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: "} 2018-09-01 04:45:47,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/action used request id req-6fa44f5d-6b68-4812-959b-a1444562759a 2018-09-01 04:45:47,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0895049571991s 2018-09-01 04:45:47,860 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/action used request id req-6fa44f5d-6b68-4812-959b-a1444562759a 2018-09-01 04:45:47,860 - 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 512402523 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.190834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193170] pid_max: default: 32768 minimum: 301 [ 0.194516] ACPI: Core revision 20150930 [ 0.196218] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198088] Security Framework initialized [ 0.199263] Yama: becoming mindful. [ 0.200290] AppArmor: AppArmor initialized [ 0.201478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203357] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205188] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206936] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208874] Initializing cgroup subsys io [ 0.210066] Initializing cgroup subsys memory [ 0.211307] Initializing cgroup subsys devices [ 0.212536] Initializing cgroup subsys freezer [ 0.213802] Initializing cgroup subsys net_cls [ 0.215084] Initializing cgroup subsys perf_event [ 0.216368] Initializing cgroup subsys net_prio [ 0.217646] Initializing cgroup subsys hugetlb [ 0.218915] Initializing cgroup subsys pids [ 0.220131] CPU: Physical Processor ID: 0 [ 0.221997] mce: CPU supports 10 MCE banks [ 0.223216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246097] ftrace: allocating 31920 entries in 125 pages [ 0.271095] smpboot: Max logical packages: 1 [ 0.272365] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274335] x2apic enabled [ 0.275549] Switched APIC routing to physical x2apic. [ 0.278070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279669] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284993] KVM setup paravirtual spinlock [ 0.286656] x86: Booted up 1 node, 1 CPUs [ 0.287801] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289742] devtmpfs: initialized [ 0.291715] evm: security.selinux [ 0.292708] evm: security.SMACK64 [ 0.293691] evm: security.SMACK64EXEC [ 0.294747] evm: security.SMACK64TRANSMUTE [ 0.295951] evm: security.SMACK64MMAP [ 0.297002] evm: security.ima [ 0.297907] evm: security.capability [ 0.299011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301614] pinctrl core: initialized pinctrl subsystem [ 0.303129] RTC time: 4:45:44, date: 09/01/18 [ 0.304448] NET: Registered protocol family 16 [ 0.305866] cpuidle: using governor ladder [ 0.307028] cpuidle: using governor menu [ 0.308135] PCCT header not found. [ 0.309175] ACPI: bus type PCI registered [ 0.310306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312040] PCI: Using configuration type 1 for base access [ 0.314205] ACPI: Added _OSI(Module Device) [ 0.315412] ACPI: Added _OSI(Processor Device) [ 0.316656] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317960] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320187] ACPI: Interpreter enabled [ 0.321307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331822] ACPI: (supports S0 S5) [ 0.332825] ACPI: Using IOAPIC for interrupt routing [ 0.334159] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338097] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346258] acpiphp: Slot [3] registered [ 0.347408] acpiphp: Slot [4] registered [ 0.348534] acpiphp: Slot [5] registered [ 0.349656] acpiphp: Slot [6] registered [ 0.350815] acpiphp: Slot [7] registered [ 0.351943] acpiphp: Slot [8] registered [ 0.353066] acpiphp: Slot [9] registered [ 0.354188] acpiphp: Slot [10] registered [ 0.355331] acpiphp: Slot [11] registered [ 0.356518] acpiphp: Slot [12] registered [ 0.357673] acpiphp: Slot [13] registered [ 0.358810] acpiphp: Slot [14] registered [ 0.359954] acpiphp: Slot [15] registered [ 0.374939] acpiphp: Slot [16] registered [ 0.376103] acpiphp: Slot [17] registered [ 0.377288] acpiphp: Slot [18] registered [ 0.378430] acpiphp: Slot [19] registered [ 0.379580] acpiphp: Slot [20] registered [ 0.380741] acpiphp: Slot [21] registered [ 0.381922] acpiphp: Slot [22] registered [ 0.383061] acpiphp: Slot [23] registered [ 0.384206] acpiphp: Slot [24] registered [ 0.385350] acpiphp: Slot [25] registered [ 0.386539] acpiphp: Slot [26] registered [ 0.387694] acpiphp: Slot [27] registered [ 0.388840] acpiphp: Slot [28] registered [ 0.389987] acpiphp: Slot [29] registered [ 0.391128] acpiphp: Slot [30] registered [ 0.392269] acpiphp: Slot [31] registered [ 0.393413] PCI host bridge to bus 0000:00 [ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396290] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400081] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402141] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410080] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411740] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447838] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449636] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451400] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452826] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454929] vgaarb: loaded [ 0.455760] vgaarb: bridge control possible 0000:00:02.0 [ 0.457392] SCSI subsystem initialized [ 0.458639] ACPI: bus type USB registered [ 0.459762] usbcore: registered new interface driver usbfs [ 0.461164] usbcore: registered new interface driver hub [ 0.462519] usbcore: registered new device driver usb [ 0.463999] PCI: Using ACPI for IRQ routing [ 0.465507] NetLabel: Initializing [ 0.466474] NetLabel: domain hash size = 128 [ 0.467630] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468923] NetLabel: unlabeled traffic allowed by default [ 0.470492] clocksource: Switched to clocksource kvm-clock [ 0.480439] AppArmor: AppArmor Filesystem Enabled [ 0.481740] pnp: PnP ACPI init [ 0.482954] pnp: PnP ACPI: found 5 devices [ 0.489771] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.492106] NET: Registered protocol family 2 [ 0.493510] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.496903] TCP: Hash tables configured (established 4096 bind 4096) [ 0.498540] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500004] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.501581] NET: Registered protocol family 1 [ 0.502775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.504254] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.505704] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.520165] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.534746] Trying to unpack rootfs image as initramfs... [ 0.595785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.600788] Scanning for low memory corruption every 60 seconds [ 0.602959] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604560] audit: initializing netlink subsys (disabled) [ 0.606002] audit: type=2000 audit(1535777145.672:1): initialized [ 0.607903] Initialise system trusted keyring [ 0.609254] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.610824] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613528] zbud: loaded [ 0.614529] VFS: Disk quotas dquot_6.6.0 [ 0.615657] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617793] fuse init (API version 7.23) [ 0.619033] Key type big_key registered [ 0.620133] Allocating IMA MOK and blacklist keyrings. [ 0.621778] Key type asymmetric registered [ 0.622917] Asymmetric key parser 'x509' registered [ 0.624231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626275] io scheduler noop registered [ 0.627369] io scheduler deadline registered (default) [ 0.628722] io scheduler cfq registered [ 0.629892] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631292] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635022] ACPI: Power Button [PWRF] [ 0.636230] GHES: HEST is not enabled! [ 0.650373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682699] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706351] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709343] Linux agpgart interface v0.103 [ 0.712712] brd: module loaded [ 0.714913] loop: module loaded [ 0.719481] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721660] GPT:90111 != 2097151 [ 0.722683] GPT:Alternate GPT header not at the end of the disk. [ 0.724317] GPT:90111 != 2097151 [ 0.725330] GPT: Use GNU Parted to correct GPT errors. [ 0.726779] vda: vda1 vda15 [ 0.728599] scsi host0: ata_piix [ 0.729739] scsi host1: ata_piix [ 0.730812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.735005] libphy: Fixed MDIO Bus: probed [ 0.736234] tun: Universal TUN/TAP device driver, 1.6 [ 0.737641] tun: (C) 1999-2004 Max Krasnyansky [ 0.740524] PPP generic driver version 2.4.2 [ 0.741868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743641] ehci-pci: EHCI PCI platform driver [ 0.744940] ehci-platform: EHCI generic platform driver [ 0.746405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.748097] ohci-pci: OHCI PCI platform driver [ 0.749388] ohci-platform: OHCI generic platform driver [ 0.750878] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765696] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.767195] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.769396] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.772583] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776512] usb usb1: Product: UHCI Host Controller [ 0.777896] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.779667] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781110] hub 1-0:1.0: USB hub found [ 0.782257] hub 1-0:1.0: 2 ports detected [ 0.783625] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.786683] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788077] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789577] mousedev: PS/2 mouse device common for all mice [ 0.791401] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794108] rtc_cmos 00:00: RTC can wake from S4 [ 0.795774] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799275] i2c /dev entries driver [ 0.800409] device-mapper: uevent: version 1.0.3 [ 0.801831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804252] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806225] NET: Registered protocol family 10 [ 0.807867] NET: Registered protocol family 17 [ 0.809184] Key type dns_resolver registered [ 0.810592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812195] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814794] registered taskstats version 1 [ 0.816023] Loading compiled-in X.509 certificates [ 0.817917] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.820684] zswap: loaded using pool lzo/zbud [ 0.822903] Key type trusted registered [ 0.825158] Key type encrypted registered [ 0.826361] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827907] ima: No TPM chip found, activating TPM-bypass! [ 0.829445] evm: HMAC attrs: 0x1 [ 0.830816] Magic number: 2:749:766 [ 0.832059] rtc_cmos 00:00: setting system clock to 2018-09-01 04:45:45 UTC (1535777145) [ 0.834457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.836092] EDD information not available. [ 0.892167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.908580] Write protecting the kernel read-only data: 14336k [ 0.911599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.914116] 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.962067] 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.5... Lease of 192.168.120.5 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-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: 2018-09-01 04:45:47,861 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.16. Waiting for response... 2018-09-01 04:45:48,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:48,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:49,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-3dffcbc0-2124-43a6-9408-c03df1deaf8b x-compute-request-id: req-3dffcbc0-2124-43a6-9408-c03df1deaf8b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:44Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:31Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:49,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3dffcbc0-2124-43a6-9408-c03df1deaf8b 2018-09-01 04:45:49,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19437789917s 2018-09-01 04:45:49,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3dffcbc0-2124-43a6-9408-c03df1deaf8b 2018-09-01 04:45:49,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:45:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/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}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:45:49,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60c15535-1e5d-4326-aa6a-aa362c772e9b x-compute-request-id: req-60c15535-1e5d-4326-aa6a-aa362c772e9b Content-Encoding: gzip Content-Length: 9559 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 512402523 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.190834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193170] pid_max: default: 32768 minimum: 301\n[ 0.194516] ACPI: Core revision 20150930\n[ 0.196218] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198088] Security Framework initialized\n[ 0.199263] Yama: becoming mindful.\n[ 0.200290] AppArmor: AppArmor initialized\n[ 0.201478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203357] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205188] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206936] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208874] Initializing cgroup subsys io\n[ 0.210066] Initializing cgroup subsys memory\n[ 0.211307] Initializing cgroup subsys devices\n[ 0.212536] Initializing cgroup subsys freezer\n[ 0.213802] Initializing cgroup subsys net_cls\n[ 0.215084] Initializing cgroup subsys perf_event\n[ 0.216368] Initializing cgroup subsys net_prio\n[ 0.217646] Initializing cgroup subsys hugetlb\n[ 0.218915] Initializing cgroup subsys pids\n[ 0.220131] CPU: Physical Processor ID: 0\n[ 0.221997] mce: CPU supports 10 MCE banks\n[ 0.223216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246097] ftrace: allocating 31920 entries in 125 pages\n[ 0.271095] smpboot: Max logical packages: 1\n[ 0.272365] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274335] x2apic enabled\n[ 0.275549] Switched APIC routing to physical x2apic.\n[ 0.278070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279669] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284993] KVM setup paravirtual spinlock\n[ 0.286656] x86: Booted up 1 node, 1 CPUs\n[ 0.287801] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289742] devtmpfs: initialized\n[ 0.291715] evm: security.selinux\n[ 0.292708] evm: security.SMACK64\n[ 0.293691] evm: security.SMACK64EXEC\n[ 0.294747] evm: security.SMACK64TRANSMUTE\n[ 0.295951] evm: security.SMACK64MMAP\n[ 0.297002] evm: security.ima\n[ 0.297907] evm: security.capability\n[ 0.299011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301614] pinctrl core: initialized pinctrl subsystem\n[ 0.303129] RTC time: 4:45:44, date: 09/01/18\n[ 0.304448] NET: Registered protocol family 16\n[ 0.305866] cpuidle: using governor ladder\n[ 0.307028] cpuidle: using governor menu\n[ 0.308135] PCCT header not found.\n[ 0.309175] ACPI: bus type PCI registered\n[ 0.310306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312040] PCI: Using configuration type 1 for base access\n[ 0.314205] ACPI: Added _OSI(Module Device)\n[ 0.315412] ACPI: Added _OSI(Processor Device)\n[ 0.316656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320187] ACPI: Interpreter enabled\n[ 0.321307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331822] ACPI: (supports S0 S5)\n[ 0.332825] ACPI: Using IOAPIC for interrupt routing\n[ 0.334159] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338097] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346258] acpiphp: Slot [3] registered\n[ 0.347408] acpiphp: Slot [4] registered\n[ 0.348534] acpiphp: Slot [5] registered\n[ 0.349656] acpiphp: Slot [6] registered\n[ 0.350815] acpiphp: Slot [7] registered\n[ 0.351943] acpiphp: Slot [8] registered\n[ 0.353066] acpiphp: Slot [9] registered\n[ 0.354188] acpiphp: Slot [10] registered\n[ 0.355331] acpiphp: Slot [11] registered\n[ 0.356518] acpiphp: Slot [12] registered\n[ 0.357673] acpiphp: Slot [13] registered\n[ 0.358810] acpiphp: Slot [14] registered\n[ 0.359954] acpiphp: Slot [15] registered\n[ 0.374939] acpiphp: Slot [16] registered\n[ 0.376103] acpiphp: Slot [17] registered\n[ 0.377288] acpiphp: Slot [18] registered\n[ 0.378430] acpiphp: Slot [19] registered\n[ 0.379580] acpiphp: Slot [20] registered\n[ 0.380741] acpiphp: Slot [21] registered\n[ 0.381922] acpiphp: Slot [22] registered\n[ 0.383061] acpiphp: Slot [23] registered\n[ 0.384206] acpiphp: Slot [24] registered\n[ 0.385350] acpiphp: Slot [25] registered\n[ 0.386539] acpiphp: Slot [26] registered\n[ 0.387694] acpiphp: Slot [27] registered\n[ 0.388840] acpiphp: Slot [28] registered\n[ 0.389987] acpiphp: Slot [29] registered\n[ 0.391128] acpiphp: Slot [30] registered\n[ 0.392269] acpiphp: Slot [31] registered\n[ 0.393413] PCI host bridge to bus 0000:00\n[ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396290] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400081] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402141] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410080] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411740] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447838] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449636] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451400] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452826] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454929] vgaarb: loaded\n[ 0.455760] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457392] SCSI subsystem initialized\n[ 0.458639] ACPI: bus type USB registered\n[ 0.459762] usbcore: registered new interface driver usbfs\n[ 0.461164] usbcore: registered new interface driver hub\n[ 0.462519] usbcore: registered new device driver usb\n[ 0.463999] PCI: Using ACPI for IRQ routing\n[ 0.465507] NetLabel: Initializing\n[ 0.466474] NetLabel: domain hash size = 128\n[ 0.467630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468923] NetLabel: unlabeled traffic allowed by default\n[ 0.470492] clocksource: Switched to clocksource kvm-clock\n[ 0.480439] AppArmor: AppArmor Filesystem Enabled\n[ 0.481740] pnp: PnP ACPI init\n[ 0.482954] pnp: PnP ACPI: found 5 devices\n[ 0.489771] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492106] NET: Registered protocol family 2\n[ 0.493510] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496903] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498540] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500004] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501581] NET: Registered protocol family 1\n[ 0.502775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.504254] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.505704] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.520165] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.534746] Trying to unpack rootfs image as initramfs...\n[ 0.595785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.600788] Scanning for low memory corruption every 60 seconds\n[ 0.602959] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604560] audit: initializing netlink subsys (disabled)\n[ 0.606002] audit: type=2000 audit(1535777145.672:1): initialized\n[ 0.607903] Initialise system trusted keyring\n[ 0.609254] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.610824] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613528] zbud: loaded\n[ 0.614529] VFS: Disk quotas dquot_6.6.0\n[ 0.615657] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617793] fuse init (API version 7.23)\n[ 0.619033] Key type big_key registered\n[ 0.620133] Allocating IMA MOK and blacklist keyrings.\n[ 0.621778] Key type asymmetric registered\n[ 0.622917] Asymmetric key parser 'x509' registered\n[ 0.624231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626275] io scheduler noop registered\n[ 0.627369] io scheduler deadline registered (default)\n[ 0.628722] io scheduler cfq registered\n[ 0.629892] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631292] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635022] ACPI: Power Button [PWRF]\n[ 0.636230] GHES: HEST is not enabled!\n[ 0.650373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682699] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706351] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709343] Linux agpgart interface v0.103\n[ 0.712712] brd: module loaded\n[ 0.714913] loop: module loaded\n[ 0.719481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721660] GPT:90111 != 2097151\n[ 0.722683] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724317] GPT:90111 != 2097151\n[ 0.725330] GPT: Use GNU Parted to correct GPT errors.\n[ 0.726779] vda: vda1 vda15\n[ 0.728599] scsi host0: ata_piix\n[ 0.729739] scsi host1: ata_piix\n[ 0.730812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.735005] libphy: Fixed MDIO Bus: probed\n[ 0.736234] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740524] PPP generic driver version 2.4.2\n[ 0.741868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743641] ehci-pci: EHCI PCI platform driver\n[ 0.744940] ehci-platform: EHCI generic platform driver\n[ 0.746405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.748097] ohci-pci: OHCI PCI platform driver\n[ 0.749388] ohci-platform: OHCI generic platform driver\n[ 0.750878] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765696] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767195] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769396] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772583] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776512] usb usb1: Product: UHCI Host Controller\n[ 0.777896] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779667] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781110] hub 1-0:1.0: USB hub found\n[ 0.782257] hub 1-0:1.0: 2 ports detected\n[ 0.783625] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.786683] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788077] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789577] mousedev: PS/2 mouse device common for all mice\n[ 0.791401] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.794108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795774] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.799275] i2c /dev entries driver\n[ 0.800409] device-mapper: uevent: version 1.0.3\n[ 0.801831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804252] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806225] NET: Registered protocol family 10\n[ 0.807867] NET: Registered protocol family 17\n[ 0.809184] Key type dns_resolver registered\n[ 0.810592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812195] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814794] registered taskstats version 1\n[ 0.816023] Loading compiled-in X.509 certificates\n[ 0.817917] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.820684] zswap: loaded using pool lzo/zbud\n[ 0.822903] Key type trusted registered\n[ 0.825158] Key type encrypted registered\n[ 0.826361] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827907] ima: No TPM chip found, activating TPM-bypass!\n[ 0.829445] evm: HMAC attrs: 0x1\n[ 0.830816] Magic number: 2:749:766\n[ 0.832059] rtc_cmos 00:00: setting system clock to 2018-09-01 04:45:45 UTC (1535777145)\n[ 0.834457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836092] EDD information not available.\n[ 0.892167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908580] Write protecting the kernel read-only data: 14336k\n[ 0.911599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914116] 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.962067] 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.5...\nLease of 192.168.120.5 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPUtL2LqjBiVD6oNFUCRRblDRj/uBw9GBoVRpFO6Dr517wKHYinBhaUwhDdltuDqNNGmxU5Cm/FrBm75/qZRG3QoAz9APOz/mOW077qQB5QfQAXcco2oh0KgWn6HCd6Iw8NdF6y1v5bGuzZMSNtnNMcx6mZWQrhVEajPnUO1D6NI2+wOJvJQBeG4wdKORow/2ZVilRStNwlyIudJQGT7vAg5krDGdprj8ZdUMZEaOgtV+aocqcxtPzsasj2A7PZWF11tvLuml47jpa/xBBUZVd8ZPUtHj0AhX2bdJaApWoAp6zVOxEN0igTHR2S/PhMM5VGAriQh2Qp4BpoY7nWhvn root@vping-userdata-vm2-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b\nssh-dss AAAAB3NzaC1kc3MAAACBAK60UZ2gytcz0ipzmI6I8UYQXu87yqnMMeqjtx2arry2mc73Hm5VUf42v7FOQyRtyr3O2ldJZQrKt/4hLAlNvd+YN8YzvthDpQhqoP0nCJGEWMsKiG4ed28Fe3B59imzlv5bKr4E0V8th/osUFDgzTEAhQPfOEUPx0D5ATf9R39PAAAAFQC0MbMNh2J8vNeE9kGmTBAG3w/1dQAAAIEAqs8mpni0k64cEf0MgjmiyJTloi/za/UHUxEJyZUICA0hd2gLUJd8ziIQUzOlHfKggPnfcuiu7DyAznuAb553CbmegZeITbBW+k2eowTDNBp8Dt0LPx8CXFRxibpN4yX3VTWbxSVR4OlO/YR4j/YeuffHs7MmhxA/V0i3Dm9pgiAAAACAdxf5w2kRLbmJLBJy1qvZF8bLnPzvPwYS5hSdCG+jkWw7I6tD3D34ICctB5R+MGNXLqEO2/O0gxQrtyAK19cdkrVbypptX/kLeHKZ4fdRdNuTcLSz5ur0AfkAHCjge/SdSYDcsKqE71fliEsstV0uPdtlnXH53Nx+kmcbKEcqdQU= root@vping-userdata-vm2-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.33s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fead:495a/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.5 \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-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.30 ===\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-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b login: "} 2018-09-01 04:45:49,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/action used request id req-60c15535-1e5d-4326-aa6a-aa362c772e9b 2018-09-01 04:45:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0832459926605s 2018-09-01 04:45:49,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48/action used request id req-60c15535-1e5d-4326-aa6a-aa362c772e9b 2018-09-01 04:45:49,145 - 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 512402523 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.190834] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193170] pid_max: default: 32768 minimum: 301 [ 0.194516] ACPI: Core revision 20150930 [ 0.196218] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198088] Security Framework initialized [ 0.199263] Yama: becoming mindful. [ 0.200290] AppArmor: AppArmor initialized [ 0.201478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203357] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205188] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206936] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208874] Initializing cgroup subsys io [ 0.210066] Initializing cgroup subsys memory [ 0.211307] Initializing cgroup subsys devices [ 0.212536] Initializing cgroup subsys freezer [ 0.213802] Initializing cgroup subsys net_cls [ 0.215084] Initializing cgroup subsys perf_event [ 0.216368] Initializing cgroup subsys net_prio [ 0.217646] Initializing cgroup subsys hugetlb [ 0.218915] Initializing cgroup subsys pids [ 0.220131] CPU: Physical Processor ID: 0 [ 0.221997] mce: CPU supports 10 MCE banks [ 0.223216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246097] ftrace: allocating 31920 entries in 125 pages [ 0.271095] smpboot: Max logical packages: 1 [ 0.272365] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274335] x2apic enabled [ 0.275549] Switched APIC routing to physical x2apic. [ 0.278070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279669] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284993] KVM setup paravirtual spinlock [ 0.286656] x86: Booted up 1 node, 1 CPUs [ 0.287801] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289742] devtmpfs: initialized [ 0.291715] evm: security.selinux [ 0.292708] evm: security.SMACK64 [ 0.293691] evm: security.SMACK64EXEC [ 0.294747] evm: security.SMACK64TRANSMUTE [ 0.295951] evm: security.SMACK64MMAP [ 0.297002] evm: security.ima [ 0.297907] evm: security.capability [ 0.299011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301614] pinctrl core: initialized pinctrl subsystem [ 0.303129] RTC time: 4:45:44, date: 09/01/18 [ 0.304448] NET: Registered protocol family 16 [ 0.305866] cpuidle: using governor ladder [ 0.307028] cpuidle: using governor menu [ 0.308135] PCCT header not found. [ 0.309175] ACPI: bus type PCI registered [ 0.310306] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312040] PCI: Using configuration type 1 for base access [ 0.314205] ACPI: Added _OSI(Module Device) [ 0.315412] ACPI: Added _OSI(Processor Device) [ 0.316656] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317960] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320187] ACPI: Interpreter enabled [ 0.321307] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331822] ACPI: (supports S0 S5) [ 0.332825] ACPI: Using IOAPIC for interrupt routing [ 0.334159] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338097] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341472] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346258] acpiphp: Slot [3] registered [ 0.347408] acpiphp: Slot [4] registered [ 0.348534] acpiphp: Slot [5] registered [ 0.349656] acpiphp: Slot [6] registered [ 0.350815] acpiphp: Slot [7] registered [ 0.351943] acpiphp: Slot [8] registered [ 0.353066] acpiphp: Slot [9] registered [ 0.354188] acpiphp: Slot [10] registered [ 0.355331] acpiphp: Slot [11] registered [ 0.356518] acpiphp: Slot [12] registered [ 0.357673] acpiphp: Slot [13] registered [ 0.358810] acpiphp: Slot [14] registered [ 0.359954] acpiphp: Slot [15] registered [ 0.374939] acpiphp: Slot [16] registered [ 0.376103] acpiphp: Slot [17] registered [ 0.377288] acpiphp: Slot [18] registered [ 0.378430] acpiphp: Slot [19] registered [ 0.379580] acpiphp: Slot [20] registered [ 0.380741] acpiphp: Slot [21] registered [ 0.381922] acpiphp: Slot [22] registered [ 0.383061] acpiphp: Slot [23] registered [ 0.384206] acpiphp: Slot [24] registered [ 0.385350] acpiphp: Slot [25] registered [ 0.386539] acpiphp: Slot [26] registered [ 0.387694] acpiphp: Slot [27] registered [ 0.388840] acpiphp: Slot [28] registered [ 0.389987] acpiphp: Slot [29] registered [ 0.391128] acpiphp: Slot [30] registered [ 0.392269] acpiphp: Slot [31] registered [ 0.393413] PCI host bridge to bus 0000:00 [ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396290] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400081] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402141] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410080] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411740] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417762] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419733] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440112] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.447838] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449636] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451400] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.452826] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.454929] vgaarb: loaded [ 0.455760] vgaarb: bridge control possible 0000:00:02.0 [ 0.457392] SCSI subsystem initialized [ 0.458639] ACPI: bus type USB registered [ 0.459762] usbcore: registered new interface driver usbfs [ 0.461164] usbcore: registered new interface driver hub [ 0.462519] usbcore: registered new device driver usb [ 0.463999] PCI: Using ACPI for IRQ routing [ 0.465507] NetLabel: Initializing [ 0.466474] NetLabel: domain hash size = 128 [ 0.467630] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.468923] NetLabel: unlabeled traffic allowed by default [ 0.470492] clocksource: Switched to clocksource kvm-clock [ 0.480439] AppArmor: AppArmor Filesystem Enabled [ 0.481740] pnp: PnP ACPI init [ 0.482954] pnp: PnP ACPI: found 5 devices [ 0.489771] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.492106] NET: Registered protocol family 2 [ 0.493510] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495262] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.496903] TCP: Hash tables configured (established 4096 bind 4096) [ 0.498540] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500004] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.501581] NET: Registered protocol family 1 [ 0.502775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.504254] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.505704] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.520165] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.534746] Trying to unpack rootfs image as initramfs... [ 0.595785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.600788] Scanning for low memory corruption every 60 seconds [ 0.602959] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604560] audit: initializing netlink subsys (disabled) [ 0.606002] audit: type=2000 audit(1535777145.672:1): initialized [ 0.607903] Initialise system trusted keyring [ 0.609254] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.610824] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613528] zbud: loaded [ 0.614529] VFS: Disk quotas dquot_6.6.0 [ 0.615657] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617793] fuse init (API version 7.23) [ 0.619033] Key type big_key registered [ 0.620133] Allocating IMA MOK and blacklist keyrings. [ 0.621778] Key type asymmetric registered [ 0.622917] Asymmetric key parser 'x509' registered [ 0.624231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626275] io scheduler noop registered [ 0.627369] io scheduler deadline registered (default) [ 0.628722] io scheduler cfq registered [ 0.629892] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631292] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633027] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635022] ACPI: Power Button [PWRF] [ 0.636230] GHES: HEST is not enabled! [ 0.650373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682699] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706351] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709343] Linux agpgart interface v0.103 [ 0.712712] brd: module loaded [ 0.714913] loop: module loaded [ 0.719481] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721660] GPT:90111 != 2097151 [ 0.722683] GPT:Alternate GPT header not at the end of the disk. [ 0.724317] GPT:90111 != 2097151 [ 0.725330] GPT: Use GNU Parted to correct GPT errors. [ 0.726779] vda: vda1 vda15 [ 0.728599] scsi host0: ata_piix [ 0.729739] scsi host1: ata_piix [ 0.730812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.735005] libphy: Fixed MDIO Bus: probed [ 0.736234] tun: Universal TUN/TAP device driver, 1.6 [ 0.737641] tun: (C) 1999-2004 Max Krasnyansky [ 0.740524] PPP generic driver version 2.4.2 [ 0.741868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743641] ehci-pci: EHCI PCI platform driver [ 0.744940] ehci-platform: EHCI generic platform driver [ 0.746405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.748097] ohci-pci: OHCI PCI platform driver [ 0.749388] ohci-platform: OHCI generic platform driver [ 0.750878] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765696] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.767195] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.769396] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.772583] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776512] usb usb1: Product: UHCI Host Controller [ 0.777896] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.779667] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781110] hub 1-0:1.0: USB hub found [ 0.782257] hub 1-0:1.0: 2 ports detected [ 0.783625] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.786683] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788077] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789577] mousedev: PS/2 mouse device common for all mice [ 0.791401] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794108] rtc_cmos 00:00: RTC can wake from S4 [ 0.795774] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799275] i2c /dev entries driver [ 0.800409] device-mapper: uevent: version 1.0.3 [ 0.801831] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804252] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806225] NET: Registered protocol family 10 [ 0.807867] NET: Registered protocol family 17 [ 0.809184] Key type dns_resolver registered [ 0.810592] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812195] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814794] registered taskstats version 1 [ 0.816023] Loading compiled-in X.509 certificates [ 0.817917] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.820684] zswap: loaded using pool lzo/zbud [ 0.822903] Key type trusted registered [ 0.825158] Key type encrypted registered [ 0.826361] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827907] ima: No TPM chip found, activating TPM-bypass! [ 0.829445] evm: HMAC attrs: 0x1 [ 0.830816] Magic number: 2:749:766 [ 0.832059] rtc_cmos 00:00: setting system clock to 2018-09-01 04:45:45 UTC (1535777145) [ 0.834457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.836092] EDD information not available. [ 0.892167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.908580] Write protecting the kernel read-only data: 14336k [ 0.911599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.914116] 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.962067] 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.5... Lease of 192.168.120.5 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPUtL2LqjBiVD6oNFUCRRblDRj/uBw9GBoVRpFO6Dr517wKHYinBhaUwhDdltuDqNNGmxU5Cm/FrBm75/qZRG3QoAz9APOz/mOW077qQB5QfQAXcco2oh0KgWn6HCd6Iw8NdF6y1v5bGuzZMSNtnNMcx6mZWQrhVEajPnUO1D6NI2+wOJvJQBeG4wdKORow/2ZVilRStNwlyIudJQGT7vAg5krDGdprj8ZdUMZEaOgtV+aocqcxtPzsasj2A7PZWF11tvLuml47jpa/xBBUZVd8ZPUtHj0AhX2bdJaApWoAp6zVOxEN0igTHR2S/PhMM5VGAriQh2Qp4BpoY7nWhvn root@vping-userdata-vm2-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b ssh-dss AAAAB3NzaC1kc3MAAACBAK60UZ2gytcz0ipzmI6I8UYQXu87yqnMMeqjtx2arry2mc73Hm5VUf42v7FOQyRtyr3O2ldJZQrKt/4hLAlNvd+YN8YzvthDpQhqoP0nCJGEWMsKiG4ed28Fe3B59imzlv5bKr4E0V8th/osUFDgzTEAhQPfOEUPx0D5ATf9R39PAAAAFQC0MbMNh2J8vNeE9kGmTBAG3w/1dQAAAIEAqs8mpni0k64cEf0MgjmiyJTloi/za/UHUxEJyZUICA0hd2gLUJd8ziIQUzOlHfKggPnfcuiu7DyAznuAb553CbmegZeITbBW+k2eowTDNBp8Dt0LPx8CXFRxibpN4yX3VTWbxSVR4OlO/YR4j/YeuffHs7MmhxA/V0i3Dm9pgiAAAACAdxf5w2kRLbmJLBJy1qvZF8bLnPzvPwYS5hSdCG+jkWw7I6tD3D34ICctB5R+MGNXLqEO2/O0gxQrtyAK19cdkrVbypptX/kLeHKZ4fdRdNuTcLSz5ur0AfkAHCjge/SdSYDcsKqE71fliEsstV0uPdtlnXH53Nx+kmcbKEcqdQU= root@vping-userdata-vm2-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.33s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fead:495a/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.5 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-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b launch-index: 0 === cirros: current=0.4.0 uptime=3.30 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-64455bbd-ac5c-4f9f-bc9d-27e34def0a1b login: 2018-09-01 04:45:49,146 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-01 04:45:49,260 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:45:49,261 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:35 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 04:45:49,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:45:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:49,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45: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-f2a3d221-dc9f-4c7d-90a6-7ba2f7f0d445 x-compute-request-id: req-f2a3d221-dc9f-4c7d-90a6-7ba2f7f0d445 Content-Type: application/json 2018-09-01 04:45:49,474 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858 used request id req-f2a3d221-dc9f-4c7d-90a6-7ba2f7f0d445 2018-09-01 04:45:49,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.208299160004s 2018-09-01 04:45:49,474 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858 used request id req-f2a3d221-dc9f-4c7d-90a6-7ba2f7f0d445 2018-09-01 04:45:49,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:49,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:50,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e77d46a-b02d-46e7-a1cd-c84611715582 x-compute-request-id: req-7e77d46a-b02d-46e7-a1cd-c84611715582 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:44Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:42:dd", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/44ca316e-d781-48f1-89ad-f31a7b311858", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:31.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "44ca316e-d781-48f1-89ad-f31a7b311858", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:49Z", "hostId": "ea774d77167259c2792b35b94adc65f8b6d1dc606539fab0ee3949bb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:23Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:50,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e77d46a-b02d-46e7-a1cd-c84611715582 2018-09-01 04:45:50,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736150026321s 2018-09-01 04:45:50,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-7e77d46a-b02d-46e7-a1cd-c84611715582 2018-09-01 04:45:50,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:52,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:52,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-9ea5920a-6216-4e0f-8976-08cdc2e0ece9 x-compute-request-id: req-9ea5920a-6216-4e0f-8976-08cdc2e0ece9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:44Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:52,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9ea5920a-6216-4e0f-8976-08cdc2e0ece9 2018-09-01 04:45:52,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412988901138s 2018-09-01 04:45:52,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9ea5920a-6216-4e0f-8976-08cdc2e0ece9 2018-09-01 04:45:52,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:45:52,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:52,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:45:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b495a9f4-954f-401f-99c1-0775c3d7ab0a x-compute-request-id: req-b495a9f4-954f-401f-99c1-0775c3d7ab0a Content-Type: application/json 2018-09-01 04:45:52,782 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48 used request id req-b495a9f4-954f-401f-99c1-0775c3d7ab0a 2018-09-01 04:45:52,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.150465965271s 2018-09-01 04:45:52,783 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48 used request id req-b495a9f4-954f-401f-99c1-0775c3d7ab0a 2018-09-01 04:45:52,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:52,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:53,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-07b1f822-be43-4034-96ea-04b6de0115f4 x-compute-request-id: req-07b1f822-be43-4034-96ea-04b6de0115f4 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:49:5a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/70967bf1-10f9-42e6-9f93-5b22e3950a48", "rel": "bookmark"}], "image": {"id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "links": [{"href": "http://172.30.9.29:8774/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:45:44.000000", "flavor": {"id": "7f1bfeed-9041-4d2b-8d5f-5a949741229e", "links": [{"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "bookmark"}]}, "id": "70967bf1-10f9-42e6-9f93-5b22e3950a48", "security_groups": [{"name": "default"}], "user_id": "e6f6d80b91504736a22da9da28638cdb", "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-01T04:45:52Z", "hostId": "4e058f8c36ea44183b21571d8339ee22a1fab47ddccbec5f6f5e8fc2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "created": "2018-09-01T04:45:38Z", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:45:53,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-07b1f822-be43-4034-96ea-04b6de0115f4 2018-09-01 04:45:53,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49911904335s 2018-09-01 04:45:53,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-07b1f822-be43-4034-96ea-04b6de0115f4 2018-09-01 04:45:53,284 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:45:55,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:45:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:55,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:45: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-e7fbbc5a-0bb6-4c5e-856e-e495543d7738 x-compute-request-id: req-e7fbbc5a-0bb6-4c5e-856e-e495543d7738 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:45:55,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e7fbbc5a-0bb6-4c5e-856e-e495543d7738 2018-09-01 04:45:55,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0677559375763s 2018-09-01 04:45:55,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e7fbbc5a-0bb6-4c5e-856e-e495543d7738 2018-09-01 04:45:55,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:45:55,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/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}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" -d '{"subnet_id": "5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"}' 2018-09-01 04:45:57,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a3e0d0bb-18b8-4215-8ff7-e71201e8c294 Date: Sat, 01 Sep 2018 04:45:57 GMT RESP BODY: {"network_id": "afc0957e-9eac-42ce-93af-b3a7eb6f1fdd", "tenant_id": "1fa12ef451e445378868a58520ca2acc", "subnet_id": "5c946a16-1b12-45ed-8ca5-f57c49b0e5a3", "subnet_ids": ["5c946a16-1b12-45ed-8ca5-f57c49b0e5a3"], "port_id": "ae78de21-a3b8-4ed2-83fb-e9daacc60422", "id": "068e367d-94f1-4b0a-8b3d-bf21544572d8"} 2018-09-01 04:45:57,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/remove_router_interface.json used request id req-a3e0d0bb-18b8-4215-8ff7-e71201e8c294 2018-09-01 04:45:57,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65241003036s 2018-09-01 04:45:57,008 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8/remove_router_interface.json used request id req-a3e0d0bb-18b8-4215-8ff7-e71201e8c294 returning object 068e367d-94f1-4b0a-8b3d-bf21544572d8 2018-09-01 04:45:57,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:45:57,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:57,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a799c3a7-8d69-4faf-bbc8-54021bab2722 Date: Sat, 01 Sep 2018 04:45:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1fa12ef451e445378868a58520ca2acc", "created_at": "2018-09-01T04:45:15Z", "admin_state_up": true, "updated_at": "2018-09-01T04:45:56Z", "revision_number": 4, "routes": [], "project_id": "1fa12ef451e445378868a58520ca2acc", "id": "068e367d-94f1-4b0a-8b3d-bf21544572d8", "name": "vping_userdata-router_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:57,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a799c3a7-8d69-4faf-bbc8-54021bab2722 2018-09-01 04:45:57,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114218950272s 2018-09-01 04:45:57,124 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-a799c3a7-8d69-4faf-bbc8-54021bab2722 2018-09-01 04:45:57,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:45:57,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:58,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-834712b9-bfd8-4f96-baba-6f7863cca917 Content-Length: 0 Date: Sat, 01 Sep 2018 04:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:58,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8.json used request id req-834712b9-bfd8-4f96-baba-6f7863cca917 2018-09-01 04:45:58,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50634503365s 2018-09-01 04:45:58,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/068e367d-94f1-4b0a-8b3d-bf21544572d8.json used request id req-834712b9-bfd8-4f96-baba-6f7863cca917 2018-09-01 04:45:58,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:45:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:58,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-743d7f04-4220-450a-a751-ca4fa37dd346 Date: Sat, 01 Sep 2018 04:45:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:45:15Z","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":"1fa12ef451e445378868a58520ca2acc","id":"5c946a16-1b12-45ed-8ca5-f57c49b0e5a3","subnetpool_id":null,"name":"vping_userdata-subnet_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:58,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-743d7f04-4220-450a-a751-ca4fa37dd346 2018-09-01 04:45:58,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0438239574432s 2018-09-01 04:45:58,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-743d7f04-4220-450a-a751-ca4fa37dd346 2018-09-01 04:45:58,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:45:58,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/5c946a16-1b12-45ed-8ca5-f57c49b0e5a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:59,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7834219-811e-461f-82a1-2fee2aa2b20b Date: Sat, 01 Sep 2018 04:45:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:45:59,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5c946a16-1b12-45ed-8ca5-f57c49b0e5a3.json used request id req-e7834219-811e-461f-82a1-2fee2aa2b20b 2018-09-01 04:45:59,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.986420869827s 2018-09-01 04:45:59,665 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/5c946a16-1b12-45ed-8ca5-f57c49b0e5a3.json used request id req-e7834219-811e-461f-82a1-2fee2aa2b20b 2018-09-01 04:45:59,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:45:59,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:45:59,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-da514884-942a-4a22-b07c-d06a5b7f0a78 Date: Sat, 01 Sep 2018 04:45: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:45:59Z","tenant_id":"1fa12ef451e445378868a58520ca2acc","created_at":"2018-09-01T04:45:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1fa12ef451e445378868a58520ca2acc","id":"afc0957e-9eac-42ce-93af-b3a7eb6f1fdd","name":"vping_userdata-net_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}]} 2018-09-01 04:45:59,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da514884-942a-4a22-b07c-d06a5b7f0a78 2018-09-01 04:45:59,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921750068665s 2018-09-01 04:45:59,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-da514884-942a-4a22-b07c-d06a5b7f0a78 2018-09-01 04:45:59,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:45:59,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/afc0957e-9eac-42ce-93af-b3a7eb6f1fdd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:46:01,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afa36f6b-5f90-4b62-9bd5-2aa593ec42b9 Date: Sat, 01 Sep 2018 04:46:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:46:01,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/afc0957e-9eac-42ce-93af-b3a7eb6f1fdd.json used request id req-afa36f6b-5f90-4b62-9bd5-2aa593ec42b9 2018-09-01 04:46:01,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25697278976s 2018-09-01 04:46:01,016 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/afc0957e-9eac-42ce-93af-b3a7eb6f1fdd.json used request id req-afa36f6b-5f90-4b62-9bd5-2aa593ec42b9 2018-09-01 04:46:01,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:46:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:46:01,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-2520a2de-9de5-450d-996a-75021b14ebf1 Date: Sat, 01 Sep 2018 04:46:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:45:20Z", "file": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76/file", "owner": "1fa12ef451e445378868a58520ca2acc", "id": "9cc758de-c53f-46b0-870f-983db4ccfc76", "size": 12716032, "self": "/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/9cc758de-c53f-46b0-870f-983db4ccfc76/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:45:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:46:01,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2520a2de-9de5-450d-996a-75021b14ebf1 2018-09-01 04:46:01,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0396769046783s 2018-09-01 04:46:01,060 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2520a2de-9de5-450d-996a-75021b14ebf1 2018-09-01 04:46:01,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:46:01,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10cb3d98eab99b2e68ef1d030a4bfe531e6487a2" 2018-09-01 04:46:01,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c36ae51-9fa0-4b9c-8696-e0147f06e594 Date: Sat, 01 Sep 2018 04:46:01 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 04:46:01,568 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76 used request id req-6c36ae51-9fa0-4b9c-8696-e0147f06e594 2018-09-01 04:46:01,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.506083011627s 2018-09-01 04:46:01,568 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/9cc758de-c53f-46b0-870f-983db4ccfc76 used request id req-6c36ae51-9fa0-4b9c-8696-e0147f06e594 2018-09-01 04:46:01,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:46:01,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:01,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-10cf18d0-77ae-4f7b-a21e-cd27e4dc737b x-compute-request-id: req-10cf18d0-77ae-4f7b-a21e-cd27e4dc737b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e", "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": "7f1bfeed-9041-4d2b-8d5f-5a949741229e"}]} 2018-09-01 04:46:01,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-10cf18d0-77ae-4f7b-a21e-cd27e4dc737b 2018-09-01 04:46:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233268737793s 2018-09-01 04:46:01,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-10cf18d0-77ae-4f7b-a21e-cd27e4dc737b 2018-09-01 04:46:01,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:46:01,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:01,627 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:46: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-b26f2927-67e4-45d2-928d-2873457b3065 x-compute-request-id: req-b26f2927-67e4-45d2-928d-2873457b3065 Content-Length: 0 Content-Type: application/json 2018-09-01 04:46:01,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e used request id req-b26f2927-67e4-45d2-928d-2873457b3065 2018-09-01 04:46:01,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0330159664154s 2018-09-01 04:46:01,627 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7f1bfeed-9041-4d2b-8d5f-5a949741229e used request id req-b26f2927-67e4-45d2-928d-2873457b3065 2018-09-01 04:46:01,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:46:01,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:01,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5038778-3100-4ad1-8b9f-165444e3a0f0 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": {"self": "http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6f6d80b91504736a22da9da28638cdb", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:46:01,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c5038778-3100-4ad1-8b9f-165444e3a0f0 2018-09-01 04:46:01,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228675127029s 2018-09-01 04:46:01,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-c5038778-3100-4ad1-8b9f-165444e3a0f0 2018-09-01 04:46:01,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:46:01,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:02,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44cf39a-746e-49c3-aaff-ca7d03d78a0d Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b", "links": {"self": "http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e6f6d80b91504736a22da9da28638cdb", "description": null}} 2018-09-01 04:46:02,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb used request id req-e44cf39a-746e-49c3-aaff-ca7d03d78a0d 2018-09-01 04:46:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191130161285s 2018-09-01 04:46:02,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb used request id req-e44cf39a-746e-49c3-aaff-ca7d03d78a0d 2018-09-01 04:46:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:46:02,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:02,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-038213f7-b81f-4f47-b887-8a56755bc715 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 04:46:02,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb used request id req-038213f7-b81f-4f47-b887-8a56755bc715 2018-09-01 04:46:02,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.330965042114s 2018-09-01 04:46:02,386 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e6f6d80b91504736a22da9da28638cdb used request id req-038213f7-b81f-4f47-b887-8a56755bc715 2018-09-01 04:46:02,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:46:02,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:02,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9231dfad-c2b0-4567-8597-36d3fc1b43d9 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc"}, "tags": [], "enabled": true, "id": "1fa12ef451e445378868a58520ca2acc", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_64455bbd-ac5c-4f9f-bc9d-27e34def0a1b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 04:46:02,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9231dfad-c2b0-4567-8597-36d3fc1b43d9 2018-09-01 04:46:02,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19077706337s 2018-09-01 04:46:02,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-9231dfad-c2b0-4567-8597-36d3fc1b43d9 2018-09-01 04:46:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:46:02,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4c7731876031491f27827261a46ec0d470756c7b" 2018-09-01 04:46:02,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efbe3ef1-4c4b-4316-8fa1-24642887deff 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 04:46:02,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc used request id req-efbe3ef1-4c4b-4316-8fa1-24642887deff 2018-09-01 04:46:02,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.223778009415s 2018-09-01 04:46:02,811 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/1fa12ef451e445378868a58520ca2acc used request id req-efbe3ef1-4c4b-4316-8fa1-24642887deff 2018-09-01 04:46:02,862 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:46:02,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:46:02,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:46:02,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:46:02,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d26554-be25-49e7-8199-284ed323d6bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:46:02,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-55d26554-be25-49e7-8199-284ed323d6bc 2018-09-01 04:46:02,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:46:03,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:46:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["l9loC58CQd2Q8jS1yWhLUg"], "issued_at": "2018-09-01T04:46:03.000000Z"}} 2018-09-01 04:46:03,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:03,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:03,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9b073c1e-37c1-4a9c-b78e-5a50135eb140 Date: Sat, 01 Sep 2018 04:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"4daea871-7749-4408-950d-9e5c72efea1a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","status":"ACTIVE","subnets":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"description":"","tags":[],"updated_at":"2018-09-01T04:39:23Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","provider:network_type":"flat"}]} 2018-09-01 04:46:03,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9b073c1e-37c1-4a9c-b78e-5a50135eb140 2018-09-01 04:46:03,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34623503685s 2018-09-01 04:46:03,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9b073c1e-37c1-4a9c-b78e-5a50135eb140 2018-09-01 04:46:03,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:46:03,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:46:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00633729-1146-4939-87ca-710ff7eb27d0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:46:03,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-00633729-1146-4939-87ca-710ff7eb27d0 2018-09-01 04:46:03,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:46:03,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:03,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90095908-62e8-4ac7-9817-c4cefef409e5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.29:5000/v3/domains/c516a4fefcfc4563922992556d609581"}, "tags": [], "enabled": true, "id": "c516a4fefcfc4563922992556d609581", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.29:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 04:46:03,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-90095908-62e8-4ac7-9817-c4cefef409e5 2018-09-01 04:46:03,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104676961899s 2018-09-01 04:46:03,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains used request id req-90095908-62e8-4ac7-9817-c4cefef409e5 2018-09-01 04:46:03,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 04:46:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63"}}' 2018-09-01 04:46:04,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:46:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f222fce2-636d-4734-8a68-960bc759e423 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.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9"}, "tags": [], "enabled": true, "id": "d6b3df3f9c6647249403e2034e6166f9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63"}} 2018-09-01 04:46:04,050 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f222fce2-636d-4734-8a68-960bc759e423 2018-09-01 04:46:04,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.149955034256s 2018-09-01 04:46:04,051 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/projects used request id req-f222fce2-636d-4734-8a68-960bc759e423 2018-09-01 04:46:04,051 - 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'd6b3df3f9c6647249403e2034e6166f9', '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_4d85ff86-7a12-42f2-8084-1bacb156ec63'}) 2018-09-01 04:46:04,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 04:46:04,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5cd37ba4-ec28-4aea-a2a6-01c8746ce540", "email": null, "name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63"}}' 2018-09-01 04:46:04,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 04:46:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e46c452-aa19-4b57-bbb5-0ce2916fcd2e Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": {"self": "http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e77d8b0cd76e487686f09f97f8f83c59", "domain_id": "default", "password_expires_at": null}} 2018-09-01 04:46:04,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-2e46c452-aa19-4b57-bbb5-0ce2916fcd2e 2018-09-01 04:46:04,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460770845413s 2018-09-01 04:46:04,518 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.29:5000/v3/users used request id req-2e46c452-aa19-4b57-bbb5-0ce2916fcd2e 2018-09-01 04:46:04,519 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e77d8b0cd76e487686f09f97f8f83c59', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63'}) 2018-09-01 04:46:04,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:46:04,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:04,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d2e0dd-07ea-47de-bb6a-ac4fc853c572 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:46:04,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11d2e0dd-07ea-47de-bb6a-ac4fc853c572 2018-09-01 04:46:04,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181916952133s 2018-09-01 04:46:04,705 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-11d2e0dd-07ea-47de-bb6a-ac4fc853c572 2018-09-01 04:46:04,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:46:04,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:04,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff1bcce-bc71-4faa-9f0b-8037c6302adb Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:46:04,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aff1bcce-bc71-4faa-9f0b-8037c6302adb 2018-09-01 04:46:04,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183486938477s 2018-09-01 04:46:04,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-aff1bcce-bc71-4faa-9f0b-8037c6302adb 2018-09-01 04:46:04,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 04:46:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:04,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb44330-4d2a-4b3c-ab45-68c8b7bce7e2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20358d6d4b5c48d6835a50a5051b805a", "links": {"self": "http://172.30.9.29:5000/v3/roles/20358d6d4b5c48d6835a50a5051b805a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "786ae06d6bf248068f103b008e7f36f9", "links": {"self": "http://172.30.9.29:5000/v3/roles/786ae06d6bf248068f103b008e7f36f9"}, "name": "member"}, {"domain_id": null, "id": "8aa74438af304b4a85794b919a68375d", "links": {"self": "http://172.30.9.29:5000/v3/roles/8aa74438af304b4a85794b919a68375d"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.29:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7ed64e57b944fa584514f753dbc19fd", "links": {"self": "http://172.30.9.29:5000/v3/roles/c7ed64e57b944fa584514f753dbc19fd"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dfb6b9761a7843469bbb9992c0ca2df4", "links": {"self": "http://172.30.9.29:5000/v3/roles/dfb6b9761a7843469bbb9992c0ca2df4"}, "name": "reader"}, {"domain_id": null, "id": "feec9fb7067544a19ee9b13bb2c160de", "links": {"self": "http://172.30.9.29:5000/v3/roles/feec9fb7067544a19ee9b13bb2c160de"}, "name": "admin"}]} 2018-09-01 04:46:04,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fdb44330-4d2a-4b3c-ab45-68c8b7bce7e2 2018-09-01 04:46:04,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0988020896912s 2018-09-01 04:46:04,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/roles used request id req-fdb44330-4d2a-4b3c-ab45-68c8b7bce7e2 2018-09-01 04:46:05,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 04:46:05,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:05,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-226348ca-2629-490c-a28c-e9149e545b42 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.29:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 04:46:05,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-226348ca-2629-490c-a28c-e9149e545b42 2018-09-01 04:46:05,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.17897605896s 2018-09-01 04:46:05,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/domains/default used request id req-226348ca-2629-490c-a28c-e9149e545b42 2018-09-01 04:46:05,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:46:05,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:05,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f782379c-7b76-46d5-a831-c7702255e664 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": {"self": "http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e77d8b0cd76e487686f09f97f8f83c59", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:46:05,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f782379c-7b76-46d5-a831-c7702255e664 2018-09-01 04:46:05,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.151381015778s 2018-09-01 04:46:05,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-f782379c-7b76-46d5-a831-c7702255e664 2018-09-01 04:46:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:46:05,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:05,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c8234b-5040-48d4-bf33-0bf2f90347c8 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9"}, "tags": [], "enabled": true, "id": "d6b3df3f9c6647249403e2034e6166f9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-01 04:46:05,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-34c8234b-5040-48d4-bf33-0bf2f90347c8 2018-09-01 04:46:05,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103564977646s 2018-09-01 04:46:05,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects?domain_id=default used request id req-34c8234b-5040-48d4-bf33-0bf2f90347c8 2018-09-01 04:46:05,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 04:46:05,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:5000/v3/role_assignments?user.id=e77d8b0cd76e487686f09f97f8f83c59&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=d6b3df3f9c6647249403e2034e6166f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:05,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c72d22-360a-47c7-8e63-41063dfd5465 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.29:5000/v3/role_assignments?user.id=e77d8b0cd76e487686f09f97f8f83c59&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=d6b3df3f9c6647249403e2034e6166f9", "previous": null, "next": null}} 2018-09-01 04:46:05,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e77d8b0cd76e487686f09f97f8f83c59&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=d6b3df3f9c6647249403e2034e6166f9 used request id req-f5c72d22-360a-47c7-8e63-41063dfd5465 2018-09-01 04:46:05,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103595018387s 2018-09-01 04:46:05,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/role_assignments?user.id=e77d8b0cd76e487686f09f97f8f83c59&role.id=786ae06d6bf248068f103b008e7f36f9&scope.project.id=d6b3df3f9c6647249403e2034e6166f9 used request id req-f5c72d22-360a-47c7-8e63-41063dfd5465 2018-09-01 04:46:05,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 04:46:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9/users/e77d8b0cd76e487686f09f97f8f83c59/roles/786ae06d6bf248068f103b008e7f36f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:46:05,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db56296-b048-4b8f-9229-6705b49a4caa 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 04:46:05,739 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9/users/e77d8b0cd76e487686f09f97f8f83c59/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-7db56296-b048-4b8f-9229-6705b49a4caa 2018-09-01 04:46:05,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.175065040588s 2018-09-01 04:46:05,739 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9/users/e77d8b0cd76e487686f09f97f8f83c59/roles/786ae06d6bf248068f103b008e7f36f9 used request id req-7db56296-b048-4b8f-9229-6705b49a4caa 2018-09-01 04:46:05,740 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 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'd6b3df3f9c6647249403e2034e6166f9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5cd37ba4-ec28-4aea-a2a6-01c8746ce540', 'username': u'cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.29:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 04:46:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:46:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:46:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:46:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:46:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:46:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:46:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:46:05,745 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'password': '5cd37ba4-ec28-4aea-a2a6-01c8746ce540', 'project_name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.29:5000/v3', 'project_id': 'd6b3df3f9c6647249403e2034e6166f9', 'project_domain_name': 'Default'} 2018-09-01 04:46:05,746 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-01 04:46:05,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:46:05,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a45cfe02-97dd-406f-bb42-e5d4f3934191 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:46:05,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-a45cfe02-97dd-406f-bb42-e5d4f3934191 2018-09-01 04:46:05,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:46:06,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6b3df3f9c6647249403e2034e6166f9", "name": "cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/d6b3df3f9c6647249403e2034e6166f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/d6b3df3f9c6647249403e2034e6166f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_d6b3df3f9c6647249403e2034e6166f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_d6b3df3f9c6647249403e2034e6166f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d6b3df3f9c6647249403e2034e6166f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/d6b3df3f9c6647249403e2034e6166f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/d6b3df3f9c6647249403e2034e6166f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/d6b3df3f9c6647249403e2034e6166f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63", "id": "e77d8b0cd76e487686f09f97f8f83c59"}, "audit_ids": ["rCnTRv0YSAaSWLxQV6pHnA"], "issued_at": "2018-09-01T04:46:06.000000Z"}} 2018-09-01 04:46:06,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 04:46:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"network": {"name": "cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63", "admin_state_up": true}}' 2018-09-01 04:46:06,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-f718058f-6a4d-4bf1-a039-b5677f312713 Date: Sat, 01 Sep 2018 04:46:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T04:46:06Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}} 2018-09-01 04:46:06,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f718058f-6a4d-4bf1-a039-b5677f312713 2018-09-01 04:46:06,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.586015939713s 2018-09-01 04:46:06,727 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-f718058f-6a4d-4bf1-a039-b5677f312713 2018-09-01 04:46:06,728 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:46:06Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ce2c290c-3f2d-4041-a4c3-0638a9c080b5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63', u'admin_state_up': True, u'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', u'created_at': u'2018-09-01T04:46:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6b3df3f9c6647249403e2034e6166f9'}) 2018-09-01 04:46:06,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:06,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:06,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d10ddde6-6779-425b-a642-8e1f805d0fd4 Date: Sat, 01 Sep 2018 04:46:06 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:46:06Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:06,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d10ddde6-6779-425b-a642-8e1f805d0fd4 2018-09-01 04:46:06,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.157108068466s 2018-09-01 04:46:06,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-d10ddde6-6779-425b-a642-8e1f805d0fd4 2018-09-01 04:46:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 04:46:06,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"subnet": {"name": "cinder_test-subnet_4d85ff86-7a12-42f2-8084-1bacb156ec63", "enable_dhcp": true, "network_id": "ce2c290c-3f2d-4041-a4c3-0638a9c080b5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 04:46:07,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-72877303-8188-4cb4-b41f-76f491b62d55 Date: Sat, 01 Sep 2018 04:46:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:46:07Z","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":"d6b3df3f9c6647249403e2034e6166f9","id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","subnetpool_id":null,"name":"cinder_test-subnet_4d85ff86-7a12-42f2-8084-1bacb156ec63"}} 2018-09-01 04:46:07,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-72877303-8188-4cb4-b41f-76f491b62d55 2018-09-01 04:46:07,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.704581022263s 2018-09-01 04:46:07,592 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-72877303-8188-4cb4-b41f-76f491b62d55 2018-09-01 04:46:07,593 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T04:46:07Z', 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'88a1d7a0-03ae-44c6-a57c-aa9d11fa1069', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_4d85ff86-7a12-42f2-8084-1bacb156ec63', u'enable_dhcp': True, u'network_id': u'ce2c290c-3f2d-4041-a4c3-0638a9c080b5', u'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', u'created_at': u'2018-09-01T04:46:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd6b3df3f9c6647249403e2034e6166f9'}) 2018-09-01 04:46:07,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 04:46:07,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"router": {"external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a"}, "name": "cinder_test-router_4d85ff86-7a12-42f2-8084-1bacb156ec63", "admin_state_up": true}}' 2018-09-01 04:46:08,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-86a91bd4-6ff3-4520-9c1b-21336aa8e8b9 Date: Sat, 01 Sep 2018 04:46:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:07Z", "admin_state_up": true, "updated_at": "2018-09-01T04:46:08Z", "revision_number": 2, "routes": [], "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "name": "cinder_test-router_4d85ff86-7a12-42f2-8084-1bacb156ec63"}} 2018-09-01 04:46:08,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-86a91bd4-6ff3-4520-9c1b-21336aa8e8b9 2018-09-01 04:46:08,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.05444598198s 2018-09-01 04:46:08,648 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-86a91bd4-6ff3-4520-9c1b-21336aa8e8b9 2018-09-01 04:46:08,648 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'72f1ba3c-322d-4e28-8c98-e144d57d067d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', u'created_at': u'2018-09-01T04:46:07Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T04:46:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6b3df3f9c6647249403e2034e6166f9', u'id': u'82fe1772-cc18-462c-9e56-1534d98ea1f7', u'name': u'cinder_test-router_4d85ff86-7a12-42f2-8084-1bacb156ec63'}) 2018-09-01 04:46:08,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 04:46:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"subnet_id": "88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"}' 2018-09-01 04:46:10,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4db8b3c-4ae2-487c-9455-47c5e57f3c40 Date: Sat, 01 Sep 2018 04:46:10 GMT RESP BODY: {"network_id": "ce2c290c-3f2d-4041-a4c3-0638a9c080b5", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "subnet_id": "88a1d7a0-03ae-44c6-a57c-aa9d11fa1069", "subnet_ids": ["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"], "port_id": "b04e5a2d-4dd1-44ae-8531-f37b0ada64a5", "id": "82fe1772-cc18-462c-9e56-1534d98ea1f7"} 2018-09-01 04:46:10,617 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/add_router_interface.json used request id req-e4db8b3c-4ae2-487c-9455-47c5e57f3c40 2018-09-01 04:46:10,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96796584129s 2018-09-01 04:46:10,617 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/add_router_interface.json used request id req-e4db8b3c-4ae2-487c-9455-47c5e57f3c40 returning object 82fe1772-cc18-462c-9e56-1534d98ea1f7 2018-09-01 04:46:10,618 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 04:46:10,745 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 04:46:10,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:46:10,751 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 04:46:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.29:9292/v2/", "rel": "self"}]}]} 2018-09-01 04:46:10,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:46:10,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:11,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-97b869b6-e161-4ad3-b507-1f82541ba371 Date: Sat, 01 Sep 2018 04:46:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:46:11,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-97b869b6-e161-4ad3-b507-1f82541ba371 2018-09-01 04:46:11,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.73383808136s 2018-09-01 04:46:11,487 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-97b869b6-e161-4ad3-b507-1f82541ba371 2018-09-01 04:46:11,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 04:46:11,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63"}' 2018-09-01 04:46:11,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-45f33114-a587-4f99-bcfa-a0898d5e2fea Date: Sat, 01 Sep 2018 04:46:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:46:11Z", "file": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file", "owner": "d6b3df3f9c6647249403e2034e6166f9", "id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "size": null, "self": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "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_4d85ff86-7a12-42f2-8084-1bacb156ec63", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "checksum": null, "created_at": "2018-09-01T04:46:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 04:46:11,555 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-45f33114-a587-4f99-bcfa-a0898d5e2fea 2018-09-01 04:46:11,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0596659183502s 2018-09-01 04:46:11,556 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.29:9292/v2/images used request id req-45f33114-a587-4f99-bcfa-a0898d5e2fea returning object bd745500-4c28-4e92-baa4-52851e0f3f0c 2018-09-01 04:46:11,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 04:46:11,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '' 2018-09-01 04:46:12,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4938a778-cf91-4f85-b2b7-edbe5960a125 Date: Sat, 01 Sep 2018 04:46:12 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 04:46:12,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file used request id req-4938a778-cf91-4f85-b2b7-edbe5960a125 2018-09-01 04:46:12,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.728721141815s 2018-09-01 04:46:12,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file used request id req-4938a778-cf91-4f85-b2b7-edbe5960a125 2018-09-01 04:46:12,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:46:12,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:12,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9cd52b14-396a-4b06-b263-98f69514c2b2 Date: Sat, 01 Sep 2018 04:46:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:46:12Z", "file": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file", "owner": "d6b3df3f9c6647249403e2034e6166f9", "id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "size": 12716032, "self": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:46:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:46:12,345 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9cd52b14-396a-4b06-b263-98f69514c2b2 2018-09-01 04:46:12,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0552368164062s 2018-09-01 04:46:12,345 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-9cd52b14-396a-4b06-b263-98f69514c2b2 2018-09-01 04:46:12,347 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file', 'owner': u'd6b3df3f9c6647249403e2034e6166f9', 'id': u'bd745500-4c28-4e92-baa4-52851e0f3f0c', 'size': 12716032, u'self': u'/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T04:46:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T04:46:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63', '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/bd745500-4c28-4e92-baa4-52851e0f3f0c', 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_4d85ff86-7a12-42f2-8084-1bacb156ec63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'created': u'2018-09-01T04:46:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T04:46:11Z', 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/bd745500-4c28-4e92-baa4-52851e0f3f0c', 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_4d85ff86-7a12-42f2-8084-1bacb156ec63', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 04:46:12,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 04:46:12,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63", "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 04:46:12,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-1f077edf-f195-4f21-bd57-86d8ab5cdaff x-compute-request-id: req-1f077edf-f195-4f21-bd57-86d8ab5cdaff Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "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": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca"}} 2018-09-01 04:46:12,663 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1f077edf-f195-4f21-bd57-86d8ab5cdaff 2018-09-01 04:46:12,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.315216779709s 2018-09-01 04:46:12,663 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors used request id req-1f077edf-f195-4f21-bd57-86d8ab5cdaff 2018-09-01 04:46:12,664 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63', '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'964427977c614007b31bf28ce6a0b09c', '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'7de45270-cfb3-4fbe-b93f-728fe4f9a7ca', 'swap': 0}) 2018-09-01 04:46:12,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 04:46:12,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca/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}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" -d '{"extra_specs": {}}' 2018-09-01 04:46:12,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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 x-openstack-request-id: req-a310aa0c-7e25-4e1b-99b3-9f3a61f19967 x-compute-request-id: req-a310aa0c-7e25-4e1b-99b3-9f3a61f19967 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 04:46:12,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca/os-extra_specs used request id req-a310aa0c-7e25-4e1b-99b3-9f3a61f19967 2018-09-01 04:46:12,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0190460681915s 2018-09-01 04:46:12,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca/os-extra_specs used request id req-a310aa0c-7e25-4e1b-99b3-9f3a61f19967 2018-09-01 04:46:12,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 04:46:12,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"keypair": {"name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63"}}' 2018-09-01 04:46:13,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-f025627a-6b07-4810-a241-35d17ff69a61 x-compute-request-id: req-f025627a-6b07-4810-a241-35d17ff69a61 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeFi6cfSzQDiLl4cQytHO7e5b6CcYOwGyi1IwesLJ23Eaj1Ql6boKjy+BjtluwfugMZa6ehsvt3rhsVen5+eCwLviZ2dTVGykPQ577MucDLBP4ZdqgtwEp3zyiQ9b/WIVd+FxhLGcmE+ThLfv89CkgdoWX2lf2/Z+Iw6iXpxDEILY3YcElYGruY59HzTe2AXLvjdDeG+1RT4CxZ+JEMw0ZHG4+uMeG5c054l+l7zjb5zd61b4W0RQsKw0u13tfcoJWtoovqfA3iWLSw6cUJlu7x3UUupXoGjiFcVSLwwF41o+luBUQK0GpGX9m+s80bR70dbX2UQ7TJ9dB7QBENS1h Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnhYunH0s0A4i5eHEMrRzu3uW+gnGDsBsotSMHrCydtxGo9UJ\nem6Co8vgY7ZbsH7oDGWunobL7d64bFXp+fngsC74mdnU1RspD0Oe+zLnAywT+GXa\noLcBKd88okPW/1iFXfhcYSxnJhPk4S37/PQpIHaFl9pX9v2fiMOol6cQxCC2N2HB\nJWBq7mOfR803tgFy743Q3hvtUU+AsWfiRDMNGRxuPrjHhuXNOeJfpe842+c3etW+\nFtEULCsNLtd7X3KCVraKL6nwN4li0sOnFCZbu8d1FLqV6Bo4hXFUi8MBeNaPpbgV\nECtBqRl/ZvrPNG0e9HW19lEO0yfXQe0ARDUtYQIDAQABAoIBABTP7ssDX8b0VXvW\nQTI7t5DTMIkyiDSg+KxnNxtDP/uN/G7NOTY5HlHaIWx/MYsG6h3XtSmBrY9fZwA8\nP1V9pCsNxATdPLvhm4I68M85YFh2kRp+rk3CShDtJtpl/AQZ71TzwZW5dsr4i4Vp\nvGcM7e0sLWJUiIgn07z5pVRx1i87ujrcf1e7lEH09kEAM5tOxcUgPqDqXgPomjtF\nus5i7a0c0OXUyTWGB9lCfbb3Srts3aNRpGtz50ZmhJH20EWoUDXtQ5pPl49eVhQZ\nIRiFE5Zp8FB/dJsYTI3Rd3Z6E9e3YeTC9nkAsNiGZ5VaVAoGLuGjxs15qaj8feAH\now7JZcECgYEA0qpxD8RIDkpNYKeuEI4f9I7bHqicdruGCjkM7uzdBUUe5OEnToP8\n9eq44UMj4YJW5MhIX9u3urc6ofW7MML+nGncPyiyzbK5ymhKU56vWjXx7DDo9P1L\nAMaDNiYWHx4u+9ETFX1gnYlcmrRvE6b1p2vKW2P2kPDRlO+BZeHYqr0CgYEAwBsp\nHurMwsghZQVJJhopYkC2YfHRn7NhUGBh5CVwBTdBIF7xR1VMYCwUwSlSWjx/jqCI\noOX+U89w+8PeoOFFjmOcaeXCByI/WidSmY1BegBjhIuGeCIWy1M5cdVPh77YqiOL\nJei+PkHw35nr8YsG7aEKDMwFELxLX71th3EQiXUCgYBQBu9sTeQRiahbT1eQcm0x\nOhODUgoeEJ6aw5FmMhTEK73QtLd53Cn8QW56JEc9I4Ze4rabs5vYEkLzw6WYoHqY\ncJ56X7uM6Jgri/KwUVfLrTJ5xxq39oDHiqHNsCo3KAAxKPtW7ooFTmkfW+vWS1aG\ngywcC51e8hyrt1Awo9rrAQKBgDPCna/A3+7TcXwAkpb7kY7xlLKLL0nyURQRBA8u\nryIYoymPqz7nEq8O8YCiG5hImK3bPzTrAz2dtPmA6uk6CT22RRybVU4KwjsOQUky\nMCQpGqdJ2K9hr/aUs/Oh383ZdBNThFhwf2HS7o2wsUvhg7pfG5AbIHpD4aMoLOzD\nYAtJAoGAI0Q9qnGpC6vaNDlV3Oa5fpUywSVn7Psfb3B8qctEM5sGJ5SmtFC24PLZ\nlKFFocMxgJ95F8p7NRL+cr6+6HpZAGs0EkMZUybEokjtUzMlc6S5rHXK7sDFAtTp\nS2mGSEFxpGgCkehx6pAnYLuOe6AwJFRgvybpKJ33sqtDsVJqszs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "fingerprint": "2d:03:19:7c:06:88:39:35:31:98:48:25:41:61:27:2c"}} 2018-09-01 04:46:13,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-f025627a-6b07-4810-a241-35d17ff69a61 2018-09-01 04:46:13,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.45435500145s 2018-09-01 04:46:13,139 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/os-keypairs used request id req-f025627a-6b07-4810-a241-35d17ff69a61 2018-09-01 04:46:13,140 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeFi6cfSzQDiLl4cQytHO7e5b6CcYOwGyi1IwesLJ23Eaj1Ql6boKjy+BjtluwfugMZa6ehsvt3rhsVen5+eCwLviZ2dTVGykPQ577MucDLBP4ZdqgtwEp3zyiQ9b/WIVd+FxhLGcmE+ThLfv89CkgdoWX2lf2/Z+Iw6iXpxDEILY3YcElYGruY59HzTe2AXLvjdDeG+1RT4CxZ+JEMw0ZHG4+uMeG5c054l+l7zjb5zd61b4W0RQsKw0u13tfcoJWtoovqfA3iWLSw6cUJlu7x3UUupXoGjiFcVSLwwF41o+luBUQK0GpGX9m+s80bR70dbX2UQ7TJ9dB7QBENS1h Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnhYunH0s0A4i5eHEMrRzu3uW+gnGDsBsotSMHrCydtxGo9UJ\nem6Co8vgY7ZbsH7oDGWunobL7d64bFXp+fngsC74mdnU1RspD0Oe+zLnAywT+GXa\noLcBKd88okPW/1iFXfhcYSxnJhPk4S37/PQpIHaFl9pX9v2fiMOol6cQxCC2N2HB\nJWBq7mOfR803tgFy743Q3hvtUU+AsWfiRDMNGRxuPrjHhuXNOeJfpe842+c3etW+\nFtEULCsNLtd7X3KCVraKL6nwN4li0sOnFCZbu8d1FLqV6Bo4hXFUi8MBeNaPpbgV\nECtBqRl/ZvrPNG0e9HW19lEO0yfXQe0ARDUtYQIDAQABAoIBABTP7ssDX8b0VXvW\nQTI7t5DTMIkyiDSg+KxnNxtDP/uN/G7NOTY5HlHaIWx/MYsG6h3XtSmBrY9fZwA8\nP1V9pCsNxATdPLvhm4I68M85YFh2kRp+rk3CShDtJtpl/AQZ71TzwZW5dsr4i4Vp\nvGcM7e0sLWJUiIgn07z5pVRx1i87ujrcf1e7lEH09kEAM5tOxcUgPqDqXgPomjtF\nus5i7a0c0OXUyTWGB9lCfbb3Srts3aNRpGtz50ZmhJH20EWoUDXtQ5pPl49eVhQZ\nIRiFE5Zp8FB/dJsYTI3Rd3Z6E9e3YeTC9nkAsNiGZ5VaVAoGLuGjxs15qaj8feAH\now7JZcECgYEA0qpxD8RIDkpNYKeuEI4f9I7bHqicdruGCjkM7uzdBUUe5OEnToP8\n9eq44UMj4YJW5MhIX9u3urc6ofW7MML+nGncPyiyzbK5ymhKU56vWjXx7DDo9P1L\nAMaDNiYWHx4u+9ETFX1gnYlcmrRvE6b1p2vKW2P2kPDRlO+BZeHYqr0CgYEAwBsp\nHurMwsghZQVJJhopYkC2YfHRn7NhUGBh5CVwBTdBIF7xR1VMYCwUwSlSWjx/jqCI\noOX+U89w+8PeoOFFjmOcaeXCByI/WidSmY1BegBjhIuGeCIWy1M5cdVPh77YqiOL\nJei+PkHw35nr8YsG7aEKDMwFELxLX71th3EQiXUCgYBQBu9sTeQRiahbT1eQcm0x\nOhODUgoeEJ6aw5FmMhTEK73QtLd53Cn8QW56JEc9I4Ze4rabs5vYEkLzw6WYoHqY\ncJ56X7uM6Jgri/KwUVfLrTJ5xxq39oDHiqHNsCo3KAAxKPtW7ooFTmkfW+vWS1aG\ngywcC51e8hyrt1Awo9rrAQKBgDPCna/A3+7TcXwAkpb7kY7xlLKLL0nyURQRBA8u\nryIYoymPqz7nEq8O8YCiG5hImK3bPzTrAz2dtPmA6uk6CT22RRybVU4KwjsOQUky\nMCQpGqdJ2K9hr/aUs/Oh383ZdBNThFhwf2HS7o2wsUvhg7pfG5AbIHpD4aMoLOzD\nYAtJAoGAI0Q9qnGpC6vaNDlV3Oa5fpUywSVn7Psfb3B8qctEM5sGJ5SmtFC24PLZ\nlKFFocMxgJ95F8p7NRL+cr6+6HpZAGs0EkMZUybEokjtUzMlc6S5rHXK7sDFAtTp\nS2mGSEFxpGgCkehx6pAnYLuOe6AwJFRgvybpKJ33sqtDsVJqszs=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e77d8b0cd76e487686f09f97f8f83c59', 'name': u'cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'created_at': '2018-09-01T04:46:13.140555', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2d:03:19:7c:06:88:39:35:31:98:48:25:41:61:27:2c', 'type': 'ssh', 'id': u'cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63'}) 2018-09-01 04:46:13,141 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAnhYunH0s0A4i5eHEMrRzu3uW+gnGDsBsotSMHrCydtxGo9UJ em6Co8vgY7ZbsH7oDGWunobL7d64bFXp+fngsC74mdnU1RspD0Oe+zLnAywT+GXa oLcBKd88okPW/1iFXfhcYSxnJhPk4S37/PQpIHaFl9pX9v2fiMOol6cQxCC2N2HB JWBq7mOfR803tgFy743Q3hvtUU+AsWfiRDMNGRxuPrjHhuXNOeJfpe842+c3etW+ FtEULCsNLtd7X3KCVraKL6nwN4li0sOnFCZbu8d1FLqV6Bo4hXFUi8MBeNaPpbgV ECtBqRl/ZvrPNG0e9HW19lEO0yfXQe0ARDUtYQIDAQABAoIBABTP7ssDX8b0VXvW QTI7t5DTMIkyiDSg+KxnNxtDP/uN/G7NOTY5HlHaIWx/MYsG6h3XtSmBrY9fZwA8 P1V9pCsNxATdPLvhm4I68M85YFh2kRp+rk3CShDtJtpl/AQZ71TzwZW5dsr4i4Vp vGcM7e0sLWJUiIgn07z5pVRx1i87ujrcf1e7lEH09kEAM5tOxcUgPqDqXgPomjtF us5i7a0c0OXUyTWGB9lCfbb3Srts3aNRpGtz50ZmhJH20EWoUDXtQ5pPl49eVhQZ IRiFE5Zp8FB/dJsYTI3Rd3Z6E9e3YeTC9nkAsNiGZ5VaVAoGLuGjxs15qaj8feAH ow7JZcECgYEA0qpxD8RIDkpNYKeuEI4f9I7bHqicdruGCjkM7uzdBUUe5OEnToP8 9eq44UMj4YJW5MhIX9u3urc6ofW7MML+nGncPyiyzbK5ymhKU56vWjXx7DDo9P1L AMaDNiYWHx4u+9ETFX1gnYlcmrRvE6b1p2vKW2P2kPDRlO+BZeHYqr0CgYEAwBsp HurMwsghZQVJJhopYkC2YfHRn7NhUGBh5CVwBTdBIF7xR1VMYCwUwSlSWjx/jqCI oOX+U89w+8PeoOFFjmOcaeXCByI/WidSmY1BegBjhIuGeCIWy1M5cdVPh77YqiOL Jei+PkHw35nr8YsG7aEKDMwFELxLX71th3EQiXUCgYBQBu9sTeQRiahbT1eQcm0x OhODUgoeEJ6aw5FmMhTEK73QtLd53Cn8QW56JEc9I4Ze4rabs5vYEkLzw6WYoHqY cJ56X7uM6Jgri/KwUVfLrTJ5xxq39oDHiqHNsCo3KAAxKPtW7ooFTmkfW+vWS1aG gywcC51e8hyrt1Awo9rrAQKBgDPCna/A3+7TcXwAkpb7kY7xlLKLL0nyURQRBA8u ryIYoymPqz7nEq8O8YCiG5hImK3bPzTrAz2dtPmA6uk6CT22RRybVU4KwjsOQUky MCQpGqdJ2K9hr/aUs/Oh383ZdBNThFhwf2HS7o2wsUvhg7pfG5AbIHpD4aMoLOzD YAtJAoGAI0Q9qnGpC6vaNDlV3Oa5fpUywSVn7Psfb3B8qctEM5sGJ5SmtFC24PLZ lKFFocMxgJ95F8p7NRL+cr6+6HpZAGs0EkMZUybEokjtUzMlc6S5rHXK7sDFAtTp S2mGSEFxpGgCkehx6pAnYLuOe6AwJFRgvybpKJ33sqtDsVJqszs= -----END RSA PRIVATE KEY----- 2018-09-01 04:46:13,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 04:46:13,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"security_group": {"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-01 04:46:13,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-f74a3d20-75eb-4eda-959c-7bbf5f08a709 Date: Sat, 01 Sep 2018 04:46:13 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "updated_at": "2018-09-01T04:46:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "707ab229-6f22-43c7-b90e-e9fe7590517d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "e7762216-df41-49ed-ae8d-d28906685391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 1, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}} 2018-09-01 04:46:13,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f74a3d20-75eb-4eda-959c-7bbf5f08a709 2018-09-01 04:46:13,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.21025800705s 2018-09-01 04:46:13,354 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-f74a3d20-75eb-4eda-959c-7bbf5f08a709 2018-09-01 04:46:13,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:46:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:13,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-443cc5a6-3806-4e59-abd0-e31d1db9b1bb Date: Sat, 01 Sep 2018 04:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:06Z", "updated_at": "2018-09-01T04:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "36ebc6b6-5a63-48fc-b72c-ae96db799528", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3d362657-7e62-4325-a3ae-931c803617bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3dc4102e-cc89-4598-8109-c1ae480f2170", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "cf32aacf-b911-4eeb-a3f9-3b647473b4e8", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 1, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "updated_at": "2018-09-01T04:46:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "707ab229-6f22-43c7-b90e-e9fe7590517d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "e7762216-df41-49ed-ae8d-d28906685391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 1, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:13,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-443cc5a6-3806-4e59-abd0-e31d1db9b1bb 2018-09-01 04:46:13,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0743680000305s 2018-09-01 04:46:13,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-443cc5a6-3806-4e59-abd0-e31d1db9b1bb 2018-09-01 04:46:13,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:46:13,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -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": "9d9c31a0-008a-4030-bff9-3e7429d13315"}}' 2018-09-01 04:46:13,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ebb609c8-12a4-409d-8b9e-f1055226df89 Date: Sat, 01 Sep 2018 04:46:13 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-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "9a86f822-af12-4075-a09e-a7e8f8eb5395"}} 2018-09-01 04:46:13,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-ebb609c8-12a4-409d-8b9e-f1055226df89 2018-09-01 04:46:13,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.163615942001s 2018-09-01 04:46:13,601 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-ebb609c8-12a4-409d-8b9e-f1055226df89 2018-09-01 04:46:13,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:46:13,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:13,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-bcb48c7c-691b-42c8-8d77-b73367ea103d Date: Sat, 01 Sep 2018 04:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:06Z", "updated_at": "2018-09-01T04:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "36ebc6b6-5a63-48fc-b72c-ae96db799528", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3d362657-7e62-4325-a3ae-931c803617bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3dc4102e-cc89-4598-8109-c1ae480f2170", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "cf32aacf-b911-4eeb-a3f9-3b647473b4e8", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 1, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "updated_at": "2018-09-01T04:46:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "707ab229-6f22-43c7-b90e-e9fe7590517d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "9a86f822-af12-4075-a09e-a7e8f8eb5395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "e7762216-df41-49ed-ae8d-d28906685391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 2, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:13,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bcb48c7c-691b-42c8-8d77-b73367ea103d 2018-09-01 04:46:13,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0547919273376s 2018-09-01 04:46:13,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-bcb48c7c-691b-42c8-8d77-b73367ea103d 2018-09-01 04:46:13,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 04:46:13,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -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": "9d9c31a0-008a-4030-bff9-3e7429d13315"}}' 2018-09-01 04:46:13,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-440cd861-26b0-4d9d-8bb6-c0a5f00c03b9 Date: Sat, 01 Sep 2018 04:46:13 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-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "port_range_min": null, "revision_number": 0, "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "6a53897e-37b6-41dc-ab68-3d3ebcf5920b"}} 2018-09-01 04:46:13,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-440cd861-26b0-4d9d-8bb6-c0a5f00c03b9 2018-09-01 04:46:13,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144252061844s 2018-09-01 04:46:13,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/security-group-rules.json used request id req-440cd861-26b0-4d9d-8bb6-c0a5f00c03b9 2018-09-01 04:46:13,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:13,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:13,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-818da971-5fab-4d22-8cc7-32b617aa8808 Date: Sat, 01 Sep 2018 04:46:13 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"],"updated_at":"2018-09-01T04:46:07Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:13,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-818da971-5fab-4d22-8cc7-32b617aa8808 2018-09-01 04:46:13,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.093544960022s 2018-09-01 04:46:13,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-818da971-5fab-4d22-8cc7-32b617aa8808 2018-09-01 04:46:13,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:46:13,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:13,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-abc238ad-535b-496c-9a58-cc857b2e33c2 Date: Sat, 01 Sep 2018 04:46:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:46:12Z", "file": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file", "owner": "d6b3df3f9c6647249403e2034e6166f9", "id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "size": 12716032, "self": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:46:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:46:13,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-abc238ad-535b-496c-9a58-cc857b2e33c2 2018-09-01 04:46:13,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0356118679047s 2018-09-01 04:46:13,943 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-abc238ad-535b-496c-9a58-cc857b2e33c2 2018-09-01 04:46:13,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:46:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:13,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-8e314742-e93e-4607-b2fe-7daa47acb155 x-compute-request-id: req-8e314742-e93e-4607-b2fe-7daa47acb155 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "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": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca"}]} 2018-09-01 04:46:13,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8e314742-e93e-4607-b2fe-7daa47acb155 2018-09-01 04:46:13,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239508152008s 2018-09-01 04:46:13,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-8e314742-e93e-4607-b2fe-7daa47acb155 2018-09-01 04:46:13,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:46:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"server": {"name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "imageRef": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "flavorRef": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ce2c290c-3f2d-4041-a4c3-0638a9c080b5"}], "security_groups": [{"name": "9d9c31a0-008a-4030-bff9-3e7429d13315"}]}}' 2018-09-01 04:46:15,677 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:46: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 x-openstack-request-id: req-669bc0dd-38c2-4797-9709-255a3de975f1 x-compute-request-id: req-669bc0dd-38c2-4797-9709-255a3de975f1 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9d9c31a0-008a-4030-bff9-3e7429d13315"}], "OS-DCF:diskConfig": "MANUAL", "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "adminPass": "sBHa9ymWJj2h"}} 2018-09-01 04:46:15,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-669bc0dd-38c2-4797-9709-255a3de975f1 2018-09-01 04:46:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.70643615723s 2018-09-01 04:46:15,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-669bc0dd-38c2-4797-9709-255a3de975f1 2018-09-01 04:46:15,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:15,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:16,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-73cf71fd-6c4b-4951-8495-ac4ee978659d x-compute-request-id: req-73cf71fd-6c4b-4951-8495-ac4ee978659d 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.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:16,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-73cf71fd-6c4b-4951-8495-ac4ee978659d 2018-09-01 04:46:16,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385735034943s 2018-09-01 04:46:16,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-73cf71fd-6c4b-4951-8495-ac4ee978659d 2018-09-01 04:46:16,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:16,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-1a8ba7cd-b0bf-460e-9395-6baba247f020 Date: Sat, 01 Sep 2018 04:46:16 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"],"updated_at":"2018-09-01T04:46:07Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:16,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1a8ba7cd-b0bf-460e-9395-6baba247f020 2018-09-01 04:46:16,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0862040519714s 2018-09-01 04:46:16,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-1a8ba7cd-b0bf-460e-9395-6baba247f020 2018-09-01 04:46:16,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:46:16,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:16,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-18a52351-0f2d-46fe-922a-82a39689be36 Date: Sat, 01 Sep 2018 04:46:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:46:07Z","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":"d6b3df3f9c6647249403e2034e6166f9","id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","subnetpool_id":null,"name":"cinder_test-subnet_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:16,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-18a52351-0f2d-46fe-922a-82a39689be36 2018-09-01 04:46:16,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.059828042984s 2018-09-01 04:46:16,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-18a52351-0f2d-46fe-922a-82a39689be36 2018-09-01 04:46:16,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:18,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:18,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:18,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-e07bf40f-fa17-4666-b469-f98ca7a263c0 x-compute-request-id: req-e07bf40f-fa17-4666-b469-f98ca7a263c0 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:18Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:18,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e07bf40f-fa17-4666-b469-f98ca7a263c0 2018-09-01 04:46:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.308517932892s 2018-09-01 04:46:18,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-e07bf40f-fa17-4666-b469-f98ca7a263c0 2018-09-01 04:46:18,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:20,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:20,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:21,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-9cc8a569-2523-46cc-be64-72edb90ac2ea x-compute-request-id: req-9cc8a569-2523-46cc-be64-72edb90ac2ea 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.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:18Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:21,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9cc8a569-2523-46cc-be64-72edb90ac2ea 2018-09-01 04:46:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526906967163s 2018-09-01 04:46:21,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-9cc8a569-2523-46cc-be64-72edb90ac2ea 2018-09-01 04:46:21,069 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:23,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:23,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:23,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-fd1c718c-61af-4946-a964-3dcdf0681dc8 x-compute-request-id: req-fd1c718c-61af-4946-a964-3dcdf0681dc8 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:22Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:23,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fd1c718c-61af-4946-a964-3dcdf0681dc8 2018-09-01 04:46:23,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495939970016s 2018-09-01 04:46:23,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-fd1c718c-61af-4946-a964-3dcdf0681dc8 2018-09-01 04:46:23,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:46:23,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:23,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-25d98505-a0a4-488e-87a4-2b3a1ad710c6 Date: Sat, 01 Sep 2018 04:46:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:18Z","admin_state_up":true,"updated_at":"2018-09-01T04:46:22Z","binding:vnic_type":"normal","device_id":"05f47a11-77f0-4c0a-907e-04f94500d66c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:28:2d:e8","id":"25baf8ca-64c9-4095-9f75-859adfd9662c","port_security_enabled":true,"project_id":"d6b3df3f9c6647249403e2034e6166f9","fixed_ips":[{"subnet_id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["9d9c31a0-008a-4030-bff9-3e7429d13315"],"name":""}]} 2018-09-01 04:46:23,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-25d98505-a0a4-488e-87a4-2b3a1ad710c6 2018-09-01 04:46:23,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0738968849182s 2018-09-01 04:46:23,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-25d98505-a0a4-488e-87a4-2b3a1ad710c6 2018-09-01 04:46:23,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:46:23,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=25baf8ca-64c9-4095-9f75-859adfd9662c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:23,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8269d175-e4b3-4f0b-aafe-81009d5016b7 Date: Sat, 01 Sep 2018 04:46:23 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:46:23,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=25baf8ca-64c9-4095-9f75-859adfd9662c used request id req-8269d175-e4b3-4f0b-aafe-81009d5016b7 2018-09-01 04:46:23,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.043603181839s 2018-09-01 04:46:23,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=25baf8ca-64c9-4095-9f75-859adfd9662c used request id req-8269d175-e4b3-4f0b-aafe-81009d5016b7 2018-09-01 04:46:23,696 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:28:2d:e8', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bd745500-4c28-4e92-baa4-52851e0f3f0c'}), 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-01T04:46:22.000000', 'flavor': Munch({u'id': u'7de45270-cfb3-4fbe-b93f-728fe4f9a7ca'}), 'az': u'nova', 'id': u'05f47a11-77f0-4c0a-907e-04f94500d66c', 'security_groups': [Munch({u'name': u'cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e77d8b0cd76e487686f09f97f8f83c59', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', '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-01T04:46:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:46:22Z', 'hostId': u'f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311', '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-01T04:46:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': u'cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'adminPass': u'sBHa9ymWJj2h', 'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', 'created_at': u'2018-09-01T04:46:15Z', 'created': u'2018-09-01T04:46:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:46:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:23,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0d6854cd-e83c-41a7-a9b9-7332292e4d98 Date: Sat, 01 Sep 2018 04:46:23 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"],"updated_at":"2018-09-01T04:46:07Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:23,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0d6854cd-e83c-41a7-a9b9-7332292e4d98 2018-09-01 04:46:23,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921471118927s 2018-09-01 04:46:23,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-0d6854cd-e83c-41a7-a9b9-7332292e4d98 2018-09-01 04:46:23,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:46:23,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:23,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9b6589e8-cec7-48ab-bd76-5b1f2411a755 Date: Sat, 01 Sep 2018 04:46:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:18Z","admin_state_up":true,"updated_at":"2018-09-01T04:46:22Z","binding:vnic_type":"normal","device_id":"05f47a11-77f0-4c0a-907e-04f94500d66c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:28:2d:e8","id":"25baf8ca-64c9-4095-9f75-859adfd9662c","port_security_enabled":true,"project_id":"d6b3df3f9c6647249403e2034e6166f9","fixed_ips":[{"subnet_id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["9d9c31a0-008a-4030-bff9-3e7429d13315"],"name":""}]} 2018-09-01 04:46:23,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-9b6589e8-cec7-48ab-bd76-5b1f2411a755 2018-09-01 04:46:23,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.04412317276s 2018-09-01 04:46:23,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-9b6589e8-cec7-48ab-bd76-5b1f2411a755 2018-09-01 04:46:23,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 04:46:23,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"floatingip": {"floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.5", "port_id": "25baf8ca-64c9-4095-9f75-859adfd9662c"}}' 2018-09-01 04:46:25,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ab59a265-2aa1-4b56-821f-b1be43e0a7ef Date: Sat, 01 Sep 2018 04:46:25 GMT RESP BODY: {"floatingip": {"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:24Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25baf8ca-64c9-4095-9f75-859adfd9662c", "id": "5803761e-a6f9-4ee3-8be4-192d2bfe9f59", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:24Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}} 2018-09-01 04:46:25,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ab59a265-2aa1-4b56-821f-b1be43e0a7ef 2018-09-01 04:46:25,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.00469517708s 2018-09-01 04:46:25,844 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-ab59a265-2aa1-4b56-821f-b1be43e0a7ef 2018-09-01 04:46:25,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:46:25,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:25,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-0188e154-954b-4d12-a6de-9cc6c81c3e14 Date: Sat, 01 Sep 2018 04:46:25 GMT RESP BODY: {"floatingips": [{"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:24Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25baf8ca-64c9-4095-9f75-859adfd9662c", "id": "5803761e-a6f9-4ee3-8be4-192d2bfe9f59", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:24Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}]} 2018-09-01 04:46:25,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0188e154-954b-4d12-a6de-9cc6c81c3e14 2018-09-01 04:46:25,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0662310123444s 2018-09-01 04:46:25,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-0188e154-954b-4d12-a6de-9cc6c81c3e14 2018-09-01 04:46:25,923 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'82fe1772-cc18-462c-9e56-1534d98ea1f7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', 'created_at': u'2018-09-01T04:46:24Z', 'attached': True, 'updated_at': u'2018-09-01T04:46:24Z', 'id': u'5803761e-a6f9-4ee3-8be4-192d2bfe9f59', 'floating_network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'82fe1772-cc18-462c-9e56-1534d98ea1f7', 'project_id': u'd6b3df3f9c6647249403e2034e6166f9', 'port_id': u'25baf8ca-64c9-4095-9f75-859adfd9662c', 'port': u'25baf8ca-64c9-4095-9f75-859adfd9662c', 'network': u'4daea871-7749-4408-950d-9e5c72efea1a'}) 2018-09-01 04:46:25,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:46:25,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:46:25,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ba67e08-1492-4719-82f4-11af2534f9ed x-compute-request-id: req-1ba67e08-1492-4719-82f4-11af2534f9ed Content-Encoding: gzip Content-Length: 8142 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 487564719 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.183551] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185752] pid_max: default: 32768 minimum: 301\n[ 0.186946] ACPI: Core revision 20150930\n[ 0.188585] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190320] Security Framework initialized\n[ 0.191404] Yama: becoming mindful.\n[ 0.192380] AppArmor: AppArmor initialized\n[ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200278] Initializing cgroup subsys io\n[ 0.201358] Initializing cgroup subsys memory\n[ 0.202514] Initializing cgroup subsys devices\n[ 0.203679] Initializing cgroup subsys freezer\n[ 0.204826] Initializing cgroup subsys net_cls\n[ 0.205978] Initializing cgroup subsys perf_event\n[ 0.207186] Initializing cgroup subsys net_prio\n[ 0.208351] Initializing cgroup subsys hugetlb\n[ 0.209490] Initializing cgroup subsys pids\n[ 0.210641] CPU: Physical Processor ID: 0\n[ 0.212399] mce: CPU supports 10 MCE banks\n[ 0.213517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229678] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236277] ftrace: allocating 31920 entries in 125 pages\n[ 0.261666] smpboot: Max logical packages: 1\n[ 0.262810] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264622] x2apic enabled\n[ 0.265732] Switched APIC routing to physical x2apic.\n[ 0.268148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269616] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274632] KVM setup paravirtual spinlock\n[ 0.276193] x86: Booted up 1 node, 1 CPUs\n[ 0.277269] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279090] devtmpfs: initialized\n[ 0.281030] evm: security.selinux\n[ 0.281960] evm: security.SMACK64\n[ 0.282890] evm: security.SMACK64EXEC\n[ 0.283881] evm: security.SMACK64TRANSMUTE\n[ 0.284948] evm: security.SMACK64MMAP\n[ 0.285933] evm: security.ima\n[ 0.286794] evm: security.capability\n[ 0.287845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290273] pinctrl core: initialized pinctrl subsystem\n[ 0.291700] RTC time: 4:46:22, date: 09/01/18\n[ 0.292951] NET: Registered protocol family 16\n[ 0.294234] cpuidle: using governor ladder\n[ 0.295322] cpuidle: using governor menu\n[ 0.296364] PCCT header not found.\n[ 0.297361] ACPI: bus type PCI registered\n[ 0.298428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300059] PCI: Using configuration type 1 for base access\n[ 0.302161] ACPI: Added _OSI(Module Device)\n[ 0.303272] ACPI: Added _OSI(Processor Device)\n[ 0.304402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307718] ACPI: Interpreter enabled\n[ 0.308740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318479] ACPI: (supports S0 S5)\n[ 0.319422] ACPI: Using IOAPIC for interrupt routing\n[ 0.320664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324421] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.331967] acpiphp: Slot [3] registered\n[ 0.333037] acpiphp: Slot [4] registered\n[ 0.334104] acpiphp: Slot [5] registered\n[ 0.335167] acpiphp: Slot [6] registered\n[ 0.336226] acpiphp: Slot [7] registered\n[ 0.337286] acpiphp: Slot [8] registered\n[ 0.338344] acpiphp: Slot [9] registered\n[ 0.339399] acpiphp: Slot [10] registered\n[ 0.340470] acpiphp: Slot [11] registered\n[ 0.341547] acpiphp: Slot [12] registered\n[ 0.342620] acpiphp: Slot [13] registered\n[ 0.343692] acpiphp: Slot [14] registered\n[ 0.344770] acpiphp: Slot [15] registered\n[ 0.359999] acpiphp: Slot [16] registered\n[ 0.361078] acpiphp: Slot [17] registered\n[ 0.362157] acpiphp: Slot [18] registered\n[ 0.363227] acpiphp: Slot [19] registered\n[ 0.364308] acpiphp: Slot [20] registered\n[ 0.365383] acpiphp: Slot [21] registered\n[ 0.366450] acpiphp: Slot [22] registered\n[ 0.367524] acpiphp: Slot [23] registered\n[ 0.368604] acpiphp: Slot [24] registered\n[ 0.369678] acpiphp: Slot [25] registered\n[ 0.370747] acpiphp: Slot [26] registered\n[ 0.371823] acpiphp: Slot [27] registered\n[ 0.372898] acpiphp: Slot [28] registered\n[ 0.373975] acpiphp: Slot [29] registered\n[ 0.375046] acpiphp: Slot [30] registered\n[ 0.376123] acpiphp: Slot [31] registered\n[ 0.377200] PCI host bridge to bus 0000:00\n[ 0.378273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.379864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381448] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.387236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.391156] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392823] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394358] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.396008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.402279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.430337] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.432130] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433860] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.435250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.437298] vgaarb: loaded\n[ 0.438104] vgaarb: bridge control possible 0000:00:02.0\n[ 0.439702] SCSI subsystem initialized\n[ 0.440923] ACPI: bus type USB registered\n[ 0.442025] usbcore: registered new interface driver usbfs\n[ 0.443384] usbcore: registered new interface driver hub\n[ 0.444704] usbcore: registered new device driver usb\n[ 0.446159] PCI: Using ACPI for IRQ routing\n[ 0.447646] NetLabel: Initializing\n[ 0.448601] NetLabel: domain hash size = 128\n[ 0.449726] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.450986] NetLabel: unlabeled traffic allowed by default\n[ 0.452508] clocksource: Switched to clocksource kvm-clock\n[ 0.462572] AppArmor: AppArmor Filesystem Enabled\n[ 0.463855] pnp: PnP ACPI init\n[ 0.465082] pnp: PnP ACPI: found 5 devices\n[ 0.471888] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.474158] NET: Registered protocol family 2\n[ 0.475528] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480411] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481836] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483379] NET: Registered protocol family 1\n[ 0.484552] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485997] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487415] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516467] Trying to unpack rootfs image as initramfs...\n[ 0.578247] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582980] Scanning for low memory corruption every 60 seconds\n[ 0.585092] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.586641] audit: initializing netlink subsys (disabled)\n[ 0.588032] audit: type=2000 audit(1535777183.404:1): initialized\n[ 0.589877] Initialise system trusted keyring\n[ 0.591200] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592727] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595387] zbud: loaded\n[ 0.596362] VFS: Disk quotas dquot_6.6.0\n[ 0.597469] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599588] fuse init (API version 7.23)\n[ 0.600801] Key type big_key registered\n[ 0.601874] Allocating IMA MOK and blacklist keyrings.\n[ 0.603481] Key type asymmetric registered\n[ 0.604594] Asymmetric key parser 'x509' registered\n[ 0.605864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607845] io scheduler noop registered\n[ 0.608923] io scheduler deadline registered (default)\n[ 0.610245] io scheduler cfq registered\n[ 0.611392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612774] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616397] ACPI: Power Button [PWRF]\n[ 0.617578] GHES: HEST is not enabled!\n[ 0.631648] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660649] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687810] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690785] Linux agpgart interface v0.103\n[ 0.694150] brd: module loaded\n[ 0.696333] loop: module loaded\n[ 0.701048] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703001] GPT:90111 != 2097151\n[ 0.703914] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705368] GPT:90111 != 2097151\n[ 0.706287] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707573] vda: vda1 vda15\n[ 0.709211] scsi host0: ata_piix\n[ 0.710255] scsi host1: ata_piix\n[ 0.711226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.712836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.714767] libphy: Fixed MDIO Bus: probed\n[ 0.715868] tun: Universal TUN/TAP device driver, 1.6\n[ 0.717142] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.720018] PPP generic driver version 2.4.2\n[ 0.721242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.722800] ehci-pci: EHCI PCI platform driver\n[ 0.723955] ehci-platform: EHCI generic platform driver\n[ 0.725256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.726739] ohci-pci: OHCI PCI platform driver\n[ 0.727900] ohci-platform: OHCI generic platform driver\n[ 0.729207] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.743699] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.745024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.746961] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.748281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.749790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.751409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.753294] usb usb1: Product: UHCI Host Controller\n[ 0.754527] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.756022] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757315] hub 1-0:1.0: USB hub found\n[ 0.758361] hub 1-0:1.0: 2 ports detected\n[ 0.759592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.762416] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.763670] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.765017] mousedev: PS/2 mouse device common for all mice\n[ 0.766666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.769077] rtc_cmos 00:00: RTC can wake from S4\n[ 0.770575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.772142] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.773699] i2c /dev entries driver\n[ 0.774718] device-mapper: uevent: version 1.0.3\n[ 0.775995] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.778175] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.779974] NET: Registered protocol family 10\n[ 0.781489] NET: Registered protocol family 17\n[ 0.782672] Key type dns_resolver registered\n[ 0.783928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.785386] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.787707] registered taskstats version 1\n[ 0.788842] Loading compiled-in X.509 certificates\n[ 0.790657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.793119] zswap: loaded using pool lzo/zbud\n[ 0.795149] Key type trusted registered\n[ 0.797266] Key type encrypted registered\n[ 0.798362] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.799725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801128] evm: HMAC attrs: 0x1\n[ 0.802397] Magic number: 2:749:766\n[ 0.803521] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:23 UTC (1535777183)\n[ 0.805673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807129] EDD information not available.\n[ 0.874091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.890437] Write protecting the kernel read-only data: 14336k\n[ 0.893349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\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.80\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.050544] 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.5...\nLease of 192.168.120.5 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.89. 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.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\n"} 2018-09-01 04:46:25,999 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/action used request id req-1ba67e08-1492-4719-82f4-11af2534f9ed 2018-09-01 04:46:26,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0760650634766s 2018-09-01 04:46:26,000 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/action used request id req-1ba67e08-1492-4719-82f4-11af2534f9ed 2018-09-01 04:46:26,000 - 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 487564719 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.183551] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185752] pid_max: default: 32768 minimum: 301 [ 0.186946] ACPI: Core revision 20150930 [ 0.188585] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190320] Security Framework initialized [ 0.191404] Yama: becoming mindful. [ 0.192380] AppArmor: AppArmor initialized [ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200278] Initializing cgroup subsys io [ 0.201358] Initializing cgroup subsys memory [ 0.202514] Initializing cgroup subsys devices [ 0.203679] Initializing cgroup subsys freezer [ 0.204826] Initializing cgroup subsys net_cls [ 0.205978] Initializing cgroup subsys perf_event [ 0.207186] Initializing cgroup subsys net_prio [ 0.208351] Initializing cgroup subsys hugetlb [ 0.209490] Initializing cgroup subsys pids [ 0.210641] CPU: Physical Processor ID: 0 [ 0.212399] mce: CPU supports 10 MCE banks [ 0.213517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229678] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236277] ftrace: allocating 31920 entries in 125 pages [ 0.261666] smpboot: Max logical packages: 1 [ 0.262810] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264622] x2apic enabled [ 0.265732] Switched APIC routing to physical x2apic. [ 0.268148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269616] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274632] KVM setup paravirtual spinlock [ 0.276193] x86: Booted up 1 node, 1 CPUs [ 0.277269] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279090] devtmpfs: initialized [ 0.281030] evm: security.selinux [ 0.281960] evm: security.SMACK64 [ 0.282890] evm: security.SMACK64EXEC [ 0.283881] evm: security.SMACK64TRANSMUTE [ 0.284948] evm: security.SMACK64MMAP [ 0.285933] evm: security.ima [ 0.286794] evm: security.capability [ 0.287845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290273] pinctrl core: initialized pinctrl subsystem [ 0.291700] RTC time: 4:46:22, date: 09/01/18 [ 0.292951] NET: Registered protocol family 16 [ 0.294234] cpuidle: using governor ladder [ 0.295322] cpuidle: using governor menu [ 0.296364] PCCT header not found. [ 0.297361] ACPI: bus type PCI registered [ 0.298428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300059] PCI: Using configuration type 1 for base access [ 0.302161] ACPI: Added _OSI(Module Device) [ 0.303272] ACPI: Added _OSI(Processor Device) [ 0.304402] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307718] ACPI: Interpreter enabled [ 0.308740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318479] ACPI: (supports S0 S5) [ 0.319422] ACPI: Using IOAPIC for interrupt routing [ 0.320664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324421] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.331967] acpiphp: Slot [3] registered [ 0.333037] acpiphp: Slot [4] registered [ 0.334104] acpiphp: Slot [5] registered [ 0.335167] acpiphp: Slot [6] registered [ 0.336226] acpiphp: Slot [7] registered [ 0.337286] acpiphp: Slot [8] registered [ 0.338344] acpiphp: Slot [9] registered [ 0.339399] acpiphp: Slot [10] registered [ 0.340470] acpiphp: Slot [11] registered [ 0.341547] acpiphp: Slot [12] registered [ 0.342620] acpiphp: Slot [13] registered [ 0.343692] acpiphp: Slot [14] registered [ 0.344770] acpiphp: Slot [15] registered [ 0.359999] acpiphp: Slot [16] registered [ 0.361078] acpiphp: Slot [17] registered [ 0.362157] acpiphp: Slot [18] registered [ 0.363227] acpiphp: Slot [19] registered [ 0.364308] acpiphp: Slot [20] registered [ 0.365383] acpiphp: Slot [21] registered [ 0.366450] acpiphp: Slot [22] registered [ 0.367524] acpiphp: Slot [23] registered [ 0.368604] acpiphp: Slot [24] registered [ 0.369678] acpiphp: Slot [25] registered [ 0.370747] acpiphp: Slot [26] registered [ 0.371823] acpiphp: Slot [27] registered [ 0.372898] acpiphp: Slot [28] registered [ 0.373975] acpiphp: Slot [29] registered [ 0.375046] acpiphp: Slot [30] registered [ 0.376123] acpiphp: Slot [31] registered [ 0.377200] PCI host bridge to bus 0000:00 [ 0.378273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.379864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381448] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.387236] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.391156] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392823] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394358] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.396008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.402279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.426555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.428463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.430337] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.432130] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433860] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.435250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.437298] vgaarb: loaded [ 0.438104] vgaarb: bridge control possible 0000:00:02.0 [ 0.439702] SCSI subsystem initialized [ 0.440923] ACPI: bus type USB registered [ 0.442025] usbcore: registered new interface driver usbfs [ 0.443384] usbcore: registered new interface driver hub [ 0.444704] usbcore: registered new device driver usb [ 0.446159] PCI: Using ACPI for IRQ routing [ 0.447646] NetLabel: Initializing [ 0.448601] NetLabel: domain hash size = 128 [ 0.449726] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450986] NetLabel: unlabeled traffic allowed by default [ 0.452508] clocksource: Switched to clocksource kvm-clock [ 0.462572] AppArmor: AppArmor Filesystem Enabled [ 0.463855] pnp: PnP ACPI init [ 0.465082] pnp: PnP ACPI: found 5 devices [ 0.471888] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.474158] NET: Registered protocol family 2 [ 0.475528] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.477233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478823] TCP: Hash tables configured (established 4096 bind 4096) [ 0.480411] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481836] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.483379] NET: Registered protocol family 1 [ 0.484552] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485997] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487415] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516467] Trying to unpack rootfs image as initramfs... [ 0.578247] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582980] Scanning for low memory corruption every 60 seconds [ 0.585092] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.586641] audit: initializing netlink subsys (disabled) [ 0.588032] audit: type=2000 audit(1535777183.404:1): initialized [ 0.589877] Initialise system trusted keyring [ 0.591200] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592727] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595387] zbud: loaded [ 0.596362] VFS: Disk quotas dquot_6.6.0 [ 0.597469] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599588] fuse init (API version 7.23) [ 0.600801] Key type big_key registered [ 0.601874] Allocating IMA MOK and blacklist keyrings. [ 0.603481] Key type asymmetric registered [ 0.604594] Asymmetric key parser 'x509' registered [ 0.605864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607845] io scheduler noop registered [ 0.608923] io scheduler deadline registered (default) [ 0.610245] io scheduler cfq registered [ 0.611392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612774] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.616397] ACPI: Power Button [PWRF] [ 0.617578] GHES: HEST is not enabled! [ 0.631648] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660649] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687810] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690785] Linux agpgart interface v0.103 [ 0.694150] brd: module loaded [ 0.696333] loop: module loaded [ 0.701048] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703001] GPT:90111 != 2097151 [ 0.703914] GPT:Alternate GPT header not at the end of the disk. [ 0.705368] GPT:90111 != 2097151 [ 0.706287] GPT: Use GNU Parted to correct GPT errors. [ 0.707573] vda: vda1 vda15 [ 0.709211] scsi host0: ata_piix [ 0.710255] scsi host1: ata_piix [ 0.711226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.712836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.714767] libphy: Fixed MDIO Bus: probed [ 0.715868] tun: Universal TUN/TAP device driver, 1.6 [ 0.717142] tun: (C) 1999-2004 Max Krasnyansky [ 0.720018] PPP generic driver version 2.4.2 [ 0.721242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.722800] ehci-pci: EHCI PCI platform driver [ 0.723955] ehci-platform: EHCI generic platform driver [ 0.725256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.726739] ohci-pci: OHCI PCI platform driver [ 0.727900] ohci-platform: OHCI generic platform driver [ 0.729207] uhci_hcd: USB Universal Host Controller Interface driver [ 0.743699] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.745024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.746961] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.748281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.749790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.751409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.753294] usb usb1: Product: UHCI Host Controller [ 0.754527] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.756022] usb usb1: SerialNumber: 0000:00:01.2 [ 0.757315] hub 1-0:1.0: USB hub found [ 0.758361] hub 1-0:1.0: 2 ports detected [ 0.759592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.762416] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.763670] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.765017] mousedev: PS/2 mouse device common for all mice [ 0.766666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.769077] rtc_cmos 00:00: RTC can wake from S4 [ 0.770575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.772142] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.773699] i2c /dev entries driver [ 0.774718] device-mapper: uevent: version 1.0.3 [ 0.775995] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.778175] ledtrig-cpu: registered to indicate activity on CPUs [ 0.779974] NET: Registered protocol family 10 [ 0.781489] NET: Registered protocol family 17 [ 0.782672] Key type dns_resolver registered [ 0.783928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.785386] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.787707] registered taskstats version 1 [ 0.788842] Loading compiled-in X.509 certificates [ 0.790657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.793119] zswap: loaded using pool lzo/zbud [ 0.795149] Key type trusted registered [ 0.797266] Key type encrypted registered [ 0.798362] AppArmor: AppArmor sha1 policy hashing enabled [ 0.799725] ima: No TPM chip found, activating TPM-bypass! [ 0.801128] evm: HMAC attrs: 0x1 [ 0.802397] Magic number: 2:749:766 [ 0.803521] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:23 UTC (1535777183) [ 0.805673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807129] EDD information not available. [ 0.874091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.890437] Write protecting the kernel read-only data: 14336k [ 0.893349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.895735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 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.050544] 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.5... Lease of 192.168.120.5 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.89. 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.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: 2018-09-01 04:46:27,003 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-09-01 04:46:36,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:46:36,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:46:36,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-ea56f91d-495a-42eb-9f8d-24c7e01c6495 x-compute-request-id: req-ea56f91d-495a-42eb-9f8d-24c7e01c6495 Content-Encoding: gzip Content-Length: 9569 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 487564719 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.183551] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185752] pid_max: default: 32768 minimum: 301\n[ 0.186946] ACPI: Core revision 20150930\n[ 0.188585] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190320] Security Framework initialized\n[ 0.191404] Yama: becoming mindful.\n[ 0.192380] AppArmor: AppArmor initialized\n[ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200278] Initializing cgroup subsys io\n[ 0.201358] Initializing cgroup subsys memory\n[ 0.202514] Initializing cgroup subsys devices\n[ 0.203679] Initializing cgroup subsys freezer\n[ 0.204826] Initializing cgroup subsys net_cls\n[ 0.205978] Initializing cgroup subsys perf_event\n[ 0.207186] Initializing cgroup subsys net_prio\n[ 0.208351] Initializing cgroup subsys hugetlb\n[ 0.209490] Initializing cgroup subsys pids\n[ 0.210641] CPU: Physical Processor ID: 0\n[ 0.212399] mce: CPU supports 10 MCE banks\n[ 0.213517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229678] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236277] ftrace: allocating 31920 entries in 125 pages\n[ 0.261666] smpboot: Max logical packages: 1\n[ 0.262810] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264622] x2apic enabled\n[ 0.265732] Switched APIC routing to physical x2apic.\n[ 0.268148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269616] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274632] KVM setup paravirtual spinlock\n[ 0.276193] x86: Booted up 1 node, 1 CPUs\n[ 0.277269] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279090] devtmpfs: initialized\n[ 0.281030] evm: security.selinux\n[ 0.281960] evm: security.SMACK64\n[ 0.282890] evm: security.SMACK64EXEC\n[ 0.283881] evm: security.SMACK64TRANSMUTE\n[ 0.284948] evm: security.SMACK64MMAP\n[ 0.285933] evm: security.ima\n[ 0.286794] evm: security.capability\n[ 0.287845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290273] pinctrl core: initialized pinctrl subsystem\n[ 0.291700] RTC time: 4:46:22, date: 09/01/18\n[ 0.292951] NET: Registered protocol family 16\n[ 0.294234] cpuidle: using governor ladder\n[ 0.295322] cpuidle: using governor menu\n[ 0.296364] PCCT header not found.\n[ 0.297361] ACPI: bus type PCI registered\n[ 0.298428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300059] PCI: Using configuration type 1 for base access\n[ 0.302161] ACPI: Added _OSI(Module Device)\n[ 0.303272] ACPI: Added _OSI(Processor Device)\n[ 0.304402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307718] ACPI: Interpreter enabled\n[ 0.308740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318479] ACPI: (supports S0 S5)\n[ 0.319422] ACPI: Using IOAPIC for interrupt routing\n[ 0.320664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324421] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.331967] acpiphp: Slot [3] registered\n[ 0.333037] acpiphp: Slot [4] registered\n[ 0.334104] acpiphp: Slot [5] registered\n[ 0.335167] acpiphp: Slot [6] registered\n[ 0.336226] acpiphp: Slot [7] registered\n[ 0.337286] acpiphp: Slot [8] registered\n[ 0.338344] acpiphp: Slot [9] registered\n[ 0.339399] acpiphp: Slot [10] registered\n[ 0.340470] acpiphp: Slot [11] registered\n[ 0.341547] acpiphp: Slot [12] registered\n[ 0.342620] acpiphp: Slot [13] registered\n[ 0.343692] acpiphp: Slot [14] registered\n[ 0.344770] acpiphp: Slot [15] registered\n[ 0.359999] acpiphp: Slot [16] registered\n[ 0.361078] acpiphp: Slot [17] registered\n[ 0.362157] acpiphp: Slot [18] registered\n[ 0.363227] acpiphp: Slot [19] registered\n[ 0.364308] acpiphp: Slot [20] registered\n[ 0.365383] acpiphp: Slot [21] registered\n[ 0.366450] acpiphp: Slot [22] registered\n[ 0.367524] acpiphp: Slot [23] registered\n[ 0.368604] acpiphp: Slot [24] registered\n[ 0.369678] acpiphp: Slot [25] registered\n[ 0.370747] acpiphp: Slot [26] registered\n[ 0.371823] acpiphp: Slot [27] registered\n[ 0.372898] acpiphp: Slot [28] registered\n[ 0.373975] acpiphp: Slot [29] registered\n[ 0.375046] acpiphp: Slot [30] registered\n[ 0.376123] acpiphp: Slot [31] registered\n[ 0.377200] PCI host bridge to bus 0000:00\n[ 0.378273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.379864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381448] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.387236] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.391156] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392823] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394358] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.396008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.402279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.428463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.430337] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.432130] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433860] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.435250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.437298] vgaarb: loaded\n[ 0.438104] vgaarb: bridge control possible 0000:00:02.0\n[ 0.439702] SCSI subsystem initialized\n[ 0.440923] ACPI: bus type USB registered\n[ 0.442025] usbcore: registered new interface driver usbfs\n[ 0.443384] usbcore: registered new interface driver hub\n[ 0.444704] usbcore: registered new device driver usb\n[ 0.446159] PCI: Using ACPI for IRQ routing\n[ 0.447646] NetLabel: Initializing\n[ 0.448601] NetLabel: domain hash size = 128\n[ 0.449726] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.450986] NetLabel: unlabeled traffic allowed by default\n[ 0.452508] clocksource: Switched to clocksource kvm-clock\n[ 0.462572] AppArmor: AppArmor Filesystem Enabled\n[ 0.463855] pnp: PnP ACPI init\n[ 0.465082] pnp: PnP ACPI: found 5 devices\n[ 0.471888] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.474158] NET: Registered protocol family 2\n[ 0.475528] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480411] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481836] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483379] NET: Registered protocol family 1\n[ 0.484552] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485997] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487415] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516467] Trying to unpack rootfs image as initramfs...\n[ 0.578247] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582980] Scanning for low memory corruption every 60 seconds\n[ 0.585092] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.586641] audit: initializing netlink subsys (disabled)\n[ 0.588032] audit: type=2000 audit(1535777183.404:1): initialized\n[ 0.589877] Initialise system trusted keyring\n[ 0.591200] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592727] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595387] zbud: loaded\n[ 0.596362] VFS: Disk quotas dquot_6.6.0\n[ 0.597469] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599588] fuse init (API version 7.23)\n[ 0.600801] Key type big_key registered\n[ 0.601874] Allocating IMA MOK and blacklist keyrings.\n[ 0.603481] Key type asymmetric registered\n[ 0.604594] Asymmetric key parser 'x509' registered\n[ 0.605864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607845] io scheduler noop registered\n[ 0.608923] io scheduler deadline registered (default)\n[ 0.610245] io scheduler cfq registered\n[ 0.611392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612774] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616397] ACPI: Power Button [PWRF]\n[ 0.617578] GHES: HEST is not enabled!\n[ 0.631648] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660649] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687810] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690785] Linux agpgart interface v0.103\n[ 0.694150] brd: module loaded\n[ 0.696333] loop: module loaded\n[ 0.701048] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703001] GPT:90111 != 2097151\n[ 0.703914] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705368] GPT:90111 != 2097151\n[ 0.706287] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707573] vda: vda1 vda15\n[ 0.709211] scsi host0: ata_piix\n[ 0.710255] scsi host1: ata_piix\n[ 0.711226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.712836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.714767] libphy: Fixed MDIO Bus: probed\n[ 0.715868] tun: Universal TUN/TAP device driver, 1.6\n[ 0.717142] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.720018] PPP generic driver version 2.4.2\n[ 0.721242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.722800] ehci-pci: EHCI PCI platform driver\n[ 0.723955] ehci-platform: EHCI generic platform driver\n[ 0.725256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.726739] ohci-pci: OHCI PCI platform driver\n[ 0.727900] ohci-platform: OHCI generic platform driver\n[ 0.729207] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.743699] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.745024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.746961] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.748281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.749790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.751409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.753294] usb usb1: Product: UHCI Host Controller\n[ 0.754527] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.756022] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757315] hub 1-0:1.0: USB hub found\n[ 0.758361] hub 1-0:1.0: 2 ports detected\n[ 0.759592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.762416] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.763670] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.765017] mousedev: PS/2 mouse device common for all mice\n[ 0.766666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.769077] rtc_cmos 00:00: RTC can wake from S4\n[ 0.770575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.772142] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.773699] i2c /dev entries driver\n[ 0.774718] device-mapper: uevent: version 1.0.3\n[ 0.775995] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.778175] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.779974] NET: Registered protocol family 10\n[ 0.781489] NET: Registered protocol family 17\n[ 0.782672] Key type dns_resolver registered\n[ 0.783928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.785386] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.787707] registered taskstats version 1\n[ 0.788842] Loading compiled-in X.509 certificates\n[ 0.790657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.793119] zswap: loaded using pool lzo/zbud\n[ 0.795149] Key type trusted registered\n[ 0.797266] Key type encrypted registered\n[ 0.798362] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.799725] ima: No TPM chip found, activating TPM-bypass!\n[ 0.801128] evm: HMAC attrs: 0x1\n[ 0.802397] Magic number: 2:749:766\n[ 0.803521] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:23 UTC (1535777183)\n[ 0.805673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807129] EDD information not available.\n[ 0.874091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.890437] Write protecting the kernel read-only data: 14336k\n[ 0.893349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.895735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\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.80\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.050544] 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.5...\nLease of 192.168.120.5 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.89. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAnX008vhlDhH8w1xTExFxPDXSu0OI/a5a0Uy1w6R+1d6JXBKf9tpHEBow+W9vcqfMK3K3v7yRBhlFqllXbzJiEokKVKGr74g6dmMKQ+xF9dzYjHoH05iwdZiHsFFMnVlzm3aqk3dN3t1d3+bEF8VckUeKV7jSnPNXyQIk9qNpLGTUSzzMfy1JpAwRQ5ZcWWyc36Gc3n9bc61eVdOIzwpENDVt0mhB6qi6Upo/3rd3Xaz7SK7hbK5fSys44BU4bL+8ZUtY82DBhrHg+citkkb5AIW1sw5+HUjkZxWgyMyq8NyyP/DNfJtSVAYGVLsFmtek7ScGJWPrdFyO6gj5fbSR root@cinder-test-vm2-4d85ff86-7a12-42f2-8084-1bacb156ec63\nssh-dss AAAAB3NzaC1kc3MAAACBAMrkpZN8MNyI4X+zx47XfewOpAt8T/eq4WVBf4srNIMeLzx+oPWTlHd3omYnHcabB6TABhLwCbeuWTE5YFJOkqg6Ky/2eh+LDlu1vr7hwMMZOyjjCFQMXgP469fwGbJj/SdMHUFqMk8CjndNpIXmPYCr2e4bfMO8MAxOmcACDV2zAAAAFQCLUSDxt6NV1G6nBAj0f9zuYm/4ZQAAAIAfFZq4mPp+zldl2kkuaX9riCxBPlXhnxRCYxFX7JMgEkeQWYN5WS7rOP2eM2TRcWiex9105ojCBsBqaG55rDsv1t3QzyPuKSe5k9nlcNslYOGk/yetVeIDEuv1qnqdSKELuSL0uIVxe5wR1WpfggRQTYl9pN5SYg2ZJkxiQKvbpgAAAIAGCADX9Vlwoa2Wjq/QCnCD4k3iu1U3qomJ+lNKvBPLNCYAwIpJdLv2kWYN+0bHw+LsMZZHtADrqzbmVAZxcdQz3gaallemPW5AfbmS5Y8RLrcbhVu/AZ8AEUXfHhnLa8QxsUBsj1QbdMdAxMnDXNrveogs0B/d0ovO1xpcG5QEyA== root@cinder-test-vm2-4d85ff86-7a12-42f2-8084-1bacb156ec63\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe28:2de8/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.5 \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-4d85ff86-7a12-42f2-8084-1bacb156ec63\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.84 ===\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-4d85ff86-7a12-42f2-8084-1bacb156ec63 login: "} 2018-09-01 04:46:36,078 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/action used request id req-ea56f91d-495a-42eb-9f8d-24c7e01c6495 2018-09-01 04:46:36,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0727770328522s 2018-09-01 04:46:36,079 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/action used request id req-ea56f91d-495a-42eb-9f8d-24c7e01c6495 2018-09-01 04:46:36,079 - 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 487564719 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.183551] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185752] pid_max: default: 32768 minimum: 301 [ 0.186946] ACPI: Core revision 20150930 [ 0.188585] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190320] Security Framework initialized [ 0.191404] Yama: becoming mindful. [ 0.192380] AppArmor: AppArmor initialized [ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196889] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198472] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200278] Initializing cgroup subsys io [ 0.201358] Initializing cgroup subsys memory [ 0.202514] Initializing cgroup subsys devices [ 0.203679] Initializing cgroup subsys freezer [ 0.204826] Initializing cgroup subsys net_cls [ 0.205978] Initializing cgroup subsys perf_event [ 0.207186] Initializing cgroup subsys net_prio [ 0.208351] Initializing cgroup subsys hugetlb [ 0.209490] Initializing cgroup subsys pids [ 0.210641] CPU: Physical Processor ID: 0 [ 0.212399] mce: CPU supports 10 MCE banks [ 0.213517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214852] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229678] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236277] ftrace: allocating 31920 entries in 125 pages [ 0.261666] smpboot: Max logical packages: 1 [ 0.262810] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264622] x2apic enabled [ 0.265732] Switched APIC routing to physical x2apic. [ 0.268148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269616] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.272253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274632] KVM setup paravirtual spinlock [ 0.276193] x86: Booted up 1 node, 1 CPUs [ 0.277269] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279090] devtmpfs: initialized [ 0.281030] evm: security.selinux [ 0.281960] evm: security.SMACK64 [ 0.282890] evm: security.SMACK64EXEC [ 0.283881] evm: security.SMACK64TRANSMUTE [ 0.284948] evm: security.SMACK64MMAP [ 0.285933] evm: security.ima [ 0.286794] evm: security.capability [ 0.287845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290273] pinctrl core: initialized pinctrl subsystem [ 0.291700] RTC time: 4:46:22, date: 09/01/18 [ 0.292951] NET: Registered protocol family 16 [ 0.294234] cpuidle: using governor ladder [ 0.295322] cpuidle: using governor menu [ 0.296364] PCCT header not found. [ 0.297361] ACPI: bus type PCI registered [ 0.298428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300059] PCI: Using configuration type 1 for base access [ 0.302161] ACPI: Added _OSI(Module Device) [ 0.303272] ACPI: Added _OSI(Processor Device) [ 0.304402] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307718] ACPI: Interpreter enabled [ 0.308740] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318479] ACPI: (supports S0 S5) [ 0.319422] ACPI: Using IOAPIC for interrupt routing [ 0.320664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324421] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327529] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.331967] acpiphp: Slot [3] registered [ 0.333037] acpiphp: Slot [4] registered [ 0.334104] acpiphp: Slot [5] registered [ 0.335167] acpiphp: Slot [6] registered [ 0.336226] acpiphp: Slot [7] registered [ 0.337286] acpiphp: Slot [8] registered [ 0.338344] acpiphp: Slot [9] registered [ 0.339399] acpiphp: Slot [10] registered [ 0.340470] acpiphp: Slot [11] registered [ 0.341547] acpiphp: Slot [12] registered [ 0.342620] acpiphp: Slot [13] registered [ 0.343692] acpiphp: Slot [14] registered [ 0.344770] acpiphp: Slot [15] registered [ 0.359999] acpiphp: Slot [16] registered [ 0.361078] acpiphp: Slot [17] registered [ 0.362157] acpiphp: Slot [18] registered [ 0.363227] acpiphp: Slot [19] registered [ 0.364308] acpiphp: Slot [20] registered [ 0.365383] acpiphp: Slot [21] registered [ 0.366450] acpiphp: Slot [22] registered [ 0.367524] acpiphp: Slot [23] registered [ 0.368604] acpiphp: Slot [24] registered [ 0.369678] acpiphp: Slot [25] registered [ 0.370747] acpiphp: Slot [26] registered [ 0.371823] acpiphp: Slot [27] registered [ 0.372898] acpiphp: Slot [28] registered [ 0.373975] acpiphp: Slot [29] registered [ 0.375046] acpiphp: Slot [30] registered [ 0.376123] acpiphp: Slot [31] registered [ 0.377200] PCI host bridge to bus 0000:00 [ 0.378273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.379864] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381448] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.387236] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.391156] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392823] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394358] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.396008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.402279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.426555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.428463] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.430337] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.432130] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433860] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.435250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.437298] vgaarb: loaded [ 0.438104] vgaarb: bridge control possible 0000:00:02.0 [ 0.439702] SCSI subsystem initialized [ 0.440923] ACPI: bus type USB registered [ 0.442025] usbcore: registered new interface driver usbfs [ 0.443384] usbcore: registered new interface driver hub [ 0.444704] usbcore: registered new device driver usb [ 0.446159] PCI: Using ACPI for IRQ routing [ 0.447646] NetLabel: Initializing [ 0.448601] NetLabel: domain hash size = 128 [ 0.449726] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450986] NetLabel: unlabeled traffic allowed by default [ 0.452508] clocksource: Switched to clocksource kvm-clock [ 0.462572] AppArmor: AppArmor Filesystem Enabled [ 0.463855] pnp: PnP ACPI init [ 0.465082] pnp: PnP ACPI: found 5 devices [ 0.471888] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.474158] NET: Registered protocol family 2 [ 0.475528] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.477233] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478823] TCP: Hash tables configured (established 4096 bind 4096) [ 0.480411] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481836] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.483379] NET: Registered protocol family 1 [ 0.484552] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485997] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487415] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501903] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516467] Trying to unpack rootfs image as initramfs... [ 0.578247] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582980] Scanning for low memory corruption every 60 seconds [ 0.585092] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.586641] audit: initializing netlink subsys (disabled) [ 0.588032] audit: type=2000 audit(1535777183.404:1): initialized [ 0.589877] Initialise system trusted keyring [ 0.591200] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592727] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595387] zbud: loaded [ 0.596362] VFS: Disk quotas dquot_6.6.0 [ 0.597469] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599588] fuse init (API version 7.23) [ 0.600801] Key type big_key registered [ 0.601874] Allocating IMA MOK and blacklist keyrings. [ 0.603481] Key type asymmetric registered [ 0.604594] Asymmetric key parser 'x509' registered [ 0.605864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607845] io scheduler noop registered [ 0.608923] io scheduler deadline registered (default) [ 0.610245] io scheduler cfq registered [ 0.611392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612774] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.616397] ACPI: Power Button [PWRF] [ 0.617578] GHES: HEST is not enabled! [ 0.631648] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660649] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687810] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690785] Linux agpgart interface v0.103 [ 0.694150] brd: module loaded [ 0.696333] loop: module loaded [ 0.701048] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703001] GPT:90111 != 2097151 [ 0.703914] GPT:Alternate GPT header not at the end of the disk. [ 0.705368] GPT:90111 != 2097151 [ 0.706287] GPT: Use GNU Parted to correct GPT errors. [ 0.707573] vda: vda1 vda15 [ 0.709211] scsi host0: ata_piix [ 0.710255] scsi host1: ata_piix [ 0.711226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.712836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.714767] libphy: Fixed MDIO Bus: probed [ 0.715868] tun: Universal TUN/TAP device driver, 1.6 [ 0.717142] tun: (C) 1999-2004 Max Krasnyansky [ 0.720018] PPP generic driver version 2.4.2 [ 0.721242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.722800] ehci-pci: EHCI PCI platform driver [ 0.723955] ehci-platform: EHCI generic platform driver [ 0.725256] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.726739] ohci-pci: OHCI PCI platform driver [ 0.727900] ohci-platform: OHCI generic platform driver [ 0.729207] uhci_hcd: USB Universal Host Controller Interface driver [ 0.743699] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.745024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.746961] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.748281] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.749790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.751409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.753294] usb usb1: Product: UHCI Host Controller [ 0.754527] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.756022] usb usb1: SerialNumber: 0000:00:01.2 [ 0.757315] hub 1-0:1.0: USB hub found [ 0.758361] hub 1-0:1.0: 2 ports detected [ 0.759592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.762416] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.763670] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.765017] mousedev: PS/2 mouse device common for all mice [ 0.766666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.769077] rtc_cmos 00:00: RTC can wake from S4 [ 0.770575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.772142] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.773699] i2c /dev entries driver [ 0.774718] device-mapper: uevent: version 1.0.3 [ 0.775995] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.778175] ledtrig-cpu: registered to indicate activity on CPUs [ 0.779974] NET: Registered protocol family 10 [ 0.781489] NET: Registered protocol family 17 [ 0.782672] Key type dns_resolver registered [ 0.783928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.785386] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.787707] registered taskstats version 1 [ 0.788842] Loading compiled-in X.509 certificates [ 0.790657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.793119] zswap: loaded using pool lzo/zbud [ 0.795149] Key type trusted registered [ 0.797266] Key type encrypted registered [ 0.798362] AppArmor: AppArmor sha1 policy hashing enabled [ 0.799725] ima: No TPM chip found, activating TPM-bypass! [ 0.801128] evm: HMAC attrs: 0x1 [ 0.802397] Magic number: 2:749:766 [ 0.803521] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:23 UTC (1535777183) [ 0.805673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807129] EDD information not available. [ 0.874091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.890437] Write protecting the kernel read-only data: 14336k [ 0.893349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.895735] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 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.050544] 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.5... Lease of 192.168.120.5 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.89. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAnX008vhlDhH8w1xTExFxPDXSu0OI/a5a0Uy1w6R+1d6JXBKf9tpHEBow+W9vcqfMK3K3v7yRBhlFqllXbzJiEokKVKGr74g6dmMKQ+xF9dzYjHoH05iwdZiHsFFMnVlzm3aqk3dN3t1d3+bEF8VckUeKV7jSnPNXyQIk9qNpLGTUSzzMfy1JpAwRQ5ZcWWyc36Gc3n9bc61eVdOIzwpENDVt0mhB6qi6Upo/3rd3Xaz7SK7hbK5fSys44BU4bL+8ZUtY82DBhrHg+citkkb5AIW1sw5+HUjkZxWgyMyq8NyyP/DNfJtSVAYGVLsFmtek7ScGJWPrdFyO6gj5fbSR root@cinder-test-vm2-4d85ff86-7a12-42f2-8084-1bacb156ec63 ssh-dss AAAAB3NzaC1kc3MAAACBAMrkpZN8MNyI4X+zx47XfewOpAt8T/eq4WVBf4srNIMeLzx+oPWTlHd3omYnHcabB6TABhLwCbeuWTE5YFJOkqg6Ky/2eh+LDlu1vr7hwMMZOyjjCFQMXgP469fwGbJj/SdMHUFqMk8CjndNpIXmPYCr2e4bfMO8MAxOmcACDV2zAAAAFQCLUSDxt6NV1G6nBAj0f9zuYm/4ZQAAAIAfFZq4mPp+zldl2kkuaX9riCxBPlXhnxRCYxFX7JMgEkeQWYN5WS7rOP2eM2TRcWiex9105ojCBsBqaG55rDsv1t3QzyPuKSe5k9nlcNslYOGk/yetVeIDEuv1qnqdSKELuSL0uIVxe5wR1WpfggRQTYl9pN5SYg2ZJkxiQKvbpgAAAIAGCADX9Vlwoa2Wjq/QCnCD4k3iu1U3qomJ+lNKvBPLNCYAwIpJdLv2kWYN+0bHw+LsMZZHtADrqzbmVAZxcdQz3gaallemPW5AfbmS5Y8RLrcbhVu/AZ8AEUXfHhnLa8QxsUBsj1QbdMdAxMnDXNrveogs0B/d0ovO1xpcG5QEyA== root@cinder-test-vm2-4d85ff86-7a12-42f2-8084-1bacb156ec63 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe28:2de8/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.5 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-4d85ff86-7a12-42f2-8084-1bacb156ec63 launch-index: 0 === cirros: current=0.4.0 uptime=2.84 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-4d85ff86-7a12-42f2-8084-1bacb156ec63 login: 2018-09-01 04:46:36,082 - paramiko.transport - DEBUG - starting thread (client mode): 0x9abdce90L 2018-09-01 04:46:36,083 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 04:46:36,083 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 04:46:36,083 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 04:46:36,085 - 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 04:46:36,085 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 04:46:36,085 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 04:46:36,085 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 04:46:36,085 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 04:46:36,085 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 04:46:36,103 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 04:46:36,103 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 04:46:36,115 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: ea6c5f708e5d8f6df024a9d60d583e54 2018-09-01 04:46:36,116 - paramiko.transport - DEBUG - Trying discovered key 2d03197c06883935319848254161272c in /tmp/tmpCaWE8D 2018-09-01 04:46:36,143 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 04:46:36,149 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 04:46:36,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-01 04:46:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"volume": {"display_name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "size": "2"}}' 2018-09-01 04:46:37,585 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:46:36 GMT Server: Apache x-compute-request-id: req-d7cf5384-2af4-4965-a540-0c31f5ce6770 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7cf5384-2af4-4965-a540-0c31f5ce6770 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}} 2018-09-01 04:46:37,586 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes used request id req-d7cf5384-2af4-4965-a540-0c31f5ce6770 2018-09-01 04:46:37,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.40247297287s 2018-09-01 04:46:37,586 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes used request id req-d7cf5384-2af4-4965-a540-0c31f5ce6770 2018-09-01 04:46:37,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:46:37,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:38,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:37 GMT Server: Apache x-compute-request-id: req-6f292928-cd20-4c2f-acbe-593d647b1f03 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f292928-cd20-4c2f-acbe-593d647b1f03 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:46:37.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:46:38,725 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-6f292928-cd20-4c2f-acbe-593d647b1f03 2018-09-01 04:46:38,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.13798880577s 2018-09-01 04:46:38,725 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-6f292928-cd20-4c2f-acbe-593d647b1f03 2018-09-01 04:46:38,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:40,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:46:40,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:41,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:40 GMT Server: Apache x-compute-request-id: req-812f5a8d-57bb-4129-aa5c-f9b593a060d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-812f5a8d-57bb-4129-aa5c-f9b593a060d0 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:46:39.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:46:41,724 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-812f5a8d-57bb-4129-aa5c-f9b593a060d0 2018-09-01 04:46:41,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.994020938873s 2018-09-01 04:46:41,725 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-812f5a8d-57bb-4129-aa5c-f9b593a060d0 2018-09-01 04:46:41,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:41,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:42,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e3d8e5fe-6403-4edb-81e8-49bb66a98749 Date: Sat, 01 Sep 2018 04:46:42 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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"],"updated_at":"2018-09-01T04:46:07Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:42,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e3d8e5fe-6403-4edb-81e8-49bb66a98749 2018-09-01 04:46:42,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367341995239s 2018-09-01 04:46:42,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-e3d8e5fe-6403-4edb-81e8-49bb66a98749 2018-09-01 04:46:42,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:46:42,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:42,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-1bfb1510-46eb-4ea4-b0f4-601ddd1a086d Date: Sat, 01 Sep 2018 04:46:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:46:12Z", "file": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file", "owner": "d6b3df3f9c6647249403e2034e6166f9", "id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "size": 12716032, "self": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:46:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:46:42,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1bfb1510-46eb-4ea4-b0f4-601ddd1a086d 2018-09-01 04:46:42,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301629066467s 2018-09-01 04:46:42,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-1bfb1510-46eb-4ea4-b0f4-601ddd1a086d 2018-09-01 04:46:42,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:46:42,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:42,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddda9adc-e439-484d-b728-ba4e3680cb0c x-compute-request-id: req-ddda9adc-e439-484d-b728-ba4e3680cb0c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "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": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca"}]} 2018-09-01 04:46:42,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ddda9adc-e439-484d-b728-ba4e3680cb0c 2018-09-01 04:46:42,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226819515228s 2018-09-01 04:46:42,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-ddda9adc-e439-484d-b728-ba4e3680cb0c 2018-09-01 04:46:42,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 04:46:42,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"server": {"name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "imageRef": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "flavorRef": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ce2c290c-3f2d-4041-a4c3-0638a9c080b5"}], "security_groups": [{"name": "9d9c31a0-008a-4030-bff9-3e7429d13315"}]}}' 2018-09-01 04:46:44,575 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:46:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c80077f8-a47d-4f2a-becf-73c8376b2901 x-compute-request-id: req-c80077f8-a47d-4f2a-becf-73c8376b2901 Content-Length: 403 location: http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9d9c31a0-008a-4030-bff9-3e7429d13315"}], "OS-DCF:diskConfig": "MANUAL", "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "adminPass": "7tnXcfbVRnSe"}} 2018-09-01 04:46:44,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c80077f8-a47d-4f2a-becf-73c8376b2901 2018-09-01 04:46:44,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.14824104309s 2018-09-01 04:46:44,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers used request id req-c80077f8-a47d-4f2a-becf-73c8376b2901 2018-09-01 04:46:44,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:44,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:44,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64c497d7-4699-4389-b827-1247ec4db790 x-compute-request-id: req-64c497d7-4699-4389-b827-1247ec4db790 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:22Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:44,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-64c497d7-4699-4389-b827-1247ec4db790 2018-09-01 04:46:44,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19087600708s 2018-09-01 04:46:44,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-64c497d7-4699-4389-b827-1247ec4db790 2018-09-01 04:46:44,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:46,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:46,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:47,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46: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-8f8d711f-3cb1-4432-be17-7fa53a9c3c54 x-compute-request-id: req-8f8d711f-3cb1-4432-be17-7fa53a9c3c54 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:46Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:22Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:47,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f8d711f-3cb1-4432-be17-7fa53a9c3c54 2018-09-01 04:46:47,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482617855072s 2018-09-01 04:46:47,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8f8d711f-3cb1-4432-be17-7fa53a9c3c54 2018-09-01 04:46:47,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:49,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:49,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:49,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f74b076-c734-4133-a024-ddbb3281a951 x-compute-request-id: req-3f74b076-c734-4133-a024-ddbb3281a951 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:46Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:22Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:49,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3f74b076-c734-4133-a024-ddbb3281a951 2018-09-01 04:46:49,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526829004288s 2018-09-01 04:46:49,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-3f74b076-c734-4133-a024-ddbb3281a951 2018-09-01 04:46:49,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:46:51,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:46:51,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:51,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a5cdbb3-4c94-43fb-8d1d-e3d12f8fc345 x-compute-request-id: req-8a5cdbb3-4c94-43fb-8d1d-e3d12f8fc345 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:51.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:51Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:22Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:46:51,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8a5cdbb3-4c94-43fb-8d1d-e3d12f8fc345 2018-09-01 04:46:51,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177549123764s 2018-09-01 04:46:51,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-8a5cdbb3-4c94-43fb-8d1d-e3d12f8fc345 2018-09-01 04:46:51,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:46:51,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:52,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-de5c7550-327c-4e36-813e-3b14c74d07b0 Date: Sat, 01 Sep 2018 04:46:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:47Z","admin_state_up":true,"updated_at":"2018-09-01T04:46:51Z","binding:vnic_type":"normal","device_id":"f2408ac4-088b-4e9e-aa68-07b788fd9d8c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:88:4a","id":"45c280b7-322f-4bc7-a855-9f06dcfdbefb","port_security_enabled":true,"project_id":"d6b3df3f9c6647249403e2034e6166f9","fixed_ips":[{"subnet_id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["9d9c31a0-008a-4030-bff9-3e7429d13315"],"name":""}]} 2018-09-01 04:46:52,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-de5c7550-327c-4e36-813e-3b14c74d07b0 2018-09-01 04:46:52,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0859439373016s 2018-09-01 04:46:52,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-de5c7550-327c-4e36-813e-3b14c74d07b0 2018-09-01 04:46:52,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:46:52,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/floatingips.json?port_id=45c280b7-322f-4bc7-a855-9f06dcfdbefb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:52,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8f9e9cbb-4a20-427d-86fe-5932bd3e82cc Date: Sat, 01 Sep 2018 04:46:52 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:46:52,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=45c280b7-322f-4bc7-a855-9f06dcfdbefb used request id req-8f9e9cbb-4a20-427d-86fe-5932bd3e82cc 2018-09-01 04:46:52,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0420382022858s 2018-09-01 04:46:52,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json?port_id=45c280b7-322f-4bc7-a855-9f06dcfdbefb used request id req-8f9e9cbb-4a20-427d-86fe-5932bd3e82cc 2018-09-01 04:46:52,119 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:88:4a', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bd745500-4c28-4e92-baa4-52851e0f3f0c'}), 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-01T04:46:51.000000', 'flavor': Munch({u'id': u'7de45270-cfb3-4fbe-b93f-728fe4f9a7ca'}), 'az': u'nova', 'id': u'f2408ac4-088b-4e9e-aa68-07b788fd9d8c', 'security_groups': [Munch({u'name': u'cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e77d8b0cd76e487686f09f97f8f83c59', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', '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-01T04:46:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T04:46:51Z', 'hostId': u'03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35', '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-01T04:46:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': u'cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'adminPass': u'7tnXcfbVRnSe', 'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', 'created_at': u'2018-09-01T04:46:44Z', 'created': u'2018-09-01T04:46:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 04:46:52,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:46:52,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:52,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-60591c11-827f-4c19-98f2-368c47e19fcf Date: Sat, 01 Sep 2018 04:46: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"],"updated_at":"2018-09-01T04:46:07Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:46:52,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60591c11-827f-4c19-98f2-368c47e19fcf 2018-09-01 04:46:52,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0822410583496s 2018-09-01 04:46:52,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-60591c11-827f-4c19-98f2-368c47e19fcf 2018-09-01 04:46:52,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 04:46:52,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:52,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e3cec7ca-f563-4ca4-ae53-fe40776721ad Date: Sat, 01 Sep 2018 04:46:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:47Z","admin_state_up":true,"updated_at":"2018-09-01T04:46:51Z","binding:vnic_type":"normal","device_id":"f2408ac4-088b-4e9e-aa68-07b788fd9d8c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:88:4a","id":"45c280b7-322f-4bc7-a855-9f06dcfdbefb","port_security_enabled":true,"project_id":"d6b3df3f9c6647249403e2034e6166f9","fixed_ips":[{"subnet_id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["9d9c31a0-008a-4030-bff9-3e7429d13315"],"name":""}]} 2018-09-01 04:46:52,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-e3cec7ca-f563-4ca4-ae53-fe40776721ad 2018-09-01 04:46:52,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0451810359955s 2018-09-01 04:46:52,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/ports.json?device_id=f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-e3cec7ca-f563-4ca4-ae53-fe40776721ad 2018-09-01 04:46:52,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 04:46:52,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"floatingip": {"floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.8", "port_id": "45c280b7-322f-4bc7-a855-9f06dcfdbefb"}}' 2018-09-01 04:46:54,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d97d90e9-6f98-478e-8ba8-ea04402717c2 Date: Sat, 01 Sep 2018 04:46:54 GMT RESP BODY: {"floatingip": {"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:53Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "45c280b7-322f-4bc7-a855-9f06dcfdbefb", "id": "8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:53Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}} 2018-09-01 04:46:54,306 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d97d90e9-6f98-478e-8ba8-ea04402717c2 2018-09-01 04:46:54,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.0533080101s 2018-09-01 04:46:54,306 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-d97d90e9-6f98-478e-8ba8-ea04402717c2 2018-09-01 04:46:54,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:46:54,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:46:54,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-890643b6-371f-40dc-ab19-6075b08d14d3 Date: Sat, 01 Sep 2018 04:46:54 GMT RESP BODY: {"floatingips": [{"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:24Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25baf8ca-64c9-4095-9f75-859adfd9662c", "id": "5803761e-a6f9-4ee3-8be4-192d2bfe9f59", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:24Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:53Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "45c280b7-322f-4bc7-a855-9f06dcfdbefb", "id": "8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:53Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}]} 2018-09-01 04:46:54,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-890643b6-371f-40dc-ab19-6075b08d14d3 2018-09-01 04:46:54,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.102742910385s 2018-09-01 04:46:54,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-890643b6-371f-40dc-ab19-6075b08d14d3 2018-09-01 04:46:54,423 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'82fe1772-cc18-462c-9e56-1534d98ea1f7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd6b3df3f9c6647249403e2034e6166f9', 'created_at': u'2018-09-01T04:46:53Z', 'attached': True, 'updated_at': u'2018-09-01T04:46:53Z', 'id': u'8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e', 'floating_network_id': u'4daea871-7749-4408-950d-9e5c72efea1a', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6b3df3f9c6647249403e2034e6166f9', 'name': 'cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'82fe1772-cc18-462c-9e56-1534d98ea1f7', 'project_id': u'd6b3df3f9c6647249403e2034e6166f9', 'port_id': u'45c280b7-322f-4bc7-a855-9f06dcfdbefb', 'port': u'45c280b7-322f-4bc7-a855-9f06dcfdbefb', 'network': u'4daea871-7749-4408-950d-9e5c72efea1a'}) 2018-09-01 04:46:54,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:46:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:46:54,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:46:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8011a13-39a0-478d-86e0-9b7ec0b8ec1c x-compute-request-id: req-c8011a13-39a0-478d-86e0-9b7ec0b8ec1c Content-Encoding: gzip Content-Length: 7896 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 505012814 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.179305] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181500] pid_max: default: 32768 minimum: 301\n[ 0.182705] ACPI: Core revision 20150930\n[ 0.184346] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186071] Security Framework initialized\n[ 0.187154] Yama: becoming mindful.\n[ 0.188122] AppArmor: AppArmor initialized\n[ 0.189241] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192607] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194181] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196000] Initializing cgroup subsys io\n[ 0.197073] Initializing cgroup subsys memory\n[ 0.198222] Initializing cgroup subsys devices\n[ 0.199375] Initializing cgroup subsys freezer\n[ 0.200516] Initializing cgroup subsys net_cls\n[ 0.201658] Initializing cgroup subsys perf_event\n[ 0.202861] Initializing cgroup subsys net_prio\n[ 0.204025] Initializing cgroup subsys hugetlb\n[ 0.205161] Initializing cgroup subsys pids\n[ 0.206310] CPU: Physical Processor ID: 0\n[ 0.208060] mce: CPU supports 10 MCE banks\n[ 0.209169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225523] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232298] ftrace: allocating 31920 entries in 125 pages\n[ 0.258614] smpboot: Max logical packages: 1\n[ 0.259752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261548] x2apic enabled\n[ 0.262663] Switched APIC routing to physical x2apic.\n[ 0.265072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266539] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.269167] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271534] KVM setup paravirtual spinlock\n[ 0.273130] x86: Booted up 1 node, 1 CPUs\n[ 0.274198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.276027] devtmpfs: initialized\n[ 0.277972] evm: security.selinux\n[ 0.278899] evm: security.SMACK64\n[ 0.279823] evm: security.SMACK64EXEC\n[ 0.280818] evm: security.SMACK64TRANSMUTE\n[ 0.281881] evm: security.SMACK64MMAP\n[ 0.282859] evm: security.ima\n[ 0.283709] evm: security.capability\n[ 0.284758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287180] pinctrl core: initialized pinctrl subsystem\n[ 0.288607] RTC time: 4:46:51, date: 09/01/18\n[ 0.289862] NET: Registered protocol family 16\n[ 0.291135] cpuidle: using governor ladder\n[ 0.292215] cpuidle: using governor menu\n[ 0.293253] PCCT header not found.\n[ 0.294245] ACPI: bus type PCI registered\n[ 0.295305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296933] PCI: Using configuration type 1 for base access\n[ 0.299041] ACPI: Added _OSI(Module Device)\n[ 0.300150] ACPI: Added _OSI(Processor Device)\n[ 0.301278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302462] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304597] ACPI: Interpreter enabled\n[ 0.305607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315327] ACPI: (supports S0 S5)\n[ 0.316262] ACPI: Using IOAPIC for interrupt routing\n[ 0.317503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322725] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.328789] acpiphp: Slot [3] registered\n[ 0.329855] acpiphp: Slot [4] registered\n[ 0.330922] acpiphp: Slot [5] registered\n[ 0.331977] acpiphp: Slot [6] registered\n[ 0.333033] acpiphp: Slot [7] registered\n[ 0.334095] acpiphp: Slot [8] registered\n[ 0.335164] acpiphp: Slot [9] registered\n[ 0.336229] acpiphp: Slot [10] registered\n[ 0.337306] acpiphp: Slot [11] registered\n[ 0.338381] acpiphp: Slot [12] registered\n[ 0.339456] acpiphp: Slot [13] registered\n[ 0.340526] acpiphp: Slot [14] registered\n[ 0.341604] acpiphp: Slot [15] registered\n[ 0.356548] acpiphp: Slot [16] registered\n[ 0.357631] acpiphp: Slot [17] registered\n[ 0.358706] acpiphp: Slot [18] registered\n[ 0.359781] acpiphp: Slot [19] registered\n[ 0.360861] acpiphp: Slot [20] registered\n[ 0.361935] acpiphp: Slot [21] registered\n[ 0.363007] acpiphp: Slot [22] registered\n[ 0.364079] acpiphp: Slot [23] registered\n[ 0.365155] acpiphp: Slot [24] registered\n[ 0.366233] acpiphp: Slot [25] registered\n[ 0.367331] acpiphp: Slot [26] registered\n[ 0.368420] acpiphp: Slot [27] registered\n[ 0.369511] acpiphp: Slot [28] registered\n[ 0.370605] acpiphp: Slot [29] registered\n[ 0.371694] acpiphp: Slot [30] registered\n[ 0.372786] acpiphp: Slot [31] registered\n[ 0.373875] PCI host bridge to bus 0000:00\n[ 0.374967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.378200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.382123] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.384080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.389812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.391351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.397330] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.399264] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.419805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.421785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429303] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431092] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432490] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.434565] vgaarb: loaded\n[ 0.435390] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437117] SCSI subsystem initialized\n[ 0.438384] ACPI: bus type USB registered\n[ 0.439504] usbcore: registered new interface driver usbfs\n[ 0.440892] usbcore: registered new interface driver hub\n[ 0.442250] usbcore: registered new device driver usb\n[ 0.443743] PCI: Using ACPI for IRQ routing\n[ 0.445254] NetLabel: Initializing\n[ 0.446226] NetLabel: domain hash size = 128\n[ 0.447362] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448655] NetLabel: unlabeled traffic allowed by default\n[ 0.450218] clocksource: Switched to clocksource kvm-clock\n[ 0.460650] AppArmor: AppArmor Filesystem Enabled\n[ 0.461928] pnp: PnP ACPI init\n[ 0.463150] pnp: PnP ACPI: found 5 devices\n[ 0.470072] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472386] NET: Registered protocol family 2\n[ 0.473793] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475530] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.478767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480215] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481764] NET: Registered protocol family 1\n[ 0.483204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486695] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516403] Trying to unpack rootfs image as initramfs...\n[ 0.578847] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586037] Scanning for low memory corruption every 60 seconds\n[ 0.589436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591395] audit: initializing netlink subsys (disabled)\n[ 0.593220] audit: type=2000 audit(1535777211.986:1): initialized\n[ 0.595752] Initialise system trusted keyring\n[ 0.597531] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602648] zbud: loaded\n[ 0.603865] VFS: Disk quotas dquot_6.6.0\n[ 0.605211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607859] fuse init (API version 7.23)\n[ 0.609325] Key type big_key registered\n[ 0.610651] Allocating IMA MOK and blacklist keyrings.\n[ 0.612625] Key type asymmetric registered\n[ 0.613975] Asymmetric key parser 'x509' registered\n[ 0.615557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617999] io scheduler noop registered\n[ 0.619284] io scheduler deadline registered (default)\n[ 0.620912] io scheduler cfq registered\n[ 0.622391] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626265] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628634] ACPI: Power Button [PWRF]\n[ 0.630170] GHES: HEST is not enabled!\n[ 0.644726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674470] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677869] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705476] Linux agpgart interface v0.103\n[ 0.709454] brd: module loaded\n[ 0.711957] loop: module loaded\n[ 0.718284] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720663] GPT:90111 != 2097151\n[ 0.721721] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723465] GPT:90111 != 2097151\n[ 0.724539] GPT: Use GNU Parted to correct GPT errors.\n[ 0.726093] vda: vda1 vda15\n[ 0.728129] scsi host0: ata_piix\n[ 0.729375] scsi host1: ata_piix\n[ 0.730561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732566] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.735137] libphy: Fixed MDIO Bus: probed\n[ 0.736456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737984] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.741284] PPP generic driver version 2.4.2\n[ 0.742783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744750] ehci-pci: EHCI PCI platform driver\n[ 0.746187] ehci-platform: EHCI generic platform driver\n[ 0.747810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749687] ohci-pci: OHCI PCI platform driver\n[ 0.751125] ohci-platform: OHCI generic platform driver\n[ 0.752716] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.767365] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768749] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.770757] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.772119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.773737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775378] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777280] usb usb1: Product: UHCI Host Controller\n[ 0.778606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.780109] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781438] hub 1-0:1.0: USB hub found\n[ 0.782513] hub 1-0:1.0: 2 ports detected\n[ 0.783865] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.786834] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789501] mousedev: PS/2 mouse device common for all mice\n[ 0.791214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.793687] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795250] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.796825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.798417] i2c /dev entries driver\n[ 0.799469] device-mapper: uevent: version 1.0.3\n[ 0.800766] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804972] NET: Registered protocol family 10\n[ 0.806785] NET: Registered protocol family 17\n[ 0.808001] Key type dns_resolver registered\n[ 0.809348] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810824] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813222] registered taskstats version 1\n[ 0.814380] Loading compiled-in X.509 certificates\n[ 0.816274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818783] zswap: loaded using pool lzo/zbud\n[ 0.821257] Key type trusted registered\n[ 0.823412] Key type encrypted registered\n[ 0.824519] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825914] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827340] evm: HMAC attrs: 0x1\n[ 0.828671] Magic number: 2:749:766\n[ 0.829832] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:52 UTC (1535777212)\n[ 0.832070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833564] EDD information not available.\n[ 0.892999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909103] Write protecting the kernel read-only data: 14336k\n[ 0.913976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916588] 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.84\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.086606] 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.8...\nLease of 192.168.120.8 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.93. iid=i-00000008\n"} 2018-09-01 04:46:54,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/action used request id req-c8011a13-39a0-478d-86e0-9b7ec0b8ec1c 2018-09-01 04:46:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759818553925s 2018-09-01 04:46:54,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/action used request id req-c8011a13-39a0-478d-86e0-9b7ec0b8ec1c 2018-09-01 04:46:54,501 - 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 505012814 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.179305] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181500] pid_max: default: 32768 minimum: 301 [ 0.182705] ACPI: Core revision 20150930 [ 0.184346] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186071] Security Framework initialized [ 0.187154] Yama: becoming mindful. [ 0.188122] AppArmor: AppArmor initialized [ 0.189241] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192607] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194181] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196000] Initializing cgroup subsys io [ 0.197073] Initializing cgroup subsys memory [ 0.198222] Initializing cgroup subsys devices [ 0.199375] Initializing cgroup subsys freezer [ 0.200516] Initializing cgroup subsys net_cls [ 0.201658] Initializing cgroup subsys perf_event [ 0.202861] Initializing cgroup subsys net_prio [ 0.204025] Initializing cgroup subsys hugetlb [ 0.205161] Initializing cgroup subsys pids [ 0.206310] CPU: Physical Processor ID: 0 [ 0.208060] mce: CPU supports 10 MCE banks [ 0.209169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225523] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232298] ftrace: allocating 31920 entries in 125 pages [ 0.258614] smpboot: Max logical packages: 1 [ 0.259752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261548] x2apic enabled [ 0.262663] Switched APIC routing to physical x2apic. [ 0.265072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266539] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.269167] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271534] KVM setup paravirtual spinlock [ 0.273130] x86: Booted up 1 node, 1 CPUs [ 0.274198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.276027] devtmpfs: initialized [ 0.277972] evm: security.selinux [ 0.278899] evm: security.SMACK64 [ 0.279823] evm: security.SMACK64EXEC [ 0.280818] evm: security.SMACK64TRANSMUTE [ 0.281881] evm: security.SMACK64MMAP [ 0.282859] evm: security.ima [ 0.283709] evm: security.capability [ 0.284758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287180] pinctrl core: initialized pinctrl subsystem [ 0.288607] RTC time: 4:46:51, date: 09/01/18 [ 0.289862] NET: Registered protocol family 16 [ 0.291135] cpuidle: using governor ladder [ 0.292215] cpuidle: using governor menu [ 0.293253] PCCT header not found. [ 0.294245] ACPI: bus type PCI registered [ 0.295305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296933] PCI: Using configuration type 1 for base access [ 0.299041] ACPI: Added _OSI(Module Device) [ 0.300150] ACPI: Added _OSI(Processor Device) [ 0.301278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302462] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304597] ACPI: Interpreter enabled [ 0.305607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315327] ACPI: (supports S0 S5) [ 0.316262] ACPI: Using IOAPIC for interrupt routing [ 0.317503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322725] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.328789] acpiphp: Slot [3] registered [ 0.329855] acpiphp: Slot [4] registered [ 0.330922] acpiphp: Slot [5] registered [ 0.331977] acpiphp: Slot [6] registered [ 0.333033] acpiphp: Slot [7] registered [ 0.334095] acpiphp: Slot [8] registered [ 0.335164] acpiphp: Slot [9] registered [ 0.336229] acpiphp: Slot [10] registered [ 0.337306] acpiphp: Slot [11] registered [ 0.338381] acpiphp: Slot [12] registered [ 0.339456] acpiphp: Slot [13] registered [ 0.340526] acpiphp: Slot [14] registered [ 0.341604] acpiphp: Slot [15] registered [ 0.356548] acpiphp: Slot [16] registered [ 0.357631] acpiphp: Slot [17] registered [ 0.358706] acpiphp: Slot [18] registered [ 0.359781] acpiphp: Slot [19] registered [ 0.360861] acpiphp: Slot [20] registered [ 0.361935] acpiphp: Slot [21] registered [ 0.363007] acpiphp: Slot [22] registered [ 0.364079] acpiphp: Slot [23] registered [ 0.365155] acpiphp: Slot [24] registered [ 0.366233] acpiphp: Slot [25] registered [ 0.367331] acpiphp: Slot [26] registered [ 0.368420] acpiphp: Slot [27] registered [ 0.369511] acpiphp: Slot [28] registered [ 0.370605] acpiphp: Slot [29] registered [ 0.371694] acpiphp: Slot [30] registered [ 0.372786] acpiphp: Slot [31] registered [ 0.373875] PCI host bridge to bus 0000:00 [ 0.374967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.376583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.378200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.380168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.382123] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.384080] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.389812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.391351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.397330] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.399264] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.419805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.421785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.423706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429303] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431092] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432490] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.434565] vgaarb: loaded [ 0.435390] vgaarb: bridge control possible 0000:00:02.0 [ 0.437117] SCSI subsystem initialized [ 0.438384] ACPI: bus type USB registered [ 0.439504] usbcore: registered new interface driver usbfs [ 0.440892] usbcore: registered new interface driver hub [ 0.442250] usbcore: registered new device driver usb [ 0.443743] PCI: Using ACPI for IRQ routing [ 0.445254] NetLabel: Initializing [ 0.446226] NetLabel: domain hash size = 128 [ 0.447362] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.448655] NetLabel: unlabeled traffic allowed by default [ 0.450218] clocksource: Switched to clocksource kvm-clock [ 0.460650] AppArmor: AppArmor Filesystem Enabled [ 0.461928] pnp: PnP ACPI init [ 0.463150] pnp: PnP ACPI: found 5 devices [ 0.470072] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472386] NET: Registered protocol family 2 [ 0.473793] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475530] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.478767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480215] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.481764] NET: Registered protocol family 1 [ 0.483204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484938] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486695] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516403] Trying to unpack rootfs image as initramfs... [ 0.578847] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586037] Scanning for low memory corruption every 60 seconds [ 0.589436] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.591395] audit: initializing netlink subsys (disabled) [ 0.593220] audit: type=2000 audit(1535777211.986:1): initialized [ 0.595752] Initialise system trusted keyring [ 0.597531] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602648] zbud: loaded [ 0.603865] VFS: Disk quotas dquot_6.6.0 [ 0.605211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607859] fuse init (API version 7.23) [ 0.609325] Key type big_key registered [ 0.610651] Allocating IMA MOK and blacklist keyrings. [ 0.612625] Key type asymmetric registered [ 0.613975] Asymmetric key parser 'x509' registered [ 0.615557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617999] io scheduler noop registered [ 0.619284] io scheduler deadline registered (default) [ 0.620912] io scheduler cfq registered [ 0.622391] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626265] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628634] ACPI: Power Button [PWRF] [ 0.630170] GHES: HEST is not enabled! [ 0.644726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.674470] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677869] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705476] Linux agpgart interface v0.103 [ 0.709454] brd: module loaded [ 0.711957] loop: module loaded [ 0.718284] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.720663] GPT:90111 != 2097151 [ 0.721721] GPT:Alternate GPT header not at the end of the disk. [ 0.723465] GPT:90111 != 2097151 [ 0.724539] GPT: Use GNU Parted to correct GPT errors. [ 0.726093] vda: vda1 vda15 [ 0.728129] scsi host0: ata_piix [ 0.729375] scsi host1: ata_piix [ 0.730561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732566] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.735137] libphy: Fixed MDIO Bus: probed [ 0.736456] tun: Universal TUN/TAP device driver, 1.6 [ 0.737984] tun: (C) 1999-2004 Max Krasnyansky [ 0.741284] PPP generic driver version 2.4.2 [ 0.742783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.744750] ehci-pci: EHCI PCI platform driver [ 0.746187] ehci-platform: EHCI generic platform driver [ 0.747810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.749687] ohci-pci: OHCI PCI platform driver [ 0.751125] ohci-platform: OHCI generic platform driver [ 0.752716] uhci_hcd: USB Universal Host Controller Interface driver [ 0.767365] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768749] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.770757] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.772119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.773737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.775378] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777280] usb usb1: Product: UHCI Host Controller [ 0.778606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.780109] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781438] hub 1-0:1.0: USB hub found [ 0.782513] hub 1-0:1.0: 2 ports detected [ 0.783865] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.786834] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788118] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789501] mousedev: PS/2 mouse device common for all mice [ 0.791214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.793687] rtc_cmos 00:00: RTC can wake from S4 [ 0.795250] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.796825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.798417] i2c /dev entries driver [ 0.799469] device-mapper: uevent: version 1.0.3 [ 0.800766] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802971] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804972] NET: Registered protocol family 10 [ 0.806785] NET: Registered protocol family 17 [ 0.808001] Key type dns_resolver registered [ 0.809348] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810824] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813222] registered taskstats version 1 [ 0.814380] Loading compiled-in X.509 certificates [ 0.816274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818783] zswap: loaded using pool lzo/zbud [ 0.821257] Key type trusted registered [ 0.823412] Key type encrypted registered [ 0.824519] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825914] ima: No TPM chip found, activating TPM-bypass! [ 0.827340] evm: HMAC attrs: 0x1 [ 0.828671] Magic number: 2:749:766 [ 0.829832] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:52 UTC (1535777212) [ 0.832070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833564] EDD information not available. [ 0.892999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909103] Write protecting the kernel read-only data: 14336k [ 0.913976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916588] 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.84 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.086606] 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.8... Lease of 192.168.120.8 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.93. iid=i-00000008 2018-09-01 04:46:55,503 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-09-01 04:47:04,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 04:47:04,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 04:47:04,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-5c71185b-1757-4241-b24d-5a592804dede x-compute-request-id: req-5c71185b-1757-4241-b24d-5a592804dede Content-Encoding: gzip Content-Length: 9584 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 505012814 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.179305] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181500] pid_max: default: 32768 minimum: 301\n[ 0.182705] ACPI: Core revision 20150930\n[ 0.184346] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186071] Security Framework initialized\n[ 0.187154] Yama: becoming mindful.\n[ 0.188122] AppArmor: AppArmor initialized\n[ 0.189241] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192607] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194181] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196000] Initializing cgroup subsys io\n[ 0.197073] Initializing cgroup subsys memory\n[ 0.198222] Initializing cgroup subsys devices\n[ 0.199375] Initializing cgroup subsys freezer\n[ 0.200516] Initializing cgroup subsys net_cls\n[ 0.201658] Initializing cgroup subsys perf_event\n[ 0.202861] Initializing cgroup subsys net_prio\n[ 0.204025] Initializing cgroup subsys hugetlb\n[ 0.205161] Initializing cgroup subsys pids\n[ 0.206310] CPU: Physical Processor ID: 0\n[ 0.208060] mce: CPU supports 10 MCE banks\n[ 0.209169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225523] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232298] ftrace: allocating 31920 entries in 125 pages\n[ 0.258614] smpboot: Max logical packages: 1\n[ 0.259752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261548] x2apic enabled\n[ 0.262663] Switched APIC routing to physical x2apic.\n[ 0.265072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266539] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.269167] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271534] KVM setup paravirtual spinlock\n[ 0.273130] x86: Booted up 1 node, 1 CPUs\n[ 0.274198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.276027] devtmpfs: initialized\n[ 0.277972] evm: security.selinux\n[ 0.278899] evm: security.SMACK64\n[ 0.279823] evm: security.SMACK64EXEC\n[ 0.280818] evm: security.SMACK64TRANSMUTE\n[ 0.281881] evm: security.SMACK64MMAP\n[ 0.282859] evm: security.ima\n[ 0.283709] evm: security.capability\n[ 0.284758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287180] pinctrl core: initialized pinctrl subsystem\n[ 0.288607] RTC time: 4:46:51, date: 09/01/18\n[ 0.289862] NET: Registered protocol family 16\n[ 0.291135] cpuidle: using governor ladder\n[ 0.292215] cpuidle: using governor menu\n[ 0.293253] PCCT header not found.\n[ 0.294245] ACPI: bus type PCI registered\n[ 0.295305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296933] PCI: Using configuration type 1 for base access\n[ 0.299041] ACPI: Added _OSI(Module Device)\n[ 0.300150] ACPI: Added _OSI(Processor Device)\n[ 0.301278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302462] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304597] ACPI: Interpreter enabled\n[ 0.305607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315327] ACPI: (supports S0 S5)\n[ 0.316262] ACPI: Using IOAPIC for interrupt routing\n[ 0.317503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322725] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.328789] acpiphp: Slot [3] registered\n[ 0.329855] acpiphp: Slot [4] registered\n[ 0.330922] acpiphp: Slot [5] registered\n[ 0.331977] acpiphp: Slot [6] registered\n[ 0.333033] acpiphp: Slot [7] registered\n[ 0.334095] acpiphp: Slot [8] registered\n[ 0.335164] acpiphp: Slot [9] registered\n[ 0.336229] acpiphp: Slot [10] registered\n[ 0.337306] acpiphp: Slot [11] registered\n[ 0.338381] acpiphp: Slot [12] registered\n[ 0.339456] acpiphp: Slot [13] registered\n[ 0.340526] acpiphp: Slot [14] registered\n[ 0.341604] acpiphp: Slot [15] registered\n[ 0.356548] acpiphp: Slot [16] registered\n[ 0.357631] acpiphp: Slot [17] registered\n[ 0.358706] acpiphp: Slot [18] registered\n[ 0.359781] acpiphp: Slot [19] registered\n[ 0.360861] acpiphp: Slot [20] registered\n[ 0.361935] acpiphp: Slot [21] registered\n[ 0.363007] acpiphp: Slot [22] registered\n[ 0.364079] acpiphp: Slot [23] registered\n[ 0.365155] acpiphp: Slot [24] registered\n[ 0.366233] acpiphp: Slot [25] registered\n[ 0.367331] acpiphp: Slot [26] registered\n[ 0.368420] acpiphp: Slot [27] registered\n[ 0.369511] acpiphp: Slot [28] registered\n[ 0.370605] acpiphp: Slot [29] registered\n[ 0.371694] acpiphp: Slot [30] registered\n[ 0.372786] acpiphp: Slot [31] registered\n[ 0.373875] PCI host bridge to bus 0000:00\n[ 0.374967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.378200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.380168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.382123] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.384080] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.389812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.391351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.397330] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.399264] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.419805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.421785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429303] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431092] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432490] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.434565] vgaarb: loaded\n[ 0.435390] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437117] SCSI subsystem initialized\n[ 0.438384] ACPI: bus type USB registered\n[ 0.439504] usbcore: registered new interface driver usbfs\n[ 0.440892] usbcore: registered new interface driver hub\n[ 0.442250] usbcore: registered new device driver usb\n[ 0.443743] PCI: Using ACPI for IRQ routing\n[ 0.445254] NetLabel: Initializing\n[ 0.446226] NetLabel: domain hash size = 128\n[ 0.447362] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.448655] NetLabel: unlabeled traffic allowed by default\n[ 0.450218] clocksource: Switched to clocksource kvm-clock\n[ 0.460650] AppArmor: AppArmor Filesystem Enabled\n[ 0.461928] pnp: PnP ACPI init\n[ 0.463150] pnp: PnP ACPI: found 5 devices\n[ 0.470072] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472386] NET: Registered protocol family 2\n[ 0.473793] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475530] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477154] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.478767] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480215] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481764] NET: Registered protocol family 1\n[ 0.483204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486695] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516403] Trying to unpack rootfs image as initramfs...\n[ 0.578847] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586037] Scanning for low memory corruption every 60 seconds\n[ 0.589436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.591395] audit: initializing netlink subsys (disabled)\n[ 0.593220] audit: type=2000 audit(1535777211.986:1): initialized\n[ 0.595752] Initialise system trusted keyring\n[ 0.597531] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602648] zbud: loaded\n[ 0.603865] VFS: Disk quotas dquot_6.6.0\n[ 0.605211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607859] fuse init (API version 7.23)\n[ 0.609325] Key type big_key registered\n[ 0.610651] Allocating IMA MOK and blacklist keyrings.\n[ 0.612625] Key type asymmetric registered\n[ 0.613975] Asymmetric key parser 'x509' registered\n[ 0.615557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617999] io scheduler noop registered\n[ 0.619284] io scheduler deadline registered (default)\n[ 0.620912] io scheduler cfq registered\n[ 0.622391] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626265] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628634] ACPI: Power Button [PWRF]\n[ 0.630170] GHES: HEST is not enabled!\n[ 0.644726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674470] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677869] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705476] Linux agpgart interface v0.103\n[ 0.709454] brd: module loaded\n[ 0.711957] loop: module loaded\n[ 0.718284] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720663] GPT:90111 != 2097151\n[ 0.721721] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723465] GPT:90111 != 2097151\n[ 0.724539] GPT: Use GNU Parted to correct GPT errors.\n[ 0.726093] vda: vda1 vda15\n[ 0.728129] scsi host0: ata_piix\n[ 0.729375] scsi host1: ata_piix\n[ 0.730561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732566] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.735137] libphy: Fixed MDIO Bus: probed\n[ 0.736456] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737984] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.741284] PPP generic driver version 2.4.2\n[ 0.742783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744750] ehci-pci: EHCI PCI platform driver\n[ 0.746187] ehci-platform: EHCI generic platform driver\n[ 0.747810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749687] ohci-pci: OHCI PCI platform driver\n[ 0.751125] ohci-platform: OHCI generic platform driver\n[ 0.752716] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.767365] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768749] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.770757] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.772119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.773737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.775378] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777280] usb usb1: Product: UHCI Host Controller\n[ 0.778606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.780109] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781438] hub 1-0:1.0: USB hub found\n[ 0.782513] hub 1-0:1.0: 2 ports detected\n[ 0.783865] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.786834] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.789501] mousedev: PS/2 mouse device common for all mice\n[ 0.791214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.793687] rtc_cmos 00:00: RTC can wake from S4\n[ 0.795250] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.796825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.798417] i2c /dev entries driver\n[ 0.799469] device-mapper: uevent: version 1.0.3\n[ 0.800766] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804972] NET: Registered protocol family 10\n[ 0.806785] NET: Registered protocol family 17\n[ 0.808001] Key type dns_resolver registered\n[ 0.809348] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810824] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813222] registered taskstats version 1\n[ 0.814380] Loading compiled-in X.509 certificates\n[ 0.816274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818783] zswap: loaded using pool lzo/zbud\n[ 0.821257] Key type trusted registered\n[ 0.823412] Key type encrypted registered\n[ 0.824519] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825914] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827340] evm: HMAC attrs: 0x1\n[ 0.828671] Magic number: 2:749:766\n[ 0.829832] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:52 UTC (1535777212)\n[ 0.832070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833564] EDD information not available.\n[ 0.892999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909103] Write protecting the kernel read-only data: 14336k\n[ 0.913976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916588] 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.84\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.086606] 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.8...\nLease of 192.168.120.8 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.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCv01A+JdPUHDsWI6adD3BT6iSSlGjoJPSAoxn/eqcSelwiqdkMK8u7cVPE/JOA6PTrySo6RmBGTiAsiHlYTFp+v1CxEpiWWC/2aAnzv5iObPVhJ/imqK/IlCX/NqjQ0KS0h3/W7opECINls2/wbDVnlVYYUGdXSsZ3rPPwLn6lrhoEVZm610tIg7RSWlJ/yK8oUbO1eBL2jmx8x9iEijuDzwduibZ3r/qFgu883owX6vd4OycA9oW4ANCsjUk9iOYqO9hzlGG3JdNRo9JGkUumqjkwjkYgxULrjORcXHy7F4XeZ/GDHtPm4789NWhcqJ2HOnFYJJkF3ANyGbPwxByX root@cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63\nssh-dss AAAAB3NzaC1kc3MAAACBAKm+PZ//vOIigIpna19l5h5YpUVmkpPT4eNOPdb8khT735Vv/kyP7cvstXILeDLPDCPe8SY/e0dl1b4jRFIp6+rMoBDOPGh2wYpyWRT325X7NF1BN/UEcq3TdF17JyNoYc79arbaqF+wVG7jMe2DJrxTG2v256isOUuqPsZRR6NzAAAAFQConLsMVL1gDaDcP2xF8ByqcB4I8wAAAIEAnuaBo0eNhco4kIykPHaxnjQQk/Il1ldBEsiLwukaFPy7vDw0I9PtiUsGu13tysQcLVH3Mb1GPp95rGKyK6wOM526Rk8PS+POXKpyUpxWPaDGmBGp05+ggND7Q/fsBkPTK9eHVD8coWsPquUf9Liq1ivHWM20cE7oV91ZtjaknyoAAACBAIHO7nEUP+1XFUTyP6eu5wX4IEYdB1dvf09UbxjRyXpBSWYd3dSku8dbgnj6pYbbsTXRTfE/fTh4/HsZg11p1vRveAWcUiPeKFd2MN3Vg7RpfH2n/Y6L5Zx4IHSpApQCUuykt/jnUaPvfoqD0uJxGPt8QqRGB0+asWq7KkYfYc+d root@cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.34s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:feb0:884a/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.8 \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-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.25 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63 login: "} 2018-09-01 04:47:04,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/action used request id req-5c71185b-1757-4241-b24d-5a592804dede 2018-09-01 04:47:04,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0728490352631s 2018-09-01 04:47:04,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/action used request id req-5c71185b-1757-4241-b24d-5a592804dede 2018-09-01 04:47:04,587 - 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 505012814 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.179305] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181500] pid_max: default: 32768 minimum: 301 [ 0.182705] ACPI: Core revision 20150930 [ 0.184346] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186071] Security Framework initialized [ 0.187154] Yama: becoming mindful. [ 0.188122] AppArmor: AppArmor initialized [ 0.189241] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192607] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194181] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196000] Initializing cgroup subsys io [ 0.197073] Initializing cgroup subsys memory [ 0.198222] Initializing cgroup subsys devices [ 0.199375] Initializing cgroup subsys freezer [ 0.200516] Initializing cgroup subsys net_cls [ 0.201658] Initializing cgroup subsys perf_event [ 0.202861] Initializing cgroup subsys net_prio [ 0.204025] Initializing cgroup subsys hugetlb [ 0.205161] Initializing cgroup subsys pids [ 0.206310] CPU: Physical Processor ID: 0 [ 0.208060] mce: CPU supports 10 MCE banks [ 0.209169] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210496] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225523] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232298] ftrace: allocating 31920 entries in 125 pages [ 0.258614] smpboot: Max logical packages: 1 [ 0.259752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261548] x2apic enabled [ 0.262663] Switched APIC routing to physical x2apic. [ 0.265072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266539] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.269167] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271534] KVM setup paravirtual spinlock [ 0.273130] x86: Booted up 1 node, 1 CPUs [ 0.274198] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.276027] devtmpfs: initialized [ 0.277972] evm: security.selinux [ 0.278899] evm: security.SMACK64 [ 0.279823] evm: security.SMACK64EXEC [ 0.280818] evm: security.SMACK64TRANSMUTE [ 0.281881] evm: security.SMACK64MMAP [ 0.282859] evm: security.ima [ 0.283709] evm: security.capability [ 0.284758] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287180] pinctrl core: initialized pinctrl subsystem [ 0.288607] RTC time: 4:46:51, date: 09/01/18 [ 0.289862] NET: Registered protocol family 16 [ 0.291135] cpuidle: using governor ladder [ 0.292215] cpuidle: using governor menu [ 0.293253] PCCT header not found. [ 0.294245] ACPI: bus type PCI registered [ 0.295305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296933] PCI: Using configuration type 1 for base access [ 0.299041] ACPI: Added _OSI(Module Device) [ 0.300150] ACPI: Added _OSI(Processor Device) [ 0.301278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302462] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304597] ACPI: Interpreter enabled [ 0.305607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315327] ACPI: (supports S0 S5) [ 0.316262] ACPI: Using IOAPIC for interrupt routing [ 0.317503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322725] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324344] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325913] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.328789] acpiphp: Slot [3] registered [ 0.329855] acpiphp: Slot [4] registered [ 0.330922] acpiphp: Slot [5] registered [ 0.331977] acpiphp: Slot [6] registered [ 0.333033] acpiphp: Slot [7] registered [ 0.334095] acpiphp: Slot [8] registered [ 0.335164] acpiphp: Slot [9] registered [ 0.336229] acpiphp: Slot [10] registered [ 0.337306] acpiphp: Slot [11] registered [ 0.338381] acpiphp: Slot [12] registered [ 0.339456] acpiphp: Slot [13] registered [ 0.340526] acpiphp: Slot [14] registered [ 0.341604] acpiphp: Slot [15] registered [ 0.356548] acpiphp: Slot [16] registered [ 0.357631] acpiphp: Slot [17] registered [ 0.358706] acpiphp: Slot [18] registered [ 0.359781] acpiphp: Slot [19] registered [ 0.360861] acpiphp: Slot [20] registered [ 0.361935] acpiphp: Slot [21] registered [ 0.363007] acpiphp: Slot [22] registered [ 0.364079] acpiphp: Slot [23] registered [ 0.365155] acpiphp: Slot [24] registered [ 0.366233] acpiphp: Slot [25] registered [ 0.367331] acpiphp: Slot [26] registered [ 0.368420] acpiphp: Slot [27] registered [ 0.369511] acpiphp: Slot [28] registered [ 0.370605] acpiphp: Slot [29] registered [ 0.371694] acpiphp: Slot [30] registered [ 0.372786] acpiphp: Slot [31] registered [ 0.373875] PCI host bridge to bus 0000:00 [ 0.374967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.376583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.378200] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.380168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.382123] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.384080] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388125] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.389812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.391351] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.397330] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.399264] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.419805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.421785] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.423706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425615] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429303] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431092] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432490] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.434565] vgaarb: loaded [ 0.435390] vgaarb: bridge control possible 0000:00:02.0 [ 0.437117] SCSI subsystem initialized [ 0.438384] ACPI: bus type USB registered [ 0.439504] usbcore: registered new interface driver usbfs [ 0.440892] usbcore: registered new interface driver hub [ 0.442250] usbcore: registered new device driver usb [ 0.443743] PCI: Using ACPI for IRQ routing [ 0.445254] NetLabel: Initializing [ 0.446226] NetLabel: domain hash size = 128 [ 0.447362] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.448655] NetLabel: unlabeled traffic allowed by default [ 0.450218] clocksource: Switched to clocksource kvm-clock [ 0.460650] AppArmor: AppArmor Filesystem Enabled [ 0.461928] pnp: PnP ACPI init [ 0.463150] pnp: PnP ACPI: found 5 devices [ 0.470072] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472386] NET: Registered protocol family 2 [ 0.473793] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475530] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477154] TCP: Hash tables configured (established 4096 bind 4096) [ 0.478767] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480215] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.481764] NET: Registered protocol family 1 [ 0.483204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484938] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486695] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516403] Trying to unpack rootfs image as initramfs... [ 0.578847] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586037] Scanning for low memory corruption every 60 seconds [ 0.589436] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.591395] audit: initializing netlink subsys (disabled) [ 0.593220] audit: type=2000 audit(1535777211.986:1): initialized [ 0.595752] Initialise system trusted keyring [ 0.597531] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602648] zbud: loaded [ 0.603865] VFS: Disk quotas dquot_6.6.0 [ 0.605211] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607859] fuse init (API version 7.23) [ 0.609325] Key type big_key registered [ 0.610651] Allocating IMA MOK and blacklist keyrings. [ 0.612625] Key type asymmetric registered [ 0.613975] Asymmetric key parser 'x509' registered [ 0.615557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617999] io scheduler noop registered [ 0.619284] io scheduler deadline registered (default) [ 0.620912] io scheduler cfq registered [ 0.622391] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624079] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626265] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.628634] ACPI: Power Button [PWRF] [ 0.630170] GHES: HEST is not enabled! [ 0.644726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.674470] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677869] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705476] Linux agpgart interface v0.103 [ 0.709454] brd: module loaded [ 0.711957] loop: module loaded [ 0.718284] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.720663] GPT:90111 != 2097151 [ 0.721721] GPT:Alternate GPT header not at the end of the disk. [ 0.723465] GPT:90111 != 2097151 [ 0.724539] GPT: Use GNU Parted to correct GPT errors. [ 0.726093] vda: vda1 vda15 [ 0.728129] scsi host0: ata_piix [ 0.729375] scsi host1: ata_piix [ 0.730561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732566] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.735137] libphy: Fixed MDIO Bus: probed [ 0.736456] tun: Universal TUN/TAP device driver, 1.6 [ 0.737984] tun: (C) 1999-2004 Max Krasnyansky [ 0.741284] PPP generic driver version 2.4.2 [ 0.742783] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.744750] ehci-pci: EHCI PCI platform driver [ 0.746187] ehci-platform: EHCI generic platform driver [ 0.747810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.749687] ohci-pci: OHCI PCI platform driver [ 0.751125] ohci-platform: OHCI generic platform driver [ 0.752716] uhci_hcd: USB Universal Host Controller Interface driver [ 0.767365] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768749] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.770757] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.772119] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.773737] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.775378] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777280] usb usb1: Product: UHCI Host Controller [ 0.778606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.780109] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781438] hub 1-0:1.0: USB hub found [ 0.782513] hub 1-0:1.0: 2 ports detected [ 0.783865] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.786834] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788118] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.789501] mousedev: PS/2 mouse device common for all mice [ 0.791214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.793687] rtc_cmos 00:00: RTC can wake from S4 [ 0.795250] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.796825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.798417] i2c /dev entries driver [ 0.799469] device-mapper: uevent: version 1.0.3 [ 0.800766] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802971] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804972] NET: Registered protocol family 10 [ 0.806785] NET: Registered protocol family 17 [ 0.808001] Key type dns_resolver registered [ 0.809348] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810824] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813222] registered taskstats version 1 [ 0.814380] Loading compiled-in X.509 certificates [ 0.816274] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818783] zswap: loaded using pool lzo/zbud [ 0.821257] Key type trusted registered [ 0.823412] Key type encrypted registered [ 0.824519] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825914] ima: No TPM chip found, activating TPM-bypass! [ 0.827340] evm: HMAC attrs: 0x1 [ 0.828671] Magic number: 2:749:766 [ 0.829832] rtc_cmos 00:00: setting system clock to 2018-09-01 04:46:52 UTC (1535777212) [ 0.832070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833564] EDD information not available. [ 0.892999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909103] Write protecting the kernel read-only data: 14336k [ 0.913976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916588] 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.84 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.086606] 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.8... Lease of 192.168.120.8 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.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCv01A+JdPUHDsWI6adD3BT6iSSlGjoJPSAoxn/eqcSelwiqdkMK8u7cVPE/JOA6PTrySo6RmBGTiAsiHlYTFp+v1CxEpiWWC/2aAnzv5iObPVhJ/imqK/IlCX/NqjQ0KS0h3/W7opECINls2/wbDVnlVYYUGdXSsZ3rPPwLn6lrhoEVZm610tIg7RSWlJ/yK8oUbO1eBL2jmx8x9iEijuDzwduibZ3r/qFgu883owX6vd4OycA9oW4ANCsjUk9iOYqO9hzlGG3JdNRo9JGkUumqjkwjkYgxULrjORcXHy7F4XeZ/GDHtPm4789NWhcqJ2HOnFYJJkF3ANyGbPwxByX root@cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63 ssh-dss AAAAB3NzaC1kc3MAAACBAKm+PZ//vOIigIpna19l5h5YpUVmkpPT4eNOPdb8khT735Vv/kyP7cvstXILeDLPDCPe8SY/e0dl1b4jRFIp6+rMoBDOPGh2wYpyWRT325X7NF1BN/UEcq3TdF17JyNoYc79arbaqF+wVG7jMe2DJrxTG2v256isOUuqPsZRR6NzAAAAFQConLsMVL1gDaDcP2xF8ByqcB4I8wAAAIEAnuaBo0eNhco4kIykPHaxnjQQk/Il1ldBEsiLwukaFPy7vDw0I9PtiUsGu13tysQcLVH3Mb1GPp95rGKyK6wOM526Rk8PS+POXKpyUpxWPaDGmBGp05+ggND7Q/fsBkPTK9eHVD8coWsPquUf9Liq1ivHWM20cE7oV91ZtjaknyoAAACBAIHO7nEUP+1XFUTyP6eu5wX4IEYdB1dvf09UbxjRyXpBSWYd3dSku8dbgnj6pYbbsTXRTfE/fTh4/HsZg11p1vRveAWcUiPeKFd2MN3Vg7RpfH2n/Y6L5Zx4IHSpApQCUuykt/jnUaPvfoqD0uJxGPt8QqRGB0+asWq7KkYfYc+d root@cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.34s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:feb0:884a/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.8 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-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63 launch-index: 0 === cirros: current=0.4.0 uptime=4.25 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-4d85ff86-7a12-42f2-8084-1bacb156ec63 login: 2018-09-01 04:47:04,590 - paramiko.transport - DEBUG - starting thread (client mode): 0x9abdc0d0L 2018-09-01 04:47:04,591 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 04:47:04,591 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 04:47:04,591 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 04:47:04,592 - 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 04:47:04,592 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 04:47:04,592 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 04:47:04,592 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 04:47:04,593 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 04:47:04,593 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 04:47:04,609 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 04:47:04,610 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 04:47:04,622 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: d56556c7eb82b276ab4e126d2a26f34c 2018-09-01 04:47:04,623 - paramiko.transport - DEBUG - Trying discovered key 2d03197c06883935319848254161272c in /tmp/tmpCaWE8D 2018-09-01 04:47:04,648 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 04:47:04,654 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 04:47:04,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 04:47:04,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"volumeAttachment": {"volumeId": "a063c392-8008-40dd-b0ce-b551175f58cc"}}' 2018-09-01 04:47:07,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-61d53fd5-6ea4-46d7-a101-0032681fde25 x-compute-request-id: req-61d53fd5-6ea4-46d7-a101-0032681fde25 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "volumeId": "a063c392-8008-40dd-b0ce-b551175f58cc"}} 2018-09-01 04:47:07,433 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/os-volume_attachments used request id req-61d53fd5-6ea4-46d7-a101-0032681fde25 2018-09-01 04:47:07,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.77718782425s 2018-09-01 04:47:07,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/os-volume_attachments used request id req-61d53fd5-6ea4-46d7-a101-0032681fde25 2018-09-01 04:47:07,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:07,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:08,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:07 GMT Server: Apache x-compute-request-id: req-ea8f6ecd-2748-442f-afd0-d38b5955bd70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea8f6ecd-2748-442f-afd0-d38b5955bd70 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:07.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:08,480 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-ea8f6ecd-2748-442f-afd0-d38b5955bd70 2018-09-01 04:47:08,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04640889168s 2018-09-01 04:47:08,481 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-ea8f6ecd-2748-442f-afd0-d38b5955bd70 2018-09-01 04:47:08,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:10,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:10,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:11,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:10 GMT Server: Apache x-compute-request-id: req-0d2191ee-388c-47c1-881f-e7f6ede56bf0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0d2191ee-388c-47c1-881f-e7f6ede56bf0 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:10.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:11,501 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-0d2191ee-388c-47c1-881f-e7f6ede56bf0 2018-09-01 04:47:11,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01617693901s 2018-09-01 04:47:11,501 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-0d2191ee-388c-47c1-881f-e7f6ede56bf0 2018-09-01 04:47:11,503 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:13,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:13,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:13 GMT Server: Apache x-compute-request-id: req-e66863b9-a868-4c49-bb6f-2e0c99ce5b05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e66863b9-a868-4c49-bb6f-2e0c99ce5b05 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [{"server_id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "attachment_id": "e827ca0c-6247-4ea8-ba5a-6c5b6c6fbd5a", "attached_at": "2018-09-01T04:47:10.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "a063c392-8008-40dd-b0ce-b551175f58cc", "device": "/dev/vdb", "id": "a063c392-8008-40dd-b0ce-b551175f58cc"}], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:12.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:13,558 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-e66863b9-a868-4c49-bb6f-2e0c99ce5b05 2018-09-01 04:47:13,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0524480342865s 2018-09-01 04:47:13,558 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-e66863b9-a868-4c49-bb6f-2e0c99ce5b05 2018-09-01 04:47:13,560 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 04:47:13,561 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 04:47:13,562 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 04:47:13,563 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 04:47:13,631 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 04:47:13,631 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 04:47:13,632 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 04:47:13,633 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 04:47:13,668 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 04:47:13,669 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 04:47:13,698 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 04:47:14,208 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 04:47:14,209 - 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: 64265163-8e8f-43ff-bd89-e48052d70205 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 04:47:14,209 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-01 04:47:14,210 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-01 04:47:14,210 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 04:47:14,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 04:47:14,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:14,810 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:47: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-e18f76e8-a4df-4cc7-9702-192e569082cf x-compute-request-id: req-e18f76e8-a4df-4cc7-9702-192e569082cf Content-Length: 0 Content-Type: application/json 2018-09-01 04:47:14,810 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-e18f76e8-a4df-4cc7-9702-192e569082cf 2018-09-01 04:47:14,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.599143981934s 2018-09-01 04:47:14,811 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-e18f76e8-a4df-4cc7-9702-192e569082cf 2018-09-01 04:47:14,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:14,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:14,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:14 GMT Server: Apache x-compute-request-id: req-77531806-a2a4-48ca-b4a0-dcafbd801816 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77531806-a2a4-48ca-b4a0-dcafbd801816 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [{"server_id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "attachment_id": "e827ca0c-6247-4ea8-ba5a-6c5b6c6fbd5a", "attached_at": "2018-09-01T04:47:10.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "a063c392-8008-40dd-b0ce-b551175f58cc", "device": "/dev/vdb", "id": "a063c392-8008-40dd-b0ce-b551175f58cc"}], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:14.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:14,867 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-77531806-a2a4-48ca-b4a0-dcafbd801816 2018-09-01 04:47:14,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0557940006256s 2018-09-01 04:47:14,867 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-77531806-a2a4-48ca-b4a0-dcafbd801816 2018-09-01 04:47:14,869 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:16,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:16,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:16,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:16 GMT Server: Apache x-compute-request-id: req-b14f3c48-d770-4830-bc89-caa388fc2b7d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b14f3c48-d770-4830-bc89-caa388fc2b7d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:15.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:16,921 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-b14f3c48-d770-4830-bc89-caa388fc2b7d 2018-09-01 04:47:16,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0489721298218s 2018-09-01 04:47:16,921 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-b14f3c48-d770-4830-bc89-caa388fc2b7d 2018-09-01 04:47:16,922 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-01 04:47:16,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 04:47:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"volumeAttachment": {"volumeId": "a063c392-8008-40dd-b0ce-b551175f58cc"}}' 2018-09-01 04:47:17,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-9f277312-5683-4781-b05f-eb6a959af0fb x-compute-request-id: req-9f277312-5683-4781-b05f-eb6a959af0fb Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "05f47a11-77f0-4c0a-907e-04f94500d66c", "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "volumeId": "a063c392-8008-40dd-b0ce-b551175f58cc"}} 2018-09-01 04:47:17,919 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/os-volume_attachments used request id req-9f277312-5683-4781-b05f-eb6a959af0fb 2018-09-01 04:47:17,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.996267795563s 2018-09-01 04:47:17,919 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/os-volume_attachments used request id req-9f277312-5683-4781-b05f-eb6a959af0fb 2018-09-01 04:47:17,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:17,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:18,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:17 GMT Server: Apache x-compute-request-id: req-1adb10ed-36ef-48cb-9a5c-eeea6ec29b22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1adb10ed-36ef-48cb-9a5c-eeea6ec29b22 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:17.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:18,844 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-1adb10ed-36ef-48cb-9a5c-eeea6ec29b22 2018-09-01 04:47:18,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.92445898056s 2018-09-01 04:47:18,844 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-1adb10ed-36ef-48cb-9a5c-eeea6ec29b22 2018-09-01 04:47:18,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:20,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:20,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:20,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:20 GMT Server: Apache x-compute-request-id: req-49fdedd3-4c70-4694-bc41-38b0f3fd7fc1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49fdedd3-4c70-4694-bc41-38b0f3fd7fc1 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [{"server_id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "attachment_id": "d3ff0c30-0f9d-4f84-9643-68cd1d757388", "attached_at": "2018-09-01T04:47:19.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "a063c392-8008-40dd-b0ce-b551175f58cc", "device": "/dev/vdb", "id": "a063c392-8008-40dd-b0ce-b551175f58cc"}], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:19.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:20,903 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-49fdedd3-4c70-4694-bc41-38b0f3fd7fc1 2018-09-01 04:47:20,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0543768405914s 2018-09-01 04:47:20,904 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-49fdedd3-4c70-4694-bc41-38b0f3fd7fc1 2018-09-01 04:47:20,905 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 04:47:20,907 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 04:47:20,908 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 04:47:20,910 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 04:47:20,979 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 04:47:20,979 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 04:47:20,980 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 04:47:20,981 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 04:47:21,020 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 04:47:21,020 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 04:47:21,045 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 04:47:21,066 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 04:47:21,066 - 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 04:47:21,066 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-01 04:47:21,067 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 04:47:21,067 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-01 04:47:21,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 04:47:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:21,586 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23dd88d0-0d07-4f4d-b3ca-c1bb0c7a7778 x-compute-request-id: req-23dd88d0-0d07-4f4d-b3ca-c1bb0c7a7778 Content-Length: 0 Content-Type: application/json 2018-09-01 04:47:21,586 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-23dd88d0-0d07-4f4d-b3ca-c1bb0c7a7778 2018-09-01 04:47:21,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.51789188385s 2018-09-01 04:47:21,586 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c/os-volume_attachments/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-23dd88d0-0d07-4f4d-b3ca-c1bb0c7a7778 2018-09-01 04:47:21,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:21,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:21,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:21 GMT Server: Apache x-compute-request-id: req-2f654adf-685a-4b54-9e5a-008e13a8aa53 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f654adf-685a-4b54-9e5a-008e13a8aa53 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [{"server_id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "attachment_id": "d3ff0c30-0f9d-4f84-9643-68cd1d757388", "attached_at": "2018-09-01T04:47:19.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "a063c392-8008-40dd-b0ce-b551175f58cc", "device": "/dev/vdb", "id": "a063c392-8008-40dd-b0ce-b551175f58cc"}], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:21.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:21,640 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-2f654adf-685a-4b54-9e5a-008e13a8aa53 2018-09-01 04:47:21,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0532739162445s 2018-09-01 04:47:21,640 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-2f654adf-685a-4b54-9e5a-008e13a8aa53 2018-09-01 04:47:21,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:23,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:23,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:23,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:23 GMT Server: Apache x-compute-request-id: req-7516fee8-87c4-4128-b26a-5a136b2cd8b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7516fee8-87c4-4128-b26a-5a136b2cd8b4 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:21.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:23,698 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-7516fee8-87c4-4128-b26a-5a136b2cd8b4 2018-09-01 04:47:23,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0538630485535s 2018-09-01 04:47:23,698 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-7516fee8-87c4-4128-b26a-5a136b2cd8b4 2018-09-01 04:47:23,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:47:23,819 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-01 04:47:23,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:47:23,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:23,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:47: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-7df9990c-fe0c-47c9-9826-bd4a3c3a4cb3 x-compute-request-id: req-7df9990c-fe0c-47c9-9826-bd4a3c3a4cb3 Content-Type: application/json 2018-09-01 04:47:23,961 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-7df9990c-fe0c-47c9-9826-bd4a3c3a4cb3 2018-09-01 04:47:23,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.136878013611s 2018-09-01 04:47:23,961 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c used request id req-7df9990c-fe0c-47c9-9826-bd4a3c3a4cb3 2018-09-01 04:47:23,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:47:23,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:24,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-2d3f550f-39ce-4c09-846a-9b1b0393e138 x-compute-request-id: req-2d3f550f-39ce-4c09-846a-9b1b0393e138 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:51.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:51Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:2d:e8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/05f47a11-77f0-4c0a-907e-04f94500d66c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:22.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "05f47a11-77f0-4c0a-907e-04f94500d66c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:47:23Z", "hostId": "f8705bc3dfe9b7efc4f22bad61b4be8f17897b7781cd32712db35311", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm2_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:15Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:47:24,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2d3f550f-39ce-4c09-846a-9b1b0393e138 2018-09-01 04:47:24,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785791873932s 2018-09-01 04:47:24,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-2d3f550f-39ce-4c09-846a-9b1b0393e138 2018-09-01 04:47:24,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:26,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:47:26,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:27,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-78abd242-e44c-48de-a24b-63f253ffedf7 x-compute-request-id: req-78abd242-e44c-48de-a24b-63f253ffedf7 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:51.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:46:51Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:47:27,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-78abd242-e44c-48de-a24b-63f253ffedf7 2018-09-01 04:47:27,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432082176208s 2018-09-01 04:47:27,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-78abd242-e44c-48de-a24b-63f253ffedf7 2018-09-01 04:47:27,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 04:47:27,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/5803761e-a6f9-4ee3-8be4-192d2bfe9f59.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:28,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d81d4aa5-4a19-468e-a867-fc31676ea7c3 Content-Length: 0 Date: Sat, 01 Sep 2018 04:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:28,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/5803761e-a6f9-4ee3-8be4-192d2bfe9f59.json used request id req-d81d4aa5-4a19-468e-a867-fc31676ea7c3 2018-09-01 04:47:28,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.858626127243s 2018-09-01 04:47:28,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/5803761e-a6f9-4ee3-8be4-192d2bfe9f59.json used request id req-d81d4aa5-4a19-468e-a867-fc31676ea7c3 2018-09-01 04:47:28,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:47:28,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:28,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5f891127-168e-46cc-86ec-1715a9ebcf4b Date: Sat, 01 Sep 2018 04:47:28 GMT RESP BODY: {"floatingips": [{"router_id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T04:46:53Z", "floating_network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "45c280b7-322f-4bc7-a855-9f06dcfdbefb", "id": "8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:53Z", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}]} 2018-09-01 04:47:28,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5f891127-168e-46cc-86ec-1715a9ebcf4b 2018-09-01 04:47:28,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0676090717316s 2018-09-01 04:47:28,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-5f891127-168e-46cc-86ec-1715a9ebcf4b 2018-09-01 04:47:28,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:28,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:28,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:28 GMT Server: Apache x-compute-request-id: req-32498b6a-ef88-4e24-a06c-6766d77f6c19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32498b6a-ef88-4e24-a06c-6766d77f6c19 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:21.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:28,171 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-32498b6a-ef88-4e24-a06c-6766d77f6c19 2018-09-01 04:47:28,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0474519729614s 2018-09-01 04:47:28,171 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-32498b6a-ef88-4e24-a06c-6766d77f6c19 2018-09-01 04:47:28,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-01 04:47:28,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:28,237 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:47:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f06fe98d-1d6f-4de3-a5b9-8027dc51133e 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 04:47:28,237 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-f06fe98d-1d6f-4de3-a5b9-8027dc51133e 2018-09-01 04:47:28,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0649421215057s 2018-09-01 04:47:28,237 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc used request id req-f06fe98d-1d6f-4de3-a5b9-8027dc51133e 2018-09-01 04:47:28,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:28,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:28,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:28 GMT Server: Apache x-compute-request-id: req-47d33636-aadd-452c-86a2-7af4a6f77d69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47d33636-aadd-452c-86a2-7af4a6f77d69 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "attachments": [], "links": [{"href": "http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "self"}, {"href": "http://172.30.9.29:8776/d6b3df3f9c6647249403e2034e6166f9/volumes/a063c392-8008-40dd-b0ce-b551175f58cc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T04:46:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "updated_at": "2018-09-01T04:47:28.000000", "volume_type": null, "name": "cinder_test-volume_4d85ff86-7a12-42f2-8084-1bacb156ec63", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a063c392-8008-40dd-b0ce-b551175f58cc", "size": 2}]} 2018-09-01 04:47:28,303 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-47d33636-aadd-452c-86a2-7af4a6f77d69 2018-09-01 04:47:28,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0656039714813s 2018-09-01 04:47:28,304 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-47d33636-aadd-452c-86a2-7af4a6f77d69 2018-09-01 04:47:28,305 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:30,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 04:47:30,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:31,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:30 GMT Server: Apache x-compute-request-id: req-d460eab2-9e78-49de-90c3-a1f12f889034 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d460eab2-9e78-49de-90c3-a1f12f889034 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-01 04:47:31,278 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-d460eab2-9e78-49de-90c3-a1f12f889034 2018-09-01 04:47:31,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.970491170883s 2018-09-01 04:47:31,278 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.29:8776/v3/d6b3df3f9c6647249403e2034e6166f9/volumes/detail used request id req-d460eab2-9e78-49de-90c3-a1f12f889034 2018-09-01 04:47:31,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 04:47:31,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/floatingips/8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:32,262 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-525a2208-f8c1-491c-a8da-e44aa712db55 Content-Length: 0 Date: Sat, 01 Sep 2018 04:47:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:32,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e.json used request id req-525a2208-f8c1-491c-a8da-e44aa712db55 2018-09-01 04:47:32,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.980032920837s 2018-09-01 04:47:32,262 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/floatingips/8bba7ea5-4e6c-42aa-bac0-74bc2612bd5e.json used request id req-525a2208-f8c1-491c-a8da-e44aa712db55 2018-09-01 04:47:32,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 04:47:32,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:32,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-df214a59-b099-466d-b3e9-860e0fec11c3 Date: Sat, 01 Sep 2018 04:47:32 GMT RESP BODY: {"floatingips": []} 2018-09-01 04:47:32,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-df214a59-b099-466d-b3e9-860e0fec11c3 2018-09-01 04:47:32,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474030971527s 2018-09-01 04:47:32,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/floatingips.json used request id req-df214a59-b099-466d-b3e9-860e0fec11c3 2018-09-01 04:47:32,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 04:47:32,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:32,499 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:47:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6b6e3ef-9dff-495b-bb24-e04a6475dbd3 x-compute-request-id: req-b6b6e3ef-9dff-495b-bb24-e04a6475dbd3 Content-Type: application/json 2018-09-01 04:47:32,500 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-b6b6e3ef-9dff-495b-bb24-e04a6475dbd3 2018-09-01 04:47:32,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.18438076973s 2018-09-01 04:47:32,500 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c used request id req-b6b6e3ef-9dff-495b-bb24-e04a6475dbd3 2018-09-01 04:47:32,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:47:32,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:32,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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-27ab6d55-28b3-41ae-9489-1ddc0ea339a7 x-compute-request-id: req-27ab6d55-28b3-41ae-9489-1ddc0ea339a7 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:88:4a", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.29:8774/v2.1/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "self"}, {"href": "http://172.30.9.29:8774/servers/f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "rel": "bookmark"}], "image": {"id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "links": [{"href": "http://172.30.9.29:8774/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T04:46:51.000000", "flavor": {"id": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "links": [{"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "bookmark"}]}, "id": "f2408ac4-088b-4e9e-aa68-07b788fd9d8c", "security_groups": [{"name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}], "user_id": "e77d8b0cd76e487686f09f97f8f83c59", "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-01T04:47:32Z", "hostId": "03efd8119c7e6ba62578dfaf8d78be444346eade259085f000c6de35", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63", "name": "cinder_test-vm_4d85ff86-7a12-42f2-8084-1bacb156ec63", "created": "2018-09-01T04:46:44Z", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 04:47:32,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-27ab6d55-28b3-41ae-9489-1ddc0ea339a7 2018-09-01 04:47:32,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201768159866s 2018-09-01 04:47:32,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-27ab6d55-28b3-41ae-9489-1ddc0ea339a7 2018-09-01 04:47:32,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 04:47:34,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 04:47:34,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:34,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47: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 x-openstack-request-id: req-47905272-d414-4e88-b9d0-716cffac2ed6 x-compute-request-id: req-47905272-d414-4e88-b9d0-716cffac2ed6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 04:47:34,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-47905272-d414-4e88-b9d0-716cffac2ed6 2018-09-01 04:47:34,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0657601356506s 2018-09-01 04:47:34,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/servers/detail used request id req-47905272-d414-4e88-b9d0-716cffac2ed6 2018-09-01 04:47:34,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 04:47:34,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:34,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-8886f9e0-880a-477c-ac1a-6a0bf1305348 Date: Sat, 01 Sep 2018 04:47:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:06Z", "updated_at": "2018-09-01T04:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "36ebc6b6-5a63-48fc-b72c-ae96db799528", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3d362657-7e62-4325-a3ae-931c803617bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "3dc4102e-cc89-4598-8109-c1ae480f2170", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:06Z", "revision_number": 0, "id": "cf32aacf-b911-4eeb-a3f9-3b647473b4e8", "remote_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:06Z", "security_group_id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 1, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "74bf1921-e9b8-4701-bf7e-ad6afde9bc00", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:13Z", "updated_at": "2018-09-01T04:46:13Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "6a53897e-37b6-41dc-ab68-3d3ebcf5920b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "707ab229-6f22-43c7-b90e-e9fe7590517d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "9a86f822-af12-4075-a09e-a7e8f8eb5395", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T04:46:13Z", "revision_number": 0, "id": "e7762216-df41-49ed-ae8d-d28906685391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T04:46:13Z", "security_group_id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6b3df3f9c6647249403e2034e6166f9"}], "revision_number": 3, "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "9d9c31a0-008a-4030-bff9-3e7429d13315", "name": "cinder_test-sg_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:47:34,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8886f9e0-880a-477c-ac1a-6a0bf1305348 2018-09-01 04:47:34,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0452818870544s 2018-09-01 04:47:34,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/security-groups.json used request id req-8886f9e0-880a-477c-ac1a-6a0bf1305348 2018-09-01 04:47:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 04:47:34,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/security-groups/9d9c31a0-008a-4030-bff9-3e7429d13315.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:35,095 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3c0a8ac-5ec4-4882-97a1-d24003989cf4 Content-Length: 0 Date: Sat, 01 Sep 2018 04:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:35,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9d9c31a0-008a-4030-bff9-3e7429d13315.json used request id req-a3c0a8ac-5ec4-4882-97a1-d24003989cf4 2018-09-01 04:47:35,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.269668102264s 2018-09-01 04:47:35,095 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/security-groups/9d9c31a0-008a-4030-bff9-3e7429d13315.json used request id req-a3c0a8ac-5ec4-4882-97a1-d24003989cf4 2018-09-01 04:47:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 04:47:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:35,142 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:47:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b09b5a6a-2b2a-4125-b313-74b38cb7f50e x-compute-request-id: req-b09b5a6a-2b2a-4125-b313-74b38cb7f50e Content-Length: 0 Content-Type: application/json 2018-09-01 04:47:35,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63 used request id req-b09b5a6a-2b2a-4125-b313-74b38cb7f50e 2018-09-01 04:47:35,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0467898845673s 2018-09-01 04:47:35,143 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/os-keypairs/cinder_test-kp_4d85ff86-7a12-42f2-8084-1bacb156ec63 used request id req-b09b5a6a-2b2a-4125-b313-74b38cb7f50e 2018-09-01 04:47:35,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 04:47:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/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}d44b05049aea728ca7c832ddbdadacbefd385c7f" -d '{"subnet_id": "88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"}' 2018-09-01 04:47:36,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-62e4e6e5-d204-4813-8dd7-9a6137bf94ac Date: Sat, 01 Sep 2018 04:47:36 GMT RESP BODY: {"network_id": "ce2c290c-3f2d-4041-a4c3-0638a9c080b5", "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "subnet_id": "88a1d7a0-03ae-44c6-a57c-aa9d11fa1069", "subnet_ids": ["88a1d7a0-03ae-44c6-a57c-aa9d11fa1069"], "port_id": "b04e5a2d-4dd1-44ae-8531-f37b0ada64a5", "id": "82fe1772-cc18-462c-9e56-1534d98ea1f7"} 2018-09-01 04:47:36,941 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/remove_router_interface.json used request id req-62e4e6e5-d204-4813-8dd7-9a6137bf94ac 2018-09-01 04:47:36,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79808306694s 2018-09-01 04:47:36,942 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7/remove_router_interface.json used request id req-62e4e6e5-d204-4813-8dd7-9a6137bf94ac returning object 82fe1772-cc18-462c-9e56-1534d98ea1f7 2018-09-01 04:47:36,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 04:47:36,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:37,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3b536bea-ef4d-4a8e-96b5-273d434e8c71 Date: Sat, 01 Sep 2018 04:47:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4daea871-7749-4408-950d-9e5c72efea1a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "72f1ba3c-322d-4e28-8c98-e144d57d067d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6b3df3f9c6647249403e2034e6166f9", "created_at": "2018-09-01T04:46:07Z", "admin_state_up": true, "updated_at": "2018-09-01T04:47:36Z", "revision_number": 4, "routes": [], "project_id": "d6b3df3f9c6647249403e2034e6166f9", "id": "82fe1772-cc18-462c-9e56-1534d98ea1f7", "name": "cinder_test-router_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:47:37,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-3b536bea-ef4d-4a8e-96b5-273d434e8c71 2018-09-01 04:47:37,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112231969833s 2018-09-01 04:47:37,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/routers.json used request id req-3b536bea-ef4d-4a8e-96b5-273d434e8c71 2018-09-01 04:47:37,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 04:47:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:38,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-616af616-7456-4971-a408-95488d794981 Content-Length: 0 Date: Sat, 01 Sep 2018 04:47:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:38,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7.json used request id req-616af616-7456-4971-a408-95488d794981 2018-09-01 04:47:38,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60769104958s 2018-09-01 04:47:38,664 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/routers/82fe1772-cc18-462c-9e56-1534d98ea1f7.json used request id req-616af616-7456-4971-a408-95488d794981 2018-09-01 04:47:38,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 04:47:38,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:38,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7a445d36-6870-4615-b76a-7bb5e36e500b Date: Sat, 01 Sep 2018 04:47:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T04:46:07Z","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":"d6b3df3f9c6647249403e2034e6166f9","id":"88a1d7a0-03ae-44c6-a57c-aa9d11fa1069","subnetpool_id":null,"name":"cinder_test-subnet_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:47:38,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-7a445d36-6870-4615-b76a-7bb5e36e500b 2018-09-01 04:47:38,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0438041687012s 2018-09-01 04:47:38,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/subnets.json used request id req-7a445d36-6870-4615-b76a-7bb5e36e500b 2018-09-01 04:47:38,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 04:47:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/subnets/88a1d7a0-03ae-44c6-a57c-aa9d11fa1069.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:39,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c033ca7-b834-474b-8659-c51d4364ba74 Date: Sat, 01 Sep 2018 04:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:39,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/88a1d7a0-03ae-44c6-a57c-aa9d11fa1069.json used request id req-1c033ca7-b834-474b-8659-c51d4364ba74 2018-09-01 04:47:39,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.942043066025s 2018-09-01 04:47:39,653 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/subnets/88a1d7a0-03ae-44c6-a57c-aa9d11fa1069.json used request id req-1c033ca7-b834-474b-8659-c51d4364ba74 2018-09-01 04:47:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 04:47:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:39,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-896a8cad-ca32-44f5-a54f-fc9fb32e3592 Date: Sat, 01 Sep 2018 04:47: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":["72f1ba3c-322d-4e28-8c98-e144d57d067d"],"updated_at":"2018-09-01T04:39:23Z","tenant_id":"300bfd4d68944d02ad73a980d1bfe269","created_at":"2018-09-01T04:39:19Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"300bfd4d68944d02ad73a980d1bfe269","id":"4daea871-7749-4408-950d-9e5c72efea1a","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-01T04:47:39Z","tenant_id":"d6b3df3f9c6647249403e2034e6166f9","created_at":"2018-09-01T04:46:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d6b3df3f9c6647249403e2034e6166f9","id":"ce2c290c-3f2d-4041-a4c3-0638a9c080b5","name":"cinder_test-net_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:47:39,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-896a8cad-ca32-44f5-a54f-fc9fb32e3592 2018-09-01 04:47:39,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0909261703491s 2018-09-01 04:47:39,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.29:9696/v2.0/networks.json used request id req-896a8cad-ca32-44f5-a54f-fc9fb32e3592 2018-09-01 04:47:39,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 04:47:39,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9696/v2.0/networks/ce2c290c-3f2d-4041-a4c3-0638a9c080b5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:40,992 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f50466ed-6ceb-4af5-8523-57adf1a90790 Date: Sat, 01 Sep 2018 04:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 04:47:40,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ce2c290c-3f2d-4041-a4c3-0638a9c080b5.json used request id req-f50466ed-6ceb-4af5-8523-57adf1a90790 2018-09-01 04:47:40,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24657607079s 2018-09-01 04:47:40,993 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.29:9696/v2.0/networks/ce2c290c-3f2d-4041-a4c3-0638a9c080b5.json used request id req-f50466ed-6ceb-4af5-8523-57adf1a90790 2018-09-01 04:47:40,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 04:47:41,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:41,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-2d4e3fb8-1009-4584-b3e7-b9b6a986c586 Date: Sat, 01 Sep 2018 04:47:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T04:46:12Z", "file": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/file", "owner": "d6b3df3f9c6647249403e2034e6166f9", "id": "bd745500-4c28-4e92-baa4-52851e0f3f0c", "size": 12716032, "self": "/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9c9990a7-d5e2-422b-bf74-75ca32ec8837/images/bd745500-4c28-4e92-baa4-52851e0f3f0c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_4d85ff86-7a12-42f2-8084-1bacb156ec63", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T04:46:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 04:47:41,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2d4e3fb8-1009-4584-b3e7-b9b6a986c586 2018-09-01 04:47:41,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.810271978378s 2018-09-01 04:47:41,808 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.29:9292/v2/images used request id req-2d4e3fb8-1009-4584-b3e7-b9b6a986c586 2018-09-01 04:47:41,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 04:47:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d44b05049aea728ca7c832ddbdadacbefd385c7f" 2018-09-01 04:47:42,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b274d3a4-19c8-4e8c-afcd-a618cd993b2c Date: Sat, 01 Sep 2018 04:47:42 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 04:47:42,159 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c used request id req-b274d3a4-19c8-4e8c-afcd-a618cd993b2c 2018-09-01 04:47:42,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.348321914673s 2018-09-01 04:47:42,159 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.29:9292/v2/images/bd745500-4c28-4e92-baa4-52851e0f3f0c used request id req-b274d3a4-19c8-4e8c-afcd-a618cd993b2c 2018-09-01 04:47:42,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 04:47:42,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:42,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de97c469-e74b-41fc-9887-e4546e9ddb66 x-compute-request-id: req-de97c469-e74b-41fc-9887-e4546e9ddb66 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": [{"href": "http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "rel": "self"}, {"href": "http://172.30.9.29:8774/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca", "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": "7de45270-cfb3-4fbe-b93f-728fe4f9a7ca"}]} 2018-09-01 04:47:42,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-de97c469-e74b-41fc-9887-e4546e9ddb66 2018-09-01 04:47:42,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0270450115204s 2018-09-01 04:47:42,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.29:8774/v2.1/flavors/detail?is_public=None used request id req-de97c469-e74b-41fc-9887-e4546e9ddb66 2018-09-01 04:47:42,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 04:47:42,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:42,220 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43c8e1a7-ca75-440d-b3c9-561fa9e8bd1d x-compute-request-id: req-43c8e1a7-ca75-440d-b3c9-561fa9e8bd1d Content-Length: 0 Content-Type: application/json 2018-09-01 04:47:42,221 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca used request id req-43c8e1a7-ca75-440d-b3c9-561fa9e8bd1d 2018-09-01 04:47:42,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0319619178772s 2018-09-01 04:47:42,221 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.29:8774/v2.1/flavors/7de45270-cfb3-4fbe-b93f-728fe4f9a7ca used request id req-43c8e1a7-ca75-440d-b3c9-561fa9e8bd1d 2018-09-01 04:47:42,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:47:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:42,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb236cd-97f5-4796-a3a7-68f24c3d5f0e Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.29:5000/v3/users/097f897d63504ec5bdcdb68fb8af01c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097f897d63504ec5bdcdb68fb8af01c2", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.29:5000/v3/users/1a12fba6646544c5a59985b97c874d58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a12fba6646544c5a59985b97c874d58", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.29:5000/v3/users/1a443743d41f464db179167a17bd8b6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a443743d41f464db179167a17bd8b6f", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.29:5000/v3/users/27ff64f8e2c8499296fda52c4fcc4205"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27ff64f8e2c8499296fda52c4fcc4205", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.29:5000/v3/users/388b84dd77104a6eb8a45eee51edc07f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388b84dd77104a6eb8a45eee51edc07f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.29:5000/v3/users/4741b071fdea4638a0a810a1fc4a3c24"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4741b071fdea4638a0a810a1fc4a3c24", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.29:5000/v3/users/4a9dd4edebd344d89378fc1bff32ae91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a9dd4edebd344d89378fc1bff32ae91", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.29:5000/v3/users/58dd19a2f0f04eb9a3895d3ff298cc9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58dd19a2f0f04eb9a3895d3ff298cc9f", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.29:5000/v3/users/6a1c765e95bd498a882c72d5db3b8f1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a1c765e95bd498a882c72d5db3b8f1a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.29:5000/v3/users/7144320f26cb4721a3e6960bb96127a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7144320f26cb4721a3e6960bb96127a1", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.29:5000/v3/users/71e9d1d6568346c0a4c63d8aa97cec64"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71e9d1d6568346c0a4c63d8aa97cec64", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.29:5000/v3/users/b33452434e274f21980de90eef37591a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b33452434e274f21980de90eef37591a", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.29:5000/v3/users/bb13c86796484312bc8845eef50eedfd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bb13c86796484312bc8845eef50eedfd", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.29:5000/v3/users/d8f87d18e79d42b1abd05f92dd42b259"}, "domain_id": "c516a4fefcfc4563922992556d609581", "enabled": true, "options": {}, "id": "d8f87d18e79d42b1abd05f92dd42b259", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": {"self": "http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e77d8b0cd76e487686f09f97f8f83c59", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.29:5000/v3/users", "previous": null, "next": null}} 2018-09-01 04:47:42,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9bb236cd-97f5-4796-a3a7-68f24c3d5f0e 2018-09-01 04:47:42,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207796096802s 2018-09-01 04:47:42,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users used request id req-9bb236cd-97f5-4796-a3a7-68f24c3d5f0e 2018-09-01 04:47:42,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 04:47:42,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:42,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ecfffb1-255d-4d1b-891a-f23e341c751f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_4d85ff86-7a12-42f2-8084-1bacb156ec63", "links": {"self": "http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e77d8b0cd76e487686f09f97f8f83c59", "description": null}} 2018-09-01 04:47:42,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 used request id req-9ecfffb1-255d-4d1b-891a-f23e341c751f 2018-09-01 04:47:42,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193401813507s 2018-09-01 04:47:42,630 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 used request id req-9ecfffb1-255d-4d1b-891a-f23e341c751f 2018-09-01 04:47:42,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 04:47:42,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:42,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e687124-d72f-4b38-9887-7e99e031763c 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 04:47:42,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 used request id req-3e687124-d72f-4b38-9887-7e99e031763c 2018-09-01 04:47:42,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.291431903839s 2018-09-01 04:47:42,922 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/users/e77d8b0cd76e487686f09f97f8f83c59 used request id req-3e687124-d72f-4b38-9887-7e99e031763c 2018-09-01 04:47:42,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 04:47:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:43,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1cbcc42-a506-44d8-a135-9108fe742453 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.29:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.29:5000/v3/projects/300bfd4d68944d02ad73a980d1bfe269"}, "tags": [], "enabled": true, "id": "300bfd4d68944d02ad73a980d1bfe269", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.29:5000/v3/projects/964427977c614007b31bf28ce6a0b09c"}, "tags": [], "enabled": true, "id": "964427977c614007b31bf28ce6a0b09c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9"}, "tags": [], "enabled": true, "id": "d6b3df3f9c6647249403e2034e6166f9", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_4d85ff86-7a12-42f2-8084-1bacb156ec63"}]} 2018-09-01 04:47:43,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f1cbcc42-a506-44d8-a135-9108fe742453 2018-09-01 04:47:43,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183100938797s 2018-09-01 04:47:43,113 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/projects used request id req-f1cbcc42-a506-44d8-a135-9108fe742453 2018-09-01 04:47:43,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 04:47:43,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a471b6a87c1c50829eaaad9d3917d4fe7a41a38c" 2018-09-01 04:47:43,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cafcfc0-d8eb-4cdc-a130-afe1704e6f21 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 04:47:43,363 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9 used request id req-0cafcfc0-d8eb-4cdc-a130-afe1704e6f21 2018-09-01 04:47:43,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245511770248s 2018-09-01 04:47:43,363 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.29:5000/v3/projects/d6b3df3f9c6647249403e2034e6166f9 used request id req-0cafcfc0-d8eb-4cdc-a130-afe1704e6f21 2018-09-01 04:47:43,415 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-01 04:47:43,573 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 04:47:43,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 04:47:43,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 04:47:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 04:47:43,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 04:47:43,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:47:43,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce74b51-dd96-467b-9073-6f3ba382ae9f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}} 2018-09-01 04:47:43,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/v3 used request id req-2ce74b51-dd96-467b-9073-6f3ba382ae9f 2018-09-01 04:47:43,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.29:5000/v3/auth/tokens 2018-09-01 04:47:43,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feec9fb7067544a19ee9b13bb2c160de", "name": "admin"}, {"id": "786ae06d6bf248068f103b008e7f36f9", "name": "member"}, {"id": "dfb6b9761a7843469bbb9992c0ca2df4", "name": "reader"}], "expires_at": "2018-09-01T05:47:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "964427977c614007b31bf28ce6a0b09c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"url": "http://172.30.9.29:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db1468ac74484909993cd61e150f5647"}], "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494fc33efbcf45da89b653a43442c66c"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"url": "http://192.30.9.4:8776/v3/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9112c9ccf66741968b7a8668f367b4db"}], "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"url": "http://172.30.9.29:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e61a6a751da84ec195b797ec56dbd59d"}], "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "887d93c8dda04623bef938a9634782f4"}, {"url": "http://172.30.9.29:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}], "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"url": "http://172.30.9.29:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "604383573b124ef09d5c96aa0b000caa"}], "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0415cae447e54a9aaec504f726a5c900"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791db457d75847018cc5a7319e61e9b3"}, {"url": "http://172.30.9.29:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e11217d07b3b46539b017d98ca2508a8"}], "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.29:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1316efb374d4ae7857c64a0ab555d30"}], "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"url": "http://172.30.9.29:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"url": "http://12.0.0.33:8080/v1/AUTH_964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5313384a0c14a17ae8cd445085ae02d"}], "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e415e92520a454aa274cff799cde7d2"}, {"url": "http://172.30.9.29:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"url": "http://192.30.9.4:8776/v2/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}], "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.29:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5c57911b64742cfbd06b331f476f119"}], "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d14c1eea5ed45338af3175b57887179"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30910b5d289f4ee4b96cafc273330290"}, {"url": "http://172.30.9.29:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3577cf8beb4b4329b67011c0610057eb"}], "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.29:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"url": "http://192.30.9.4:8776/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96fc8c556bef47ef96b78d0af1b4931c"}], "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74aedb443a634335998b85f3785d16cd"}, {"url": "http://172.30.9.29:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f47f48d618ab43029c71914820cba0d8"}], "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.29:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"url": "http://192.30.9.4:8004/v1/964427977c614007b31bf28ce6a0b09c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2beffe9be39408d84bc3be43b9037e6"}], "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4741b071fdea4638a0a810a1fc4a3c24"}, "audit_ids": ["z8g9MqydQfaqagPauAiacg"], "issued_at": "2018-09-01T04:47:43.000000Z"}} 2018-09-01 04:47:43,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 04:47:44,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:47:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-772ffdcb-7829-458e-8313-e51d6990011f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.29:5000/v3/", "rel": "self"}]}]}} 2018-09-01 04:47:44,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.29:5000/ used request id req-772ffdcb-7829-458e-8313-e51d6990011f 2018-09-01 04:47:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 04:47:44,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 04:47:44,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4dc6157-b7ab-428a-ac3a-535d578b0aa9 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-01 04:47:44,013 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-d4dc6157-b7ab-428a-ac3a-535d578b0aa9 2018-09-01 04:47:44,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}311cb0c0686c50aad6bd32b150b42cf856609b7e" 2018-09-01 04:47:44,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69106baa-72bf-48ee-a21b-4c1efe17503e Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/00c4fa0ee8114c728dfe49af9a0633a6"}, "enabled": true, "type": "alarming", "id": "00c4fa0ee8114c728dfe49af9a0633a6", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/126a3353948a40f387a8f928903993f4"}, "enabled": true, "type": "volumev3", "id": "126a3353948a40f387a8f928903993f4", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4efb4139bd2f436790af8fef37c6b1f8"}, "enabled": true, "type": "image", "id": "4efb4139bd2f436790af8fef37c6b1f8", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5d0e790ed6fc4138b3b0cbaa568d82da"}, "enabled": true, "type": "metering", "id": "5d0e790ed6fc4138b3b0cbaa568d82da", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/615f48ff8e474f4ebbdd9b1ad7e22260"}, "enabled": true, "type": "metric", "id": "615f48ff8e474f4ebbdd9b1ad7e22260", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8035341b07a84884ba7c08c0357a3496"}, "enabled": true, "type": "placement", "id": "8035341b07a84884ba7c08c0357a3496", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/80ff8ba6c9ec4e119748b9a43998a437"}, "enabled": true, "type": "compute", "id": "80ff8ba6c9ec4e119748b9a43998a437", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/98e175d10cfe492f8d53ee6c59608567"}, "enabled": true, "type": "network", "id": "98e175d10cfe492f8d53ee6c59608567", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3fdd99b3a7f4b3eb52b1c8fc975588b"}, "enabled": true, "type": "object-store", "id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/adedd328c67a45679a1415e9911d01b2"}, "enabled": true, "type": "volumev2", "id": "adedd328c67a45679a1415e9911d01b2", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c22cf413fef84cc5812ba404611fcab0"}, "enabled": true, "type": "event", "id": "c22cf413fef84cc5812ba404611fcab0", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cc057f7a88e147ec965de37880373ba3"}, "enabled": true, "type": "identity", "id": "cc057f7a88e147ec965de37880373ba3", "name": "keystone"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d830a8bc134744dea9a7e1618938dbdf"}, "enabled": true, "type": "volume", "id": "d830a8bc134744dea9a7e1618938dbdf", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/db5deb0f5db84832a69f3489f0cbafa8"}, "enabled": true, "type": "cloudformation", "id": "db5deb0f5db84832a69f3489f0cbafa8", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9168c483f7418cb2ff4940057ff09d"}, "enabled": true, "type": "orchestration", "id": "dc9168c483f7418cb2ff4940057ff09d", "name": "heat"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-01 04:47:44,187 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-69106baa-72bf-48ee-a21b-4c1efe17503e 2018-09-01 04:47:44,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.183938980103s 2018-09-01 04:47:44,188 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-69106baa-72bf-48ee-a21b-4c1efe17503e 2018-09-01 04:47:44,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 04:47:44,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.29:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}311cb0c0686c50aad6bd32b150b42cf856609b7e" 2018-09-01 04:47:44,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 04:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae182f8-4100-4130-ab4a-8d1452aab4c4 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0415cae447e54a9aaec504f726a5c900"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "0415cae447e54a9aaec504f726a5c900"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/077b37f8c77d49b983aad1cd3f8022aa"}, "url": "http://172.30.9.29:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "077b37f8c77d49b983aad1cd3f8022aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/0d14c1eea5ed45338af3175b57887179"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "0d14c1eea5ed45338af3175b57887179"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1b53a2bf3aac428bb85fce675eaca1fb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "1b53a2bf3aac428bb85fce675eaca1fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1dc9e78675494f6ebeeadcf873782415"}, "url": "http://172.30.9.29:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "1dc9e78675494f6ebeeadcf873782415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/1e45f7f445064a269de7aef1eb806ea3"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "1e45f7f445064a269de7aef1eb806ea3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/2e415e92520a454aa274cff799cde7d2"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "2e415e92520a454aa274cff799cde7d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/30910b5d289f4ee4b96cafc273330290"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "30910b5d289f4ee4b96cafc273330290"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3577cf8beb4b4329b67011c0610057eb"}, "url": "http://172.30.9.29:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cc057f7a88e147ec965de37880373ba3", "id": "3577cf8beb4b4329b67011c0610057eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/3748410f00754a79bd18d90168ae0bc4"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "3748410f00754a79bd18d90168ae0bc4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4742948ed6d94879961ed4fc399e30a2"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "4742948ed6d94879961ed4fc399e30a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/494fc33efbcf45da89b653a43442c66c"}, "url": "http://172.30.9.29:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "126a3353948a40f387a8f928903993f4", "id": "494fc33efbcf45da89b653a43442c66c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/4dd88989478c487d94d3ffda6cc6b9d8"}, "url": "http://172.30.9.29:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "4dd88989478c487d94d3ffda6cc6b9d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/56802d3cbca84943a0e6b4d152702bf2"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "56802d3cbca84943a0e6b4d152702bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/5b89e980ba2949db8821295779eb1cdb"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "5b89e980ba2949db8821295779eb1cdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/604383573b124ef09d5c96aa0b000caa"}, "url": "http://172.30.9.29:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8035341b07a84884ba7c08c0357a3496", "id": "604383573b124ef09d5c96aa0b000caa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/6ede5022c0c746f98db6feabdbc3faff"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "6ede5022c0c746f98db6feabdbc3faff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/74aedb443a634335998b85f3785d16cd"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "74aedb443a634335998b85f3785d16cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/76dda03a098145e28fdff56bc87c9cf2"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "126a3353948a40f387a8f928903993f4", "id": "76dda03a098145e28fdff56bc87c9cf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/791db457d75847018cc5a7319e61e9b3"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "791db457d75847018cc5a7319e61e9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/817470ed84df47a2ae961d7fb37c384c"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "817470ed84df47a2ae961d7fb37c384c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/887d93c8dda04623bef938a9634782f4"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "887d93c8dda04623bef938a9634782f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/8ce0b44ea9b54faf9e09b4d763214e8c"}, "url": "http://172.30.9.29:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "8ce0b44ea9b54faf9e09b4d763214e8c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9112c9ccf66741968b7a8668f367b4db"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "126a3353948a40f387a8f928903993f4", "id": "9112c9ccf66741968b7a8668f367b4db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/9540762e6f7141f8b137c0143dd9733e"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "9540762e6f7141f8b137c0143dd9733e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/96fc8c556bef47ef96b78d0af1b4931c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d830a8bc134744dea9a7e1618938dbdf", "id": "96fc8c556bef47ef96b78d0af1b4931c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/a6864ffb55fd4d21a3dc3b7b840c20c7"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "a6864ffb55fd4d21a3dc3b7b840c20c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ab3cedc125674aec8694c93948cd9b6a"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "ab3cedc125674aec8694c93948cd9b6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, "url": "http://172.30.9.29:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "b0b6e8eb4abc4c7e86e3f9da0dc84fb5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ba7e447ae3e24daf8e4d0ac40f15c3b2"}, "url": "http://172.30.9.29:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "ba7e447ae3e24daf8e4d0ac40f15c3b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/c5c57911b64742cfbd06b331f476f119"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c22cf413fef84cc5812ba404611fcab0", "id": "c5c57911b64742cfbd06b331f476f119"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/ce96579d87f74d87ab36c3eca032cb25"}, "url": "http://172.30.9.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "ce96579d87f74d87ab36c3eca032cb25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/d57198cc8c3145dbbdf10b373a88b9a5"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "615f48ff8e474f4ebbdd9b1ad7e22260", "id": "d57198cc8c3145dbbdf10b373a88b9a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/db1468ac74484909993cd61e150f5647"}, "url": "http://172.30.9.29:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "00c4fa0ee8114c728dfe49af9a0633a6", "id": "db1468ac74484909993cd61e150f5647"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/de3b9a90c14b4d3c9a8003eeb5db34fa"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "de3b9a90c14b4d3c9a8003eeb5db34fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e11217d07b3b46539b017d98ca2508a8"}, "url": "http://172.30.9.29:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "80ff8ba6c9ec4e119748b9a43998a437", "id": "e11217d07b3b46539b017d98ca2508a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e12edeff96b145f28eb985f2ce2fe9b6"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "adedd328c67a45679a1415e9911d01b2", "id": "e12edeff96b145f28eb985f2ce2fe9b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e5313384a0c14a17ae8cd445085ae02d"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3fdd99b3a7f4b3eb52b1c8fc975588b", "id": "e5313384a0c14a17ae8cd445085ae02d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/e61a6a751da84ec195b797ec56dbd59d"}, "url": "http://172.30.9.29:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4efb4139bd2f436790af8fef37c6b1f8", "id": "e61a6a751da84ec195b797ec56dbd59d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f1316efb374d4ae7857c64a0ab555d30"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "98e175d10cfe492f8d53ee6c59608567", "id": "f1316efb374d4ae7857c64a0ab555d30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f2beffe9be39408d84bc3be43b9037e6"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc9168c483f7418cb2ff4940057ff09d", "id": "f2beffe9be39408d84bc3be43b9037e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.29:5000/v3/endpoints/f47f48d618ab43029c71914820cba0d8"}, "url": "http://172.30.9.29:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "db5deb0f5db84832a69f3489f0cbafa8", "id": "f47f48d618ab43029c71914820cba0d8"}], "links": {"self": "http://172.30.9.29:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 04:47:44,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-0ae182f8-4100-4130-ab4a-8d1452aab4c4 2018-09-01 04:47:44,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.112349033356s 2018-09-01 04:47:44,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.29:5000/v3/endpoints used request id req-0ae182f8-4100-4130-ab4a-8d1452aab4c4 2018-09-01 04:56:30,544 - 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.4', 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.4', 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.4', 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.4', 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.4', 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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7d5347ed-5f70-4523-a772-6419397abffa (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.4', 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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/8046e12c-eda6-4066-b182-64c0b0f8ad04 (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.4', 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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b31ec6a9-6b43-47a0-9c65-43e3d9301845 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b31ec6a9-6b43-47a0-9c65-43e3d9301845 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b31ec6a9-6b43-47a0-9c65-43e3d9301845 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/b31ec6a9-6b43-47a0-9c65-43e3d9301845 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/8046e12c-eda6-4066-b182-64c0b0f8ad04 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/8046e12c-eda6-4066-b182-64c0b0f8ad04 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/8046e12c-eda6-4066-b182-64c0b0f8ad04 (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7d5347ed-5f70-4523-a772-6419397abffa (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7d5347ed-5f70-4523-a772-6419397abffa (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.4', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7d5347ed-5f70-4523-a772-6419397abffa (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 04:56:30,568 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-01 04:56:30,667 - 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 04:56:30,788 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 04:56:30,789 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 04:56:30,794 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-09-01 04:56:30,795 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:07 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:34 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 00:35 | PASS | | vping_userdata | functest | healthcheck | 00:35 | PASS | | cinder_test | functest | healthcheck | 01:18 | 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 04:56:30,808 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR