2018-09-01 22:34:44,080 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-274 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 22:34:44,083 - 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.22,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=8zdv9ae0H68BzYgWTHqR94VB1 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=9c607f8dec084760b79a49d03ee5938a export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=FeUxOvVIJx8iTkseR4k2DMJDj export OS_REGION_NAME=regionOne 2018-09-01 22:34:44,083 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 22:34:44,083 - 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 22:34:44,107 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:34:44,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:34:44,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:34:44,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:34:44,397 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 22:34:44,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 22:34:44,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:34:44,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b51a42-b868-4c42-af26-8bf463718e87 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:34:44,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-25b51a42-b868-4c42-af26-8bf463718e87 2018-09-01 22:34:44,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:34:44,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["Z-xHRj70R5-Bwki0NSKlCw"], "issued_at": "2018-09-01T22:34:44.000000Z"}} 2018-09-01 22:34:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:45,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f016551-6e22-49d6-ab98-84027c6efe46 x-compute-request-id: req-6f016551-6e22-49d6-ab98-84027c6efe46 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 22:34:45,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-6f016551-6e22-49d6-ab98-84027c6efe46 2018-09-01 22:34:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.37994217873s 2018-09-01 22:34:45,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-6f016551-6e22-49d6-ab98-84027c6efe46 2018-09-01 22:34:45,778 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 22:34:45,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:34:45,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7428b01f-0b42-4ebb-8963-a751baed5431 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:34:45,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-7428b01f-0b42-4ebb-8963-a751baed5431 2018-09-01 22:34:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:34:45,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:46,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4387d0c-8eae-48a2-9a11-fb414c2c87fb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:34:46,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-f4387d0c-8eae-48a2-9a11-fb414c2c87fb 2018-09-01 22:34:46,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.290791034698s 2018-09-01 22:34:46,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-f4387d0c-8eae-48a2-9a11-fb414c2c87fb 2018-09-01 22:34:46,080 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'9b717ce675cf491fbeebc44651fbc414', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-01 22:34:46,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 22:34:46,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:46,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23389e6-28cc-4255-83d7-654d9ab25aff Content-Encoding: gzip Content-Length: 1976 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0064ead5763346498a11eddf8659e19f"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "0064ead5763346498a11eddf8659e19f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/028770bed80444208027e1ef747375c5"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "028770bed80444208027e1ef747375c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/07a44943d6ee41dca7ac35525915ebcf"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0bd22dc0987943c2b56f37581b752554"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "0bd22dc0987943c2b56f37581b752554"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1b706178e4484ebdbe8309ac7c16facd"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1ba9e3727d7e4bf791078f1c31971129"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1d729d7391364ad98dfdc6300a114693"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "1d729d7391364ad98dfdc6300a114693"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/302c4ca79ad04ffa8203b8226014a4a4"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/34c731e1c41b481ea7867cf0a41eb957"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3988a44c977e426993fbe3504fbbbb65"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54148bb302474db69bbd57377caf6068", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3d5edfc6b41b41e18b487b8083371349"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3e7d473d4687492e80469fc4c98846db"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "3e7d473d4687492e80469fc4c98846db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/494ca54b19994c9786e30b6d3aac07d7"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4a3842b58b2a494d819f9d359288b4ad"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4d01fb2e5c88410aa60b17af2bb8fd9c"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/515c8a873cfc4d918b918435844b2941"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "515c8a873cfc4d918b918435844b2941"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5736089c70b9453890d14f34d1a95f9d"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54148bb302474db69bbd57377caf6068", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/63a3a70b6ef44d5da524914322c6cbda"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/678cdd71bc634a73b902c558ccda390a"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "678cdd71bc634a73b902c558ccda390a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7ae789b5812c41729eed9dae348d878d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "7ae789b5812c41729eed9dae348d878d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/895f2f648f9c4e43861889522c9de346"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "895f2f648f9c4e43861889522c9de346"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/90e3af634fa64ebf9b0f874e0b0b3996"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/911bce231d734f5b8b99f5adf93ad24e"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/93229211cc4848a6a2e5e2b2c06a0a07"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a13d460ab74045a48835045be402d9c6"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "a13d460ab74045a48835045be402d9c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a695bf66b2864ff9ad0916d1016d00fd"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "a695bf66b2864ff9ad0916d1016d00fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/acb544545606496d9002fa1436103990"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "acb544545606496d9002fa1436103990"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/adea125942794fde8c3837317e798a23"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "adea125942794fde8c3837317e798a23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/afc14bbfd17a4d69ad05bb128bd4ceec"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b0ae82091439424e98f456c5eb0e70f0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b4f79997fd3e47bf98be55c97d81c998"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "b4f79997fd3e47bf98be55c97d81c998"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b794650f5d1d424eb7e797838845c261"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "b794650f5d1d424eb7e797838845c261"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bdf694a661364dccb56bba20d596a6a5"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "bdf694a661364dccb56bba20d596a6a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cc7f94aacaec4d06ad60353e24d06ffe"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ce0101284a2844528eeda4f3e8fc8f0f"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d14d9d83b3f4491ba4e3a0dba7ef7ece"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54148bb302474db69bbd57377caf6068", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d488f03a2ca645edb1c3314bb553694c"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "d488f03a2ca645edb1c3314bb553694c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dd21cff067f749ec82fb31fe8c289e60"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "dd21cff067f749ec82fb31fe8c289e60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f3fc80755f88408e80a8470bfe18f83c"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "f3fc80755f88408e80a8470bfe18f83c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f59af8506a774293befb764f37e1a13a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "f59af8506a774293befb764f37e1a13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f7d142ec5d5d47c79c31b18dbcc701c8"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f95ee008f0ac490cb8dd40afff440b08"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 22:34:46,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-c23389e6-28cc-4255-83d7-654d9ab25aff 2018-09-01 22:34:46,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.200802087784s 2018-09-01 22:34:46,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-c23389e6-28cc-4255-83d7-654d9ab25aff 2018-09-01 22:34:46,292 - 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.22:5000/v3/endpoints/0064ead5763346498a11eddf8659e19f'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4ca0c2d0532740e29ca55c3bd671388f', u'id': u'0064ead5763346498a11eddf8659e19f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/028770bed80444208027e1ef747375c5'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b7e41b2a32234ecab31b3c70608420fc', u'id': u'028770bed80444208027e1ef747375c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/07a44943d6ee41dca7ac35525915ebcf'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1f09c11857f14ccd82aa4cf06c95be34', u'id': u'07a44943d6ee41dca7ac35525915ebcf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0bd22dc0987943c2b56f37581b752554'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'551eb0bd30a145fcafa302812f2e0d0c', u'id': u'0bd22dc0987943c2b56f37581b752554'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1b706178e4484ebdbe8309ac7c16facd'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e58151738ed54cd3896fffd795fefb49', u'id': u'1b706178e4484ebdbe8309ac7c16facd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1ba9e3727d7e4bf791078f1c31971129'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'551eb0bd30a145fcafa302812f2e0d0c', u'id': u'1ba9e3727d7e4bf791078f1c31971129'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1d729d7391364ad98dfdc6300a114693'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8361fc6de44048aba62f61da100e7401', u'id': u'1d729d7391364ad98dfdc6300a114693'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/302c4ca79ad04ffa8203b8226014a4a4'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'30062d522b1849a0a6abac60ce07336a', u'id': u'302c4ca79ad04ffa8203b8226014a4a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/34c731e1c41b481ea7867cf0a41eb957'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6cc71c3f52504641adb2d487a67d9726', u'id': u'34c731e1c41b481ea7867cf0a41eb957'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3988a44c977e426993fbe3504fbbbb65'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'54148bb302474db69bbd57377caf6068', u'id': u'3988a44c977e426993fbe3504fbbbb65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3d5edfc6b41b41e18b487b8083371349'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6cc71c3f52504641adb2d487a67d9726', u'id': u'3d5edfc6b41b41e18b487b8083371349'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3e7d473d4687492e80469fc4c98846db'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ba34be4d37ef4d97a372d69c6f5968d6', u'id': u'3e7d473d4687492e80469fc4c98846db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/494ca54b19994c9786e30b6d3aac07d7'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4ca0c2d0532740e29ca55c3bd671388f', u'id': u'494ca54b19994c9786e30b6d3aac07d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4a3842b58b2a494d819f9d359288b4ad'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'30062d522b1849a0a6abac60ce07336a', u'id': u'4a3842b58b2a494d819f9d359288b4ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4d01fb2e5c88410aa60b17af2bb8fd9c'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'047973a10fc14e45986383e61f4b69ae', u'id': u'4d01fb2e5c88410aa60b17af2bb8fd9c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/515c8a873cfc4d918b918435844b2941'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8361fc6de44048aba62f61da100e7401', u'id': u'515c8a873cfc4d918b918435844b2941'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5736089c70b9453890d14f34d1a95f9d'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'54148bb302474db69bbd57377caf6068', u'id': u'5736089c70b9453890d14f34d1a95f9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/63a3a70b6ef44d5da524914322c6cbda'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e58151738ed54cd3896fffd795fefb49', u'id': u'63a3a70b6ef44d5da524914322c6cbda'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/678cdd71bc634a73b902c558ccda390a'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1ae2bb3d310e4742b365cf0617003c96', u'id': u'678cdd71bc634a73b902c558ccda390a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7ae789b5812c41729eed9dae348d878d'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'551eb0bd30a145fcafa302812f2e0d0c', u'id': u'7ae789b5812c41729eed9dae348d878d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/895f2f648f9c4e43861889522c9de346'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd5fda1c3df0743a7afa93d0ed068dc51', u'id': u'895f2f648f9c4e43861889522c9de346'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/90e3af634fa64ebf9b0f874e0b0b3996'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b7e41b2a32234ecab31b3c70608420fc', u'id': u'90e3af634fa64ebf9b0f874e0b0b3996'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/911bce231d734f5b8b99f5adf93ad24e'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1ae2bb3d310e4742b365cf0617003c96', u'id': u'911bce231d734f5b8b99f5adf93ad24e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/93229211cc4848a6a2e5e2b2c06a0a07'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b924cd975275408ca9f44ecb6b1ea45f', u'id': u'93229211cc4848a6a2e5e2b2c06a0a07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a13d460ab74045a48835045be402d9c6'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1f09c11857f14ccd82aa4cf06c95be34', u'id': u'a13d460ab74045a48835045be402d9c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a695bf66b2864ff9ad0916d1016d00fd'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1f09c11857f14ccd82aa4cf06c95be34', u'id': u'a695bf66b2864ff9ad0916d1016d00fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/acb544545606496d9002fa1436103990'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ba34be4d37ef4d97a372d69c6f5968d6', u'id': u'acb544545606496d9002fa1436103990'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/adea125942794fde8c3837317e798a23'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'047973a10fc14e45986383e61f4b69ae', u'id': u'adea125942794fde8c3837317e798a23'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/afc14bbfd17a4d69ad05bb128bd4ceec'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'047973a10fc14e45986383e61f4b69ae', u'id': u'afc14bbfd17a4d69ad05bb128bd4ceec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b0ae82091439424e98f456c5eb0e70f0'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd5fda1c3df0743a7afa93d0ed068dc51', u'id': u'b0ae82091439424e98f456c5eb0e70f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b4f79997fd3e47bf98be55c97d81c998'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4ca0c2d0532740e29ca55c3bd671388f', u'id': u'b4f79997fd3e47bf98be55c97d81c998'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b794650f5d1d424eb7e797838845c261'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd5fda1c3df0743a7afa93d0ed068dc51', u'id': u'b794650f5d1d424eb7e797838845c261'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bdf694a661364dccb56bba20d596a6a5'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ba34be4d37ef4d97a372d69c6f5968d6', u'id': u'bdf694a661364dccb56bba20d596a6a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cc7f94aacaec4d06ad60353e24d06ffe'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8361fc6de44048aba62f61da100e7401', u'id': u'cc7f94aacaec4d06ad60353e24d06ffe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ce0101284a2844528eeda4f3e8fc8f0f'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b924cd975275408ca9f44ecb6b1ea45f', u'id': u'ce0101284a2844528eeda4f3e8fc8f0f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d14d9d83b3f4491ba4e3a0dba7ef7ece'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'54148bb302474db69bbd57377caf6068', u'id': u'd14d9d83b3f4491ba4e3a0dba7ef7ece'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d488f03a2ca645edb1c3314bb553694c'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1ae2bb3d310e4742b365cf0617003c96', u'id': u'd488f03a2ca645edb1c3314bb553694c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/dd21cff067f749ec82fb31fe8c289e60'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e58151738ed54cd3896fffd795fefb49', u'id': u'dd21cff067f749ec82fb31fe8c289e60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f3fc80755f88408e80a8470bfe18f83c'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6cc71c3f52504641adb2d487a67d9726', u'id': u'f3fc80755f88408e80a8470bfe18f83c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f59af8506a774293befb764f37e1a13a'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b924cd975275408ca9f44ecb6b1ea45f', u'id': u'f59af8506a774293befb764f37e1a13a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f7d142ec5d5d47c79c31b18dbcc701c8'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'30062d522b1849a0a6abac60ce07336a', u'id': u'f7d142ec5d5d47c79c31b18dbcc701c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f95ee008f0ac490cb8dd40afff440b08'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b7e41b2a32234ecab31b3c70608420fc', u'id': u'f95ee008f0ac490cb8dd40afff440b08'})] 2018-09-01 22:34:46,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 22:34:46,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:46,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34: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-eb05f9e8-9ba5-4937-b16f-cf3205d069a0 x-compute-request-id: req-eb05f9e8-9ba5-4937-b16f-cf3205d069a0 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 22:34:46,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-eb05f9e8-9ba5-4937-b16f-cf3205d069a0 2018-09-01 22:34:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112673044205s 2018-09-01 22:34:46,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-eb05f9e8-9ba5-4937-b16f-cf3205d069a0 2018-09-01 22:34:46,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 22:34:46,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:48,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d8bb2ef-30b9-4aaf-9367-337acceb81e8 x-compute-request-id: req-3d8bb2ef-30b9-4aaf-9367-337acceb81e8 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 22:34:48,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-3d8bb2ef-30b9-4aaf-9367-337acceb81e8 2018-09-01 22:34:48,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.05402588844s 2018-09-01 22:34:48,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-3d8bb2ef-30b9-4aaf-9367-337acceb81e8 2018-09-01 22:34:48,478 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 22:34:48,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:34:48,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:49,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9c91ea57-3972-4e0b-bf87-522c50aceb45 Date: Sat, 01 Sep 2018 22:34:49 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:34:49,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9c91ea57-3972-4e0b-bf87-522c50aceb45 2018-09-01 22:34:49,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.02039909363s 2018-09-01 22:34:49,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9c91ea57-3972-4e0b-bf87-522c50aceb45 2018-09-01 22:34:49,505 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 22:34:49,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 22:34:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:49,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34: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-c1f91760-fb4c-45a3-b2c4-8c20b49b9cde x-compute-request-id: req-c1f91760-fb4c-45a3-b2c4-8c20b49b9cde Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 560}, "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.7", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 563}, "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-01 22:34:49,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-c1f91760-fb4c-45a3-b2c4-8c20b49b9cde 2018-09-01 22:34:49,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.188372135162s 2018-09-01 22:34:49,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-c1f91760-fb4c-45a3-b2c4-8c20b49b9cde 2018-09-01 22:34:49,695 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 560}, 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 563}, 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 22:34:49,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 22:34:49,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:49,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34: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-de4c4a7b-6583-4610-94d8-66d12320e7d8 x-compute-request-id: req-de4c4a7b-6583-4610-94d8-66d12320e7d8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 22:34:49,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-de4c4a7b-6583-4610-94d8-66d12320e7d8 2018-09-01 22:34:49,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.123814821243s 2018-09-01 22:34:49,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-de4c4a7b-6583-4610-94d8-66d12320e7d8 2018-09-01 22:34:49,820 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 22:34:49,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:34:49,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:50,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0eb43a36-934e-4cf7-945c-0fe6aa5a129f Date: Sat, 01 Sep 2018 22:34:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:34:50,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0eb43a36-934e-4cf7-945c-0fe6aa5a129f 2018-09-01 22:34:50,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11134696007s 2018-09-01 22:34:50,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0eb43a36-934e-4cf7-945c-0fe6aa5a129f 2018-09-01 22:34:50,932 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'a6a859ec-89ff-464b-8f02-b6237f01c561'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T22:31:44Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'2ecab897-029d-4694-8450-3bf914edbd66', 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'6bff5b78f0a0491ab0479344082bc850', u'created_at': u'2018-09-01T22:31:38Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6bff5b78f0a0491ab0479344082bc850'})] 2018-09-01 22:34:50,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:34:50,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:52,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-51826890-7dce-4f0f-9c69-d32766a6e847 Date: Sat, 01 Sep 2018 22:34:52 GMT RESP BODY: {"ports":[]} 2018-09-01 22:34:52,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-51826890-7dce-4f0f-9c69-d32766a6e847 2018-09-01 22:34:52,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.08692884445s 2018-09-01 22:34:52,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-51826890-7dce-4f0f-9c69-d32766a6e847 2018-09-01 22:34:52,021 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 22:34:52,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:34:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:52,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c7654a-cbf8-44b4-99ae-1e23d76b0823 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "151d0b4159804a0c9f42f89950ce38b1"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/151d0b4159804a0c9f42f89950ce38b1/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "17c16398ce3a455f9c2b35a652de87ca"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/17c16398ce3a455f9c2b35a652de87ca/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "1b78ebfef3754c08b926d465caa8157a"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/1b78ebfef3754c08b926d465caa8157a/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "60e2c93e187a45ea9f8a037700feb8fa"}, "user": {"id": "1b78ebfef3754c08b926d465caa8157a"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/1b78ebfef3754c08b926d465caa8157a/roles/60e2c93e187a45ea9f8a037700feb8fa"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "26f8a6663e3e4069826e4ddea59c30c7"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/26f8a6663e3e4069826e4ddea59c30c7/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "32741072ffee4641acd6db68f1cce06b"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/32741072ffee4641acd6db68f1cce06b/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "9c607f8dec084760b79a49d03ee5938a"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "35a0b35867e54796a3878d0c97367cd4"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a/users/35a0b35867e54796a3878d0c97367cd4/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "761a4510f05046cd9d3971475d841d2c"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/761a4510f05046cd9d3971475d841d2c/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "80732db3544e4ddba8b5c0e00d99118c"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/80732db3544e4ddba8b5c0e00d99118c/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "98017f0a8d544983b604df276ac0a9f2"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/98017f0a8d544983b604df276ac0a9f2/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "cad4545b3f79479bbc3502a19818a7c6"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/cad4545b3f79479bbc3502a19818a7c6/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "dcb912feb36447aab6e9f35247ca732f"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/dcb912feb36447aab6e9f35247ca732f/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "e60c0b881a8244009370e660a229fa1d"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/e60c0b881a8244009370e660a229fa1d/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"project": {"id": "6bff5b78f0a0491ab0479344082bc850"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "f88fec2d64174e858b39e2baafa190a4"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850/users/f88fec2d64174e858b39e2baafa190a4/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"domain": {"id": "9b717ce675cf491fbeebc44651fbc414"}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "abe877a7f82c4d4e93fc5481daa7b768"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414/users/abe877a7f82c4d4e93fc5481daa7b768/roles/1aa03cc326a44e10855ae6f740b3c752"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1aa03cc326a44e10855ae6f740b3c752"}, "user": {"id": "35a0b35867e54796a3878d0c97367cd4"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/35a0b35867e54796a3878d0c97367cd4/roles/1aa03cc326a44e10855ae6f740b3c752"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 22:34:52,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-57c7654a-cbf8-44b4-99ae-1e23d76b0823 2018-09-01 22:34:52,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.297299861908s 2018-09-01 22:34:52,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-57c7654a-cbf8-44b4-99ae-1e23d76b0823 2018-09-01 22:34:52,325 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'151d0b4159804a0c9f42f89950ce38b1'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'17c16398ce3a455f9c2b35a652de87ca'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'1b78ebfef3754c08b926d465caa8157a'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'60e2c93e187a45ea9f8a037700feb8fa', 'user': u'1b78ebfef3754c08b926d465caa8157a'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'26f8a6663e3e4069826e4ddea59c30c7'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'32741072ffee4641acd6db68f1cce06b'}), Munch({'project': u'9c607f8dec084760b79a49d03ee5938a', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'35a0b35867e54796a3878d0c97367cd4'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'761a4510f05046cd9d3971475d841d2c'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'80732db3544e4ddba8b5c0e00d99118c'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'98017f0a8d544983b604df276ac0a9f2'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'cad4545b3f79479bbc3502a19818a7c6'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'dcb912feb36447aab6e9f35247ca732f'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'e60c0b881a8244009370e660a229fa1d'}), Munch({'project': u'6bff5b78f0a0491ab0479344082bc850', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'f88fec2d64174e858b39e2baafa190a4'}), Munch({'domain': u'9b717ce675cf491fbeebc44651fbc414', 'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'abe877a7f82c4d4e93fc5481daa7b768'}), Munch({'id': u'1aa03cc326a44e10855ae6f740b3c752', 'user': u'35a0b35867e54796a3878d0c97367cd4'})] 2018-09-01 22:34:52,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:34:52,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:52,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984ea5b0-e4d3-4360-905c-073d7110dfd3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:34:52,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-984ea5b0-e4d3-4360-905c-073d7110dfd3 2018-09-01 22:34:52,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188369035721s 2018-09-01 22:34:52,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-984ea5b0-e4d3-4360-905c-073d7110dfd3 2018-09-01 22:34:52,519 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'1aa03cc326a44e10855ae6f740b3c752'}), 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'28e7bb4d658b4e02a30ba4d495783717'}), 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'554b4ad04a7d4dd4b22bad60f3209509'}), 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'55629e0862484d58983f30c01a20fad9'}), 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'60e2c93e187a45ea9f8a037700feb8fa'}), 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'9d1b5da531d14a88aa9816c4f5eb9acc'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'})] 2018-09-01 22:34:52,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:34:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:53,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-497ed68f-65a3-40b4-9582-2fe4ef5e095c Date: Sat, 01 Sep 2018 22:34:53 GMT RESP BODY: {"routers": []} 2018-09-01 22:34:53,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-497ed68f-65a3-40b4-9582-2fe4ef5e095c 2018-09-01 22:34:53,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.29306507111s 2018-09-01 22:34:53,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-497ed68f-65a3-40b4-9582-2fe4ef5e095c 2018-09-01 22:34:53,814 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 22:34:53,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:34:53,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:54,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94d8bc9c-a22d-4d19-bd99-de09653d6835 x-compute-request-id: req-94d8bc9c-a22d-4d19-bd99-de09653d6835 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:34:54,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94d8bc9c-a22d-4d19-bd99-de09653d6835 2018-09-01 22:34:54,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210149049759s 2018-09-01 22:34:54,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-94d8bc9c-a22d-4d19-bd99-de09653d6835 2018-09-01 22:34:54,025 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 22:34:54,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 22:34:54,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 22:34:54,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8735d080-02fc-414e-8822-8d43f371e95e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 22:34:54,038 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-8735d080-02fc-414e-8822-8d43f371e95e 2018-09-01 22:34:54,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:54,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfac3ab6-7fdc-4788-b0a9-d62884e99a89 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/047973a10fc14e45986383e61f4b69ae"}, "enabled": true, "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1ae2bb3d310e4742b365cf0617003c96"}, "enabled": true, "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/1f09c11857f14ccd82aa4cf06c95be34"}, "enabled": true, "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/30062d522b1849a0a6abac60ce07336a"}, "enabled": true, "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4ca0c2d0532740e29ca55c3bd671388f"}, "enabled": true, "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/54148bb302474db69bbd57377caf6068"}, "enabled": true, "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/551eb0bd30a145fcafa302812f2e0d0c"}, "enabled": true, "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cc71c3f52504641adb2d487a67d9726"}, "enabled": true, "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8361fc6de44048aba62f61da100e7401"}, "enabled": true, "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7e41b2a32234ecab31b3c70608420fc"}, "enabled": true, "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b924cd975275408ca9f44ecb6b1ea45f"}, "enabled": true, "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ba34be4d37ef4d97a372d69c6f5968d6"}, "enabled": true, "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ca358d6d5e4b42c7a381390dbc2fd8ac"}, "enabled": true, "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d5fda1c3df0743a7afa93d0ed068dc51"}, "enabled": true, "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e58151738ed54cd3896fffd795fefb49"}, "enabled": true, "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 22:34:54,223 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-cfac3ab6-7fdc-4788-b0a9-d62884e99a89 2018-09-01 22:34:54,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.194838047028s 2018-09-01 22:34:54,223 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-cfac3ab6-7fdc-4788-b0a9-d62884e99a89 2018-09-01 22:34:54,228 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'047973a10fc14e45986383e61f4b69ae', 'name': u'nova'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'1ae2bb3d310e4742b365cf0617003c96', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1f09c11857f14ccd82aa4cf06c95be34', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'30062d522b1849a0a6abac60ce07336a', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'4ca0c2d0532740e29ca55c3bd671388f', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'54148bb302474db69bbd57377caf6068', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'551eb0bd30a145fcafa302812f2e0d0c', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'6cc71c3f52504641adb2d487a67d9726', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'8361fc6de44048aba62f61da100e7401', 'name': u'aodh'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'b7e41b2a32234ecab31b3c70608420fc', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'b924cd975275408ca9f44ecb6b1ea45f', 'name': u'glance'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'ba34be4d37ef4d97a372d69c6f5968d6', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ca358d6d5e4b42c7a381390dbc2fd8ac', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'd5fda1c3df0743a7afa93d0ed068dc51', 'name': u'cinder'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'e58151738ed54cd3896fffd795fefb49', 'name': u'swift'})] 2018-09-01 22:34:54,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:34:54,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6ad76e56a6daa3e4ffbd0d2f2b84a78d60ff870a" 2018-09-01 22:34:54,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b1f54078-53da-4217-8112-683f2aa28651 Date: Sat, 01 Sep 2018 22:34:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2ecab897-029d-4694-8450-3bf914edbd66","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:44Z","dns_nameservers":[],"updated_at":"2018-09-01T22:31:44Z","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":"6bff5b78f0a0491ab0479344082bc850","id":"a6a859ec-89ff-464b-8f02-b6237f01c561","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 22:34:54,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b1f54078-53da-4217-8112-683f2aa28651 2018-09-01 22:34:54,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0384330749512s 2018-09-01 22:34:54,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b1f54078-53da-4217-8112-683f2aa28651 2018-09-01 22:34:54,269 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:31:44Z', 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'a6a859ec-89ff-464b-8f02-b6237f01c561', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'tenant_id': u'6bff5b78f0a0491ab0479344082bc850', u'created_at': u'2018-09-01T22:31:44Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'6bff5b78f0a0491ab0479344082bc850'})] 2018-09-01 22:34:54,386 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:34:54,387 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 22:34:54,436 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 22:34:54,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:34:54,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:34:54,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:34:54,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:34:54,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:34:54,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75489956-62ed-4990-9c1d-56281409427a 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:34:54,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75489956-62ed-4990-9c1d-56281409427a 2018-09-01 22:34:54,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:34:54,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["p4ynNChuRPmPuPBPDFxJew"], "issued_at": "2018-09-01T22:34:54.000000Z"}} 2018-09-01 22:34:54,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:34:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:34:55,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-249549fe-170b-4437-9072-0b63431a604e Date: Sat, 01 Sep 2018 22:34:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:34:55,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-249549fe-170b-4437-9072-0b63431a604e 2018-09-01 22:34:55,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346715927124s 2018-09-01 22:34:55,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-249549fe-170b-4437-9072-0b63431a604e 2018-09-01 22:34:55,336 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 22:34:55,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:34:55,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" -d '{"network": {"name": "tenantnetwork1-net_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3", "admin_state_up": true}}' 2018-09-01 22:34:56,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1738c4b1-f3b8-480c-9b1b-15f0ee1be742 Date: Sat, 01 Sep 2018 22:34:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3896c8de-f99d-4212-a760-a91f663205d0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:34:56Z","is_default":false,"provider:segmentation_id":82,"name":"tenantnetwork1-net_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:34:56Z","mtu":1450}} 2018-09-01 22:34:56,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1738c4b1-f3b8-480c-9b1b-15f0ee1be742 2018-09-01 22:34:56,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.42697501183s 2018-09-01 22:34:56,764 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1738c4b1-f3b8-480c-9b1b-15f0ee1be742 2018-09-01 22:34:56,765 - 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-01T22:34:56Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3896c8de-f99d-4212-a760-a91f663205d0', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3', u'admin_state_up': True, u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:34:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:34:56,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:34:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:34:58,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-0160b563-f5bd-4df4-b8c7-acdad6628199 Date: Sat, 01 Sep 2018 22:34:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3896c8de-f99d-4212-a760-a91f663205d0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:34:56Z","provider:segmentation_id":82,"name":"tenantnetwork1-net_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:34:56Z","provider:network_type":"vxlan"}]} 2018-09-01 22:34:58,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0160b563-f5bd-4df4-b8c7-acdad6628199 2018-09-01 22:34:58,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.24204206467s 2018-09-01 22:34:58,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0160b563-f5bd-4df4-b8c7-acdad6628199 2018-09-01 22:34:58,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:34:58,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" -d '{"subnet": {"name": "tenantnetwork1-subnet_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3", "enable_dhcp": true, "network_id": "3896c8de-f99d-4212-a760-a91f663205d0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:34:59,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bbd90811-0aaf-4bae-96ea-1b5639ed3e42 Date: Sat, 01 Sep 2018 22:34:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3896c8de-f99d-4212-a760-a91f663205d0","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:34:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:34:59Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"3306528a-c8b6-4bae-a7cb-3747b87d502d","subnetpool_id":null,"name":"tenantnetwork1-subnet_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3"}} 2018-09-01 22:34:59,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bbd90811-0aaf-4bae-96ea-1b5639ed3e42 2018-09-01 22:34:59,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.51422095299s 2018-09-01 22:34:59,525 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bbd90811-0aaf-4bae-96ea-1b5639ed3e42 2018-09-01 22:34:59,525 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:34:59Z', 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'3306528a-c8b6-4bae-a7cb-3747b87d502d', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3', u'enable_dhcp': True, u'network_id': u'3896c8de-f99d-4212-a760-a91f663205d0', u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:34:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:34:59,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:34:59,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "tenantnetwork1-router_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3", "admin_state_up": true}}' 2018-09-01 22:35:01,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-84b851bc-db9b-49b6-9c9a-19a475c7dfd4 Date: Sat, 01 Sep 2018 22:35:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:34:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:35:01Z", "revision_number": 2, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "5b3e81cb-23d0-407d-bf8f-2ab8847af658", "name": "tenantnetwork1-router_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3"}} 2018-09-01 22:35:01,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-84b851bc-db9b-49b6-9c9a-19a475c7dfd4 2018-09-01 22:35:01,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.77320694923s 2018-09-01 22:35:01,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-84b851bc-db9b-49b6-9c9a-19a475c7dfd4 2018-09-01 22:35:01,300 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:34:59Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T22:35:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'9c607f8dec084760b79a49d03ee5938a', u'id': u'5b3e81cb-23d0-407d-bf8f-2ab8847af658', u'name': u'tenantnetwork1-router_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3'}) 2018-09-01 22:35:01,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:35:01,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/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}352cb3d47339f3b2180b8558b50187f4ca31bb64" -d '{"subnet_id": "3306528a-c8b6-4bae-a7cb-3747b87d502d"}' 2018-09-01 22:35:04,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9447e9de-b0cc-4998-857b-693fd5b9dd05 Date: Sat, 01 Sep 2018 22:35:04 GMT RESP BODY: {"network_id": "3896c8de-f99d-4212-a760-a91f663205d0", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "3306528a-c8b6-4bae-a7cb-3747b87d502d", "subnet_ids": ["3306528a-c8b6-4bae-a7cb-3747b87d502d"], "port_id": "7dda4c77-d22c-4f78-89c6-4a3d24f8c2b3", "id": "5b3e81cb-23d0-407d-bf8f-2ab8847af658"} 2018-09-01 22:35:04,156 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/add_router_interface.json used request id req-9447e9de-b0cc-4998-857b-693fd5b9dd05 2018-09-01 22:35:04,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.85528707504s 2018-09-01 22:35:04,156 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/add_router_interface.json used request id req-9447e9de-b0cc-4998-857b-693fd5b9dd05 returning object 5b3e81cb-23d0-407d-bf8f-2ab8847af658 2018-09-01 22:35:04,266 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:35:04,267 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 22:35:04,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:35:04,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/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}352cb3d47339f3b2180b8558b50187f4ca31bb64" -d '{"subnet_id": "3306528a-c8b6-4bae-a7cb-3747b87d502d"}' 2018-09-01 22:35:07,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-09b48cd2-8dd9-4eb5-ad1f-fb62ff2b6fd7 Date: Sat, 01 Sep 2018 22:35:07 GMT RESP BODY: {"network_id": "3896c8de-f99d-4212-a760-a91f663205d0", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "3306528a-c8b6-4bae-a7cb-3747b87d502d", "subnet_ids": ["3306528a-c8b6-4bae-a7cb-3747b87d502d"], "port_id": "7dda4c77-d22c-4f78-89c6-4a3d24f8c2b3", "id": "5b3e81cb-23d0-407d-bf8f-2ab8847af658"} 2018-09-01 22:35:07,228 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/remove_router_interface.json used request id req-09b48cd2-8dd9-4eb5-ad1f-fb62ff2b6fd7 2018-09-01 22:35:07,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.95655798912s 2018-09-01 22:35:07,229 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658/remove_router_interface.json used request id req-09b48cd2-8dd9-4eb5-ad1f-fb62ff2b6fd7 returning object 5b3e81cb-23d0-407d-bf8f-2ab8847af658 2018-09-01 22:35:07,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:35:07,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:07,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-61a016ca-0a75-4ed9-b159-ce79fc82564b Date: Sat, 01 Sep 2018 22:35:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:34:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:35:06Z", "revision_number": 4, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "5b3e81cb-23d0-407d-bf8f-2ab8847af658", "name": "tenantnetwork1-router_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3"}]} 2018-09-01 22:35:07,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-61a016ca-0a75-4ed9-b159-ce79fc82564b 2018-09-01 22:35:07,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.405981063843s 2018-09-01 22:35:07,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-61a016ca-0a75-4ed9-b159-ce79fc82564b 2018-09-01 22:35:07,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:35:07,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:10,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0e5c6be-e6a3-47dc-b6df-ed6b8dfefa4b Content-Length: 0 Date: Sat, 01 Sep 2018 22:35:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:10,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658.json used request id req-c0e5c6be-e6a3-47dc-b6df-ed6b8dfefa4b 2018-09-01 22:35:10,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.53096914291s 2018-09-01 22:35:10,168 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/5b3e81cb-23d0-407d-bf8f-2ab8847af658.json used request id req-c0e5c6be-e6a3-47dc-b6df-ed6b8dfefa4b 2018-09-01 22:35:10,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:35:10,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:10,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-664aeb45-70c2-43c0-9bd8-a25bb8ab2321 Date: Sat, 01 Sep 2018 22:35:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3896c8de-f99d-4212-a760-a91f663205d0","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:34:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:34:59Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"3306528a-c8b6-4bae-a7cb-3747b87d502d","subnetpool_id":null,"name":"tenantnetwork1-subnet_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2ecab897-029d-4694-8450-3bf914edbd66","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:44Z","dns_nameservers":[],"updated_at":"2018-09-01T22:31:44Z","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":"6bff5b78f0a0491ab0479344082bc850","id":"a6a859ec-89ff-464b-8f02-b6237f01c561","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 22:35:10,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-664aeb45-70c2-43c0-9bd8-a25bb8ab2321 2018-09-01 22:35:10,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.239557027817s 2018-09-01 22:35:10,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-664aeb45-70c2-43c0-9bd8-a25bb8ab2321 2018-09-01 22:35:10,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:35:10,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3306528a-c8b6-4bae-a7cb-3747b87d502d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:13,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b73f9c9-84c4-4819-bdac-f3c71bd948fc Date: Sat, 01 Sep 2018 22:35:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:13,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3306528a-c8b6-4bae-a7cb-3747b87d502d.json used request id req-3b73f9c9-84c4-4819-bdac-f3c71bd948fc 2018-09-01 22:35:13,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.38356280327s 2018-09-01 22:35:13,794 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3306528a-c8b6-4bae-a7cb-3747b87d502d.json used request id req-3b73f9c9-84c4-4819-bdac-f3c71bd948fc 2018-09-01 22:35:13,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:13,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:15,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-239a3fae-151a-433c-9bb9-19bc3d3bba0d Date: Sat, 01 Sep 2018 22:35:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3896c8de-f99d-4212-a760-a91f663205d0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:35:13Z","provider:segmentation_id":82,"name":"tenantnetwork1-net_2bd7f3d7-c2ca-46be-83be-fe5344c4caa3","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:34:56Z","provider:network_type":"vxlan"}]} 2018-09-01 22:35:15,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-239a3fae-151a-433c-9bb9-19bc3d3bba0d 2018-09-01 22:35:15,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.22125005722s 2018-09-01 22:35:15,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-239a3fae-151a-433c-9bb9-19bc3d3bba0d 2018-09-01 22:35:15,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:35:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3896c8de-f99d-4212-a760-a91f663205d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}352cb3d47339f3b2180b8558b50187f4ca31bb64" 2018-09-01 22:35:16,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21e48d2d-bf12-452d-8c91-7ea2da576f52 Date: Sat, 01 Sep 2018 22:35:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:16,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3896c8de-f99d-4212-a760-a91f663205d0.json used request id req-21e48d2d-bf12-452d-8c91-7ea2da576f52 2018-09-01 22:35:16,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.89819216728s 2018-09-01 22:35:16,916 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3896c8de-f99d-4212-a760-a91f663205d0.json used request id req-21e48d2d-bf12-452d-8c91-7ea2da576f52 2018-09-01 22:35:16,969 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:35:17,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:35:17,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:35:17,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:35:17,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5c7497-fc48-4c34-8ac5-1ce57f68e66a 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:35:17,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1b5c7497-fc48-4c34-8ac5-1ce57f68e66a 2018-09-01 22:35:17,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:35:17,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["CHbSzzq8QjWlu9e2870WZQ"], "issued_at": "2018-09-01T22:35:17.000000Z"}} 2018-09-01 22:35:17,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:17,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-75d8f6e5-b16a-4a44-a660-c5e4ccdfd425 Date: Sat, 01 Sep 2018 22:35:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:35:17,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-75d8f6e5-b16a-4a44-a660-c5e4ccdfd425 2018-09-01 22:35:17,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.387024879456s 2018-09-01 22:35:17,806 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-75d8f6e5-b16a-4a44-a660-c5e4ccdfd425 2018-09-01 22:35:17,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:35:17,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:35:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7b9c8ba-5938-4780-8072-a6ddb186718e 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:35:17,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-f7b9c8ba-5938-4780-8072-a6ddb186718e 2018-09-01 22:35:17,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:35:17,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:18,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88d5b5d-9eba-4e1a-9e60-928980a4d29f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:35:18,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c88d5b5d-9eba-4e1a-9e60-928980a4d29f 2018-09-01 22:35:18,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.27453494072s 2018-09-01 22:35:18,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c88d5b5d-9eba-4e1a-9e60-928980a4d29f 2018-09-01 22:35:18,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:35:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}}' 2018-09-01 22:35:18,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:35:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bc38206-2931-448d-881b-3d3fe0610d71 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.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1"}, "tags": [], "enabled": true, "id": "3230455ac3924183bd9928eb04926ca1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}} 2018-09-01 22:35:18,363 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2bc38206-2931-448d-881b-3d3fe0610d71 2018-09-01 22:35:18,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.264498949051s 2018-09-01 22:35:18,363 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2bc38206-2931-448d-881b-3d3fe0610d71 2018-09-01 22:35:18,363 - 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'3230455ac3924183bd9928eb04926ca1', '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_9a96cb62-edcf-483d-a703-ccfa0cb20cd6'}) 2018-09-01 22:35:18,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:35:18,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "93cce190-38f5-4c85-a05b-01e316be0bd8", "email": null, "name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}}' 2018-09-01 22:35:18,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:35:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b22dd7bb-1d80-4171-9d47-5d0e8d5083c6 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "links": {"self": "http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "941f789dc9824d5186ac8c10500a7024", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:35:18,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b22dd7bb-1d80-4171-9d47-5d0e8d5083c6 2018-09-01 22:35:18,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.51578783989s 2018-09-01 22:35:18,885 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b22dd7bb-1d80-4171-9d47-5d0e8d5083c6 2018-09-01 22:35:18,886 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'941f789dc9824d5186ac8c10500a7024', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6'}) 2018-09-01 22:35:18,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:35:18,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:19,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add540a5-6c7b-48de-9513-82c6f1da69af Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:35:19,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-add540a5-6c7b-48de-9513-82c6f1da69af 2018-09-01 22:35:19,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110600948334s 2018-09-01 22:35:19,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-add540a5-6c7b-48de-9513-82c6f1da69af 2018-09-01 22:35:19,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:35:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:19,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ebe86d5-3771-4794-ae75-50fae7880ec2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:35:19,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5ebe86d5-3771-4794-ae75-50fae7880ec2 2018-09-01 22:35:19,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.253111839294s 2018-09-01 22:35:19,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5ebe86d5-3771-4794-ae75-50fae7880ec2 2018-09-01 22:35:19,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:35:19,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:19,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21ef303-fa61-4015-9eab-bd77bf2a65c1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:35:19,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e21ef303-fa61-4015-9eab-bd77bf2a65c1 2018-09-01 22:35:19,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195954084396s 2018-09-01 22:35:19,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e21ef303-fa61-4015-9eab-bd77bf2a65c1 2018-09-01 22:35:19,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:35:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:19,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc1c9470-efb6-4a79-85fb-c7d57eebf936 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:35:19,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bc1c9470-efb6-4a79-85fb-c7d57eebf936 2018-09-01 22:35:19,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.277286052704s 2018-09-01 22:35:19,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bc1c9470-efb6-4a79-85fb-c7d57eebf936 2018-09-01 22:35:19,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:35:19,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:20,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea282ac-21bf-4af1-b044-004e78d660bb Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "links": {"self": "http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "941f789dc9824d5186ac8c10500a7024", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:35:20,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aea282ac-21bf-4af1-b044-004e78d660bb 2018-09-01 22:35:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.296647071838s 2018-09-01 22:35:20,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aea282ac-21bf-4af1-b044-004e78d660bb 2018-09-01 22:35:20,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:35:20,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:20,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36e7404c-19f7-4797-b9f7-043ab3533c21 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1"}, "tags": [], "enabled": true, "id": "3230455ac3924183bd9928eb04926ca1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}]} 2018-09-01 22:35:20,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-36e7404c-19f7-4797-b9f7-043ab3533c21 2018-09-01 22:35:20,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.285023927689s 2018-09-01 22:35:20,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-36e7404c-19f7-4797-b9f7-043ab3533c21 2018-09-01 22:35:20,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:35:20,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=941f789dc9824d5186ac8c10500a7024&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3230455ac3924183bd9928eb04926ca1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:20,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0cea9f-7f54-4e82-8226-b1bf48d0d94a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=941f789dc9824d5186ac8c10500a7024&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3230455ac3924183bd9928eb04926ca1", "previous": null, "next": null}} 2018-09-01 22:35:20,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=941f789dc9824d5186ac8c10500a7024&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3230455ac3924183bd9928eb04926ca1 used request id req-ed0cea9f-7f54-4e82-8226-b1bf48d0d94a 2018-09-01 22:35:20,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106211185455s 2018-09-01 22:35:20,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=941f789dc9824d5186ac8c10500a7024&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3230455ac3924183bd9928eb04926ca1 used request id req-ed0cea9f-7f54-4e82-8226-b1bf48d0d94a 2018-09-01 22:35:20,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:35:20,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1/users/941f789dc9824d5186ac8c10500a7024/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:20,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:35:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-341901f7-d3be-407b-b474-00ba5dd554cd 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 22:35:20,732 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1/users/941f789dc9824d5186ac8c10500a7024/roles/55629e0862484d58983f30c01a20fad9 used request id req-341901f7-d3be-407b-b474-00ba5dd554cd 2018-09-01 22:35:20,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.277678012848s 2018-09-01 22:35:20,732 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1/users/941f789dc9824d5186ac8c10500a7024/roles/55629e0862484d58983f30c01a20fad9 used request id req-341901f7-d3be-407b-b474-00ba5dd554cd 2018-09-01 22:35:20,733 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', 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'3230455ac3924183bd9928eb04926ca1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '93cce190-38f5-4c85-a05b-01e316be0bd8', 'username': u'tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:35:20,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:35:20,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:35:20,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:35:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:35:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:35:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:35:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:35:20,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:35:20,738 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', 'password': '93cce190-38f5-4c85-a05b-01e316be0bd8', 'project_name': 'tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '3230455ac3924183bd9928eb04926ca1', 'project_domain_name': 'Default'} 2018-09-01 22:35:20,739 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 22:35:20,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:35:20,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a05e5de-30d5-4965-873c-73b1d4779ed8 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:35:20,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a05e5de-30d5-4965-873c-73b1d4779ed8 2018-09-01 22:35:20,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:35:21,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3230455ac3924183bd9928eb04926ca1", "name": "tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/3230455ac3924183bd9928eb04926ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/3230455ac3924183bd9928eb04926ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/3230455ac3924183bd9928eb04926ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/3230455ac3924183bd9928eb04926ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/3230455ac3924183bd9928eb04926ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/3230455ac3924183bd9928eb04926ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/3230455ac3924183bd9928eb04926ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/3230455ac3924183bd9928eb04926ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/3230455ac3924183bd9928eb04926ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3230455ac3924183bd9928eb04926ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/3230455ac3924183bd9928eb04926ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/3230455ac3924183bd9928eb04926ca1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_3230455ac3924183bd9928eb04926ca1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_3230455ac3924183bd9928eb04926ca1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "id": "941f789dc9824d5186ac8c10500a7024"}, "audit_ids": ["FqApOGRISAmSpjnwpk-OHA"], "issued_at": "2018-09-01T22:35:21.000000Z"}} 2018-09-01 22:35:21,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:35:21,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" -d '{"network": {"name": "tenantnetwork2-net_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "admin_state_up": true}}' 2018-09-01 22:35:21,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-c0fc3100-d79d-4d10-8e6d-d2f59247f52e Date: Sat, 01 Sep 2018 22:35:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3230455ac3924183bd9928eb04926ca1","created_at":"2018-09-01T22:35:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:35:21Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3230455ac3924183bd9928eb04926ca1","id":"166cad8d-5550-40b6-9b7d-15284bb67e2d","name":"tenantnetwork2-net_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}} 2018-09-01 22:35:21,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c0fc3100-d79d-4d10-8e6d-d2f59247f52e 2018-09-01 22:35:21,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.839596033096s 2018-09-01 22:35:21,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c0fc3100-d79d-4d10-8e6d-d2f59247f52e 2018-09-01 22:35:21,986 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:35:21Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'166cad8d-5550-40b6-9b7d-15284bb67e2d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', u'admin_state_up': True, u'tenant_id': u'3230455ac3924183bd9928eb04926ca1', u'created_at': u'2018-09-01T22:35:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3230455ac3924183bd9928eb04926ca1'}) 2018-09-01 22:35:21,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:21,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:22,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a24ce1c5-584f-470b-99f1-1b9df67dc055 Date: Sat, 01 Sep 2018 22:35: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-01T22:35:21Z","tenant_id":"3230455ac3924183bd9928eb04926ca1","created_at":"2018-09-01T22:35:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3230455ac3924183bd9928eb04926ca1","id":"166cad8d-5550-40b6-9b7d-15284bb67e2d","name":"tenantnetwork2-net_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:35:22,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a24ce1c5-584f-470b-99f1-1b9df67dc055 2018-09-01 22:35:22,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373705148697s 2018-09-01 22:35:22,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a24ce1c5-584f-470b-99f1-1b9df67dc055 2018-09-01 22:35:22,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:35:22,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" -d '{"subnet": {"name": "tenantnetwork2-subnet_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "enable_dhcp": true, "network_id": "166cad8d-5550-40b6-9b7d-15284bb67e2d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:35:24,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0a3e99e-69e4-4598-9e5d-26dc539ff537 Date: Sat, 01 Sep 2018 22:35:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"166cad8d-5550-40b6-9b7d-15284bb67e2d","tenant_id":"3230455ac3924183bd9928eb04926ca1","created_at":"2018-09-01T22:35:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:35:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"3230455ac3924183bd9928eb04926ca1","id":"523ef9e2-bc29-4bfc-8b1e-7292f509c644","subnetpool_id":null,"name":"tenantnetwork2-subnet_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}} 2018-09-01 22:35:24,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d0a3e99e-69e4-4598-9e5d-26dc539ff537 2018-09-01 22:35:24,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.80902099609s 2018-09-01 22:35:24,172 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d0a3e99e-69e4-4598-9e5d-26dc539ff537 2018-09-01 22:35:24,172 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:35:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'523ef9e2-bc29-4bfc-8b1e-7292f509c644', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_9a96cb62-edcf-483d-a703-ccfa0cb20cd6', u'enable_dhcp': True, u'network_id': u'166cad8d-5550-40b6-9b7d-15284bb67e2d', u'tenant_id': u'3230455ac3924183bd9928eb04926ca1', u'created_at': u'2018-09-01T22:35:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3230455ac3924183bd9928eb04926ca1'}) 2018-09-01 22:35:24,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:35:24,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "tenantnetwork2-router_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "admin_state_up": true}}' 2018-09-01 22:35:26,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ee4b9425-555b-4250-95eb-d4afcd324d77 Date: Sat, 01 Sep 2018 22:35:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "3230455ac3924183bd9928eb04926ca1", "created_at": "2018-09-01T22:35:25Z", "admin_state_up": true, "updated_at": "2018-09-01T22:35:26Z", "revision_number": 2, "routes": [], "project_id": "3230455ac3924183bd9928eb04926ca1", "id": "807fe0a9-4e1f-4f6e-9339-d8cf167181b4", "name": "tenantnetwork2-router_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}} 2018-09-01 22:35:26,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ee4b9425-555b-4250-95eb-d4afcd324d77 2018-09-01 22:35:26,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.25833797455s 2018-09-01 22:35:26,431 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ee4b9425-555b-4250-95eb-d4afcd324d77 2018-09-01 22:35:26,432 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3230455ac3924183bd9928eb04926ca1', u'created_at': u'2018-09-01T22:35:25Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:35:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'3230455ac3924183bd9928eb04926ca1', u'id': u'807fe0a9-4e1f-4f6e-9339-d8cf167181b4', u'name': u'tenantnetwork2-router_9a96cb62-edcf-483d-a703-ccfa0cb20cd6'}) 2018-09-01 22:35:26,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:35:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" -d '{"subnet_id": "523ef9e2-bc29-4bfc-8b1e-7292f509c644"}' 2018-09-01 22:35:29,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66992b6e-b65a-4510-8c75-04ed97ab2289 Date: Sat, 01 Sep 2018 22:35:29 GMT RESP BODY: {"network_id": "166cad8d-5550-40b6-9b7d-15284bb67e2d", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "subnet_id": "523ef9e2-bc29-4bfc-8b1e-7292f509c644", "subnet_ids": ["523ef9e2-bc29-4bfc-8b1e-7292f509c644"], "port_id": "45f255b4-1f40-4139-be0e-f9f1d8d9959b", "id": "807fe0a9-4e1f-4f6e-9339-d8cf167181b4"} 2018-09-01 22:35:29,454 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/add_router_interface.json used request id req-66992b6e-b65a-4510-8c75-04ed97ab2289 2018-09-01 22:35:29,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.02179384232s 2018-09-01 22:35:29,455 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/add_router_interface.json used request id req-66992b6e-b65a-4510-8c75-04ed97ab2289 returning object 807fe0a9-4e1f-4f6e-9339-d8cf167181b4 2018-09-01 22:35:29,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:35:29,564 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 22:35:29,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:35:29,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" -d '{"subnet_id": "523ef9e2-bc29-4bfc-8b1e-7292f509c644"}' 2018-09-01 22:35:31,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3dc771c0-330f-4d2c-8b29-3ecd9f4b8e2a Date: Sat, 01 Sep 2018 22:35:31 GMT RESP BODY: {"network_id": "166cad8d-5550-40b6-9b7d-15284bb67e2d", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "subnet_id": "523ef9e2-bc29-4bfc-8b1e-7292f509c644", "subnet_ids": ["523ef9e2-bc29-4bfc-8b1e-7292f509c644"], "port_id": "45f255b4-1f40-4139-be0e-f9f1d8d9959b", "id": "807fe0a9-4e1f-4f6e-9339-d8cf167181b4"} 2018-09-01 22:35:31,517 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/remove_router_interface.json used request id req-3dc771c0-330f-4d2c-8b29-3ecd9f4b8e2a 2018-09-01 22:35:31,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9478290081s 2018-09-01 22:35:31,517 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4/remove_router_interface.json used request id req-3dc771c0-330f-4d2c-8b29-3ecd9f4b8e2a returning object 807fe0a9-4e1f-4f6e-9339-d8cf167181b4 2018-09-01 22:35:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:35:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:32,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1b9418ea-fbd0-43c9-b05b-7cad17bd8ac6 Date: Sat, 01 Sep 2018 22:35:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "3230455ac3924183bd9928eb04926ca1", "created_at": "2018-09-01T22:35:25Z", "admin_state_up": true, "updated_at": "2018-09-01T22:35:30Z", "revision_number": 4, "routes": [], "project_id": "3230455ac3924183bd9928eb04926ca1", "id": "807fe0a9-4e1f-4f6e-9339-d8cf167181b4", "name": "tenantnetwork2-router_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}]} 2018-09-01 22:35:32,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1b9418ea-fbd0-43c9-b05b-7cad17bd8ac6 2018-09-01 22:35:32,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.01094412804s 2018-09-01 22:35:32,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1b9418ea-fbd0-43c9-b05b-7cad17bd8ac6 2018-09-01 22:35:32,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:35:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:34,362 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5928b35d-8947-491e-a939-c824365ca32f Content-Length: 0 Date: Sat, 01 Sep 2018 22:35:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:34,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4.json used request id req-5928b35d-8947-491e-a939-c824365ca32f 2018-09-01 22:35:34,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.83221697807s 2018-09-01 22:35:34,363 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/807fe0a9-4e1f-4f6e-9339-d8cf167181b4.json used request id req-5928b35d-8947-491e-a939-c824365ca32f 2018-09-01 22:35:34,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:35:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:35,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-966dd648-b73e-47f8-aee9-610b8f4d8379 Date: Sat, 01 Sep 2018 22:35:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"166cad8d-5550-40b6-9b7d-15284bb67e2d","tenant_id":"3230455ac3924183bd9928eb04926ca1","created_at":"2018-09-01T22:35:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:35:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"3230455ac3924183bd9928eb04926ca1","id":"523ef9e2-bc29-4bfc-8b1e-7292f509c644","subnetpool_id":null,"name":"tenantnetwork2-subnet_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}]} 2018-09-01 22:35:35,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-966dd648-b73e-47f8-aee9-610b8f4d8379 2018-09-01 22:35:35,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.903793096542s 2018-09-01 22:35:35,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-966dd648-b73e-47f8-aee9-610b8f4d8379 2018-09-01 22:35:35,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:35:35,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/523ef9e2-bc29-4bfc-8b1e-7292f509c644.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:38,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c608758a-5aaa-43e1-8a15-4e3a85480b10 Date: Sat, 01 Sep 2018 22:35:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:38,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/523ef9e2-bc29-4bfc-8b1e-7292f509c644.json used request id req-c608758a-5aaa-43e1-8a15-4e3a85480b10 2018-09-01 22:35:38,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.41476488113s 2018-09-01 22:35:38,684 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/523ef9e2-bc29-4bfc-8b1e-7292f509c644.json used request id req-c608758a-5aaa-43e1-8a15-4e3a85480b10 2018-09-01 22:35:38,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:39,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9ba5d831-d240-4547-95a3-ea9944a7782c Date: Sat, 01 Sep 2018 22:35: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":[],"updated_at":"2018-09-01T22:35:38Z","tenant_id":"3230455ac3924183bd9928eb04926ca1","created_at":"2018-09-01T22:35:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3230455ac3924183bd9928eb04926ca1","id":"166cad8d-5550-40b6-9b7d-15284bb67e2d","name":"tenantnetwork2-net_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:35:39,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9ba5d831-d240-4547-95a3-ea9944a7782c 2018-09-01 22:35:39,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09493684769s 2018-09-01 22:35:39,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9ba5d831-d240-4547-95a3-ea9944a7782c 2018-09-01 22:35:39,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:35:39,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/166cad8d-5550-40b6-9b7d-15284bb67e2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f4dfc1c5d3cc7819df46c030e1aa8d18d0673a1d" 2018-09-01 22:35:40,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bdcfd92d-6f37-4013-a454-40aa0412def0 Date: Sat, 01 Sep 2018 22:35:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:35:40,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/166cad8d-5550-40b6-9b7d-15284bb67e2d.json used request id req-bdcfd92d-6f37-4013-a454-40aa0412def0 2018-09-01 22:35:40,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.69904589653s 2018-09-01 22:35:40,481 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/166cad8d-5550-40b6-9b7d-15284bb67e2d.json used request id req-bdcfd92d-6f37-4013-a454-40aa0412def0 2018-09-01 22:35:40,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:35:40,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:40,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d107af7b-ff74-4640-9b14-e4e2bf0cde73 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "links": {"self": "http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "941f789dc9824d5186ac8c10500a7024", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:35:40,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d107af7b-ff74-4640-9b14-e4e2bf0cde73 2018-09-01 22:35:40,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.287847042084s 2018-09-01 22:35:40,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d107af7b-ff74-4640-9b14-e4e2bf0cde73 2018-09-01 22:35:40,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:35:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:40,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e6bd1f-4c6e-426c-829f-299cb88d1e12 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9a96cb62-edcf-483d-a703-ccfa0cb20cd6", "links": {"self": "http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "941f789dc9824d5186ac8c10500a7024", "description": null}} 2018-09-01 22:35:40,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 used request id req-b9e6bd1f-4c6e-426c-829f-299cb88d1e12 2018-09-01 22:35:40,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218374013901s 2018-09-01 22:35:40,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 used request id req-b9e6bd1f-4c6e-426c-829f-299cb88d1e12 2018-09-01 22:35:40,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:35:40,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:41,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:35:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e594740d-1f34-424f-bac5-17e6dffb80fd 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 22:35:41,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 used request id req-e594740d-1f34-424f-bac5-17e6dffb80fd 2018-09-01 22:35:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.371841907501s 2018-09-01 22:35:41,367 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/941f789dc9824d5186ac8c10500a7024 used request id req-e594740d-1f34-424f-bac5-17e6dffb80fd 2018-09-01 22:35:41,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:35:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:41,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1cca3f-59c1-492f-985d-868c8fd0885b Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1"}, "tags": [], "enabled": true, "id": "3230455ac3924183bd9928eb04926ca1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9a96cb62-edcf-483d-a703-ccfa0cb20cd6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 22:35:41,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-9a1cca3f-59c1-492f-985d-868c8fd0885b 2018-09-01 22:35:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1887550354s 2018-09-01 22:35:41,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-9a1cca3f-59c1-492f-985d-868c8fd0885b 2018-09-01 22:35:41,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:35:41,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6df81b6e578245c60c48acc4138a99fd53c500e7" 2018-09-01 22:35:41,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:35:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00e74e4e-da86-4229-9755-bc356e42a259 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 22:35:41,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1 used request id req-00e74e4e-da86-4229-9755-bc356e42a259 2018-09-01 22:35:41,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.314539909363s 2018-09-01 22:35:41,881 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3230455ac3924183bd9928eb04926ca1 used request id req-00e74e4e-da86-4229-9755-bc356e42a259 2018-09-01 22:35:41,934 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:35:42,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:35:42,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:35:42,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:35:42,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b74878-1663-445b-882d-b6f6ee5bbcdd 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:35:42,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45b74878-1663-445b-882d-b6f6ee5bbcdd 2018-09-01 22:35:42,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:35:42,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["1OgRytmTSwmKo9SsjXaj0g"], "issued_at": "2018-09-01T22:35:42.000000Z"}} 2018-09-01 22:35:42,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:42,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:35:43,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dae7e303-8245-4dec-a64e-0fd896dc7099 Date: Sat, 01 Sep 2018 22:35:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:35:43,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dae7e303-8245-4dec-a64e-0fd896dc7099 2018-09-01 22:35:43,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03756809235s 2018-09-01 22:35:43,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dae7e303-8245-4dec-a64e-0fd896dc7099 2018-09-01 22:35:43,460 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 22:35:43,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:35:43,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"network": {"name": "vmready1-net_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "admin_state_up": true}}' 2018-09-01 22:35:44,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-cea1317e-e8e1-45f4-aaa4-8bc57b5b6baf Date: Sat, 01 Sep 2018 22:35:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3540ba9e-b545-4b63-b322-c14b2cc49498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:35:44Z","is_default":false,"provider:segmentation_id":34,"name":"vmready1-net_ca064cfe-4e0f-4b75-a973-a4ec43be453b","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:35:44Z","mtu":1450}} 2018-09-01 22:35:44,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-cea1317e-e8e1-45f4-aaa4-8bc57b5b6baf 2018-09-01 22:35:44,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.49540114403s 2018-09-01 22:35:44,956 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-cea1317e-e8e1-45f4-aaa4-8bc57b5b6baf 2018-09-01 22:35:44,956 - 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-01T22:35:44Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3540ba9e-b545-4b63-b322-c14b2cc49498', u'provider:segmentation_id': 34, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_ca064cfe-4e0f-4b75-a973-a4ec43be453b', u'admin_state_up': True, u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:35:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:35:44,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:35:44,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:35:45,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-bf2120ad-bbed-4fb9-b6b6-96f9bf7e63ef Date: Sat, 01 Sep 2018 22:35:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3540ba9e-b545-4b63-b322-c14b2cc49498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:35:44Z","provider:segmentation_id":34,"name":"vmready1-net_ca064cfe-4e0f-4b75-a973-a4ec43be453b","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:35:44Z","provider:network_type":"vxlan"}]} 2018-09-01 22:35:45,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bf2120ad-bbed-4fb9-b6b6-96f9bf7e63ef 2018-09-01 22:35:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332916021347s 2018-09-01 22:35:45,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bf2120ad-bbed-4fb9-b6b6-96f9bf7e63ef 2018-09-01 22:35:45,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:35:45,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"subnet": {"name": "vmready1-subnet_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "enable_dhcp": true, "network_id": "3540ba9e-b545-4b63-b322-c14b2cc49498", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:35:46,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-446f663a-b54a-467f-b200-b050100312ec Date: Sat, 01 Sep 2018 22:35:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3540ba9e-b545-4b63-b322-c14b2cc49498","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:35:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:35:45Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9","subnetpool_id":null,"name":"vmready1-subnet_ca064cfe-4e0f-4b75-a973-a4ec43be453b"}} 2018-09-01 22:35:46,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-446f663a-b54a-467f-b200-b050100312ec 2018-09-01 22:35:46,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.896999835968s 2018-09-01 22:35:46,190 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-446f663a-b54a-467f-b200-b050100312ec 2018-09-01 22:35:46,190 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:35:45Z', 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'7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_ca064cfe-4e0f-4b75-a973-a4ec43be453b', u'enable_dhcp': True, u'network_id': u'3540ba9e-b545-4b63-b322-c14b2cc49498', u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:35:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:35:46,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:35:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "vmready1-router_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "admin_state_up": true}}' 2018-09-01 22:35:48,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-4cf8c4aa-37d0-4f68-9bdb-3c73231bec3d Date: Sat, 01 Sep 2018 22:35:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:35:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:35:48Z", "revision_number": 2, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "cb55dd4d-862e-406f-a6ec-047fb7f4a577", "name": "vmready1-router_ca064cfe-4e0f-4b75-a973-a4ec43be453b"}} 2018-09-01 22:35:48,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4cf8c4aa-37d0-4f68-9bdb-3c73231bec3d 2018-09-01 22:35:48,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.33471107483s 2018-09-01 22:35:48,526 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4cf8c4aa-37d0-4f68-9bdb-3c73231bec3d 2018-09-01 22:35:48,526 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:35:47Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T22:35:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'9c607f8dec084760b79a49d03ee5938a', u'id': u'cb55dd4d-862e-406f-a6ec-047fb7f4a577', u'name': u'vmready1-router_ca064cfe-4e0f-4b75-a973-a4ec43be453b'}) 2018-09-01 22:35:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:35:48,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"subnet_id": "7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9"}' 2018-09-01 22:35:51,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-312bccca-13e4-423c-abaa-2760d65fc568 Date: Sat, 01 Sep 2018 22:35:51 GMT RESP BODY: {"network_id": "3540ba9e-b545-4b63-b322-c14b2cc49498", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9", "subnet_ids": ["7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9"], "port_id": "a449706f-fcb0-4d7b-b55d-314d93315925", "id": "cb55dd4d-862e-406f-a6ec-047fb7f4a577"} 2018-09-01 22:35:51,130 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/add_router_interface.json used request id req-312bccca-13e4-423c-abaa-2760d65fc568 2018-09-01 22:35:51,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.60304808617s 2018-09-01 22:35:51,130 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/add_router_interface.json used request id req-312bccca-13e4-423c-abaa-2760d65fc568 returning object cb55dd4d-862e-406f-a6ec-047fb7f4a577 2018-09-01 22:35:51,131 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:35:51,263 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:35:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:35:51,270 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:35:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:35:51,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:35:51,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:35:52,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-00525e88-2a12-4a0e-99d3-582bf47f8ced Date: Sat, 01 Sep 2018 22:35:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:35:52,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-00525e88-2a12-4a0e-99d3-582bf47f8ced 2018-09-01 22:35:52,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760160923004s 2018-09-01 22:35:52,033 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-00525e88-2a12-4a0e-99d3-582bf47f8ced 2018-09-01 22:35:52,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:35:52,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b"}' 2018-09-01 22:35:52,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d2fd39a0-c426-4a1c-95b2-e4ce92ac38a3 Date: Sat, 01 Sep 2018 22:35:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:35:52Z", "file": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "ea14994f-6e49-4e52-8983-4c637232e0a1", "size": null, "self": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1", "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_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "checksum": null, "created_at": "2018-09-01T22:35:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:35:52,862 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d2fd39a0-c426-4a1c-95b2-e4ce92ac38a3 2018-09-01 22:35:52,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.821267843246s 2018-09-01 22:35:52,862 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d2fd39a0-c426-4a1c-95b2-e4ce92ac38a3 returning object ea14994f-6e49-4e52-8983-4c637232e0a1 2018-09-01 22:35:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:35:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '' 2018-09-01 22:35:56,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7486c67b-8c19-4820-8bee-17a4520f3fbc Date: Sat, 01 Sep 2018 22:35:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 22:35:56,132 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file used request id req-7486c67b-8c19-4820-8bee-17a4520f3fbc 2018-09-01 22:35:56,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.26848816872s 2018-09-01 22:35:56,132 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file used request id req-7486c67b-8c19-4820-8bee-17a4520f3fbc 2018-09-01 22:35:56,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:35:56,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:35:57,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8f9bd631-9cac-411b-8530-b723b57c89a7 Date: Sat, 01 Sep 2018 22:35:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:35:56Z", "file": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "ea14994f-6e49-4e52-8983-4c637232e0a1", "size": 12716032, "self": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:35:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:35:57,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8f9bd631-9cac-411b-8530-b723b57c89a7 2018-09-01 22:35:57,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.894927024841s 2018-09-01 22:35:57,032 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8f9bd631-9cac-411b-8530-b723b57c89a7 2018-09-01 22:35:57,033 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file', 'owner': u'9c607f8dec084760b79a49d03ee5938a', 'id': u'ea14994f-6e49-4e52-8983-4c637232e0a1', 'size': 12716032, u'self': u'/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c607f8dec084760b79a49d03ee5938a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:35:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:35:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b', '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/ea14994f-6e49-4e52-8983-4c637232e0a1', 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_ca064cfe-4e0f-4b75-a973-a4ec43be453b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b', 'created': u'2018-09-01T22:35:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:35:52Z', 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/ea14994f-6e49-4e52-8983-4c637232e0a1', 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_ca064cfe-4e0f-4b75-a973-a4ec43be453b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:35:57,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:35:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "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 22:35:57,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcbb4171-e41b-4d18-bc07-564b77e1a4b8 x-compute-request-id: req-bcbb4171-e41b-4d18-bc07-564b77e1a4b8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54", "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": "72fdfc07-be4a-41a9-8f93-f5d8d1873b54"}} 2018-09-01 22:35:57,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bcbb4171-e41b-4d18-bc07-564b77e1a4b8 2018-09-01 22:35:57,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.829457998276s 2018-09-01 22:35:57,864 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bcbb4171-e41b-4d18-bc07-564b77e1a4b8 2018-09-01 22:35:57,865 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_ca064cfe-4e0f-4b75-a973-a4ec43be453b', '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'9c607f8dec084760b79a49d03ee5938a', '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'72fdfc07-be4a-41a9-8f93-f5d8d1873b54', 'swap': 0}) 2018-09-01 22:35:57,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:35:57,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54/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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"extra_specs": {}}' 2018-09-01 22:35:57,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e07bea60-7fc3-48dc-87b0-e10f624dfa50 x-compute-request-id: req-e07bea60-7fc3-48dc-87b0-e10f624dfa50 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:35:57,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54/os-extra_specs used request id req-e07bea60-7fc3-48dc-87b0-e10f624dfa50 2018-09-01 22:35:57,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128741979599s 2018-09-01 22:35:57,995 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54/os-extra_specs used request id req-e07bea60-7fc3-48dc-87b0-e10f624dfa50 2018-09-01 22:35:58,108 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:35:58,109 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:35:58,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:35:58,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" -d '{"subnet_id": "7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9"}' 2018-09-01 22:36:00,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f0b3ce46-de3f-4738-90e9-c51e42d94245 Date: Sat, 01 Sep 2018 22:36:00 GMT RESP BODY: {"network_id": "3540ba9e-b545-4b63-b322-c14b2cc49498", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9", "subnet_ids": ["7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9"], "port_id": "a449706f-fcb0-4d7b-b55d-314d93315925", "id": "cb55dd4d-862e-406f-a6ec-047fb7f4a577"} 2018-09-01 22:36:00,032 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/remove_router_interface.json used request id req-f0b3ce46-de3f-4738-90e9-c51e42d94245 2018-09-01 22:36:00,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.91865611076s 2018-09-01 22:36:00,033 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577/remove_router_interface.json used request id req-f0b3ce46-de3f-4738-90e9-c51e42d94245 returning object cb55dd4d-862e-406f-a6ec-047fb7f4a577 2018-09-01 22:36:00,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:36:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:00,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-ca438819-704f-4040-a202-ea80a5830bf7 Date: Sat, 01 Sep 2018 22:36:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:35:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:35:59Z", "revision_number": 4, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "cb55dd4d-862e-406f-a6ec-047fb7f4a577", "name": "vmready1-router_ca064cfe-4e0f-4b75-a973-a4ec43be453b"}]} 2018-09-01 22:36:00,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ca438819-704f-4040-a202-ea80a5830bf7 2018-09-01 22:36:00,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.383465051651s 2018-09-01 22:36:00,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ca438819-704f-4040-a202-ea80a5830bf7 2018-09-01 22:36:00,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:36:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:02,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-75e8f5ef-84b8-411b-b833-c7ddf57b5c89 Content-Length: 0 Date: Sat, 01 Sep 2018 22:36:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:02,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577.json used request id req-75e8f5ef-84b8-411b-b833-c7ddf57b5c89 2018-09-01 22:36:02,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.9009308815s 2018-09-01 22:36:02,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cb55dd4d-862e-406f-a6ec-047fb7f4a577.json used request id req-75e8f5ef-84b8-411b-b833-c7ddf57b5c89 2018-09-01 22:36:02,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:36:02,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:02,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-4357dafb-a141-4bf2-bed8-cee3b2d62d5b Date: Sat, 01 Sep 2018 22:36:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3540ba9e-b545-4b63-b322-c14b2cc49498","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:35:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:35:45Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9","subnetpool_id":null,"name":"vmready1-subnet_ca064cfe-4e0f-4b75-a973-a4ec43be453b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2ecab897-029d-4694-8450-3bf914edbd66","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:44Z","dns_nameservers":[],"updated_at":"2018-09-01T22:31:44Z","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":"6bff5b78f0a0491ab0479344082bc850","id":"a6a859ec-89ff-464b-8f02-b6237f01c561","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 22:36:02,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4357dafb-a141-4bf2-bed8-cee3b2d62d5b 2018-09-01 22:36:02,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.307961940765s 2018-09-01 22:36:02,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4357dafb-a141-4bf2-bed8-cee3b2d62d5b 2018-09-01 22:36:02,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:36:02,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:05,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16e95754-841a-4172-b08b-b95c83f2898c Date: Sat, 01 Sep 2018 22:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:05,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9.json used request id req-16e95754-841a-4172-b08b-b95c83f2898c 2018-09-01 22:36:05,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.739372015s 2018-09-01 22:36:05,370 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7f324a34-0110-4e9c-8cbf-c1cc0bdae3b9.json used request id req-16e95754-841a-4172-b08b-b95c83f2898c 2018-09-01 22:36:05,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:05,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:06,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-adfbbadd-8750-46d6-9bc8-623b22911bde Date: Sat, 01 Sep 2018 22:36:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3540ba9e-b545-4b63-b322-c14b2cc49498","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:36:04Z","provider:segmentation_id":34,"name":"vmready1-net_ca064cfe-4e0f-4b75-a973-a4ec43be453b","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:35:44Z","provider:network_type":"vxlan"}]} 2018-09-01 22:36:06,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-adfbbadd-8750-46d6-9bc8-623b22911bde 2018-09-01 22:36:06,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.18750786781s 2018-09-01 22:36:06,558 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-adfbbadd-8750-46d6-9bc8-623b22911bde 2018-09-01 22:36:06,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:36:06,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3540ba9e-b545-4b63-b322-c14b2cc49498.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:08,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3220d58b-e369-46c8-a6fe-92750e7893c0 Date: Sat, 01 Sep 2018 22:36:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:08,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3540ba9e-b545-4b63-b322-c14b2cc49498.json used request id req-3220d58b-e369-46c8-a6fe-92750e7893c0 2018-09-01 22:36:08,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.81769394875s 2018-09-01 22:36:08,378 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3540ba9e-b545-4b63-b322-c14b2cc49498.json used request id req-3220d58b-e369-46c8-a6fe-92750e7893c0 2018-09-01 22:36:08,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:09,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-3d3def8f-e777-40e1-9ebd-8b80d1767be3 Date: Sat, 01 Sep 2018 22:36:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:35:56Z", "file": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "ea14994f-6e49-4e52-8983-4c637232e0a1", "size": 12716032, "self": "/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/ea14994f-6e49-4e52-8983-4c637232e0a1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:35:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:09,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3d3def8f-e777-40e1-9ebd-8b80d1767be3 2018-09-01 22:36:09,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.766746997833s 2018-09-01 22:36:09,148 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3d3def8f-e777-40e1-9ebd-8b80d1767be3 2018-09-01 22:36:09,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:36:09,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:11,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94f10919-cb15-4a29-9d24-9162741bf432 Date: Sat, 01 Sep 2018 22:36:11 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 22:36:11,012 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1 used request id req-94f10919-cb15-4a29-9d24-9162741bf432 2018-09-01 22:36:11,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.86207413673s 2018-09-01 22:36:11,012 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ea14994f-6e49-4e52-8983-4c637232e0a1 used request id req-94f10919-cb15-4a29-9d24-9162741bf432 2018-09-01 22:36:11,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:36:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:11,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ca1283c-de6c-4299-b426-1521a5e11722 x-compute-request-id: req-1ca1283c-de6c-4299-b426-1521a5e11722 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_ca064cfe-4e0f-4b75-a973-a4ec43be453b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54", "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": "72fdfc07-be4a-41a9-8f93-f5d8d1873b54"}]} 2018-09-01 22:36:11,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1ca1283c-de6c-4299-b426-1521a5e11722 2018-09-01 22:36:11,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255708694458s 2018-09-01 22:36:11,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-1ca1283c-de6c-4299-b426-1521a5e11722 2018-09-01 22:36:11,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:36:11,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e76fdda86f6ac14674b7e34ba9597a04da5b1acf" 2018-09-01 22:36:11,214 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20053b40-152a-4d01-8744-62e60c70c50e x-compute-request-id: req-20053b40-152a-4d01-8744-62e60c70c50e Content-Length: 0 Content-Type: application/json 2018-09-01 22:36:11,214 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54 used request id req-20053b40-152a-4d01-8744-62e60c70c50e 2018-09-01 22:36:11,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.17335486412s 2018-09-01 22:36:11,214 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/72fdfc07-be4a-41a9-8f93-f5d8d1873b54 used request id req-20053b40-152a-4d01-8744-62e60c70c50e 2018-09-01 22:36:11,266 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:36:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:36:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:36:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:11,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b88ecd-eea2-48e8-9724-a7b032bc9d95 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:36:11,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f7b88ecd-eea2-48e8-9724-a7b032bc9d95 2018-09-01 22:36:11,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:36:11,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["glVjAjrdR-2of2PDFMtsdw"], "issued_at": "2018-09-01T22:36:11.000000Z"}} 2018-09-01 22:36:11,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:11,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:12,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a3a6ac8a-2281-4112-af82-96e56306bcf4 Date: Sat, 01 Sep 2018 22:36:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:36:12,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3a6ac8a-2281-4112-af82-96e56306bcf4 2018-09-01 22:36:12,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351129055023s 2018-09-01 22:36:12,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3a6ac8a-2281-4112-af82-96e56306bcf4 2018-09-01 22:36:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:12,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fe651d1-284a-47bc-bb58-ffd4ab9b92b2 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:36:12,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-4fe651d1-284a-47bc-bb58-ffd4ab9b92b2 2018-09-01 22:36:12,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:36:12,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:12,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c671024-70b9-4c07-89a1-dc6d5318003b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:36:12,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-9c671024-70b9-4c07-89a1-dc6d5318003b 2018-09-01 22:36:12,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183914899826s 2018-09-01 22:36:12,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-9c671024-70b9-4c07-89a1-dc6d5318003b 2018-09-01 22:36:12,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:36:12,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39"}}' 2018-09-01 22:36:12,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc4649fe-10cb-4ccc-bce0-0788759e01ca 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.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651"}, "tags": [], "enabled": true, "id": "a51ffbd080b243cca65af1c05ce1a651", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39"}} 2018-09-01 22:36:12,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fc4649fe-10cb-4ccc-bce0-0788759e01ca 2018-09-01 22:36:12,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.284091949463s 2018-09-01 22:36:12,546 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fc4649fe-10cb-4ccc-bce0-0788759e01ca 2018-09-01 22:36:12,547 - 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'a51ffbd080b243cca65af1c05ce1a651', '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_c2da4c40-8b05-4908-92d5-dd74526b6e39'}) 2018-09-01 22:36:12,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:36:12,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c6276d7b-394a-4ec6-bd58-52ac981031d7", "email": null, "name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39"}}' 2018-09-01 22:36:13,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43b8f30e-7dca-4cc3-9264-97eab8766e55 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": {"self": "http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3cb10459baa74db89c8fe1803c2c78d5", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:36:13,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-43b8f30e-7dca-4cc3-9264-97eab8766e55 2018-09-01 22:36:13,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.5317299366s 2018-09-01 22:36:13,085 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-43b8f30e-7dca-4cc3-9264-97eab8766e55 2018-09-01 22:36:13,086 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3cb10459baa74db89c8fe1803c2c78d5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39'}) 2018-09-01 22:36:13,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:36:13,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:13,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5421e8cf-c472-47ad-95e2-352b2560b7c3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:36:13,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5421e8cf-c472-47ad-95e2-352b2560b7c3 2018-09-01 22:36:13,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19389796257s 2018-09-01 22:36:13,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5421e8cf-c472-47ad-95e2-352b2560b7c3 2018-09-01 22:36:13,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:36:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:13,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c58e5ad0-3035-4879-8f8e-ce18d7932ef2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:36:13,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c58e5ad0-3035-4879-8f8e-ce18d7932ef2 2018-09-01 22:36:13,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197759151459s 2018-09-01 22:36:13,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c58e5ad0-3035-4879-8f8e-ce18d7932ef2 2018-09-01 22:36:13,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:36:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:13,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a78e56d-c203-4b58-a484-279dd7f768fb Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:36:13,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4a78e56d-c203-4b58-a484-279dd7f768fb 2018-09-01 22:36:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187217950821s 2018-09-01 22:36:13,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4a78e56d-c203-4b58-a484-279dd7f768fb 2018-09-01 22:36:13,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:36:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:13,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79600b8a-e4af-45ec-86b7-6305d9796252 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:36:13,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-79600b8a-e4af-45ec-86b7-6305d9796252 2018-09-01 22:36:13,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192469835281s 2018-09-01 22:36:13,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-79600b8a-e4af-45ec-86b7-6305d9796252 2018-09-01 22:36:13,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:36:13,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:14,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb1c33c2-e9db-471d-bff6-58919eb155db Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": {"self": "http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3cb10459baa74db89c8fe1803c2c78d5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:36:14,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eb1c33c2-e9db-471d-bff6-58919eb155db 2018-09-01 22:36:14,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20773601532s 2018-09-01 22:36:14,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eb1c33c2-e9db-471d-bff6-58919eb155db 2018-09-01 22:36:14,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:36:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:14,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d97dd12-68ad-4c43-8b68-69870d57c392 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651"}, "tags": [], "enabled": true, "id": "a51ffbd080b243cca65af1c05ce1a651", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:14,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8d97dd12-68ad-4c43-8b68-69870d57c392 2018-09-01 22:36:14,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.204615831375s 2018-09-01 22:36:14,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8d97dd12-68ad-4c43-8b68-69870d57c392 2018-09-01 22:36:14,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:36:14,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=3cb10459baa74db89c8fe1803c2c78d5&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=a51ffbd080b243cca65af1c05ce1a651" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:14,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabdd4aa-a521-4787-8501-8be5081335a0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=3cb10459baa74db89c8fe1803c2c78d5&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=a51ffbd080b243cca65af1c05ce1a651", "previous": null, "next": null}} 2018-09-01 22:36:14,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3cb10459baa74db89c8fe1803c2c78d5&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=a51ffbd080b243cca65af1c05ce1a651 used request id req-eabdd4aa-a521-4787-8501-8be5081335a0 2018-09-01 22:36:14,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.308381080627s 2018-09-01 22:36:14,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3cb10459baa74db89c8fe1803c2c78d5&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=a51ffbd080b243cca65af1c05ce1a651 used request id req-eabdd4aa-a521-4787-8501-8be5081335a0 2018-09-01 22:36:14,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:36:14,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651/users/3cb10459baa74db89c8fe1803c2c78d5/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:14,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:36:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eab5466e-71b5-444a-aa64-0815d22d425b 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 22:36:14,902 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651/users/3cb10459baa74db89c8fe1803c2c78d5/roles/55629e0862484d58983f30c01a20fad9 used request id req-eab5466e-71b5-444a-aa64-0815d22d425b 2018-09-01 22:36:14,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.280800819397s 2018-09-01 22:36:14,902 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651/users/3cb10459baa74db89c8fe1803c2c78d5/roles/55629e0862484d58983f30c01a20fad9 used request id req-eab5466e-71b5-444a-aa64-0815d22d425b 2018-09-01 22:36:14,903 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39', 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'a51ffbd080b243cca65af1c05ce1a651', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c6276d7b-394a-4ec6-bd58-52ac981031d7', 'username': u'vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:36:14,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:36:14,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:36:14,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:36:14,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:36:14,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:36:14,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:36:14,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:36:14,908 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39', 'password': 'c6276d7b-394a-4ec6-bd58-52ac981031d7', 'project_name': 'vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'a51ffbd080b243cca65af1c05ce1a651', 'project_domain_name': 'Default'} 2018-09-01 22:36:14,909 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-01 22:36:14,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:14,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be699a55-a49b-4e69-b5b7-625f0e8be8af 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:36:14,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-be699a55-a49b-4e69-b5b7-625f0e8be8af 2018-09-01 22:36:14,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:36:15,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a51ffbd080b243cca65af1c05ce1a651", "name": "vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a51ffbd080b243cca65af1c05ce1a651", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/a51ffbd080b243cca65af1c05ce1a651", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/a51ffbd080b243cca65af1c05ce1a651", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/a51ffbd080b243cca65af1c05ce1a651", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/a51ffbd080b243cca65af1c05ce1a651", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/a51ffbd080b243cca65af1c05ce1a651", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/a51ffbd080b243cca65af1c05ce1a651", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_a51ffbd080b243cca65af1c05ce1a651", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_a51ffbd080b243cca65af1c05ce1a651", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39", "id": "3cb10459baa74db89c8fe1803c2c78d5"}, "audit_ids": ["Te-vElhLTOmNVZ8aJaZKkQ"], "issued_at": "2018-09-01T22:36:15.000000Z"}} 2018-09-01 22:36:15,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:36:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"network": {"name": "vmready2-net_c2da4c40-8b05-4908-92d5-dd74526b6e39", "admin_state_up": true}}' 2018-09-01 22:36:16,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-052a4db1-e098-4fe7-b745-9fd9b88f113a Date: Sat, 01 Sep 2018 22:36:16 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a51ffbd080b243cca65af1c05ce1a651","created_at":"2018-09-01T22:36:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:36:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a51ffbd080b243cca65af1c05ce1a651","id":"e9ca7241-8709-4920-bb26-5976de597a27","name":"vmready2-net_c2da4c40-8b05-4908-92d5-dd74526b6e39"}} 2018-09-01 22:36:16,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-052a4db1-e098-4fe7-b745-9fd9b88f113a 2018-09-01 22:36:16,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.43273615837s 2018-09-01 22:36:16,751 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-052a4db1-e098-4fe7-b745-9fd9b88f113a 2018-09-01 22:36:16,752 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:36:16Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e9ca7241-8709-4920-bb26-5976de597a27', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_c2da4c40-8b05-4908-92d5-dd74526b6e39', u'admin_state_up': True, u'tenant_id': u'a51ffbd080b243cca65af1c05ce1a651', u'created_at': u'2018-09-01T22:36:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a51ffbd080b243cca65af1c05ce1a651'}) 2018-09-01 22:36:16,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:16,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:17,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-2518be17-eba6-4682-9728-8ffbd51eb260 Date: Sat, 01 Sep 2018 22:36:17 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:36:16Z","tenant_id":"a51ffbd080b243cca65af1c05ce1a651","created_at":"2018-09-01T22:36:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a51ffbd080b243cca65af1c05ce1a651","id":"e9ca7241-8709-4920-bb26-5976de597a27","name":"vmready2-net_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:17,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2518be17-eba6-4682-9728-8ffbd51eb260 2018-09-01 22:36:17,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338782072067s 2018-09-01 22:36:17,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2518be17-eba6-4682-9728-8ffbd51eb260 2018-09-01 22:36:17,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:36:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"subnet": {"name": "vmready2-subnet_c2da4c40-8b05-4908-92d5-dd74526b6e39", "enable_dhcp": true, "network_id": "e9ca7241-8709-4920-bb26-5976de597a27", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:36:17,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d76792d3-173b-438a-9043-28b282e6b758 Date: Sat, 01 Sep 2018 22:36:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9ca7241-8709-4920-bb26-5976de597a27","tenant_id":"a51ffbd080b243cca65af1c05ce1a651","created_at":"2018-09-01T22:36:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:36:17Z","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":"a51ffbd080b243cca65af1c05ce1a651","id":"f9dd0bb7-6755-416c-9df2-538c0dd6893b","subnetpool_id":null,"name":"vmready2-subnet_c2da4c40-8b05-4908-92d5-dd74526b6e39"}} 2018-09-01 22:36:17,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d76792d3-173b-438a-9043-28b282e6b758 2018-09-01 22:36:17,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.837944030762s 2018-09-01 22:36:17,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d76792d3-173b-438a-9043-28b282e6b758 2018-09-01 22:36:17,932 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:36:17Z', 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'f9dd0bb7-6755-416c-9df2-538c0dd6893b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_c2da4c40-8b05-4908-92d5-dd74526b6e39', u'enable_dhcp': True, u'network_id': u'e9ca7241-8709-4920-bb26-5976de597a27', u'tenant_id': u'a51ffbd080b243cca65af1c05ce1a651', u'created_at': u'2018-09-01T22:36:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a51ffbd080b243cca65af1c05ce1a651'}) 2018-09-01 22:36:17,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:36:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "vmready2-router_c2da4c40-8b05-4908-92d5-dd74526b6e39", "admin_state_up": true}}' 2018-09-01 22:36:19,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-226e6809-a879-420c-9c56-79b373b79557 Date: Sat, 01 Sep 2018 22:36:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "created_at": "2018-09-01T22:36:18Z", "admin_state_up": true, "updated_at": "2018-09-01T22:36:19Z", "revision_number": 2, "routes": [], "project_id": "a51ffbd080b243cca65af1c05ce1a651", "id": "d4cc1c8e-810d-44c2-8b8b-a284541d1786", "name": "vmready2-router_c2da4c40-8b05-4908-92d5-dd74526b6e39"}} 2018-09-01 22:36:19,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-226e6809-a879-420c-9c56-79b373b79557 2018-09-01 22:36:19,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40724110603s 2018-09-01 22:36:19,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-226e6809-a879-420c-9c56-79b373b79557 2018-09-01 22:36:19,341 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a51ffbd080b243cca65af1c05ce1a651', u'created_at': u'2018-09-01T22:36:18Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:36:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'a51ffbd080b243cca65af1c05ce1a651', u'id': u'd4cc1c8e-810d-44c2-8b8b-a284541d1786', u'name': u'vmready2-router_c2da4c40-8b05-4908-92d5-dd74526b6e39'}) 2018-09-01 22:36:19,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:36:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"subnet_id": "f9dd0bb7-6755-416c-9df2-538c0dd6893b"}' 2018-09-01 22:36:21,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b11a4ade-ad3b-48b1-8792-cb1a92293408 Date: Sat, 01 Sep 2018 22:36:21 GMT RESP BODY: {"network_id": "e9ca7241-8709-4920-bb26-5976de597a27", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "subnet_id": "f9dd0bb7-6755-416c-9df2-538c0dd6893b", "subnet_ids": ["f9dd0bb7-6755-416c-9df2-538c0dd6893b"], "port_id": "222f2360-6561-413c-a6da-5c6b0d1b7820", "id": "d4cc1c8e-810d-44c2-8b8b-a284541d1786"} 2018-09-01 22:36:21,776 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/add_router_interface.json used request id req-b11a4ade-ad3b-48b1-8792-cb1a92293408 2018-09-01 22:36:21,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43534898758s 2018-09-01 22:36:21,777 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/add_router_interface.json used request id req-b11a4ade-ad3b-48b1-8792-cb1a92293408 returning object d4cc1c8e-810d-44c2-8b8b-a284541d1786 2018-09-01 22:36:21,777 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:36:21,904 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:36:21,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:21,910 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:36:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:36:21,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:21,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:22,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-08eb9288-681c-4b11-bf78-af87a8ef4cea Date: Sat, 01 Sep 2018 22:36:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:22,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-08eb9288-681c-4b11-bf78-af87a8ef4cea 2018-09-01 22:36:22,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295259952545s 2018-09-01 22:36:22,208 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-08eb9288-681c-4b11-bf78-af87a8ef4cea 2018-09-01 22:36:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:36:22,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39"}' 2018-09-01 22:36:23,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-45ecd7e8-6677-4f41-aebc-5d636c38bb0b Date: Sat, 01 Sep 2018 22:36:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:22Z", "file": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file", "owner": "a51ffbd080b243cca65af1c05ce1a651", "id": "8ca4eadb-70d1-4eba-9705-48463da2bf3e", "size": null, "self": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e", "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_c2da4c40-8b05-4908-92d5-dd74526b6e39", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "checksum": null, "created_at": "2018-09-01T22:36:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:36:23,028 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-45ecd7e8-6677-4f41-aebc-5d636c38bb0b 2018-09-01 22:36:23,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.813251018524s 2018-09-01 22:36:23,029 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-45ecd7e8-6677-4f41-aebc-5d636c38bb0b returning object 8ca4eadb-70d1-4eba-9705-48463da2bf3e 2018-09-01 22:36:23,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:36:23,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '' 2018-09-01 22:36:24,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f338548f-c863-488c-9323-fdc8d192168f Date: Sat, 01 Sep 2018 22:36:24 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 22:36:24,948 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file used request id req-f338548f-c863-488c-9323-fdc8d192168f 2018-09-01 22:36:24,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.9184858799s 2018-09-01 22:36:24,948 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file used request id req-f338548f-c863-488c-9323-fdc8d192168f 2018-09-01 22:36:24,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:24,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:24,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-a78b4a7d-bf9f-466f-bf8b-edfab8808440 Date: Sat, 01 Sep 2018 22:36:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:24Z", "file": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file", "owner": "a51ffbd080b243cca65af1c05ce1a651", "id": "8ca4eadb-70d1-4eba-9705-48463da2bf3e", "size": 12716032, "self": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:36:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:24,990 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a78b4a7d-bf9f-466f-bf8b-edfab8808440 2018-09-01 22:36:24,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0372519493103s 2018-09-01 22:36:24,990 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a78b4a7d-bf9f-466f-bf8b-edfab8808440 2018-09-01 22:36:24,992 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file', 'owner': u'a51ffbd080b243cca65af1c05ce1a651', 'id': u'8ca4eadb-70d1-4eba-9705-48463da2bf3e', 'size': 12716032, u'self': u'/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a51ffbd080b243cca65af1c05ce1a651', 'name': 'vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:36:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:36:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39', '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/8ca4eadb-70d1-4eba-9705-48463da2bf3e', 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_c2da4c40-8b05-4908-92d5-dd74526b6e39', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39', 'created': u'2018-09-01T22:36:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:36:22Z', 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/8ca4eadb-70d1-4eba-9705-48463da2bf3e', 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_c2da4c40-8b05-4908-92d5-dd74526b6e39', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:36:24,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:36:24,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_c2da4c40-8b05-4908-92d5-dd74526b6e39", "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 22:36:25,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c39d1502-ef8f-46b2-ae74-943dbe7d324c x-compute-request-id: req-c39d1502-ef8f-46b2-ae74-943dbe7d324c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1", "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": "b3652828-e067-4b19-ab67-d3e829ff15f1"}} 2018-09-01 22:36:25,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c39d1502-ef8f-46b2-ae74-943dbe7d324c 2018-09-01 22:36:25,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.864572048187s 2018-09-01 22:36:25,858 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c39d1502-ef8f-46b2-ae74-943dbe7d324c 2018-09-01 22:36:25,859 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_c2da4c40-8b05-4908-92d5-dd74526b6e39', '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'9c607f8dec084760b79a49d03ee5938a', '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'b3652828-e067-4b19-ab67-d3e829ff15f1', 'swap': 0}) 2018-09-01 22:36:25,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:36:25,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1/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}8fbdb46cdbdbc72fa7187a687320165deb197344" -d '{"extra_specs": {}}' 2018-09-01 22:36:25,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5222a240-dc84-4939-afae-72e98a14b313 x-compute-request-id: req-5222a240-dc84-4939-afae-72e98a14b313 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:36:25,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1/os-extra_specs used request id req-5222a240-dc84-4939-afae-72e98a14b313 2018-09-01 22:36:25,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129400968552s 2018-09-01 22:36:25,989 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1/os-extra_specs used request id req-5222a240-dc84-4939-afae-72e98a14b313 2018-09-01 22:36:26,104 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:36:26,104 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:36:26,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:36:26,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" -d '{"subnet_id": "f9dd0bb7-6755-416c-9df2-538c0dd6893b"}' 2018-09-01 22:36:28,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0b2cacc-3b22-4b7c-892d-075b46c6402c Date: Sat, 01 Sep 2018 22:36:28 GMT RESP BODY: {"network_id": "e9ca7241-8709-4920-bb26-5976de597a27", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "subnet_id": "f9dd0bb7-6755-416c-9df2-538c0dd6893b", "subnet_ids": ["f9dd0bb7-6755-416c-9df2-538c0dd6893b"], "port_id": "222f2360-6561-413c-a6da-5c6b0d1b7820", "id": "d4cc1c8e-810d-44c2-8b8b-a284541d1786"} 2018-09-01 22:36:28,325 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/remove_router_interface.json used request id req-b0b2cacc-3b22-4b7c-892d-075b46c6402c 2018-09-01 22:36:28,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.21586489677s 2018-09-01 22:36:28,325 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786/remove_router_interface.json used request id req-b0b2cacc-3b22-4b7c-892d-075b46c6402c returning object d4cc1c8e-810d-44c2-8b8b-a284541d1786 2018-09-01 22:36:28,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:36:28,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:28,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5522f6f1-7533-4ae5-9e96-40cb470849c1 Date: Sat, 01 Sep 2018 22:36:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "created_at": "2018-09-01T22:36:18Z", "admin_state_up": true, "updated_at": "2018-09-01T22:36:27Z", "revision_number": 4, "routes": [], "project_id": "a51ffbd080b243cca65af1c05ce1a651", "id": "d4cc1c8e-810d-44c2-8b8b-a284541d1786", "name": "vmready2-router_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:28,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-5522f6f1-7533-4ae5-9e96-40cb470849c1 2018-09-01 22:36:28,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.383484840393s 2018-09-01 22:36:28,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-5522f6f1-7533-4ae5-9e96-40cb470849c1 2018-09-01 22:36:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:36:28,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:30,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50fe4e6c-e8c3-4626-90b1-1050237ee2d7 Content-Length: 0 Date: Sat, 01 Sep 2018 22:36:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:30,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786.json used request id req-50fe4e6c-e8c3-4626-90b1-1050237ee2d7 2018-09-01 22:36:30,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.67171883583s 2018-09-01 22:36:30,383 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d4cc1c8e-810d-44c2-8b8b-a284541d1786.json used request id req-50fe4e6c-e8c3-4626-90b1-1050237ee2d7 2018-09-01 22:36:30,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:36:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:30,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6eb820bc-4c34-4e34-89da-f6401b285fbc Date: Sat, 01 Sep 2018 22:36:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9ca7241-8709-4920-bb26-5976de597a27","tenant_id":"a51ffbd080b243cca65af1c05ce1a651","created_at":"2018-09-01T22:36:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:36:17Z","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":"a51ffbd080b243cca65af1c05ce1a651","id":"f9dd0bb7-6755-416c-9df2-538c0dd6893b","subnetpool_id":null,"name":"vmready2-subnet_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:30,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6eb820bc-4c34-4e34-89da-f6401b285fbc 2018-09-01 22:36:30,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.338165998459s 2018-09-01 22:36:30,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6eb820bc-4c34-4e34-89da-f6401b285fbc 2018-09-01 22:36:30,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:36:30,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f9dd0bb7-6755-416c-9df2-538c0dd6893b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:33,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47a8bb23-b9d2-47a0-ba15-10d833fffcaf Date: Sat, 01 Sep 2018 22:36:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:33,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f9dd0bb7-6755-416c-9df2-538c0dd6893b.json used request id req-47a8bb23-b9d2-47a0-ba15-10d833fffcaf 2018-09-01 22:36:33,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66234993935s 2018-09-01 22:36:33,387 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f9dd0bb7-6755-416c-9df2-538c0dd6893b.json used request id req-47a8bb23-b9d2-47a0-ba15-10d833fffcaf 2018-09-01 22:36:33,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:33,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:33,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5ba3b5b8-e2ac-4091-ba4b-c3c339a1242c Date: Sat, 01 Sep 2018 22:36:33 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:36:33Z","tenant_id":"a51ffbd080b243cca65af1c05ce1a651","created_at":"2018-09-01T22:36:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a51ffbd080b243cca65af1c05ce1a651","id":"e9ca7241-8709-4920-bb26-5976de597a27","name":"vmready2-net_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:33,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5ba3b5b8-e2ac-4091-ba4b-c3c339a1242c 2018-09-01 22:36:33,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.588252067566s 2018-09-01 22:36:33,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5ba3b5b8-e2ac-4091-ba4b-c3c339a1242c 2018-09-01 22:36:33,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:36:33,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/e9ca7241-8709-4920-bb26-5976de597a27.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:36,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9caeb078-330b-4904-b68f-c534a0a8dc2e Date: Sat, 01 Sep 2018 22:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:36:36,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e9ca7241-8709-4920-bb26-5976de597a27.json used request id req-9caeb078-330b-4904-b68f-c534a0a8dc2e 2018-09-01 22:36:36,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.05870890617s 2018-09-01 22:36:36,036 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e9ca7241-8709-4920-bb26-5976de597a27.json used request id req-9caeb078-330b-4904-b68f-c534a0a8dc2e 2018-09-01 22:36:36,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:36,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:36,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-38c81e67-df59-40b7-9108-602b38002f95 Date: Sat, 01 Sep 2018 22:36:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:24Z", "file": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/file", "owner": "a51ffbd080b243cca65af1c05ce1a651", "id": "8ca4eadb-70d1-4eba-9705-48463da2bf3e", "size": 12716032, "self": "/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_c2da4c40-8b05-4908-92d5-dd74526b6e39", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:36:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:36,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-38c81e67-df59-40b7-9108-602b38002f95 2018-09-01 22:36:36,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.774924039841s 2018-09-01 22:36:36,815 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-38c81e67-df59-40b7-9108-602b38002f95 2018-09-01 22:36:36,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:36:36,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aacca30fbed9f8ee94aa941f22a993ba606f50b8" 2018-09-01 22:36:37,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5ab965b-8a1b-47b4-9cec-5267a3d166b5 Date: Sat, 01 Sep 2018 22:36: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 22:36:37,917 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e used request id req-d5ab965b-8a1b-47b4-9cec-5267a3d166b5 2018-09-01 22:36:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10073113441s 2018-09-01 22:36:37,918 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/8ca4eadb-70d1-4eba-9705-48463da2bf3e used request id req-d5ab965b-8a1b-47b4-9cec-5267a3d166b5 2018-09-01 22:36:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:36:37,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:38,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36: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-b6ca2339-06aa-4642-a7e8-28e2242e9bf3 x-compute-request-id: req-b6ca2339-06aa-4642-a7e8-28e2242e9bf3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1", "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": "b3652828-e067-4b19-ab67-d3e829ff15f1"}]} 2018-09-01 22:36:38,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b6ca2339-06aa-4642-a7e8-28e2242e9bf3 2018-09-01 22:36:38,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13086605072s 2018-09-01 22:36:38,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b6ca2339-06aa-4642-a7e8-28e2242e9bf3 2018-09-01 22:36:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:36:38,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:38,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:36:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e12c2ba-49ba-4033-b522-aa139d4e297f x-compute-request-id: req-8e12c2ba-49ba-4033-b522-aa139d4e297f Content-Length: 0 Content-Type: application/json 2018-09-01 22:36:38,201 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1 used request id req-8e12c2ba-49ba-4033-b522-aa139d4e297f 2018-09-01 22:36:38,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.149379968643s 2018-09-01 22:36:38,201 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b3652828-e067-4b19-ab67-d3e829ff15f1 used request id req-8e12c2ba-49ba-4033-b522-aa139d4e297f 2018-09-01 22:36:38,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:36:38,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:38,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee6df5e-6624-4f45-8abe-c111c54918dc Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": {"self": "http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3cb10459baa74db89c8fe1803c2c78d5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:36:38,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eee6df5e-6624-4f45-8abe-c111c54918dc 2018-09-01 22:36:38,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130726099014s 2018-09-01 22:36:38,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eee6df5e-6624-4f45-8abe-c111c54918dc 2018-09-01 22:36:38,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:36:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:38,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac39aaaa-8ecb-4ef4-93d5-412f59f5e7c0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_c2da4c40-8b05-4908-92d5-dd74526b6e39", "links": {"self": "http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3cb10459baa74db89c8fe1803c2c78d5", "description": null}} 2018-09-01 22:36:38,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 used request id req-ac39aaaa-8ecb-4ef4-93d5-412f59f5e7c0 2018-09-01 22:36:38,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206517219543s 2018-09-01 22:36:38,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 used request id req-ac39aaaa-8ecb-4ef4-93d5-412f59f5e7c0 2018-09-01 22:36:38,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:36:38,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:39,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-972f570e-d785-42c3-8ff6-8588c697f0e0 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 22:36:39,006 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 used request id req-972f570e-d785-42c3-8ff6-8588c697f0e0 2018-09-01 22:36:39,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.460020780563s 2018-09-01 22:36:39,006 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3cb10459baa74db89c8fe1803c2c78d5 used request id req-972f570e-d785-42c3-8ff6-8588c697f0e0 2018-09-01 22:36:39,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:36:39,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:39,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ad6e64-63e6-454c-a029-44b8e25e7758 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651"}, "tags": [], "enabled": true, "id": "a51ffbd080b243cca65af1c05ce1a651", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_c2da4c40-8b05-4908-92d5-dd74526b6e39"}]} 2018-09-01 22:36:39,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c1ad6e64-63e6-454c-a029-44b8e25e7758 2018-09-01 22:36:39,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194875001907s 2018-09-01 22:36:39,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c1ad6e64-63e6-454c-a029-44b8e25e7758 2018-09-01 22:36:39,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:36:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fbdb46cdbdbc72fa7187a687320165deb197344" 2018-09-01 22:36:39,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:36:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e155e2a4-53bf-4992-9c31-8be9ff1c0d70 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 22:36:39,514 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651 used request id req-e155e2a4-53bf-4992-9c31-8be9ff1c0d70 2018-09-01 22:36:39,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.302474975586s 2018-09-01 22:36:39,515 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a51ffbd080b243cca65af1c05ce1a651 used request id req-e155e2a4-53bf-4992-9c31-8be9ff1c0d70 2018-09-01 22:36:39,568 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-01 22:36:39,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:36:39,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:36:39,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:36:39,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:36:39,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:36:39,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:36:39,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:36:39,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:36:39,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:36:39,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:39,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e5e916-8734-4bcf-828d-c9825ed38d46 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:36:39,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b2e5e916-8734-4bcf-828d-c9825ed38d46 2018-09-01 22:36:39,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:36:40,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["FCDkoEMYQX6Ksdb-i2D7Ew"], "issued_at": "2018-09-01T22:36:39.000000Z"}} 2018-09-01 22:36:40,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:40,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-80a89048-94fc-4ad0-842d-9a48d042e743 Date: Sat, 01 Sep 2018 22:36:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:36:40,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80a89048-94fc-4ad0-842d-9a48d042e743 2018-09-01 22:36:40,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346790075302s 2018-09-01 22:36:40,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80a89048-94fc-4ad0-842d-9a48d042e743 2018-09-01 22:36:40,388 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-01 22:36:40,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:36:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"network": {"name": "singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa", "admin_state_up": true}}' 2018-09-01 22:36:40,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d8d37a8d-1fe6-496c-8fd4-4299beb7d807 Date: Sat, 01 Sep 2018 22:36: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":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:36:40Z","is_default":false,"provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","mtu":1450}} 2018-09-01 22:36:40,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8d37a8d-1fe6-496c-8fd4-4299beb7d807 2018-09-01 22:36:40,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.559891939163s 2018-09-01 22:36:40,949 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8d37a8d-1fe6-496c-8fd4-4299beb7d807 2018-09-01 22:36:40,949 - 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-01T22:36:40Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9344b46e-3646-4eed-9f39-e31c09cbc793', u'provider:segmentation_id': 22, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa', u'admin_state_up': True, u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:36:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:36:40,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:40,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:41,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-5822cd61-4c9c-4161-9348-9977accece1d Date: Sat, 01 Sep 2018 22:36:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:36:40Z","provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","provider:network_type":"vxlan"}]} 2018-09-01 22:36:41,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5822cd61-4c9c-4161-9348-9977accece1d 2018-09-01 22:36:41,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349266052246s 2018-09-01 22:36:41,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5822cd61-4c9c-4161-9348-9977accece1d 2018-09-01 22:36:41,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:36:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"subnet": {"name": "singlevm1-subnet_28898438-0630-4d25-9616-aa5ae64afafa", "enable_dhcp": true, "network_id": "9344b46e-3646-4eed-9f39-e31c09cbc793", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:36:41,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-99aaa0d3-6135-4fa8-867d-dbaeda02a0dc Date: Sat, 01 Sep 2018 22:36:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9344b46e-3646-4eed-9f39-e31c09cbc793","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:36:41Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"85d40e04-36df-4101-bd1f-125dfd7a5122","subnetpool_id":null,"name":"singlevm1-subnet_28898438-0630-4d25-9616-aa5ae64afafa"}} 2018-09-01 22:36:41,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-99aaa0d3-6135-4fa8-867d-dbaeda02a0dc 2018-09-01 22:36:41,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.540791034698s 2018-09-01 22:36:41,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-99aaa0d3-6135-4fa8-867d-dbaeda02a0dc 2018-09-01 22:36:41,843 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:36:41Z', 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'85d40e04-36df-4101-bd1f-125dfd7a5122', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_28898438-0630-4d25-9616-aa5ae64afafa', u'enable_dhcp': True, u'network_id': u'9344b46e-3646-4eed-9f39-e31c09cbc793', u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:36:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9c607f8dec084760b79a49d03ee5938a'}) 2018-09-01 22:36:41,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:36:41,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "singlevm1-router_28898438-0630-4d25-9616-aa5ae64afafa", "admin_state_up": true}}' 2018-09-01 22:36:43,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-515a4468-01fa-4b1e-bc86-3172024e03fc Date: Sat, 01 Sep 2018 22:36:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:36:43Z", "revision_number": 2, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65", "name": "singlevm1-router_28898438-0630-4d25-9616-aa5ae64afafa"}} 2018-09-01 22:36:43,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-515a4468-01fa-4b1e-bc86-3172024e03fc 2018-09-01 22:36:43,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66421794891s 2018-09-01 22:36:43,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-515a4468-01fa-4b1e-bc86-3172024e03fc 2018-09-01 22:36:43,508 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', u'created_at': u'2018-09-01T22:36:42Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T22:36:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'9c607f8dec084760b79a49d03ee5938a', u'id': u'7522e34f-d0df-439e-8ccc-9ed0d00aba65', u'name': u'singlevm1-router_28898438-0630-4d25-9616-aa5ae64afafa'}) 2018-09-01 22:36:43,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:36:43,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"subnet_id": "85d40e04-36df-4101-bd1f-125dfd7a5122"}' 2018-09-01 22:36:45,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-142fef5d-5590-44a9-a9e3-59980ad597a5 Date: Sat, 01 Sep 2018 22:36:45 GMT RESP BODY: {"network_id": "9344b46e-3646-4eed-9f39-e31c09cbc793", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "85d40e04-36df-4101-bd1f-125dfd7a5122", "subnet_ids": ["85d40e04-36df-4101-bd1f-125dfd7a5122"], "port_id": "1fab1c6a-99f7-4f60-b285-d3a031a439b3", "id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65"} 2018-09-01 22:36:45,392 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/add_router_interface.json used request id req-142fef5d-5590-44a9-a9e3-59980ad597a5 2018-09-01 22:36:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88299107552s 2018-09-01 22:36:45,392 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/add_router_interface.json used request id req-142fef5d-5590-44a9-a9e3-59980ad597a5 returning object 7522e34f-d0df-439e-8ccc-9ed0d00aba65 2018-09-01 22:36:45,393 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:36:45,520 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:36:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:36:45,529 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:36:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:36:45,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:45,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:46,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-86d0af02-1dca-4aa6-931e-53e6461b7cbe Date: Sat, 01 Sep 2018 22:36:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:46,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-86d0af02-1dca-4aa6-931e-53e6461b7cbe 2018-09-01 22:36:46,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.756857156754s 2018-09-01 22:36:46,290 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-86d0af02-1dca-4aa6-931e-53e6461b7cbe 2018-09-01 22:36:46,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:36:46,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa"}' 2018-09-01 22:36:46,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-827dc436-e409-46a0-92d8-1e73a5a158ef Date: Sat, 01 Sep 2018 22:36:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:46Z", "file": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "size": null, "self": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "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_28898438-0630-4d25-9616-aa5ae64afafa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "checksum": null, "created_at": "2018-09-01T22:36:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:36:46,648 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-827dc436-e409-46a0-92d8-1e73a5a158ef 2018-09-01 22:36:46,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.349869012833s 2018-09-01 22:36:46,648 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-827dc436-e409-46a0-92d8-1e73a5a158ef returning object 39528350-61ee-4f00-9072-da97e4c9dcb0 2018-09-01 22:36:46,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:36:46,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '' 2018-09-01 22:36:47,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b857b4a2-b343-4cd1-8ab9-284eef84aa8a Date: Sat, 01 Sep 2018 22:36: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 22:36:47,410 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file used request id req-b857b4a2-b343-4cd1-8ab9-284eef84aa8a 2018-09-01 22:36:47,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.761299848557s 2018-09-01 22:36:47,411 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file used request id req-b857b4a2-b343-4cd1-8ab9-284eef84aa8a 2018-09-01 22:36:47,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:47,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:48,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-adc36683-b9db-4ade-99af-2e8019e9c735 Date: Sat, 01 Sep 2018 22:36:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:47Z", "file": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "size": 12716032, "self": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:36:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:48,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-adc36683-b9db-4ade-99af-2e8019e9c735 2018-09-01 22:36:48,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760751008987s 2018-09-01 22:36:48,173 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-adc36683-b9db-4ade-99af-2e8019e9c735 2018-09-01 22:36:48,174 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file', 'owner': u'9c607f8dec084760b79a49d03ee5938a', 'id': u'39528350-61ee-4f00-9072-da97e4c9dcb0', 'size': 12716032, u'self': u'/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c607f8dec084760b79a49d03ee5938a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:36:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:36:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa', '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/39528350-61ee-4f00-9072-da97e4c9dcb0', 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_28898438-0630-4d25-9616-aa5ae64afafa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa', 'created': u'2018-09-01T22:36:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:36:46Z', 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/39528350-61ee-4f00-9072-da97e4c9dcb0', 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_28898438-0630-4d25-9616-aa5ae64afafa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:36:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:36:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_28898438-0630-4d25-9616-aa5ae64afafa", "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 22:36:49,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36: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-be4bdd04-f2c0-4397-b37d-f76cfaea561e x-compute-request-id: req-be4bdd04-f2c0-4397-b37d-f76cfaea561e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_28898438-0630-4d25-9616-aa5ae64afafa", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "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": "60484beb-286f-426c-ae13-2de33066af22"}} 2018-09-01 22:36:49,010 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-be4bdd04-f2c0-4397-b37d-f76cfaea561e 2018-09-01 22:36:49,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.835129976273s 2018-09-01 22:36:49,010 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-be4bdd04-f2c0-4397-b37d-f76cfaea561e 2018-09-01 22:36:49,011 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_28898438-0630-4d25-9616-aa5ae64afafa', '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'9c607f8dec084760b79a49d03ee5938a', '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'60484beb-286f-426c-ae13-2de33066af22', 'swap': 0}) 2018-09-01 22:36:49,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:36:49,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"extra_specs": {}}' 2018-09-01 22:36:49,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36: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-9df89e60-8455-416a-86d4-1cab42cc5b85 x-compute-request-id: req-9df89e60-8455-416a-86d4-1cab42cc5b85 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:36:49,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22/os-extra_specs used request id req-9df89e60-8455-416a-86d4-1cab42cc5b85 2018-09-01 22:36:49,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230250358582s 2018-09-01 22:36:49,035 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22/os-extra_specs used request id req-9df89e60-8455-416a-86d4-1cab42cc5b85 2018-09-01 22:36:49,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 22:36:49,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"keypair": {"name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa"}}' 2018-09-01 22:36:49,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36: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-a8a41224-c62e-451b-9e14-54122d971fb8 x-compute-request-id: req-a8a41224-c62e-451b-9e14-54122d971fb8 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPwxptasX/zjoFSUfN1xpakj2Y78nf4qJ2mVqvC2Qyuft9/uOcv2MiKayUzq8XmIJd16BDVeyGPZzAg95ozrX+LQ72g2x1Y7rh/I1MgWbgSHwfxSRCzl7hP73GV8LnPpot1qUhJUpaEMIZhw5ZchCv/FU/noKBvjVFS/PFu59x4DxblM2iTyMTmdAXxE/zfFjNVXyLocG1qzfqgGOMA6EituTXQCuAOWQ4J3WPvRnfSbPCju3kBP+eKOZx9BcAfBr+hSyBFGqgrKy+w9/W9HBgI45KrdmdysuPrhNCdP0lEAQ5nTaUaggFhTKjxKSB36fNtGLazOrFdaUpvoRWA9lz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz8MabWrF/846BUlHzdcaWpI9mO/J3+KidplarwtkMrn7ff7j\nnL9jIimslM6vF5iCXdegQ1Xshj2cwIPeaM61/i0O9oNsdWO64fyNTIFm4Eh8H8Uk\nQs5e4T+9xlfC5z6aLdalISVKWhDCGYcOWXIQr/xVP56Cgb41RUvzxbufceA8W5TN\nok8jE5nQF8RP83xYzVV8i6HBtas36oBjjAOhIrbk10ArgDlkOCd1j70Z30mzwo7t\n5AT/nijmcfQXAHwa/oUsgRRqoKysvsPf1vRwYCOOSq3ZncrLj64TQnT9JRAEOZ02\nlGoIBYUyo8Skgd+nzbRi2szqxXWlKb6EVgPZcwIDAQABAoIBABntvHeZUrqZDy6n\ntZlf1f8lryBOFMCnNSVeAC5GWqvmABf6XoeqbwHNd6deoAVu2B5EEdE1gP5D5DM2\ngeRMn/Pnxa1IO5nu51zauvuoTqGBClSgsuTPgpHT9agyPbXEX1OHLTaUw9G3s7Gh\n5E2Pabu83xrAeoMcrONIFlVAFCcO3k6LV4BWi7UG8RnRN0s3EenSRIY2RHVmBC99\nzFBnKmXSk+gzGDDUB2DNq2DSSK0a0O0XcU11tRiveRN971LpkI/0P2YXcjgxadj2\nhrN3kQI4O2lkjntQyW0vS2f/hYR2uvsIL61dM1YTckClCS3qUWwe+l6T10Un0dKQ\nhep43gECgYEA/Bvk1KIR0HYmk37ggRkm2p0vj4FXWn21tXT80xf9hLbwxooz/KTk\n4yfVAs9J8DSF/HpqsFpbYlpjfpcG7/kZbqtFUUNzKwHp2rUc4/jwz7hGQJzsAYiI\no1qkMVXjXKdCStC55llm6/TLO+K2A/g2/TE2fYyiYunXZZw4jJxr8nMCgYEA0vf9\nqDH5Jo74KZMW6ro1iC0TOq3+kwxwB4+GQxr+GsMx1Di76yBu0hqWPNae33GAg7vw\nVUwYhd8f9o0teqKSnAB3vx9+PulcD/fMveTkSB2bNccMX109QEcLbdMP16RTZCgn\nrlTWlF9jqRDEs+nryy415CE+mTq0KKEjK77DvQECgYALpe5ItMRF8W+O2QnebR8S\ncrjD1KIImE5Q9/rGdhFMlHdDdRc50RSSOkDpRFKSOpsGM1HCnCokvTBjpO65H7VB\nG8C0JH2puwjnBf8zuUjHECiOy7FL0NcfVQzJCsLagQ/bDRHJxs+ujzzko3DtdgZ0\nZFW0L09BarR9CV7DgGasaQKBgCpIV8dxFJ18xBIZD9vFrFr5pcP6AW7ZbE6nnmIu\ns8ULYB5HrKooWu2zNG9HGJpx9i7w6O8/jB6wpIhWrUnJ8ZZgpZ9hoXzcan4szRU2\nHeayQFxb44fteQw78Pd2+NLgdXI6dhGDoWolYCUPXk0s0fxr65MocpJlaJxIB3OK\nDVMBAoGBAMtakKpfCv8ocaadGinXHKr8HiHhemySF/mZgg9cxbN9T2NFG9TAmj1Z\nMAOfE8oZiY1u/P2vkYtlS+4PjUfsEag1EZ41gVniROvOnyJ5WXlCDpv48sMKdk+P\nx0jpcERvplywMZL9yLSjFIJONIuzb5ZzEjgz2d+g5XhwO3Il8Xhg\n-----END RSA PRIVATE KEY-----\n", "user_id": "35a0b35867e54796a3878d0c97367cd4", "name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "fingerprint": "85:0e:46:7c:a5:76:98:61:72:27:dc:5c:b8:6b:d4:9d"}} 2018-09-01 22:36:49,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-a8a41224-c62e-451b-9e14-54122d971fb8 2018-09-01 22:36:49,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.307693958282s 2018-09-01 22:36:49,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-a8a41224-c62e-451b-9e14-54122d971fb8 2018-09-01 22:36:49,344 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPwxptasX/zjoFSUfN1xpakj2Y78nf4qJ2mVqvC2Qyuft9/uOcv2MiKayUzq8XmIJd16BDVeyGPZzAg95ozrX+LQ72g2x1Y7rh/I1MgWbgSHwfxSRCzl7hP73GV8LnPpot1qUhJUpaEMIZhw5ZchCv/FU/noKBvjVFS/PFu59x4DxblM2iTyMTmdAXxE/zfFjNVXyLocG1qzfqgGOMA6EituTXQCuAOWQ4J3WPvRnfSbPCju3kBP+eKOZx9BcAfBr+hSyBFGqgrKy+w9/W9HBgI45KrdmdysuPrhNCdP0lEAQ5nTaUaggFhTKjxKSB36fNtGLazOrFdaUpvoRWA9lz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAz8MabWrF/846BUlHzdcaWpI9mO/J3+KidplarwtkMrn7ff7j\nnL9jIimslM6vF5iCXdegQ1Xshj2cwIPeaM61/i0O9oNsdWO64fyNTIFm4Eh8H8Uk\nQs5e4T+9xlfC5z6aLdalISVKWhDCGYcOWXIQr/xVP56Cgb41RUvzxbufceA8W5TN\nok8jE5nQF8RP83xYzVV8i6HBtas36oBjjAOhIrbk10ArgDlkOCd1j70Z30mzwo7t\n5AT/nijmcfQXAHwa/oUsgRRqoKysvsPf1vRwYCOOSq3ZncrLj64TQnT9JRAEOZ02\nlGoIBYUyo8Skgd+nzbRi2szqxXWlKb6EVgPZcwIDAQABAoIBABntvHeZUrqZDy6n\ntZlf1f8lryBOFMCnNSVeAC5GWqvmABf6XoeqbwHNd6deoAVu2B5EEdE1gP5D5DM2\ngeRMn/Pnxa1IO5nu51zauvuoTqGBClSgsuTPgpHT9agyPbXEX1OHLTaUw9G3s7Gh\n5E2Pabu83xrAeoMcrONIFlVAFCcO3k6LV4BWi7UG8RnRN0s3EenSRIY2RHVmBC99\nzFBnKmXSk+gzGDDUB2DNq2DSSK0a0O0XcU11tRiveRN971LpkI/0P2YXcjgxadj2\nhrN3kQI4O2lkjntQyW0vS2f/hYR2uvsIL61dM1YTckClCS3qUWwe+l6T10Un0dKQ\nhep43gECgYEA/Bvk1KIR0HYmk37ggRkm2p0vj4FXWn21tXT80xf9hLbwxooz/KTk\n4yfVAs9J8DSF/HpqsFpbYlpjfpcG7/kZbqtFUUNzKwHp2rUc4/jwz7hGQJzsAYiI\no1qkMVXjXKdCStC55llm6/TLO+K2A/g2/TE2fYyiYunXZZw4jJxr8nMCgYEA0vf9\nqDH5Jo74KZMW6ro1iC0TOq3+kwxwB4+GQxr+GsMx1Di76yBu0hqWPNae33GAg7vw\nVUwYhd8f9o0teqKSnAB3vx9+PulcD/fMveTkSB2bNccMX109QEcLbdMP16RTZCgn\nrlTWlF9jqRDEs+nryy415CE+mTq0KKEjK77DvQECgYALpe5ItMRF8W+O2QnebR8S\ncrjD1KIImE5Q9/rGdhFMlHdDdRc50RSSOkDpRFKSOpsGM1HCnCokvTBjpO65H7VB\nG8C0JH2puwjnBf8zuUjHECiOy7FL0NcfVQzJCsLagQ/bDRHJxs+ujzzko3DtdgZ0\nZFW0L09BarR9CV7DgGasaQKBgCpIV8dxFJ18xBIZD9vFrFr5pcP6AW7ZbE6nnmIu\ns8ULYB5HrKooWu2zNG9HGJpx9i7w6O8/jB6wpIhWrUnJ8ZZgpZ9hoXzcan4szRU2\nHeayQFxb44fteQw78Pd2+NLgdXI6dhGDoWolYCUPXk0s0fxr65MocpJlaJxIB3OK\nDVMBAoGBAMtakKpfCv8ocaadGinXHKr8HiHhemySF/mZgg9cxbN9T2NFG9TAmj1Z\nMAOfE8oZiY1u/P2vkYtlS+4PjUfsEag1EZ41gVniROvOnyJ5WXlCDpv48sMKdk+P\nx0jpcERvplywMZL9yLSjFIJONIuzb5ZzEjgz2d+g5XhwO3Il8Xhg\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'35a0b35867e54796a3878d0c97367cd4', 'name': u'singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa', 'created_at': '2018-09-01T22:36:49.344824', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c607f8dec084760b79a49d03ee5938a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'85:0e:46:7c:a5:76:98:61:72:27:dc:5c:b8:6b:d4:9d', 'type': 'ssh', 'id': u'singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa'}) 2018-09-01 22:36:49,345 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAz8MabWrF/846BUlHzdcaWpI9mO/J3+KidplarwtkMrn7ff7j nL9jIimslM6vF5iCXdegQ1Xshj2cwIPeaM61/i0O9oNsdWO64fyNTIFm4Eh8H8Uk Qs5e4T+9xlfC5z6aLdalISVKWhDCGYcOWXIQr/xVP56Cgb41RUvzxbufceA8W5TN ok8jE5nQF8RP83xYzVV8i6HBtas36oBjjAOhIrbk10ArgDlkOCd1j70Z30mzwo7t 5AT/nijmcfQXAHwa/oUsgRRqoKysvsPf1vRwYCOOSq3ZncrLj64TQnT9JRAEOZ02 lGoIBYUyo8Skgd+nzbRi2szqxXWlKb6EVgPZcwIDAQABAoIBABntvHeZUrqZDy6n tZlf1f8lryBOFMCnNSVeAC5GWqvmABf6XoeqbwHNd6deoAVu2B5EEdE1gP5D5DM2 geRMn/Pnxa1IO5nu51zauvuoTqGBClSgsuTPgpHT9agyPbXEX1OHLTaUw9G3s7Gh 5E2Pabu83xrAeoMcrONIFlVAFCcO3k6LV4BWi7UG8RnRN0s3EenSRIY2RHVmBC99 zFBnKmXSk+gzGDDUB2DNq2DSSK0a0O0XcU11tRiveRN971LpkI/0P2YXcjgxadj2 hrN3kQI4O2lkjntQyW0vS2f/hYR2uvsIL61dM1YTckClCS3qUWwe+l6T10Un0dKQ hep43gECgYEA/Bvk1KIR0HYmk37ggRkm2p0vj4FXWn21tXT80xf9hLbwxooz/KTk 4yfVAs9J8DSF/HpqsFpbYlpjfpcG7/kZbqtFUUNzKwHp2rUc4/jwz7hGQJzsAYiI o1qkMVXjXKdCStC55llm6/TLO+K2A/g2/TE2fYyiYunXZZw4jJxr8nMCgYEA0vf9 qDH5Jo74KZMW6ro1iC0TOq3+kwxwB4+GQxr+GsMx1Di76yBu0hqWPNae33GAg7vw VUwYhd8f9o0teqKSnAB3vx9+PulcD/fMveTkSB2bNccMX109QEcLbdMP16RTZCgn rlTWlF9jqRDEs+nryy415CE+mTq0KKEjK77DvQECgYALpe5ItMRF8W+O2QnebR8S crjD1KIImE5Q9/rGdhFMlHdDdRc50RSSOkDpRFKSOpsGM1HCnCokvTBjpO65H7VB G8C0JH2puwjnBf8zuUjHECiOy7FL0NcfVQzJCsLagQ/bDRHJxs+ujzzko3DtdgZ0 ZFW0L09BarR9CV7DgGasaQKBgCpIV8dxFJ18xBIZD9vFrFr5pcP6AW7ZbE6nnmIu s8ULYB5HrKooWu2zNG9HGJpx9i7w6O8/jB6wpIhWrUnJ8ZZgpZ9hoXzcan4szRU2 HeayQFxb44fteQw78Pd2+NLgdXI6dhGDoWolYCUPXk0s0fxr65MocpJlaJxIB3OK DVMBAoGBAMtakKpfCv8ocaadGinXHKr8HiHhemySF/mZgg9cxbN9T2NFG9TAmj1Z MAOfE8oZiY1u/P2vkYtlS+4PjUfsEag1EZ41gVniROvOnyJ5WXlCDpv48sMKdk+P x0jpcERvplywMZL9yLSjFIJONIuzb5ZzEjgz2d+g5XhwO3Il8Xhg -----END RSA PRIVATE KEY----- 2018-09-01 22:36:49,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 22:36:49,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"security_group": {"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-01 22:36:49,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a95ecfb5-af40-42e4-ad76-289bc7198cfa Date: Sat, 01 Sep 2018 22:36:49 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:49Z", "updated_at": "2018-09-01T22:36:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "a1a40dd8-8754-45eb-a161-da86032bb9e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "b23abf6f-8a43-4053-abe6-f3caf74f3c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 1, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}} 2018-09-01 22:36:49,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a95ecfb5-af40-42e4-ad76-289bc7198cfa 2018-09-01 22:36:49,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.436791181564s 2018-09-01 22:36:49,785 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a95ecfb5-af40-42e4-ad76-289bc7198cfa 2018-09-01 22:36:49,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:36:49,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:49,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-6added58-89fa-4528-8218-04ba4e74de91 Date: Sat, 01 Sep 2018 22:36:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T22:35:00Z", "updated_at": "2018-09-01T22:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "13a6fbae-448c-4602-9867-881e2669af29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "a36ddd08-6e27-421c-ad64-8a3719d4dab2", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "d00c5d9f-8a07-4812-aee0-33f4436d6cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "fc5c5911-d85e-4a2c-b8e8-2bdd22b3e299", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "created_at": "2018-09-01T22:31:38Z", "updated_at": "2018-09-01T22:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "3e2c3943-3db2-4804-8bc4-45390e371624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "5f2539e0-1705-467e-9f68-70d85d8ae720", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "b3037716-11ef-40a1-8aa3-34d3c327e107", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "f9ccf62a-8560-4859-a925-63c55fa96353", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}], "revision_number": 1, "project_id": "6bff5b78f0a0491ab0479344082bc850", "id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "created_at": "2018-09-01T22:36:16Z", "updated_at": "2018-09-01T22:36:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "4bfd882c-4960-4e67-8305-ab69232c351e", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "9197b43e-2de6-41fb-9cae-90fb55ca68e0", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "95dbc006-c408-4d81-bb43-423f27bb64f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "ba609207-a0dc-4fbd-b5f8-46361494ece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}], "revision_number": 1, "project_id": "a51ffbd080b243cca65af1c05ce1a651", "id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:49Z", "updated_at": "2018-09-01T22:36:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "a1a40dd8-8754-45eb-a161-da86032bb9e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "b23abf6f-8a43-4053-abe6-f3caf74f3c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 1, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}, {"description": "Default security group", "tags": [], "tenant_id": "3230455ac3924183bd9928eb04926ca1", "created_at": "2018-09-01T22:35:21Z", "updated_at": "2018-09-01T22:35:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "222ee814-82d6-47b0-b9dc-829c71a95f73", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "7d3f1fa9-d6af-44e8-9573-df6c5c3084d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "efeec3c7-f83d-485b-b186-7b21b5868a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "f0386b02-ba4b-4838-bd0a-7e8d185122b2", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}], "revision_number": 1, "project_id": "3230455ac3924183bd9928eb04926ca1", "id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:34:56Z", "updated_at": "2018-09-01T22:34:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "3e491308-9435-46b8-8b19-42781840d315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "9396a911-32aa-48d9-9ba3-40c1b7c87614", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c5282b40-1920-44ae-ac08-202993fda6a7", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c6db90d4-d3b7-4998-bc13-8f3fbed2e25d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 1, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "fde712eb-0170-4a66-a424-9712027112c2", "name": "default"}]} 2018-09-01 22:36:49,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6added58-89fa-4528-8218-04ba4e74de91 2018-09-01 22:36:49,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0543417930603s 2018-09-01 22:36:49,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6added58-89fa-4528-8218-04ba4e74de91 2018-09-01 22:36:49,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:36:49,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -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": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1"}}' 2018-09-01 22:36:50,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-42bce757-7d12-4f70-bdde-b42ae17f8b14 Date: Sat, 01 Sep 2018 22:36:50 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-01T22:36:50Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "port_range_min": 22, "revision_number": 0, "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:50Z", "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "f818cc3c-eff3-41a0-a823-5d6ddd6b8485"}} 2018-09-01 22:36:50,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-42bce757-7d12-4f70-bdde-b42ae17f8b14 2018-09-01 22:36:50,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.430927038193s 2018-09-01 22:36:50,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-42bce757-7d12-4f70-bdde-b42ae17f8b14 2018-09-01 22:36:50,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:36:50,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:50,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-b492d881-f343-473a-82f4-561d6739490d Date: Sat, 01 Sep 2018 22:36:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T22:35:00Z", "updated_at": "2018-09-01T22:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "13a6fbae-448c-4602-9867-881e2669af29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "a36ddd08-6e27-421c-ad64-8a3719d4dab2", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "d00c5d9f-8a07-4812-aee0-33f4436d6cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "fc5c5911-d85e-4a2c-b8e8-2bdd22b3e299", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "created_at": "2018-09-01T22:31:38Z", "updated_at": "2018-09-01T22:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "3e2c3943-3db2-4804-8bc4-45390e371624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "5f2539e0-1705-467e-9f68-70d85d8ae720", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "b3037716-11ef-40a1-8aa3-34d3c327e107", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "f9ccf62a-8560-4859-a925-63c55fa96353", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}], "revision_number": 1, "project_id": "6bff5b78f0a0491ab0479344082bc850", "id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "created_at": "2018-09-01T22:36:16Z", "updated_at": "2018-09-01T22:36:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "4bfd882c-4960-4e67-8305-ab69232c351e", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "9197b43e-2de6-41fb-9cae-90fb55ca68e0", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "95dbc006-c408-4d81-bb43-423f27bb64f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "ba609207-a0dc-4fbd-b5f8-46361494ece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}], "revision_number": 1, "project_id": "a51ffbd080b243cca65af1c05ce1a651", "id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:49Z", "updated_at": "2018-09-01T22:36:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "a1a40dd8-8754-45eb-a161-da86032bb9e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "b23abf6f-8a43-4053-abe6-f3caf74f3c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:36:50Z", "revision_number": 0, "id": "f818cc3c-eff3-41a0-a823-5d6ddd6b8485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:50Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 2, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}, {"description": "Default security group", "tags": [], "tenant_id": "3230455ac3924183bd9928eb04926ca1", "created_at": "2018-09-01T22:35:21Z", "updated_at": "2018-09-01T22:35:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "222ee814-82d6-47b0-b9dc-829c71a95f73", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "7d3f1fa9-d6af-44e8-9573-df6c5c3084d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "efeec3c7-f83d-485b-b186-7b21b5868a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "f0386b02-ba4b-4838-bd0a-7e8d185122b2", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}], "revision_number": 1, "project_id": "3230455ac3924183bd9928eb04926ca1", "id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:34:56Z", "updated_at": "2018-09-01T22:34:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "3e491308-9435-46b8-8b19-42781840d315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "9396a911-32aa-48d9-9ba3-40c1b7c87614", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c5282b40-1920-44ae-ac08-202993fda6a7", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c6db90d4-d3b7-4998-bc13-8f3fbed2e25d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 1, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "fde712eb-0170-4a66-a424-9712027112c2", "name": "default"}]} 2018-09-01 22:36:50,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b492d881-f343-473a-82f4-561d6739490d 2018-09-01 22:36:50,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0792279243469s 2018-09-01 22:36:50,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b492d881-f343-473a-82f4-561d6739490d 2018-09-01 22:36:50,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:36:50,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -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": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1"}}' 2018-09-01 22:36:50,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-629e5131-2b0b-411a-bb7f-adf178a39f54 Date: Sat, 01 Sep 2018 22:36:50 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-01T22:36:50Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "port_range_min": null, "revision_number": 0, "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:50Z", "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "72be836b-1551-4b91-a9d8-9e137ce03be2"}} 2018-09-01 22:36:50,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-629e5131-2b0b-411a-bb7f-adf178a39f54 2018-09-01 22:36:50,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.420167922974s 2018-09-01 22:36:50,790 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-629e5131-2b0b-411a-bb7f-adf178a39f54 2018-09-01 22:36:50,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:50,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:51,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b77b9f5c-30b2-44d8-81ca-4c42fa49d579 Date: Sat, 01 Sep 2018 22:36:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":["85d40e04-36df-4101-bd1f-125dfd7a5122"],"description":"","tags":[],"updated_at":"2018-09-01T22:36:41Z","provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","provider:network_type":"vxlan"}]} 2018-09-01 22:36:51,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b77b9f5c-30b2-44d8-81ca-4c42fa49d579 2018-09-01 22:36:51,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341075897217s 2018-09-01 22:36:51,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b77b9f5c-30b2-44d8-81ca-4c42fa49d579 2018-09-01 22:36:51,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:36:51,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:51,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4784ca00-f780-4e0a-be8b-53722f95dfa1 Date: Sat, 01 Sep 2018 22:36:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:47Z", "file": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "size": 12716032, "self": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:36:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:36:51,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4784ca00-f780-4e0a-be8b-53722f95dfa1 2018-09-01 22:36:51,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.77983212471s 2018-09-01 22:36:51,918 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4784ca00-f780-4e0a-be8b-53722f95dfa1 2018-09-01 22:36:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:36:51,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:52,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36: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-51b42174-5d68-4cdf-b8bf-fe811248faad x-compute-request-id: req-51b42174-5d68-4cdf-b8bf-fe811248faad Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_28898438-0630-4d25-9616-aa5ae64afafa", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "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": "60484beb-286f-426c-ae13-2de33066af22"}]} 2018-09-01 22:36:52,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-51b42174-5d68-4cdf-b8bf-fe811248faad 2018-09-01 22:36:52,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.135053873062s 2018-09-01 22:36:52,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-51b42174-5d68-4cdf-b8bf-fe811248faad 2018-09-01 22:36:52,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:36:52,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"server": {"name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "imageRef": "39528350-61ee-4f00-9072-da97e4c9dcb0", "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "flavorRef": "60484beb-286f-426c-ae13-2de33066af22", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9344b46e-3646-4eed-9f39-e31c09cbc793"}], "security_groups": [{"name": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1"}]}}' 2018-09-01 22:36:57,983 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:36: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-7f1f509d-cbc8-410e-b506-ff34513269eb x-compute-request-id: req-7f1f509d-cbc8-410e-b506-ff34513269eb Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1"}], "OS-DCF:diskConfig": "MANUAL", "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "adminPass": "N9GtLwas7Q8y"}} 2018-09-01 22:36:57,983 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7f1f509d-cbc8-410e-b506-ff34513269eb 2018-09-01 22:36:57,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.92681002617s 2018-09-01 22:36:57,984 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7f1f509d-cbc8-410e-b506-ff34513269eb 2018-09-01 22:36:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:36:57,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:58,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-477f6e37-1556-46b5-99a3-27b62f35ac8e x-compute-request-id: req-477f6e37-1556-46b5-99a3-27b62f35ac8e Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:36:58Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:36:58,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-477f6e37-1556-46b5-99a3-27b62f35ac8e 2018-09-01 22:36:58,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57520198822s 2018-09-01 22:36:58,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-477f6e37-1556-46b5-99a3-27b62f35ac8e 2018-09-01 22:36:58,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:36:58,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:58,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e80b452a-309b-4c4c-bcd6-e39654477d70 Date: Sat, 01 Sep 2018 22:36:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":["85d40e04-36df-4101-bd1f-125dfd7a5122"],"description":"","tags":[],"updated_at":"2018-09-01T22:36:41Z","provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","provider:network_type":"vxlan"}]} 2018-09-01 22:36:58,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e80b452a-309b-4c4c-bcd6-e39654477d70 2018-09-01 22:36:58,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0801928043365s 2018-09-01 22:36:58,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e80b452a-309b-4c4c-bcd6-e39654477d70 2018-09-01 22:36:58,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:36:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:36:58,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-30dcb83c-3283-4d7e-bbec-49609ab5d69a Date: Sat, 01 Sep 2018 22:36:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9344b46e-3646-4eed-9f39-e31c09cbc793","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:36:41Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"85d40e04-36df-4101-bd1f-125dfd7a5122","subnetpool_id":null,"name":"singlevm1-subnet_28898438-0630-4d25-9616-aa5ae64afafa"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2ecab897-029d-4694-8450-3bf914edbd66","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:44Z","dns_nameservers":[],"updated_at":"2018-09-01T22:31:44Z","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":"6bff5b78f0a0491ab0479344082bc850","id":"a6a859ec-89ff-464b-8f02-b6237f01c561","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 22:36:58,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-30dcb83c-3283-4d7e-bbec-49609ab5d69a 2018-09-01 22:36:58,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.241142034531s 2018-09-01 22:36:58,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-30dcb83c-3283-4d7e-bbec-49609ab5d69a 2018-09-01 22:36:58,890 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:00,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:00,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:02,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-2477ba87-ae17-4045-9901-3b5720407a21 x-compute-request-id: req-2477ba87-ae17-4045-9901-3b5720407a21 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:02,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2477ba87-ae17-4045-9901-3b5720407a21 2018-09-01 22:37:02,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24960613251s 2018-09-01 22:37:02,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2477ba87-ae17-4045-9901-3b5720407a21 2018-09-01 22:37:02,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:04,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:04,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-3496b252-5faa-408d-9531-a417c65e22e8 x-compute-request-id: req-3496b252-5faa-408d-9531-a417c65e22e8 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "security_groups": [{"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}], "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:02Z", "hostId": "70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:04,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3496b252-5faa-408d-9531-a417c65e22e8 2018-09-01 22:37:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756728887558s 2018-09-01 22:37:04,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3496b252-5faa-408d-9531-a417c65e22e8 2018-09-01 22:37:04,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:06,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:06,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:08,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-d77ccd72-d746-4d4a-b790-33f44e332dd3 x-compute-request-id: req-d77ccd72-d746-4d4a-b790-33f44e332dd3 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:25:f8", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "security_groups": [{"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}], "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:02Z", "hostId": "70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:08,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d77ccd72-d746-4d4a-b790-33f44e332dd3 2018-09-01 22:37:08,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25922107697s 2018-09-01 22:37:08,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d77ccd72-d746-4d4a-b790-33f44e332dd3 2018-09-01 22:37:08,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:10,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:10,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:11,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57253d4-44a7-41f2-86d7-a41a24b4e3cb x-compute-request-id: req-e57253d4-44a7-41f2-86d7-a41a24b4e3cb Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:25:f8", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "security_groups": [{"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}], "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:02Z", "hostId": "70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:11,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e57253d4-44a7-41f2-86d7-a41a24b4e3cb 2018-09-01 22:37:11,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.68166208267s 2018-09-01 22:37:11,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e57253d4-44a7-41f2-86d7-a41a24b4e3cb 2018-09-01 22:37:11,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:13,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:14,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-e32cfaee-46e3-4a6c-ab95-3f2ddb16e916 x-compute-request-id: req-e32cfaee-46e3-4a6c-ab95-3f2ddb16e916 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:25:f8", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T22:37:10.000000", "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "security_groups": [{"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}], "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:10Z", "hostId": "70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:14,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e32cfaee-46e3-4a6c-ab95-3f2ddb16e916 2018-09-01 22:37:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0336060524s 2018-09-01 22:37:14,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e32cfaee-46e3-4a6c-ab95-3f2ddb16e916 2018-09-01 22:37:14,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:37:14,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:15,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-5afa4ad0-f6e3-4694-80fd-114e51f183de Date: Sat, 01 Sep 2018 22:37:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T22:37:09Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"85d40e04-36df-4101-bd1f-125dfd7a5122","ip_address":"192.168.120.14"}],"id":"c9861edd-52a3-4461-bea8-bb680a58ff20","security_groups":["b6fec26d-3781-4dd5-9d12-79cc0369c7c1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:25:f8","project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2","name":"","admin_state_up":true,"network_id":"9344b46e-3646-4eed-9f39-e31c09cbc793","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:37:02Z","binding:vnic_type":"normal"}]} 2018-09-01 22:37:15,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-5afa4ad0-f6e3-4694-80fd-114e51f183de 2018-09-01 22:37:15,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.239254951477s 2018-09-01 22:37:15,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-5afa4ad0-f6e3-4694-80fd-114e51f183de 2018-09-01 22:37:15,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:37:15,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c9861edd-52a3-4461-bea8-bb680a58ff20" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:15,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ab59d9a8-ae11-49ed-8385-57929be0e355 Date: Sat, 01 Sep 2018 22:37:15 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:37:15,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c9861edd-52a3-4461-bea8-bb680a58ff20 used request id req-ab59d9a8-ae11-49ed-8385-57929be0e355 2018-09-01 22:37:15,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0514550209045s 2018-09-01 22:37:15,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c9861edd-52a3-4461-bea8-bb680a58ff20 used request id req-ab59d9a8-ae11-49ed-8385-57929be0e355 2018-09-01 22:37:15,205 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b5:25:f8', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'39528350-61ee-4f00-9072-da97e4c9dcb0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-01T22:37:10.000000', 'flavor': Munch({u'id': u'60484beb-286f-426c-ae13-2de33066af22'}), 'az': u'nova', 'id': u'ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2', 'security_groups': [Munch({u'name': u'singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'35a0b35867e54796a3878d0c97367cd4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c607f8dec084760b79a49d03ee5938a', '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-01T22:37:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:37:10Z', 'hostId': u'70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-01T22:37:10.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'9c607f8dec084760b79a49d03ee5938a', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa', 'adminPass': u'N9GtLwas7Q8y', 'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', 'created_at': u'2018-09-01T22:36:57Z', 'created': u'2018-09-01T22:36:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:37:15,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:37:15,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:15,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-9112ef3b-0a00-4f6e-a68b-6cbaf38421f9 Date: Sat, 01 Sep 2018 22:37:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":["85d40e04-36df-4101-bd1f-125dfd7a5122"],"description":"","tags":[],"updated_at":"2018-09-01T22:36:41Z","provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","provider:network_type":"vxlan"}]} 2018-09-01 22:37:15,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9112ef3b-0a00-4f6e-a68b-6cbaf38421f9 2018-09-01 22:37:15,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0920100212097s 2018-09-01 22:37:15,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9112ef3b-0a00-4f6e-a68b-6cbaf38421f9 2018-09-01 22:37:15,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:37:15,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:16,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-641693dc-b171-4394-a9ef-518a7a82f0c8 Date: Sat, 01 Sep 2018 22:37:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T22:37:09Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"85d40e04-36df-4101-bd1f-125dfd7a5122","ip_address":"192.168.120.14"}],"id":"c9861edd-52a3-4461-bea8-bb680a58ff20","security_groups":["b6fec26d-3781-4dd5-9d12-79cc0369c7c1"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:25:f8","project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2","name":"","admin_state_up":true,"network_id":"9344b46e-3646-4eed-9f39-e31c09cbc793","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:37:02Z","binding:vnic_type":"normal"}]} 2018-09-01 22:37:16,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-641693dc-b171-4394-a9ef-518a7a82f0c8 2018-09-01 22:37:16,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.01212882996s 2018-09-01 22:37:16,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-641693dc-b171-4394-a9ef-518a7a82f0c8 2018-09-01 22:37:16,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 22:37:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"floatingip": {"floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.14", "port_id": "c9861edd-52a3-4461-bea8-bb680a58ff20"}}' 2018-09-01 22:37:18,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f814eefd-a252-401f-b120-b1866141b261 Date: Sat, 01 Sep 2018 22:37:18 GMT RESP BODY: {"floatingip": {"router_id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:37:17Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "c9861edd-52a3-4461-bea8-bb680a58ff20", "id": "11e061c1-720a-43ef-a2c0-ba30499b6734", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:37:17Z", "project_id": "9c607f8dec084760b79a49d03ee5938a"}} 2018-09-01 22:37:18,013 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f814eefd-a252-401f-b120-b1866141b261 2018-09-01 22:37:18,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.69776701927s 2018-09-01 22:37:18,014 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f814eefd-a252-401f-b120-b1866141b261 2018-09-01 22:37:18,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:37:18,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:18,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-a5ed2b4b-058b-4457-a2f2-6cbae51b87a9 Date: Sat, 01 Sep 2018 22:37:18 GMT RESP BODY: {"floatingips": [{"router_id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:37:17Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "c9861edd-52a3-4461-bea8-bb680a58ff20", "id": "11e061c1-720a-43ef-a2c0-ba30499b6734", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:37:17Z", "project_id": "9c607f8dec084760b79a49d03ee5938a"}]} 2018-09-01 22:37:18,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a5ed2b4b-058b-4457-a2f2-6cbae51b87a9 2018-09-01 22:37:18,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.24320101738s 2018-09-01 22:37:18,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a5ed2b4b-058b-4457-a2f2-6cbae51b87a9 2018-09-01 22:37:18,269 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7522e34f-d0df-439e-8ccc-9ed0d00aba65', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9c607f8dec084760b79a49d03ee5938a', 'created_at': u'2018-09-01T22:37:17Z', 'attached': True, 'updated_at': u'2018-09-01T22:37:17Z', 'id': u'11e061c1-720a-43ef-a2c0-ba30499b6734', 'floating_network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9c607f8dec084760b79a49d03ee5938a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7522e34f-d0df-439e-8ccc-9ed0d00aba65', 'project_id': u'9c607f8dec084760b79a49d03ee5938a', 'port_id': u'c9861edd-52a3-4461-bea8-bb680a58ff20', 'port': u'c9861edd-52a3-4461-bea8-bb680a58ff20', 'network': u'2ecab897-029d-4694-8450-3bf914edbd66'}) 2018-09-01 22:37:18,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:37:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:37:19,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-7c49876f-39ae-4ec2-9311-9be677da12de x-compute-request-id: req-7c49876f-39ae-4ec2-9311-9be677da12de Content-Encoding: gzip Content-Length: 9586 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 517283961 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.192708] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195128] pid_max: default: 32768 minimum: 301\n[ 0.196451] ACPI: Core revision 20150930\n[ 0.198190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200107] Security Framework initialized\n[ 0.201295] Yama: becoming mindful.\n[ 0.202367] AppArmor: AppArmor initialized\n[ 0.203610] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207347] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209109] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211116] Initializing cgroup subsys io\n[ 0.212332] Initializing cgroup subsys memory\n[ 0.213591] Initializing cgroup subsys devices\n[ 0.214877] Initializing cgroup subsys freezer\n[ 0.216182] Initializing cgroup subsys net_cls\n[ 0.217465] Initializing cgroup subsys perf_event\n[ 0.218789] Initializing cgroup subsys net_prio\n[ 0.220122] Initializing cgroup subsys hugetlb\n[ 0.221370] Initializing cgroup subsys pids\n[ 0.222578] CPU: Physical Processor ID: 0\n[ 0.224502] mce: CPU supports 10 MCE banks\n[ 0.225690] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241902] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248642] ftrace: allocating 31920 entries in 125 pages\n[ 0.273691] smpboot: Max logical packages: 1\n[ 0.274863] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276716] x2apic enabled\n[ 0.277842] Switched APIC routing to physical x2apic.\n[ 0.280282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.286890] KVM setup paravirtual spinlock\n[ 0.288478] x86: Booted up 1 node, 1 CPUs\n[ 0.289572] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.291428] devtmpfs: initialized\n[ 0.293387] evm: security.selinux\n[ 0.294335] evm: security.SMACK64\n[ 0.295283] evm: security.SMACK64EXEC\n[ 0.296299] evm: security.SMACK64TRANSMUTE\n[ 0.297396] evm: security.SMACK64MMAP\n[ 0.298406] evm: security.ima\n[ 0.299279] evm: security.capability\n[ 0.300344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302823] pinctrl core: initialized pinctrl subsystem\n[ 0.304283] RTC time: 22:37:11, date: 09/01/18\n[ 0.305561] NET: Registered protocol family 16\n[ 0.306862] cpuidle: using governor ladder\n[ 0.307977] cpuidle: using governor menu\n[ 0.309048] PCCT header not found.\n[ 0.310058] ACPI: bus type PCI registered\n[ 0.311138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312773] PCI: Using configuration type 1 for base access\n[ 0.314910] ACPI: Added _OSI(Module Device)\n[ 0.316056] ACPI: Added _OSI(Processor Device)\n[ 0.317223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318445] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320566] ACPI: Interpreter enabled\n[ 0.321590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.324046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331497] ACPI: (supports S0 S5)\n[ 0.332463] ACPI: Using IOAPIC for interrupt routing\n[ 0.333715] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337453] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338977] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.340621] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345096] acpiphp: Slot [3] registered\n[ 0.346161] acpiphp: Slot [4] registered\n[ 0.347236] acpiphp: Slot [5] registered\n[ 0.348309] acpiphp: Slot [6] registered\n[ 0.349392] acpiphp: Slot [7] registered\n[ 0.350476] acpiphp: Slot [8] registered\n[ 0.351550] acpiphp: Slot [9] registered\n[ 0.352612] acpiphp: Slot [10] registered\n[ 0.353706] acpiphp: Slot [11] registered\n[ 0.354802] acpiphp: Slot [12] registered\n[ 0.355898] acpiphp: Slot [13] registered\n[ 0.356979] acpiphp: Slot [14] registered\n[ 0.358076] acpiphp: Slot [15] registered\n[ 0.372958] acpiphp: Slot [16] registered\n[ 0.374054] acpiphp: Slot [17] registered\n[ 0.375154] acpiphp: Slot [18] registered\n[ 0.376245] acpiphp: Slot [19] registered\n[ 0.377338] acpiphp: Slot [20] registered\n[ 0.378434] acpiphp: Slot [21] registered\n[ 0.379527] acpiphp: Slot [22] registered\n[ 0.380615] acpiphp: Slot [23] registered\n[ 0.381709] acpiphp: Slot [24] registered\n[ 0.382805] acpiphp: Slot [25] registered\n[ 0.383892] acpiphp: Slot [26] registered\n[ 0.384986] acpiphp: Slot [27] registered\n[ 0.386106] acpiphp: Slot [28] registered\n[ 0.387200] acpiphp: Slot [29] registered\n[ 0.388287] acpiphp: Slot [30] registered\n[ 0.389381] acpiphp: Slot [31] registered\n[ 0.390473] PCI host bridge to bus 0000:00\n[ 0.391565] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396721] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398657] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400654] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406314] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.407881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.413861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.415818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442136] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447572] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448980] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451086] vgaarb: loaded\n[ 0.451909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453523] SCSI subsystem initialized\n[ 0.454755] ACPI: bus type USB registered\n[ 0.455868] usbcore: registered new interface driver usbfs\n[ 0.457237] usbcore: registered new interface driver hub\n[ 0.458583] usbcore: registered new device driver usb\n[ 0.460061] PCI: Using ACPI for IRQ routing\n[ 0.461564] NetLabel: Initializing\n[ 0.462539] NetLabel: domain hash size = 128\n[ 0.463677] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464957] NetLabel: unlabeled traffic allowed by default\n[ 0.466530] clocksource: Switched to clocksource kvm-clock\n[ 0.476691] AppArmor: AppArmor Filesystem Enabled\n[ 0.477995] pnp: PnP ACPI init\n[ 0.479237] pnp: PnP ACPI: found 5 devices\n[ 0.486067] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488388] NET: Registered protocol family 2\n[ 0.489765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493131] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497764] NET: Registered protocol family 1\n[ 0.498949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500428] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530955] Trying to unpack rootfs image as initramfs...\n[ 0.592438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.597146] Scanning for low memory corruption every 60 seconds\n[ 0.599291] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600866] audit: initializing netlink subsys (disabled)\n[ 0.602360] audit: type=2000 audit(1535841431.408:1): initialized\n[ 0.604255] Initialise system trusted keyring\n[ 0.605622] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.607198] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609923] zbud: loaded\n[ 0.610923] VFS: Disk quotas dquot_6.6.0\n[ 0.612049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.614185] fuse init (API version 7.23)\n[ 0.615422] Key type big_key registered\n[ 0.616515] Allocating IMA MOK and blacklist keyrings.\n[ 0.618143] Key type asymmetric registered\n[ 0.619257] Asymmetric key parser 'x509' registered\n[ 0.620546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.622575] io scheduler noop registered\n[ 0.623661] io scheduler deadline registered (default)\n[ 0.625007] io scheduler cfq registered\n[ 0.626175] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.627596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.629316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.631297] ACPI: Power Button [PWRF]\n[ 0.632514] GHES: HEST is not enabled!\n[ 0.646975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.678740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.702394] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705336] Linux agpgart interface v0.103\n[ 0.708706] brd: module loaded\n[ 0.710896] loop: module loaded\n[ 0.715728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717726] GPT:90111 != 2097151\n[ 0.718661] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720142] GPT:90111 != 2097151\n[ 0.721069] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722369] vda: vda1 vda15\n[ 0.724008] scsi host0: ata_piix\n[ 0.725085] scsi host1: ata_piix\n[ 0.726076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729686] libphy: Fixed MDIO Bus: probed\n[ 0.731023] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732326] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735328] PPP generic driver version 2.4.2\n[ 0.736540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738126] ehci-pci: EHCI PCI platform driver\n[ 0.739339] ehci-platform: EHCI generic platform driver\n[ 0.740710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742243] ohci-pci: OHCI PCI platform driver\n[ 0.743432] ohci-platform: OHCI generic platform driver\n[ 0.744775] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762693] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767245] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769167] usb usb1: Product: UHCI Host Controller\n[ 0.770415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771932] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773256] hub 1-0:1.0: USB hub found\n[ 0.774378] hub 1-0:1.0: 2 ports detected\n[ 0.775660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778508] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779803] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781198] mousedev: PS/2 mouse device common for all mice\n[ 0.782881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785349] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790110] i2c /dev entries driver\n[ 0.791165] device-mapper: uevent: version 1.0.3\n[ 0.792451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.794685] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796539] NET: Registered protocol family 10\n[ 0.798090] NET: Registered protocol family 17\n[ 0.799309] Key type dns_resolver registered\n[ 0.800601] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804460] registered taskstats version 1\n[ 0.805594] Loading compiled-in X.509 certificates\n[ 0.807429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809933] zswap: loaded using pool lzo/zbud\n[ 0.811973] Key type trusted registered\n[ 0.814081] Key type encrypted registered\n[ 0.815208] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816610] ima: No TPM chip found, activating TPM-bypass!\n[ 0.818009] evm: HMAC attrs: 0x1\n[ 0.819301] Magic number: 2:10:653\n[ 0.820416] rtc_cmos 00:00: setting system clock to 2018-09-01 22:37:11 UTC (1535841431)\n[ 0.822623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824112] EDD information not available.\n[ 0.888082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904802] Write protecting the kernel read-only data: 14336k\n[ 0.907747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910195] 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.068838] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBW5HpWeyt6Ibsw1LJwWeDGzD+JtayFEE0M6u/GxSGv8M+EXYF//zURFCJ9jTnBcqIEILXF/z6JRZEwEZkyxuv2VZIE7cPUTWCZKfYgQShfdBr/bntmFXMxZNgcG5mzrgCtcn2r+vCesVXoVF6XYJ4RsjtRWWgE1WthXxSe7UYA/JjClBUH9BbLzj/GjaQSLJ9isBHLHvPJFsMbjd3HsTj2c5W9Ohtjkm4XXRKa60kAWfmII2HZ54U1GgKv6KjuQUx9IvPdgAHTEKYxoKjLsCSo8NdTvWNP0NoDCOkB0zSz0Vg0ZS8REBCtddBIfSjHXIUqfJQoJdsDGapviOYKLs/ root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\nssh-dss AAAAB3NzaC1kc3MAAACBANCovk1t57x4LTumxvhHSqGib18kYi/8YMUXNokfjlS0wo9EDfTokj2kRvGJS2sst3CY+9hbNeXUjzMRr2tojyi9VtaDWQ2FCdqto8foCh2txFhYuTjcQRl5Z+/Bex4+X0Ut0W+AwVzZhSUPs+yBZpM6hP/bLTFFx7u7cqwRwHx3AAAAFQDPPsL9DihaIpJKWWSc4qdjz8gj8wAAAIBVCCHSgrK/+Rn37rXId3HN9SIDhT1ws7+HUM0W56R2idwKTyVL1h0JVBMEWZIW8W0BldfgBBa23KLhX1DweEBB5JbT5mb5zX6lle4Z6GqkOAGp5z/hmuNXzqOz+QjDwy0UEnpwQgDjtI4D4ymFGZpcQ0vmaT9JjXx3zdzEQdHu6AAAAIEAz56mJmrvWnyO7YHYgXmF1tzejS05toAe4pkKtgIsqsUpgg+ZG5J4cQaOAOrKWIOjIWOgIo3SWmSpaTVgOUwtFWLvmbceAfwKhC72q/bRvw4iuDoAyNVvBTyjndUJpkQkLyXeKVwbDpBfbRJe8ComfxSQoLZhdYZdm6qQeqi5vQ0= root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb5:25f8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.09 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa login: "} 2018-09-01 22:37:19,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/action used request id req-7c49876f-39ae-4ec2-9311-9be677da12de 2018-09-01 22:37:19,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.887645959854s 2018-09-01 22:37:19,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/action used request id req-7c49876f-39ae-4ec2-9311-9be677da12de 2018-09-01 22:37:19,158 - 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 517283961 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.192708] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195128] pid_max: default: 32768 minimum: 301 [ 0.196451] ACPI: Core revision 20150930 [ 0.198190] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200107] Security Framework initialized [ 0.201295] Yama: becoming mindful. [ 0.202367] AppArmor: AppArmor initialized [ 0.203610] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207347] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209109] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211116] Initializing cgroup subsys io [ 0.212332] Initializing cgroup subsys memory [ 0.213591] Initializing cgroup subsys devices [ 0.214877] Initializing cgroup subsys freezer [ 0.216182] Initializing cgroup subsys net_cls [ 0.217465] Initializing cgroup subsys perf_event [ 0.218789] Initializing cgroup subsys net_prio [ 0.220122] Initializing cgroup subsys hugetlb [ 0.221370] Initializing cgroup subsys pids [ 0.222578] CPU: Physical Processor ID: 0 [ 0.224502] mce: CPU supports 10 MCE banks [ 0.225690] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241902] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248642] ftrace: allocating 31920 entries in 125 pages [ 0.273691] smpboot: Max logical packages: 1 [ 0.274863] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276716] x2apic enabled [ 0.277842] Switched APIC routing to physical x2apic. [ 0.280282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.286890] KVM setup paravirtual spinlock [ 0.288478] x86: Booted up 1 node, 1 CPUs [ 0.289572] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.291428] devtmpfs: initialized [ 0.293387] evm: security.selinux [ 0.294335] evm: security.SMACK64 [ 0.295283] evm: security.SMACK64EXEC [ 0.296299] evm: security.SMACK64TRANSMUTE [ 0.297396] evm: security.SMACK64MMAP [ 0.298406] evm: security.ima [ 0.299279] evm: security.capability [ 0.300344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302823] pinctrl core: initialized pinctrl subsystem [ 0.304283] RTC time: 22:37:11, date: 09/01/18 [ 0.305561] NET: Registered protocol family 16 [ 0.306862] cpuidle: using governor ladder [ 0.307977] cpuidle: using governor menu [ 0.309048] PCCT header not found. [ 0.310058] ACPI: bus type PCI registered [ 0.311138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312773] PCI: Using configuration type 1 for base access [ 0.314910] ACPI: Added _OSI(Module Device) [ 0.316056] ACPI: Added _OSI(Processor Device) [ 0.317223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318445] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320566] ACPI: Interpreter enabled [ 0.321590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.324046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331497] ACPI: (supports S0 S5) [ 0.332463] ACPI: Using IOAPIC for interrupt routing [ 0.333715] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337453] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338977] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.340621] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345096] acpiphp: Slot [3] registered [ 0.346161] acpiphp: Slot [4] registered [ 0.347236] acpiphp: Slot [5] registered [ 0.348309] acpiphp: Slot [6] registered [ 0.349392] acpiphp: Slot [7] registered [ 0.350476] acpiphp: Slot [8] registered [ 0.351550] acpiphp: Slot [9] registered [ 0.352612] acpiphp: Slot [10] registered [ 0.353706] acpiphp: Slot [11] registered [ 0.354802] acpiphp: Slot [12] registered [ 0.355898] acpiphp: Slot [13] registered [ 0.356979] acpiphp: Slot [14] registered [ 0.358076] acpiphp: Slot [15] registered [ 0.372958] acpiphp: Slot [16] registered [ 0.374054] acpiphp: Slot [17] registered [ 0.375154] acpiphp: Slot [18] registered [ 0.376245] acpiphp: Slot [19] registered [ 0.377338] acpiphp: Slot [20] registered [ 0.378434] acpiphp: Slot [21] registered [ 0.379527] acpiphp: Slot [22] registered [ 0.380615] acpiphp: Slot [23] registered [ 0.381709] acpiphp: Slot [24] registered [ 0.382805] acpiphp: Slot [25] registered [ 0.383892] acpiphp: Slot [26] registered [ 0.384986] acpiphp: Slot [27] registered [ 0.386106] acpiphp: Slot [28] registered [ 0.387200] acpiphp: Slot [29] registered [ 0.388287] acpiphp: Slot [30] registered [ 0.389381] acpiphp: Slot [31] registered [ 0.390473] PCI host bridge to bus 0000:00 [ 0.391565] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396721] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398657] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400654] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406314] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.407881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.413861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.415818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442136] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447572] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448980] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451086] vgaarb: loaded [ 0.451909] vgaarb: bridge control possible 0000:00:02.0 [ 0.453523] SCSI subsystem initialized [ 0.454755] ACPI: bus type USB registered [ 0.455868] usbcore: registered new interface driver usbfs [ 0.457237] usbcore: registered new interface driver hub [ 0.458583] usbcore: registered new device driver usb [ 0.460061] PCI: Using ACPI for IRQ routing [ 0.461564] NetLabel: Initializing [ 0.462539] NetLabel: domain hash size = 128 [ 0.463677] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464957] NetLabel: unlabeled traffic allowed by default [ 0.466530] clocksource: Switched to clocksource kvm-clock [ 0.476691] AppArmor: AppArmor Filesystem Enabled [ 0.477995] pnp: PnP ACPI init [ 0.479237] pnp: PnP ACPI: found 5 devices [ 0.486067] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488388] NET: Registered protocol family 2 [ 0.489765] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493131] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494755] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497764] NET: Registered protocol family 1 [ 0.498949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500428] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501876] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530955] Trying to unpack rootfs image as initramfs... [ 0.592438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.597146] Scanning for low memory corruption every 60 seconds [ 0.599291] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600866] audit: initializing netlink subsys (disabled) [ 0.602360] audit: type=2000 audit(1535841431.408:1): initialized [ 0.604255] Initialise system trusted keyring [ 0.605622] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.607198] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609923] zbud: loaded [ 0.610923] VFS: Disk quotas dquot_6.6.0 [ 0.612049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.614185] fuse init (API version 7.23) [ 0.615422] Key type big_key registered [ 0.616515] Allocating IMA MOK and blacklist keyrings. [ 0.618143] Key type asymmetric registered [ 0.619257] Asymmetric key parser 'x509' registered [ 0.620546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.622575] io scheduler noop registered [ 0.623661] io scheduler deadline registered (default) [ 0.625007] io scheduler cfq registered [ 0.626175] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.627596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.629316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.631297] ACPI: Power Button [PWRF] [ 0.632514] GHES: HEST is not enabled! [ 0.646975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.678740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.702394] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705336] Linux agpgart interface v0.103 [ 0.708706] brd: module loaded [ 0.710896] loop: module loaded [ 0.715728] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717726] GPT:90111 != 2097151 [ 0.718661] GPT:Alternate GPT header not at the end of the disk. [ 0.720142] GPT:90111 != 2097151 [ 0.721069] GPT: Use GNU Parted to correct GPT errors. [ 0.722369] vda: vda1 vda15 [ 0.724008] scsi host0: ata_piix [ 0.725085] scsi host1: ata_piix [ 0.726076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729686] libphy: Fixed MDIO Bus: probed [ 0.731023] tun: Universal TUN/TAP device driver, 1.6 [ 0.732326] tun: (C) 1999-2004 Max Krasnyansky [ 0.735328] PPP generic driver version 2.4.2 [ 0.736540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738126] ehci-pci: EHCI PCI platform driver [ 0.739339] ehci-platform: EHCI generic platform driver [ 0.740710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742243] ohci-pci: OHCI PCI platform driver [ 0.743432] ohci-platform: OHCI generic platform driver [ 0.744775] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759337] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762693] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.764048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.765595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.767245] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769167] usb usb1: Product: UHCI Host Controller [ 0.770415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771932] usb usb1: SerialNumber: 0000:00:01.2 [ 0.773256] hub 1-0:1.0: USB hub found [ 0.774378] hub 1-0:1.0: 2 ports detected [ 0.775660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778508] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779803] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781198] mousedev: PS/2 mouse device common for all mice [ 0.782881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785349] rtc_cmos 00:00: RTC can wake from S4 [ 0.786892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790110] i2c /dev entries driver [ 0.791165] device-mapper: uevent: version 1.0.3 [ 0.792451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794685] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796539] NET: Registered protocol family 10 [ 0.798090] NET: Registered protocol family 17 [ 0.799309] Key type dns_resolver registered [ 0.800601] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802068] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804460] registered taskstats version 1 [ 0.805594] Loading compiled-in X.509 certificates [ 0.807429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809933] zswap: loaded using pool lzo/zbud [ 0.811973] Key type trusted registered [ 0.814081] Key type encrypted registered [ 0.815208] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816610] ima: No TPM chip found, activating TPM-bypass! [ 0.818009] evm: HMAC attrs: 0x1 [ 0.819301] Magic number: 2:10:653 [ 0.820416] rtc_cmos 00:00: setting system clock to 2018-09-01 22:37:11 UTC (1535841431) [ 0.822623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824112] EDD information not available. [ 0.888082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904802] Write protecting the kernel read-only data: 14336k [ 0.907747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910195] 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.068838] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.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----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBW5HpWeyt6Ibsw1LJwWeDGzD+JtayFEE0M6u/GxSGv8M+EXYF//zURFCJ9jTnBcqIEILXF/z6JRZEwEZkyxuv2VZIE7cPUTWCZKfYgQShfdBr/bntmFXMxZNgcG5mzrgCtcn2r+vCesVXoVF6XYJ4RsjtRWWgE1WthXxSe7UYA/JjClBUH9BbLzj/GjaQSLJ9isBHLHvPJFsMbjd3HsTj2c5W9Ohtjkm4XXRKa60kAWfmII2HZ54U1GgKv6KjuQUx9IvPdgAHTEKYxoKjLsCSo8NdTvWNP0NoDCOkB0zSz0Vg0ZS8REBCtddBIfSjHXIUqfJQoJdsDGapviOYKLs/ root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa ssh-dss AAAAB3NzaC1kc3MAAACBANCovk1t57x4LTumxvhHSqGib18kYi/8YMUXNokfjlS0wo9EDfTokj2kRvGJS2sst3CY+9hbNeXUjzMRr2tojyi9VtaDWQ2FCdqto8foCh2txFhYuTjcQRl5Z+/Bex4+X0Ut0W+AwVzZhSUPs+yBZpM6hP/bLTFFx7u7cqwRwHx3AAAAFQDPPsL9DihaIpJKWWSc4qdjz8gj8wAAAIBVCCHSgrK/+Rn37rXId3HN9SIDhT1ws7+HUM0W56R2idwKTyVL1h0JVBMEWZIW8W0BldfgBBa23KLhX1DweEBB5JbT5mb5zX6lle4Z6GqkOAGp5z/hmuNXzqOz+QjDwy0UEnpwQgDjtI4D4ymFGZpcQ0vmaT9JjXx3zdzEQdHu6AAAAIEAz56mJmrvWnyO7YHYgXmF1tzejS05toAe4pkKtgIsqsUpgg+ZG5J4cQaOAOrKWIOjIWOgIo3SWmSpaTVgOUwtFWLvmbceAfwKhC72q/bRvw4iuDoAyNVvBTyjndUJpkQkLyXeKVwbDpBfbRJe8ComfxSQoLZhdYZdm6qQeqi5vQ0= root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb5:25f8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa launch-index: 0 === cirros: current=0.4.0 uptime=4.09 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa login: 2018-09-01 22:37:20,160 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-09-01 22:37:29,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:37:29,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:37:29,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-3f878bc5-02d4-45cc-b236-f85b39f8c655 x-compute-request-id: req-3f878bc5-02d4-45cc-b236-f85b39f8c655 Content-Encoding: gzip Content-Length: 9586 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 517283961 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.192708] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195128] pid_max: default: 32768 minimum: 301\n[ 0.196451] ACPI: Core revision 20150930\n[ 0.198190] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200107] Security Framework initialized\n[ 0.201295] Yama: becoming mindful.\n[ 0.202367] AppArmor: AppArmor initialized\n[ 0.203610] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207347] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209109] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211116] Initializing cgroup subsys io\n[ 0.212332] Initializing cgroup subsys memory\n[ 0.213591] Initializing cgroup subsys devices\n[ 0.214877] Initializing cgroup subsys freezer\n[ 0.216182] Initializing cgroup subsys net_cls\n[ 0.217465] Initializing cgroup subsys perf_event\n[ 0.218789] Initializing cgroup subsys net_prio\n[ 0.220122] Initializing cgroup subsys hugetlb\n[ 0.221370] Initializing cgroup subsys pids\n[ 0.222578] CPU: Physical Processor ID: 0\n[ 0.224502] mce: CPU supports 10 MCE banks\n[ 0.225690] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241902] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248642] ftrace: allocating 31920 entries in 125 pages\n[ 0.273691] smpboot: Max logical packages: 1\n[ 0.274863] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276716] x2apic enabled\n[ 0.277842] Switched APIC routing to physical x2apic.\n[ 0.280282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.286890] KVM setup paravirtual spinlock\n[ 0.288478] x86: Booted up 1 node, 1 CPUs\n[ 0.289572] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.291428] devtmpfs: initialized\n[ 0.293387] evm: security.selinux\n[ 0.294335] evm: security.SMACK64\n[ 0.295283] evm: security.SMACK64EXEC\n[ 0.296299] evm: security.SMACK64TRANSMUTE\n[ 0.297396] evm: security.SMACK64MMAP\n[ 0.298406] evm: security.ima\n[ 0.299279] evm: security.capability\n[ 0.300344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302823] pinctrl core: initialized pinctrl subsystem\n[ 0.304283] RTC time: 22:37:11, date: 09/01/18\n[ 0.305561] NET: Registered protocol family 16\n[ 0.306862] cpuidle: using governor ladder\n[ 0.307977] cpuidle: using governor menu\n[ 0.309048] PCCT header not found.\n[ 0.310058] ACPI: bus type PCI registered\n[ 0.311138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312773] PCI: Using configuration type 1 for base access\n[ 0.314910] ACPI: Added _OSI(Module Device)\n[ 0.316056] ACPI: Added _OSI(Processor Device)\n[ 0.317223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318445] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320566] ACPI: Interpreter enabled\n[ 0.321590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.324046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331497] ACPI: (supports S0 S5)\n[ 0.332463] ACPI: Using IOAPIC for interrupt routing\n[ 0.333715] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337453] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338977] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.340621] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345096] acpiphp: Slot [3] registered\n[ 0.346161] acpiphp: Slot [4] registered\n[ 0.347236] acpiphp: Slot [5] registered\n[ 0.348309] acpiphp: Slot [6] registered\n[ 0.349392] acpiphp: Slot [7] registered\n[ 0.350476] acpiphp: Slot [8] registered\n[ 0.351550] acpiphp: Slot [9] registered\n[ 0.352612] acpiphp: Slot [10] registered\n[ 0.353706] acpiphp: Slot [11] registered\n[ 0.354802] acpiphp: Slot [12] registered\n[ 0.355898] acpiphp: Slot [13] registered\n[ 0.356979] acpiphp: Slot [14] registered\n[ 0.358076] acpiphp: Slot [15] registered\n[ 0.372958] acpiphp: Slot [16] registered\n[ 0.374054] acpiphp: Slot [17] registered\n[ 0.375154] acpiphp: Slot [18] registered\n[ 0.376245] acpiphp: Slot [19] registered\n[ 0.377338] acpiphp: Slot [20] registered\n[ 0.378434] acpiphp: Slot [21] registered\n[ 0.379527] acpiphp: Slot [22] registered\n[ 0.380615] acpiphp: Slot [23] registered\n[ 0.381709] acpiphp: Slot [24] registered\n[ 0.382805] acpiphp: Slot [25] registered\n[ 0.383892] acpiphp: Slot [26] registered\n[ 0.384986] acpiphp: Slot [27] registered\n[ 0.386106] acpiphp: Slot [28] registered\n[ 0.387200] acpiphp: Slot [29] registered\n[ 0.388287] acpiphp: Slot [30] registered\n[ 0.389381] acpiphp: Slot [31] registered\n[ 0.390473] PCI host bridge to bus 0000:00\n[ 0.391565] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396721] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398657] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400654] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406314] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.407881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.413861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.415818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442136] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447572] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448980] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451086] vgaarb: loaded\n[ 0.451909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453523] SCSI subsystem initialized\n[ 0.454755] ACPI: bus type USB registered\n[ 0.455868] usbcore: registered new interface driver usbfs\n[ 0.457237] usbcore: registered new interface driver hub\n[ 0.458583] usbcore: registered new device driver usb\n[ 0.460061] PCI: Using ACPI for IRQ routing\n[ 0.461564] NetLabel: Initializing\n[ 0.462539] NetLabel: domain hash size = 128\n[ 0.463677] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464957] NetLabel: unlabeled traffic allowed by default\n[ 0.466530] clocksource: Switched to clocksource kvm-clock\n[ 0.476691] AppArmor: AppArmor Filesystem Enabled\n[ 0.477995] pnp: PnP ACPI init\n[ 0.479237] pnp: PnP ACPI: found 5 devices\n[ 0.486067] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488388] NET: Registered protocol family 2\n[ 0.489765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493131] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497764] NET: Registered protocol family 1\n[ 0.498949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500428] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530955] Trying to unpack rootfs image as initramfs...\n[ 0.592438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.597146] Scanning for low memory corruption every 60 seconds\n[ 0.599291] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600866] audit: initializing netlink subsys (disabled)\n[ 0.602360] audit: type=2000 audit(1535841431.408:1): initialized\n[ 0.604255] Initialise system trusted keyring\n[ 0.605622] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.607198] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609923] zbud: loaded\n[ 0.610923] VFS: Disk quotas dquot_6.6.0\n[ 0.612049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.614185] fuse init (API version 7.23)\n[ 0.615422] Key type big_key registered\n[ 0.616515] Allocating IMA MOK and blacklist keyrings.\n[ 0.618143] Key type asymmetric registered\n[ 0.619257] Asymmetric key parser 'x509' registered\n[ 0.620546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.622575] io scheduler noop registered\n[ 0.623661] io scheduler deadline registered (default)\n[ 0.625007] io scheduler cfq registered\n[ 0.626175] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.627596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.629316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.631297] ACPI: Power Button [PWRF]\n[ 0.632514] GHES: HEST is not enabled!\n[ 0.646975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.675945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.678740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.702394] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705336] Linux agpgart interface v0.103\n[ 0.708706] brd: module loaded\n[ 0.710896] loop: module loaded\n[ 0.715728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717726] GPT:90111 != 2097151\n[ 0.718661] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720142] GPT:90111 != 2097151\n[ 0.721069] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722369] vda: vda1 vda15\n[ 0.724008] scsi host0: ata_piix\n[ 0.725085] scsi host1: ata_piix\n[ 0.726076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729686] libphy: Fixed MDIO Bus: probed\n[ 0.731023] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732326] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735328] PPP generic driver version 2.4.2\n[ 0.736540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738126] ehci-pci: EHCI PCI platform driver\n[ 0.739339] ehci-platform: EHCI generic platform driver\n[ 0.740710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742243] ohci-pci: OHCI PCI platform driver\n[ 0.743432] ohci-platform: OHCI generic platform driver\n[ 0.744775] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759337] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762693] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.765595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.767245] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769167] usb usb1: Product: UHCI Host Controller\n[ 0.770415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771932] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773256] hub 1-0:1.0: USB hub found\n[ 0.774378] hub 1-0:1.0: 2 ports detected\n[ 0.775660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778508] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779803] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781198] mousedev: PS/2 mouse device common for all mice\n[ 0.782881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785349] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790110] i2c /dev entries driver\n[ 0.791165] device-mapper: uevent: version 1.0.3\n[ 0.792451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.794685] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796539] NET: Registered protocol family 10\n[ 0.798090] NET: Registered protocol family 17\n[ 0.799309] Key type dns_resolver registered\n[ 0.800601] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.804460] registered taskstats version 1\n[ 0.805594] Loading compiled-in X.509 certificates\n[ 0.807429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.809933] zswap: loaded using pool lzo/zbud\n[ 0.811973] Key type trusted registered\n[ 0.814081] Key type encrypted registered\n[ 0.815208] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.816610] ima: No TPM chip found, activating TPM-bypass!\n[ 0.818009] evm: HMAC attrs: 0x1\n[ 0.819301] Magic number: 2:10:653\n[ 0.820416] rtc_cmos 00:00: setting system clock to 2018-09-01 22:37:11 UTC (1535841431)\n[ 0.822623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.824112] EDD information not available.\n[ 0.888082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904802] Write protecting the kernel read-only data: 14336k\n[ 0.907747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910195] 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.068838] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBW5HpWeyt6Ibsw1LJwWeDGzD+JtayFEE0M6u/GxSGv8M+EXYF//zURFCJ9jTnBcqIEILXF/z6JRZEwEZkyxuv2VZIE7cPUTWCZKfYgQShfdBr/bntmFXMxZNgcG5mzrgCtcn2r+vCesVXoVF6XYJ4RsjtRWWgE1WthXxSe7UYA/JjClBUH9BbLzj/GjaQSLJ9isBHLHvPJFsMbjd3HsTj2c5W9Ohtjkm4XXRKa60kAWfmII2HZ54U1GgKv6KjuQUx9IvPdgAHTEKYxoKjLsCSo8NdTvWNP0NoDCOkB0zSz0Vg0ZS8REBCtddBIfSjHXIUqfJQoJdsDGapviOYKLs/ root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\nssh-dss AAAAB3NzaC1kc3MAAACBANCovk1t57x4LTumxvhHSqGib18kYi/8YMUXNokfjlS0wo9EDfTokj2kRvGJS2sst3CY+9hbNeXUjzMRr2tojyi9VtaDWQ2FCdqto8foCh2txFhYuTjcQRl5Z+/Bex4+X0Ut0W+AwVzZhSUPs+yBZpM6hP/bLTFFx7u7cqwRwHx3AAAAFQDPPsL9DihaIpJKWWSc4qdjz8gj8wAAAIBVCCHSgrK/+Rn37rXId3HN9SIDhT1ws7+HUM0W56R2idwKTyVL1h0JVBMEWZIW8W0BldfgBBa23KLhX1DweEBB5JbT5mb5zX6lle4Z6GqkOAGp5z/hmuNXzqOz+QjDwy0UEnpwQgDjtI4D4ymFGZpcQ0vmaT9JjXx3zdzEQdHu6AAAAIEAz56mJmrvWnyO7YHYgXmF1tzejS05toAe4pkKtgIsqsUpgg+ZG5J4cQaOAOrKWIOjIWOgIo3SWmSpaTVgOUwtFWLvmbceAfwKhC72q/bRvw4iuDoAyNVvBTyjndUJpkQkLyXeKVwbDpBfbRJe8ComfxSQoLZhdYZdm6qQeqi5vQ0= root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb5:25f8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.09 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa login: "} 2018-09-01 22:37:29,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/action used request id req-3f878bc5-02d4-45cc-b236-f85b39f8c655 2018-09-01 22:37:29,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.270088911057s 2018-09-01 22:37:29,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2/action used request id req-3f878bc5-02d4-45cc-b236-f85b39f8c655 2018-09-01 22:37:29,441 - 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 517283961 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.192708] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195128] pid_max: default: 32768 minimum: 301 [ 0.196451] ACPI: Core revision 20150930 [ 0.198190] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200107] Security Framework initialized [ 0.201295] Yama: becoming mindful. [ 0.202367] AppArmor: AppArmor initialized [ 0.203610] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207347] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209109] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211116] Initializing cgroup subsys io [ 0.212332] Initializing cgroup subsys memory [ 0.213591] Initializing cgroup subsys devices [ 0.214877] Initializing cgroup subsys freezer [ 0.216182] Initializing cgroup subsys net_cls [ 0.217465] Initializing cgroup subsys perf_event [ 0.218789] Initializing cgroup subsys net_prio [ 0.220122] Initializing cgroup subsys hugetlb [ 0.221370] Initializing cgroup subsys pids [ 0.222578] CPU: Physical Processor ID: 0 [ 0.224502] mce: CPU supports 10 MCE banks [ 0.225690] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227136] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241902] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248642] ftrace: allocating 31920 entries in 125 pages [ 0.273691] smpboot: Max logical packages: 1 [ 0.274863] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276716] x2apic enabled [ 0.277842] Switched APIC routing to physical x2apic. [ 0.280282] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.286890] KVM setup paravirtual spinlock [ 0.288478] x86: Booted up 1 node, 1 CPUs [ 0.289572] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.291428] devtmpfs: initialized [ 0.293387] evm: security.selinux [ 0.294335] evm: security.SMACK64 [ 0.295283] evm: security.SMACK64EXEC [ 0.296299] evm: security.SMACK64TRANSMUTE [ 0.297396] evm: security.SMACK64MMAP [ 0.298406] evm: security.ima [ 0.299279] evm: security.capability [ 0.300344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302823] pinctrl core: initialized pinctrl subsystem [ 0.304283] RTC time: 22:37:11, date: 09/01/18 [ 0.305561] NET: Registered protocol family 16 [ 0.306862] cpuidle: using governor ladder [ 0.307977] cpuidle: using governor menu [ 0.309048] PCCT header not found. [ 0.310058] ACPI: bus type PCI registered [ 0.311138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312773] PCI: Using configuration type 1 for base access [ 0.314910] ACPI: Added _OSI(Module Device) [ 0.316056] ACPI: Added _OSI(Processor Device) [ 0.317223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318445] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320566] ACPI: Interpreter enabled [ 0.321590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.324046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326536] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331497] ACPI: (supports S0 S5) [ 0.332463] ACPI: Using IOAPIC for interrupt routing [ 0.333715] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337453] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338977] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.340621] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342204] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345096] acpiphp: Slot [3] registered [ 0.346161] acpiphp: Slot [4] registered [ 0.347236] acpiphp: Slot [5] registered [ 0.348309] acpiphp: Slot [6] registered [ 0.349392] acpiphp: Slot [7] registered [ 0.350476] acpiphp: Slot [8] registered [ 0.351550] acpiphp: Slot [9] registered [ 0.352612] acpiphp: Slot [10] registered [ 0.353706] acpiphp: Slot [11] registered [ 0.354802] acpiphp: Slot [12] registered [ 0.355898] acpiphp: Slot [13] registered [ 0.356979] acpiphp: Slot [14] registered [ 0.358076] acpiphp: Slot [15] registered [ 0.372958] acpiphp: Slot [16] registered [ 0.374054] acpiphp: Slot [17] registered [ 0.375154] acpiphp: Slot [18] registered [ 0.376245] acpiphp: Slot [19] registered [ 0.377338] acpiphp: Slot [20] registered [ 0.378434] acpiphp: Slot [21] registered [ 0.379527] acpiphp: Slot [22] registered [ 0.380615] acpiphp: Slot [23] registered [ 0.381709] acpiphp: Slot [24] registered [ 0.382805] acpiphp: Slot [25] registered [ 0.383892] acpiphp: Slot [26] registered [ 0.384986] acpiphp: Slot [27] registered [ 0.386106] acpiphp: Slot [28] registered [ 0.387200] acpiphp: Slot [29] registered [ 0.388287] acpiphp: Slot [30] registered [ 0.389381] acpiphp: Slot [31] registered [ 0.390473] PCI host bridge to bus 0000:00 [ 0.391565] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396721] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398657] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400654] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404616] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406314] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.407881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409574] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.413861] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.415818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438298] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440245] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442136] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447572] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448980] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451086] vgaarb: loaded [ 0.451909] vgaarb: bridge control possible 0000:00:02.0 [ 0.453523] SCSI subsystem initialized [ 0.454755] ACPI: bus type USB registered [ 0.455868] usbcore: registered new interface driver usbfs [ 0.457237] usbcore: registered new interface driver hub [ 0.458583] usbcore: registered new device driver usb [ 0.460061] PCI: Using ACPI for IRQ routing [ 0.461564] NetLabel: Initializing [ 0.462539] NetLabel: domain hash size = 128 [ 0.463677] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464957] NetLabel: unlabeled traffic allowed by default [ 0.466530] clocksource: Switched to clocksource kvm-clock [ 0.476691] AppArmor: AppArmor Filesystem Enabled [ 0.477995] pnp: PnP ACPI init [ 0.479237] pnp: PnP ACPI: found 5 devices [ 0.486067] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488388] NET: Registered protocol family 2 [ 0.489765] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491510] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493131] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494755] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497764] NET: Registered protocol family 1 [ 0.498949] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500428] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501876] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530955] Trying to unpack rootfs image as initramfs... [ 0.592438] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.597146] Scanning for low memory corruption every 60 seconds [ 0.599291] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600866] audit: initializing netlink subsys (disabled) [ 0.602360] audit: type=2000 audit(1535841431.408:1): initialized [ 0.604255] Initialise system trusted keyring [ 0.605622] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.607198] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609923] zbud: loaded [ 0.610923] VFS: Disk quotas dquot_6.6.0 [ 0.612049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.614185] fuse init (API version 7.23) [ 0.615422] Key type big_key registered [ 0.616515] Allocating IMA MOK and blacklist keyrings. [ 0.618143] Key type asymmetric registered [ 0.619257] Asymmetric key parser 'x509' registered [ 0.620546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.622575] io scheduler noop registered [ 0.623661] io scheduler deadline registered (default) [ 0.625007] io scheduler cfq registered [ 0.626175] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.627596] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.629316] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.631297] ACPI: Power Button [PWRF] [ 0.632514] GHES: HEST is not enabled! [ 0.646975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.675945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.678740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.702394] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705336] Linux agpgart interface v0.103 [ 0.708706] brd: module loaded [ 0.710896] loop: module loaded [ 0.715728] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717726] GPT:90111 != 2097151 [ 0.718661] GPT:Alternate GPT header not at the end of the disk. [ 0.720142] GPT:90111 != 2097151 [ 0.721069] GPT: Use GNU Parted to correct GPT errors. [ 0.722369] vda: vda1 vda15 [ 0.724008] scsi host0: ata_piix [ 0.725085] scsi host1: ata_piix [ 0.726076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729686] libphy: Fixed MDIO Bus: probed [ 0.731023] tun: Universal TUN/TAP device driver, 1.6 [ 0.732326] tun: (C) 1999-2004 Max Krasnyansky [ 0.735328] PPP generic driver version 2.4.2 [ 0.736540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738126] ehci-pci: EHCI PCI platform driver [ 0.739339] ehci-platform: EHCI generic platform driver [ 0.740710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742243] ohci-pci: OHCI PCI platform driver [ 0.743432] ohci-platform: OHCI generic platform driver [ 0.744775] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759337] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762693] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.764048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.765595] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.767245] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769167] usb usb1: Product: UHCI Host Controller [ 0.770415] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771932] usb usb1: SerialNumber: 0000:00:01.2 [ 0.773256] hub 1-0:1.0: USB hub found [ 0.774378] hub 1-0:1.0: 2 ports detected [ 0.775660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778508] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779803] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781198] mousedev: PS/2 mouse device common for all mice [ 0.782881] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785349] rtc_cmos 00:00: RTC can wake from S4 [ 0.786892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788502] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790110] i2c /dev entries driver [ 0.791165] device-mapper: uevent: version 1.0.3 [ 0.792451] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.794685] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796539] NET: Registered protocol family 10 [ 0.798090] NET: Registered protocol family 17 [ 0.799309] Key type dns_resolver registered [ 0.800601] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802068] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.804460] registered taskstats version 1 [ 0.805594] Loading compiled-in X.509 certificates [ 0.807429] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.809933] zswap: loaded using pool lzo/zbud [ 0.811973] Key type trusted registered [ 0.814081] Key type encrypted registered [ 0.815208] AppArmor: AppArmor sha1 policy hashing enabled [ 0.816610] ima: No TPM chip found, activating TPM-bypass! [ 0.818009] evm: HMAC attrs: 0x1 [ 0.819301] Magic number: 2:10:653 [ 0.820416] rtc_cmos 00:00: setting system clock to 2018-09-01 22:37:11 UTC (1535841431) [ 0.822623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.824112] EDD information not available. [ 0.888082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904802] Write protecting the kernel read-only data: 14336k [ 0.907747] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910195] 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.068838] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.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----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBW5HpWeyt6Ibsw1LJwWeDGzD+JtayFEE0M6u/GxSGv8M+EXYF//zURFCJ9jTnBcqIEILXF/z6JRZEwEZkyxuv2VZIE7cPUTWCZKfYgQShfdBr/bntmFXMxZNgcG5mzrgCtcn2r+vCesVXoVF6XYJ4RsjtRWWgE1WthXxSe7UYA/JjClBUH9BbLzj/GjaQSLJ9isBHLHvPJFsMbjd3HsTj2c5W9Ohtjkm4XXRKa60kAWfmII2HZ54U1GgKv6KjuQUx9IvPdgAHTEKYxoKjLsCSo8NdTvWNP0NoDCOkB0zSz0Vg0ZS8REBCtddBIfSjHXIUqfJQoJdsDGapviOYKLs/ root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa ssh-dss AAAAB3NzaC1kc3MAAACBANCovk1t57x4LTumxvhHSqGib18kYi/8YMUXNokfjlS0wo9EDfTokj2kRvGJS2sst3CY+9hbNeXUjzMRr2tojyi9VtaDWQ2FCdqto8foCh2txFhYuTjcQRl5Z+/Bex4+X0Ut0W+AwVzZhSUPs+yBZpM6hP/bLTFFx7u7cqwRwHx3AAAAFQDPPsL9DihaIpJKWWSc4qdjz8gj8wAAAIBVCCHSgrK/+Rn37rXId3HN9SIDhT1ws7+HUM0W56R2idwKTyVL1h0JVBMEWZIW8W0BldfgBBa23KLhX1DweEBB5JbT5mb5zX6lle4Z6GqkOAGp5z/hmuNXzqOz+QjDwy0UEnpwQgDjtI4D4ymFGZpcQ0vmaT9JjXx3zdzEQdHu6AAAAIEAz56mJmrvWnyO7YHYgXmF1tzejS05toAe4pkKtgIsqsUpgg+ZG5J4cQaOAOrKWIOjIWOgIo3SWmSpaTVgOUwtFWLvmbceAfwKhC72q/bRvw4iuDoAyNVvBTyjndUJpkQkLyXeKVwbDpBfbRJe8ComfxSQoLZhdYZdm6qQeqi5vQ0= root@singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:feb5:25f8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa launch-index: 0 === cirros: current=0.4.0 uptime=4.09 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-28898438-0630-4d25-9616-aa5ae64afafa login: 2018-09-01 22:37:29,444 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa812710L 2018-09-01 22:37:29,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 22:37:29,445 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 22:37:29,445 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 22:37:29,447 - 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 22:37:29,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 22:37:29,447 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 22:37:29,448 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 22:37:29,448 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 22:37:29,448 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 22:37:29,469 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 22:37:29,470 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 22:37:29,477 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 469e507a9fca074f43a7706890ccfa27 2018-09-01 22:37:29,478 - paramiko.transport - DEBUG - Trying discovered key 850e467ca57698617227dc5cb86bd49d in /tmp/tmpTe4BNM 2018-09-01 22:37:29,508 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 22:37:29,514 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 22:37:29,543 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 22:37:29,543 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 22:37:29,544 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 22:37:29,545 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 22:37:29,546 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 22:37:29,546 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 22:37:29,547 - functest.core.singlevm - DEBUG - error: 2018-09-01 22:37:29,550 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 22:37:29,662 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:37:29,662 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:37:29,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 22:37:29,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/11e061c1-720a-43ef-a2c0-ba30499b6734.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:30,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a6ec712-9e50-4299-9af4-08d637bfd3e8 Content-Length: 0 Date: Sat, 01 Sep 2018 22:37:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:37:30,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/11e061c1-720a-43ef-a2c0-ba30499b6734.json used request id req-7a6ec712-9e50-4299-9af4-08d637bfd3e8 2018-09-01 22:37:30,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.977012872696s 2018-09-01 22:37:30,648 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/11e061c1-720a-43ef-a2c0-ba30499b6734.json used request id req-7a6ec712-9e50-4299-9af4-08d637bfd3e8 2018-09-01 22:37:30,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:37:30,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:30,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c8c432b8-7977-4aa1-9131-a031ea925dde Date: Sat, 01 Sep 2018 22:37:30 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:37:30,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c8c432b8-7977-4aa1-9131-a031ea925dde 2018-09-01 22:37:30,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.311239004135s 2018-09-01 22:37:30,964 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c8c432b8-7977-4aa1-9131-a031ea925dde 2018-09-01 22:37:30,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:37:30,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:31,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a434f16-33a7-46d7-9b68-9e7973a58318 x-compute-request-id: req-3a434f16-33a7-46d7-9b68-9e7973a58318 Content-Type: application/json 2018-09-01 22:37:31,188 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-3a434f16-33a7-46d7-9b68-9e7973a58318 2018-09-01 22:37:31,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.223052978516s 2018-09-01 22:37:31,189 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2 used request id req-3a434f16-33a7-46d7-9b68-9e7973a58318 2018-09-01 22:37:31,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:31,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-e4e88670-19cd-461a-af51-214b1e3c0bbe x-compute-request-id: req-e4e88670-19cd-461a-af51-214b1e3c0bbe Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:25:f8", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:25:f8", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "rel": "bookmark"}], "image": {"id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "links": [{"href": "http://172.30.9.22:8774/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T22:37:10.000000", "flavor": {"id": "60484beb-286f-426c-ae13-2de33066af22", "links": [{"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "bookmark"}]}, "id": "ca8fcdd4-c6e7-4c62-8800-52ba5bef29d2", "security_groups": [{"name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}], "user_id": "35a0b35867e54796a3878d0c97367cd4", "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-01T22:37:31Z", "hostId": "70be703c242d5611dd7f4025ed59871fc45210e30d561570f90b6a92", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_28898438-0630-4d25-9616-aa5ae64afafa", "created": "2018-09-01T22:36:57Z", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:37:32,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e4e88670-19cd-461a-af51-214b1e3c0bbe 2018-09-01 22:37:32,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54937696457s 2018-09-01 22:37:32,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e4e88670-19cd-461a-af51-214b1e3c0bbe 2018-09-01 22:37:32,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:37:34,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:37:34,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:34,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-c775c6d2-64e2-426a-8a96-8282dcf24de3 x-compute-request-id: req-c775c6d2-64e2-426a-8a96-8282dcf24de3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:37:34,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c775c6d2-64e2-426a-8a96-8282dcf24de3 2018-09-01 22:37:34,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210033178329s 2018-09-01 22:37:34,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c775c6d2-64e2-426a-8a96-8282dcf24de3 2018-09-01 22:37:34,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:37:34,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:35,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-9f52a6e4-a9d4-4322-a005-b71866f55ef8 Date: Sat, 01 Sep 2018 22:37:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T22:35:00Z", "updated_at": "2018-09-01T22:35:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "13a6fbae-448c-4602-9867-881e2669af29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:00Z", "revision_number": 0, "id": "a36ddd08-6e27-421c-ad64-8a3719d4dab2", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "d00c5d9f-8a07-4812-aee0-33f4436d6cba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "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-01T22:35:00Z", "revision_number": 0, "id": "fc5c5911-d85e-4a2c-b8e8-2bdd22b3e299", "remote_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:00Z", "security_group_id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "31d98c71-ca5a-42a6-b5d5-cf7724094350", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "created_at": "2018-09-01T22:31:38Z", "updated_at": "2018-09-01T22:31:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "3e2c3943-3db2-4804-8bc4-45390e371624", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "5f2539e0-1705-467e-9f68-70d85d8ae720", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "b3037716-11ef-40a1-8aa3-34d3c327e107", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bff5b78f0a0491ab0479344082bc850"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:31:38Z", "revision_number": 0, "id": "f9ccf62a-8560-4859-a925-63c55fa96353", "remote_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "remote_ip_prefix": null, "created_at": "2018-09-01T22:31:38Z", "security_group_id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "tenant_id": "6bff5b78f0a0491ab0479344082bc850", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bff5b78f0a0491ab0479344082bc850"}], "revision_number": 1, "project_id": "6bff5b78f0a0491ab0479344082bc850", "id": "3b0fc17b-fea9-4a9c-8e35-f5d13d689151", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "created_at": "2018-09-01T22:36:16Z", "updated_at": "2018-09-01T22:36:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "4bfd882c-4960-4e67-8305-ab69232c351e", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "9197b43e-2de6-41fb-9cae-90fb55ca68e0", "remote_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "95dbc006-c408-4d81-bb43-423f27bb64f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv6", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:16Z", "revision_number": 0, "id": "ba609207-a0dc-4fbd-b5f8-46361494ece9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:16Z", "security_group_id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "tenant_id": "a51ffbd080b243cca65af1c05ce1a651", "port_range_min": null, "ethertype": "IPv4", "project_id": "a51ffbd080b243cca65af1c05ce1a651"}], "revision_number": 1, "project_id": "a51ffbd080b243cca65af1c05ce1a651", "id": "83e56965-3ef4-4669-aff4-e1ac7d7d6b0e", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:49Z", "updated_at": "2018-09-01T22:36:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:50Z", "revision_number": 0, "id": "72be836b-1551-4b91-a9d8-9e137ce03be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:50Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "a1a40dd8-8754-45eb-a161-da86032bb9e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:36:49Z", "revision_number": 0, "id": "b23abf6f-8a43-4053-abe6-f3caf74f3c26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:49Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:36:50Z", "revision_number": 0, "id": "f818cc3c-eff3-41a0-a823-5d6ddd6b8485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:36:50Z", "security_group_id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 3, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "b6fec26d-3781-4dd5-9d12-79cc0369c7c1", "name": "singlevm1-sg_28898438-0630-4d25-9616-aa5ae64afafa"}, {"description": "Default security group", "tags": [], "tenant_id": "3230455ac3924183bd9928eb04926ca1", "created_at": "2018-09-01T22:35:21Z", "updated_at": "2018-09-01T22:35:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "222ee814-82d6-47b0-b9dc-829c71a95f73", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "7d3f1fa9-d6af-44e8-9573-df6c5c3084d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv4", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "efeec3c7-f83d-485b-b186-7b21b5868a5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:35:21Z", "revision_number": 0, "id": "f0386b02-ba4b-4838-bd0a-7e8d185122b2", "remote_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "remote_ip_prefix": null, "created_at": "2018-09-01T22:35:21Z", "security_group_id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "tenant_id": "3230455ac3924183bd9928eb04926ca1", "port_range_min": null, "ethertype": "IPv6", "project_id": "3230455ac3924183bd9928eb04926ca1"}], "revision_number": 1, "project_id": "3230455ac3924183bd9928eb04926ca1", "id": "b94fecd1-b4e5-462b-9bea-da2439f9975e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:34:56Z", "updated_at": "2018-09-01T22:34:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "3e491308-9435-46b8-8b19-42781840d315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "9396a911-32aa-48d9-9ba3-40c1b7c87614", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c5282b40-1920-44ae-ac08-202993fda6a7", "remote_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:34:56Z", "revision_number": 0, "id": "c6db90d4-d3b7-4998-bc13-8f3fbed2e25d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:34:56Z", "security_group_id": "fde712eb-0170-4a66-a424-9712027112c2", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c607f8dec084760b79a49d03ee5938a"}], "revision_number": 1, "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "fde712eb-0170-4a66-a424-9712027112c2", "name": "default"}]} 2018-09-01 22:37:35,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9f52a6e4-a9d4-4322-a005-b71866f55ef8 2018-09-01 22:37:35,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0588150024414s 2018-09-01 22:37:35,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9f52a6e4-a9d4-4322-a005-b71866f55ef8 2018-09-01 22:37:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 22:37:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b6fec26d-3781-4dd5-9d12-79cc0369c7c1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:35,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c17951b-5e99-4ccd-bc60-9861a2c48643 Content-Length: 0 Date: Sat, 01 Sep 2018 22:37:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:37:35,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b6fec26d-3781-4dd5-9d12-79cc0369c7c1.json used request id req-0c17951b-5e99-4ccd-bc60-9861a2c48643 2018-09-01 22:37:35,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.205761909485s 2018-09-01 22:37:35,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b6fec26d-3781-4dd5-9d12-79cc0369c7c1.json used request id req-0c17951b-5e99-4ccd-bc60-9861a2c48643 2018-09-01 22:37:35,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 22:37:35,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:35,449 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:37: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-da6b5dbe-752e-4438-a262-7508bf36fa08 x-compute-request-id: req-da6b5dbe-752e-4438-a262-7508bf36fa08 Content-Length: 0 Content-Type: application/json 2018-09-01 22:37:35,449 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa used request id req-da6b5dbe-752e-4438-a262-7508bf36fa08 2018-09-01 22:37:35,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.22235584259s 2018-09-01 22:37:35,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_28898438-0630-4d25-9616-aa5ae64afafa used request id req-da6b5dbe-752e-4438-a262-7508bf36fa08 2018-09-01 22:37:35,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:37:35,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/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}17de11bc493945ff48582b413c315dfe98cfa02e" -d '{"subnet_id": "85d40e04-36df-4101-bd1f-125dfd7a5122"}' 2018-09-01 22:37:37,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-71c1a58b-f5c0-4512-a5dd-e58a98b7b2f2 Date: Sat, 01 Sep 2018 22:37:37 GMT RESP BODY: {"network_id": "9344b46e-3646-4eed-9f39-e31c09cbc793", "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "subnet_id": "85d40e04-36df-4101-bd1f-125dfd7a5122", "subnet_ids": ["85d40e04-36df-4101-bd1f-125dfd7a5122"], "port_id": "1fab1c6a-99f7-4f60-b285-d3a031a439b3", "id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65"} 2018-09-01 22:37:37,212 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/remove_router_interface.json used request id req-71c1a58b-f5c0-4512-a5dd-e58a98b7b2f2 2018-09-01 22:37:37,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.76184105873s 2018-09-01 22:37:37,212 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65/remove_router_interface.json used request id req-71c1a58b-f5c0-4512-a5dd-e58a98b7b2f2 returning object 7522e34f-d0df-439e-8ccc-9ed0d00aba65 2018-09-01 22:37:37,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:37:37,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:37,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-889377db-82fa-4df3-b7c9-3857061946bc Date: Sat, 01 Sep 2018 22:37:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9c607f8dec084760b79a49d03ee5938a", "created_at": "2018-09-01T22:36:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T22:37:36Z", "revision_number": 4, "routes": [], "project_id": "9c607f8dec084760b79a49d03ee5938a", "id": "7522e34f-d0df-439e-8ccc-9ed0d00aba65", "name": "singlevm1-router_28898438-0630-4d25-9616-aa5ae64afafa"}]} 2018-09-01 22:37:37,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-889377db-82fa-4df3-b7c9-3857061946bc 2018-09-01 22:37:37,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112806081772s 2018-09-01 22:37:37,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-889377db-82fa-4df3-b7c9-3857061946bc 2018-09-01 22:37:37,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:37:37,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:38,966 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8452b55b-a293-47f8-ae8c-aa64c45a6655 Content-Length: 0 Date: Sat, 01 Sep 2018 22:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:37:38,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65.json used request id req-8452b55b-a293-47f8-ae8c-aa64c45a6655 2018-09-01 22:37:38,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63876104355s 2018-09-01 22:37:38,966 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7522e34f-d0df-439e-8ccc-9ed0d00aba65.json used request id req-8452b55b-a293-47f8-ae8c-aa64c45a6655 2018-09-01 22:37:38,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:37:38,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:39,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-b64a8bd0-acb2-4e6e-bc9f-6d9387478c28 Date: Sat, 01 Sep 2018 22:37:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9344b46e-3646-4eed-9f39-e31c09cbc793","tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:36:41Z","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":"9c607f8dec084760b79a49d03ee5938a","id":"85d40e04-36df-4101-bd1f-125dfd7a5122","subnetpool_id":null,"name":"singlevm1-subnet_28898438-0630-4d25-9616-aa5ae64afafa"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2ecab897-029d-4694-8450-3bf914edbd66","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:44Z","dns_nameservers":[],"updated_at":"2018-09-01T22:31:44Z","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":"6bff5b78f0a0491ab0479344082bc850","id":"a6a859ec-89ff-464b-8f02-b6237f01c561","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 22:37:39,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b64a8bd0-acb2-4e6e-bc9f-6d9387478c28 2018-09-01 22:37:39,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426669120789s 2018-09-01 22:37:39,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b64a8bd0-acb2-4e6e-bc9f-6d9387478c28 2018-09-01 22:37:39,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:37:39,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/85d40e04-36df-4101-bd1f-125dfd7a5122.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:41,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ac5c043-d3da-4b90-86b3-c31137c5ec15 Date: Sat, 01 Sep 2018 22:37:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:37:41,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/85d40e04-36df-4101-bd1f-125dfd7a5122.json used request id req-1ac5c043-d3da-4b90-86b3-c31137c5ec15 2018-09-01 22:37:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26936292648s 2018-09-01 22:37:41,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/85d40e04-36df-4101-bd1f-125dfd7a5122.json used request id req-1ac5c043-d3da-4b90-86b3-c31137c5ec15 2018-09-01 22:37:41,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:37:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:41,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-83e65bcd-dc2f-4ca5-a077-53fa28a3da93 Date: Sat, 01 Sep 2018 22:37:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9344b46e-3646-4eed-9f39-e31c09cbc793","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c607f8dec084760b79a49d03ee5938a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T22:37:41Z","provider:segmentation_id":22,"name":"singlevm1-net_28898438-0630-4d25-9616-aa5ae64afafa","admin_state_up":true,"tenant_id":"9c607f8dec084760b79a49d03ee5938a","created_at":"2018-09-01T22:36:40Z","provider:network_type":"vxlan"}]} 2018-09-01 22:37:41,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-83e65bcd-dc2f-4ca5-a077-53fa28a3da93 2018-09-01 22:37:41,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0843119621277s 2018-09-01 22:37:41,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-83e65bcd-dc2f-4ca5-a077-53fa28a3da93 2018-09-01 22:37:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:37:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/9344b46e-3646-4eed-9f39-e31c09cbc793.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:43,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9aa73236-1a0d-4835-91a7-a4f592fb07cb Date: Sat, 01 Sep 2018 22:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:37:43,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9344b46e-3646-4eed-9f39-e31c09cbc793.json used request id req-9aa73236-1a0d-4835-91a7-a4f592fb07cb 2018-09-01 22:37:43,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.80652308464s 2018-09-01 22:37:43,174 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9344b46e-3646-4eed-9f39-e31c09cbc793.json used request id req-9aa73236-1a0d-4835-91a7-a4f592fb07cb 2018-09-01 22:37:43,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:37:43,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:43,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-819bcd69-4d26-475d-93b5-56274634ff27 Date: Sat, 01 Sep 2018 22:37:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:36:47Z", "file": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0/file", "owner": "9c607f8dec084760b79a49d03ee5938a", "id": "39528350-61ee-4f00-9072-da97e4c9dcb0", "size": 12716032, "self": "/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/39528350-61ee-4f00-9072-da97e4c9dcb0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_28898438-0630-4d25-9616-aa5ae64afafa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:36:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:37:43,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-819bcd69-4d26-475d-93b5-56274634ff27 2018-09-01 22:37:43,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768961191177s 2018-09-01 22:37:43,949 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-819bcd69-4d26-475d-93b5-56274634ff27 2018-09-01 22:37:43,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:37:43,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:45,010 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4849acec-00f8-4423-b05c-66860e1cb826 Date: Sat, 01 Sep 2018 22:37:45 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 22:37:45,010 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0 used request id req-4849acec-00f8-4423-b05c-66860e1cb826 2018-09-01 22:37:45,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06042599678s 2018-09-01 22:37:45,011 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/39528350-61ee-4f00-9072-da97e4c9dcb0 used request id req-4849acec-00f8-4423-b05c-66860e1cb826 2018-09-01 22:37:45,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:37:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:45,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-5bd4437c-7094-4a15-b4a6-e7e7bdf79cc6 x-compute-request-id: req-5bd4437c-7094-4a15-b4a6-e7e7bdf79cc6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_28898438-0630-4d25-9616-aa5ae64afafa", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/60484beb-286f-426c-ae13-2de33066af22", "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": "60484beb-286f-426c-ae13-2de33066af22"}]} 2018-09-01 22:37:45,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5bd4437c-7094-4a15-b4a6-e7e7bdf79cc6 2018-09-01 22:37:45,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236909389496s 2018-09-01 22:37:45,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5bd4437c-7094-4a15-b4a6-e7e7bdf79cc6 2018-09-01 22:37:45,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:37:45,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}17de11bc493945ff48582b413c315dfe98cfa02e" 2018-09-01 22:37:45,074 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:37: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 x-openstack-request-id: req-cd9ed698-019d-4425-937f-23c0e0a684ce x-compute-request-id: req-cd9ed698-019d-4425-937f-23c0e0a684ce Content-Length: 0 Content-Type: application/json 2018-09-01 22:37:45,074 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22 used request id req-cd9ed698-019d-4425-937f-23c0e0a684ce 2018-09-01 22:37:45,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0377798080444s 2018-09-01 22:37:45,075 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/60484beb-286f-426c-ae13-2de33066af22 used request id req-cd9ed698-019d-4425-937f-23c0e0a684ce 2018-09-01 22:37:45,131 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:37:45,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:37:45,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:37:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:37:45,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ef2ccc-813c-47dc-98ae-68367f12820a 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:37:45,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-97ef2ccc-813c-47dc-98ae-68367f12820a 2018-09-01 22:37:45,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:37:45,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:37:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["3I8mel_JSWeLBCZH-EZ0kA"], "issued_at": "2018-09-01T22:37:45.000000Z"}} 2018-09-01 22:37:45,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:37:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:45,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-62e3d922-8ab3-4e50-b776-f883c70eefb8 Date: Sat, 01 Sep 2018 22:37:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:37:45,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62e3d922-8ab3-4e50-b776-f883c70eefb8 2018-09-01 22:37:45,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349000930786s 2018-09-01 22:37:45,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62e3d922-8ab3-4e50-b776-f883c70eefb8 2018-09-01 22:37:45,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:37:45,945 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e40a1d-66d9-42e6-881f-195bb8f4d5d5 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:37:45,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-18e40a1d-66d9-42e6-881f-195bb8f4d5d5 2018-09-01 22:37:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:37:45,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:46,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e321c11-b139-446d-a23f-e23dfae80928 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:37:46,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2e321c11-b139-446d-a23f-e23dfae80928 2018-09-01 22:37:46,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177194833755s 2018-09-01 22:37:46,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2e321c11-b139-446d-a23f-e23dfae80928 2018-09-01 22:37:46,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:37:46,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b"}}' 2018-09-01 22:37:46,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eae30298-e643-48c6-96b3-a52932cc1e63 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.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527"}, "tags": [], "enabled": true, "id": "3f81982a746b4f41bcc629f765186527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b"}} 2018-09-01 22:37:46,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-eae30298-e643-48c6-96b3-a52932cc1e63 2018-09-01 22:37:46,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217550992966s 2018-09-01 22:37:46,348 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-eae30298-e643-48c6-96b3-a52932cc1e63 2018-09-01 22:37:46,348 - 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'3f81982a746b4f41bcc629f765186527', '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_882fc124-b945-4992-82bc-c07af6ece51b'}) 2018-09-01 22:37:46,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:37:46,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7946fc6f-f3b0-458c-9961-65b1a0706c8b", "email": null, "name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b"}}' 2018-09-01 22:37:46,842 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61737a18-e5d2-4829-8b3d-7a2afda48271 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b", "links": {"self": "http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:37:46,842 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-61737a18-e5d2-4829-8b3d-7a2afda48271 2018-09-01 22:37:46,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.487628936768s 2018-09-01 22:37:46,843 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-61737a18-e5d2-4829-8b3d-7a2afda48271 2018-09-01 22:37:46,843 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b7d92f8dc51d4c06ad9b2294a8fa52d9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b'}) 2018-09-01 22:37:46,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:37:46,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:46,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c0ee672-6014-45f1-a3ba-faaaa13fc6c1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:37:46,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c0ee672-6014-45f1-a3ba-faaaa13fc6c1 2018-09-01 22:37:46,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108334064484s 2018-09-01 22:37:46,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c0ee672-6014-45f1-a3ba-faaaa13fc6c1 2018-09-01 22:37:46,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:37:46,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:47,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc2b52a-208e-46a5-ad25-ad2288f7858a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:37:47,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4cc2b52a-208e-46a5-ad25-ad2288f7858a 2018-09-01 22:37:47,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186874866486s 2018-09-01 22:37:47,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4cc2b52a-208e-46a5-ad25-ad2288f7858a 2018-09-01 22:37:47,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:37:47,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:47,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca4f758-817d-451e-852c-dd033b54f58d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:37:47,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6ca4f758-817d-451e-852c-dd033b54f58d 2018-09-01 22:37:47,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.304236888885s 2018-09-01 22:37:47,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6ca4f758-817d-451e-852c-dd033b54f58d 2018-09-01 22:37:47,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:37:47,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:47,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06e82dc-ff18-4632-9898-dcd15c335425 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:37:47,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d06e82dc-ff18-4632-9898-dcd15c335425 2018-09-01 22:37:47,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.216166973114s 2018-09-01 22:37:47,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d06e82dc-ff18-4632-9898-dcd15c335425 2018-09-01 22:37:47,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:37:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:47,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08496aec-3a10-486e-9156-777f22214720 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b", "links": {"self": "http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:37:47,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-08496aec-3a10-486e-9156-777f22214720 2018-09-01 22:37:47,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225247859955s 2018-09-01 22:37:47,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-08496aec-3a10-486e-9156-777f22214720 2018-09-01 22:37:47,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:37:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:48,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02ed36c-13a2-4382-b1cc-eede9ea6834e Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527"}, "tags": [], "enabled": true, "id": "3f81982a746b4f41bcc629f765186527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b"}]} 2018-09-01 22:37:48,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b02ed36c-13a2-4382-b1cc-eede9ea6834e 2018-09-01 22:37:48,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18666601181s 2018-09-01 22:37:48,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b02ed36c-13a2-4382-b1cc-eede9ea6834e 2018-09-01 22:37:48,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:37:48,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=b7d92f8dc51d4c06ad9b2294a8fa52d9&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3f81982a746b4f41bcc629f765186527" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:48,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfb424f-5d30-4b7c-85df-47c20db04473 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=b7d92f8dc51d4c06ad9b2294a8fa52d9&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3f81982a746b4f41bcc629f765186527", "previous": null, "next": null}} 2018-09-01 22:37:48,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=b7d92f8dc51d4c06ad9b2294a8fa52d9&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3f81982a746b4f41bcc629f765186527 used request id req-4cfb424f-5d30-4b7c-85df-47c20db04473 2018-09-01 22:37:48,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18249297142s 2018-09-01 22:37:48,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=b7d92f8dc51d4c06ad9b2294a8fa52d9&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=3f81982a746b4f41bcc629f765186527 used request id req-4cfb424f-5d30-4b7c-85df-47c20db04473 2018-09-01 22:37:48,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:37:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527/users/b7d92f8dc51d4c06ad9b2294a8fa52d9/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:37:48,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:37:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c2cfc86-4be3-406c-80a9-5f52fbe0ef36 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 22:37:48,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527/users/b7d92f8dc51d4c06ad9b2294a8fa52d9/roles/55629e0862484d58983f30c01a20fad9 used request id req-2c2cfc86-4be3-406c-80a9-5f52fbe0ef36 2018-09-01 22:37:48,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.190818786621s 2018-09-01 22:37:48,488 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527/users/b7d92f8dc51d4c06ad9b2294a8fa52d9/roles/55629e0862484d58983f30c01a20fad9 used request id req-2c2cfc86-4be3-406c-80a9-5f52fbe0ef36 2018-09-01 22:37:48,489 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', 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'3f81982a746b4f41bcc629f765186527', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7946fc6f-f3b0-458c-9961-65b1a0706c8b', 'username': u'singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:37:48,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:37:48,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:37:48,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:37:48,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:37:48,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:37:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:37:48,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:37:48,494 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b', 'password': '7946fc6f-f3b0-458c-9961-65b1a0706c8b', 'project_name': 'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '3f81982a746b4f41bcc629f765186527', 'project_domain_name': 'Default'} 2018-09-01 22:37:48,494 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-01 22:37:48,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:37:48,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1dd8b69-0dc5-47bf-bbf5-6c8f9dfc8836 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:37:48,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f1dd8b69-0dc5-47bf-bbf5-6c8f9dfc8836 2018-09-01 22:37:48,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:37:48,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:37:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3f81982a746b4f41bcc629f765186527", "name": "singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/3f81982a746b4f41bcc629f765186527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/3f81982a746b4f41bcc629f765186527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/3f81982a746b4f41bcc629f765186527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/3f81982a746b4f41bcc629f765186527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/3f81982a746b4f41bcc629f765186527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/3f81982a746b4f41bcc629f765186527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/3f81982a746b4f41bcc629f765186527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/3f81982a746b4f41bcc629f765186527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/3f81982a746b4f41bcc629f765186527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3f81982a746b4f41bcc629f765186527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/3f81982a746b4f41bcc629f765186527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/3f81982a746b4f41bcc629f765186527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_3f81982a746b4f41bcc629f765186527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_3f81982a746b4f41bcc629f765186527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b", "id": "b7d92f8dc51d4c06ad9b2294a8fa52d9"}, "audit_ids": ["iLCQqQn1Q_SVOlLV9aZFtA"], "issued_at": "2018-09-01T22:37:48.000000Z"}} 2018-09-01 22:37:48,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:37:48,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"network": {"name": "singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b", "admin_state_up": true}}' 2018-09-01 22:37:49,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-a1ccb733-c918-44ed-a864-1dfce94f67ba Date: Sat, 01 Sep 2018 22:37:49 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:37:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"}} 2018-09-01 22:37:49,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a1ccb733-c918-44ed-a864-1dfce94f67ba 2018-09-01 22:37:49,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.756428003311s 2018-09-01 22:37:49,661 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a1ccb733-c918-44ed-a864-1dfce94f67ba 2018-09-01 22:37:49,662 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:37:49Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b', u'admin_state_up': True, u'tenant_id': u'3f81982a746b4f41bcc629f765186527', u'created_at': u'2018-09-01T22:37:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3f81982a746b4f41bcc629f765186527'}) 2018-09-01 22:37:49,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:37:49,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:37:50,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-b267193d-1480-4e3f-905c-ba83367a05b0 Date: Sat, 01 Sep 2018 22:37:50 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-01T22:37:49Z","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:37:50,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b267193d-1480-4e3f-905c-ba83367a05b0 2018-09-01 22:37:50,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.391015052795s 2018-09-01 22:37:50,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b267193d-1480-4e3f-905c-ba83367a05b0 2018-09-01 22:37:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:37:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"subnet": {"name": "singlevm2-subnet_882fc124-b945-4992-82bc-c07af6ece51b", "enable_dhcp": true, "network_id": "2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:37:51,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-dc384bb6-9bf4-49be-8aef-a1da629b6a9a Date: Sat, 01 Sep 2018 22:37:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:37:50Z","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":"3f81982a746b4f41bcc629f765186527","id":"7f309bfa-74d1-4213-b8cf-0b38f7afc091","subnetpool_id":null,"name":"singlevm2-subnet_882fc124-b945-4992-82bc-c07af6ece51b"}} 2018-09-01 22:37:51,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-dc384bb6-9bf4-49be-8aef-a1da629b6a9a 2018-09-01 22:37:51,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.01470184326s 2018-09-01 22:37:51,071 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-dc384bb6-9bf4-49be-8aef-a1da629b6a9a 2018-09-01 22:37:51,071 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:37:50Z', 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'7f309bfa-74d1-4213-b8cf-0b38f7afc091', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_882fc124-b945-4992-82bc-c07af6ece51b', u'enable_dhcp': True, u'network_id': u'2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b', u'tenant_id': u'3f81982a746b4f41bcc629f765186527', u'created_at': u'2018-09-01T22:37:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3f81982a746b4f41bcc629f765186527'}) 2018-09-01 22:37:51,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:37:51,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "singlevm2-router_882fc124-b945-4992-82bc-c07af6ece51b", "admin_state_up": true}}' 2018-09-01 22:37:52,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-44597067-138f-49fd-b910-8068acb1b83a Date: Sat, 01 Sep 2018 22:37:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:51Z", "admin_state_up": true, "updated_at": "2018-09-01T22:37:52Z", "revision_number": 2, "routes": [], "project_id": "3f81982a746b4f41bcc629f765186527", "id": "c8c4aab2-ef8e-4948-86be-103afb15e00e", "name": "singlevm2-router_882fc124-b945-4992-82bc-c07af6ece51b"}} 2018-09-01 22:37:52,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-44597067-138f-49fd-b910-8068acb1b83a 2018-09-01 22:37:52,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45943498611s 2018-09-01 22:37:52,531 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-44597067-138f-49fd-b910-8068acb1b83a 2018-09-01 22:37:52,532 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3f81982a746b4f41bcc629f765186527', u'created_at': u'2018-09-01T22:37:51Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:37:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'3f81982a746b4f41bcc629f765186527', u'id': u'c8c4aab2-ef8e-4948-86be-103afb15e00e', u'name': u'singlevm2-router_882fc124-b945-4992-82bc-c07af6ece51b'}) 2018-09-01 22:37:52,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:37:52,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"subnet_id": "7f309bfa-74d1-4213-b8cf-0b38f7afc091"}' 2018-09-01 22:37:54,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ae9fe334-8490-409f-985b-eca03a64e239 Date: Sat, 01 Sep 2018 22:37:54 GMT RESP BODY: {"network_id": "2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b", "tenant_id": "3f81982a746b4f41bcc629f765186527", "subnet_id": "7f309bfa-74d1-4213-b8cf-0b38f7afc091", "subnet_ids": ["7f309bfa-74d1-4213-b8cf-0b38f7afc091"], "port_id": "ba503338-7200-481c-b15e-48c109cf013a", "id": "c8c4aab2-ef8e-4948-86be-103afb15e00e"} 2018-09-01 22:37:54,671 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/add_router_interface.json used request id req-ae9fe334-8490-409f-985b-eca03a64e239 2018-09-01 22:37:54,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13921999931s 2018-09-01 22:37:54,672 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/add_router_interface.json used request id req-ae9fe334-8490-409f-985b-eca03a64e239 returning object c8c4aab2-ef8e-4948-86be-103afb15e00e 2018-09-01 22:37:54,672 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:37:54,804 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:37:54,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:37:54,811 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:37:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:37:54,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:37:54,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:37:55,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-42cbe083-9788-4aeb-8ddb-0dc5002b70b5 Date: Sat, 01 Sep 2018 22:37:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:37:55,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-42cbe083-9788-4aeb-8ddb-0dc5002b70b5 2018-09-01 22:37:55,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.823506832123s 2018-09-01 22:37:55,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-42cbe083-9788-4aeb-8ddb-0dc5002b70b5 2018-09-01 22:37:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:37:55,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b"}' 2018-09-01 22:37:56,005 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-098fdded-7845-4c23-ad20-d2710b0ab488 Date: Sat, 01 Sep 2018 22:37:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:37:55Z", "file": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file", "owner": "3f81982a746b4f41bcc629f765186527", "id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "size": null, "self": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "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_882fc124-b945-4992-82bc-c07af6ece51b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "checksum": null, "created_at": "2018-09-01T22:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:37:56,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-098fdded-7845-4c23-ad20-d2710b0ab488 2018-09-01 22:37:56,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.356405973434s 2018-09-01 22:37:56,005 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-098fdded-7845-4c23-ad20-d2710b0ab488 returning object 79bf66ac-1bce-41fb-bbd0-3538b6760cd6 2018-09-01 22:37:56,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:37:56,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '' 2018-09-01 22:37:56,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29b824a3-43eb-496d-9eff-0e67ae7e0ea7 Date: Sat, 01 Sep 2018 22:37:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 22:37:56,967 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file used request id req-29b824a3-43eb-496d-9eff-0e67ae7e0ea7 2018-09-01 22:37:56,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.960917949677s 2018-09-01 22:37:56,967 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file used request id req-29b824a3-43eb-496d-9eff-0e67ae7e0ea7 2018-09-01 22:37:56,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:37:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:37:57,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6a3072aa-b1b9-4936-b3d8-6c780b684be2 Date: Sat, 01 Sep 2018 22:37:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:37:56Z", "file": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file", "owner": "3f81982a746b4f41bcc629f765186527", "id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "size": 12716032, "self": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:37:57,747 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a3072aa-b1b9-4936-b3d8-6c780b684be2 2018-09-01 22:37:57,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776424884796s 2018-09-01 22:37:57,748 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a3072aa-b1b9-4936-b3d8-6c780b684be2 2018-09-01 22:37:57,750 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file', 'owner': u'3f81982a746b4f41bcc629f765186527', 'id': u'79bf66ac-1bce-41fb-bbd0-3538b6760cd6', 'size': 12716032, u'self': u'/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f81982a746b4f41bcc629f765186527', 'name': 'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:37:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:37:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b', '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/79bf66ac-1bce-41fb-bbd0-3538b6760cd6', 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_882fc124-b945-4992-82bc-c07af6ece51b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b', 'created': u'2018-09-01T22:37:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:37:55Z', 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/79bf66ac-1bce-41fb-bbd0-3538b6760cd6', 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_882fc124-b945-4992-82bc-c07af6ece51b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:37:57,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:37:57,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_882fc124-b945-4992-82bc-c07af6ece51b", "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 22:37:58,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3946270a-23a1-40c8-9155-aa75028b34fc x-compute-request-id: req-3946270a-23a1-40c8-9155-aa75028b34fc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_882fc124-b945-4992-82bc-c07af6ece51b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "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": "a25f1656-eaa7-4d5d-b56e-e95c20670a56"}} 2018-09-01 22:37:58,072 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3946270a-23a1-40c8-9155-aa75028b34fc 2018-09-01 22:37:58,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.321285009384s 2018-09-01 22:37:58,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3946270a-23a1-40c8-9155-aa75028b34fc 2018-09-01 22:37:58,073 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_882fc124-b945-4992-82bc-c07af6ece51b', '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'9c607f8dec084760b79a49d03ee5938a', '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'a25f1656-eaa7-4d5d-b56e-e95c20670a56', 'swap': 0}) 2018-09-01 22:37:58,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:37:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56/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}f03a5e040fd7245e6aaed79011344aa8447d497c" -d '{"extra_specs": {}}' 2018-09-01 22:37:58,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-603bc67b-1c5c-4923-933b-13d90510ddfe x-compute-request-id: req-603bc67b-1c5c-4923-933b-13d90510ddfe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:37:58,203 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56/os-extra_specs used request id req-603bc67b-1c5c-4923-933b-13d90510ddfe 2018-09-01 22:37:58,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128842115402s 2018-09-01 22:37:58,203 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56/os-extra_specs used request id req-603bc67b-1c5c-4923-933b-13d90510ddfe 2018-09-01 22:37:58,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 22:37:58,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"keypair": {"name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b"}}' 2018-09-01 22:37:58,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:37: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-5a6a0199-f0ed-4bc7-a4cb-f4f6c4bae95b x-compute-request-id: req-5a6a0199-f0ed-4bc7-a4cb-f4f6c4bae95b Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwhqbmMgu6+9V6ttcVQ6zTE35htQOAzTHqNunVWKHknXYr4DfuPFd5A5jmP/zNig1g36gfgt8nhP14DP9eNOgkU8wL51uQIKdxSRExN4c/2rlDF1MJVZF0Z8ks2ShJXNZcf0ANN6OANr+FmLdxBJs4gTS5bEcsrfzPHsRRoJ7dkkYmyiqpVtuwdEz7mRqlyVDi9iX/bFDMIcMkz5PtttgfHsC7R1qbh7wQd1R7RkGjvuMW7eiiVif0U1LLogBgL/miWzKVxv6JC4ABDG3N+Ppd7AoGu3kz2dI4Ui9tVwQk4BLGbC8xgymio1NJbCRDV9LcPhnyaiKgwvcdFiN6Wusr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsIam5jILuvvVerbXFUOs0xN+YbUDgM0x6jbp1Vih5J12K+A3\n7jxXeQOY5j/8zYoNYN+oH4LfJ4T9eAz/XjToJFPMC+dbkCCncUkRMTeHP9q5QxdT\nCVWRdGfJLNkoSVzWXH9ADTejgDa/hZi3cQSbOIE0uWxHLK38zx7EUaCe3ZJGJsoq\nqVbbsHRM+5kapclQ4vYl/2xQzCHDJM+T7bbYHx7Au0dam4e8EHdUe0ZBo77jFu3o\nolYn9FNSy6IAYC/5olsylcb+iQuAAQxtzfj6XewKBrt5M9nSOFIvbVcEJOASxmwv\nMYMpoqNTSWwkQ1fS3D4Z8moioML3HRYjelrrKwIDAQABAoIBABwnzfUHZHGVe05Q\nXWvp2GXuRQkmiwF/OQfnbFJ4CZJiPxfucl1QSI9nsHqBGDxcWZfq9HDaOeeewaLl\nR9Hp1GD+8JuxchxB6RMbmV9lQPBBXa1Cyh7CBCox55d8p31UDmjAbyHsjuqDUPbp\nDdE779oKWbN9fri0o48RlDSEzvH9/89BxQWQu3K5qeizXXZdES4VBc9/bIbcLexJ\n7Ec0HM6iHScHuSVEU5wz196dpaQyD1GiZPyFdE0wgHnR8x27DezOZtvmH67mM9Yv\n84YXQxO+w6xWFIUs1mdW5V1S4RtoR/Ait0KavZ8KfinQvMEm6MsQjdxCUKysb/c+\n0Qmos0kCgYEA3PPGUtMYvUPykWDKNFFkW97c0TFnARSpEqBWxna+FfoL1jVtkgHo\n/mPfoGmC77Ium5E4Gy8T9cRQMZb9dMhTFl51s9RnD/0mjt75VfFStn1vDvWJe3Zp\njoqXkg9uNoBIWynECrwakrjKG8nGFUfmpGUkiFRj+typ9iEofXWMLp0CgYEAzIbb\nR6cUb4A+UbkYqU5Igp3rVzEtZuC4hGxHamv3Q6H6Tu5B0LTqXu6ClzuUiWsqp8cb\nZhPbY5G8BGvbzC7FBJNozB0d6lumkiYrcaSxmaSKBiJrDsd4jXCeHWw0tqnsDegS\nX3LWRvtIcq9PTIecI6pf6FfOJaK22rzSSR1HsmcCgYEAnXHoZKSgAF4mv4llDRri\nlMSePUMizxZV1DwFGa8LjMV9Ics4pM5PpNauR7Rn5T3nEFvOyzAk3QBi1LNvMIR/\nEHWHEfnM5wvRKgWhTqiD9B41wUceDKg4V6ZSk3YDZzrKVIvScoPPu7WJ73s8d3Wg\n2IxqF+tqwxvy0LyYCa51kdECgYBviwTAOTD99nUGYOpAO79z7OhSrzFRsDExl1QD\niEpcClTXAz3Fs0U27OEv1YCWyWmEAyTAMQgvb2WZC7Hd04wDiNlYqHCORdm8TzDW\nU7nAT2ovGkpEzyjCCq9Q4JiHHnjsxKpwf9K494Z1dYLL/BF9qgeQUYLOJ8WN2fjd\ngyh89QKBgQDQopXfOz6ayAbGNEJE6PTWyoXJF+C3BX33b8XPEyfPTBf5pTgBnBnF\nvotOBNM6q08lGiiFrIIEeJUySYVz/8v2Rv7yIrac3wfwmWs9L5kzrF1LM2raCp9U\nCUQABrRoV9XvNXXU7zIHKHUJnbWbCPj04HjbT17ldQIv9mFAJDMp4g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "fingerprint": "b0:86:10:a4:b4:c3:6b:cc:08:23:a1:9f:af:55:07:14"}} 2018-09-01 22:37:58,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5a6a0199-f0ed-4bc7-a4cb-f4f6c4bae95b 2018-09-01 22:37:58,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.447369098663s 2018-09-01 22:37:58,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5a6a0199-f0ed-4bc7-a4cb-f4f6c4bae95b 2018-09-01 22:37:58,652 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwhqbmMgu6+9V6ttcVQ6zTE35htQOAzTHqNunVWKHknXYr4DfuPFd5A5jmP/zNig1g36gfgt8nhP14DP9eNOgkU8wL51uQIKdxSRExN4c/2rlDF1MJVZF0Z8ks2ShJXNZcf0ANN6OANr+FmLdxBJs4gTS5bEcsrfzPHsRRoJ7dkkYmyiqpVtuwdEz7mRqlyVDi9iX/bFDMIcMkz5PtttgfHsC7R1qbh7wQd1R7RkGjvuMW7eiiVif0U1LLogBgL/miWzKVxv6JC4ABDG3N+Ppd7AoGu3kz2dI4Ui9tVwQk4BLGbC8xgymio1NJbCRDV9LcPhnyaiKgwvcdFiN6Wusr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsIam5jILuvvVerbXFUOs0xN+YbUDgM0x6jbp1Vih5J12K+A3\n7jxXeQOY5j/8zYoNYN+oH4LfJ4T9eAz/XjToJFPMC+dbkCCncUkRMTeHP9q5QxdT\nCVWRdGfJLNkoSVzWXH9ADTejgDa/hZi3cQSbOIE0uWxHLK38zx7EUaCe3ZJGJsoq\nqVbbsHRM+5kapclQ4vYl/2xQzCHDJM+T7bbYHx7Au0dam4e8EHdUe0ZBo77jFu3o\nolYn9FNSy6IAYC/5olsylcb+iQuAAQxtzfj6XewKBrt5M9nSOFIvbVcEJOASxmwv\nMYMpoqNTSWwkQ1fS3D4Z8moioML3HRYjelrrKwIDAQABAoIBABwnzfUHZHGVe05Q\nXWvp2GXuRQkmiwF/OQfnbFJ4CZJiPxfucl1QSI9nsHqBGDxcWZfq9HDaOeeewaLl\nR9Hp1GD+8JuxchxB6RMbmV9lQPBBXa1Cyh7CBCox55d8p31UDmjAbyHsjuqDUPbp\nDdE779oKWbN9fri0o48RlDSEzvH9/89BxQWQu3K5qeizXXZdES4VBc9/bIbcLexJ\n7Ec0HM6iHScHuSVEU5wz196dpaQyD1GiZPyFdE0wgHnR8x27DezOZtvmH67mM9Yv\n84YXQxO+w6xWFIUs1mdW5V1S4RtoR/Ait0KavZ8KfinQvMEm6MsQjdxCUKysb/c+\n0Qmos0kCgYEA3PPGUtMYvUPykWDKNFFkW97c0TFnARSpEqBWxna+FfoL1jVtkgHo\n/mPfoGmC77Ium5E4Gy8T9cRQMZb9dMhTFl51s9RnD/0mjt75VfFStn1vDvWJe3Zp\njoqXkg9uNoBIWynECrwakrjKG8nGFUfmpGUkiFRj+typ9iEofXWMLp0CgYEAzIbb\nR6cUb4A+UbkYqU5Igp3rVzEtZuC4hGxHamv3Q6H6Tu5B0LTqXu6ClzuUiWsqp8cb\nZhPbY5G8BGvbzC7FBJNozB0d6lumkiYrcaSxmaSKBiJrDsd4jXCeHWw0tqnsDegS\nX3LWRvtIcq9PTIecI6pf6FfOJaK22rzSSR1HsmcCgYEAnXHoZKSgAF4mv4llDRri\nlMSePUMizxZV1DwFGa8LjMV9Ics4pM5PpNauR7Rn5T3nEFvOyzAk3QBi1LNvMIR/\nEHWHEfnM5wvRKgWhTqiD9B41wUceDKg4V6ZSk3YDZzrKVIvScoPPu7WJ73s8d3Wg\n2IxqF+tqwxvy0LyYCa51kdECgYBviwTAOTD99nUGYOpAO79z7OhSrzFRsDExl1QD\niEpcClTXAz3Fs0U27OEv1YCWyWmEAyTAMQgvb2WZC7Hd04wDiNlYqHCORdm8TzDW\nU7nAT2ovGkpEzyjCCq9Q4JiHHnjsxKpwf9K494Z1dYLL/BF9qgeQUYLOJ8WN2fjd\ngyh89QKBgQDQopXfOz6ayAbGNEJE6PTWyoXJF+C3BX33b8XPEyfPTBf5pTgBnBnF\nvotOBNM6q08lGiiFrIIEeJUySYVz/8v2Rv7yIrac3wfwmWs9L5kzrF1LM2raCp9U\nCUQABrRoV9XvNXXU7zIHKHUJnbWbCPj04HjbT17ldQIv9mFAJDMp4g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b7d92f8dc51d4c06ad9b2294a8fa52d9', 'name': u'singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b', 'created_at': '2018-09-01T22:37:58.652643', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f81982a746b4f41bcc629f765186527', 'name': 'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b0:86:10:a4:b4:c3:6b:cc:08:23:a1:9f:af:55:07:14', 'type': 'ssh', 'id': u'singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b'}) 2018-09-01 22:37:58,653 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsIam5jILuvvVerbXFUOs0xN+YbUDgM0x6jbp1Vih5J12K+A3 7jxXeQOY5j/8zYoNYN+oH4LfJ4T9eAz/XjToJFPMC+dbkCCncUkRMTeHP9q5QxdT CVWRdGfJLNkoSVzWXH9ADTejgDa/hZi3cQSbOIE0uWxHLK38zx7EUaCe3ZJGJsoq qVbbsHRM+5kapclQ4vYl/2xQzCHDJM+T7bbYHx7Au0dam4e8EHdUe0ZBo77jFu3o olYn9FNSy6IAYC/5olsylcb+iQuAAQxtzfj6XewKBrt5M9nSOFIvbVcEJOASxmwv MYMpoqNTSWwkQ1fS3D4Z8moioML3HRYjelrrKwIDAQABAoIBABwnzfUHZHGVe05Q XWvp2GXuRQkmiwF/OQfnbFJ4CZJiPxfucl1QSI9nsHqBGDxcWZfq9HDaOeeewaLl R9Hp1GD+8JuxchxB6RMbmV9lQPBBXa1Cyh7CBCox55d8p31UDmjAbyHsjuqDUPbp DdE779oKWbN9fri0o48RlDSEzvH9/89BxQWQu3K5qeizXXZdES4VBc9/bIbcLexJ 7Ec0HM6iHScHuSVEU5wz196dpaQyD1GiZPyFdE0wgHnR8x27DezOZtvmH67mM9Yv 84YXQxO+w6xWFIUs1mdW5V1S4RtoR/Ait0KavZ8KfinQvMEm6MsQjdxCUKysb/c+ 0Qmos0kCgYEA3PPGUtMYvUPykWDKNFFkW97c0TFnARSpEqBWxna+FfoL1jVtkgHo /mPfoGmC77Ium5E4Gy8T9cRQMZb9dMhTFl51s9RnD/0mjt75VfFStn1vDvWJe3Zp joqXkg9uNoBIWynECrwakrjKG8nGFUfmpGUkiFRj+typ9iEofXWMLp0CgYEAzIbb R6cUb4A+UbkYqU5Igp3rVzEtZuC4hGxHamv3Q6H6Tu5B0LTqXu6ClzuUiWsqp8cb ZhPbY5G8BGvbzC7FBJNozB0d6lumkiYrcaSxmaSKBiJrDsd4jXCeHWw0tqnsDegS X3LWRvtIcq9PTIecI6pf6FfOJaK22rzSSR1HsmcCgYEAnXHoZKSgAF4mv4llDRri lMSePUMizxZV1DwFGa8LjMV9Ics4pM5PpNauR7Rn5T3nEFvOyzAk3QBi1LNvMIR/ EHWHEfnM5wvRKgWhTqiD9B41wUceDKg4V6ZSk3YDZzrKVIvScoPPu7WJ73s8d3Wg 2IxqF+tqwxvy0LyYCa51kdECgYBviwTAOTD99nUGYOpAO79z7OhSrzFRsDExl1QD iEpcClTXAz3Fs0U27OEv1YCWyWmEAyTAMQgvb2WZC7Hd04wDiNlYqHCORdm8TzDW U7nAT2ovGkpEzyjCCq9Q4JiHHnjsxKpwf9K494Z1dYLL/BF9qgeQUYLOJ8WN2fjd gyh89QKBgQDQopXfOz6ayAbGNEJE6PTWyoXJF+C3BX33b8XPEyfPTBf5pTgBnBnF votOBNM6q08lGiiFrIIEeJUySYVz/8v2Rv7yIrac3wfwmWs9L5kzrF1LM2raCp9U CUQABrRoV9XvNXXU7zIHKHUJnbWbCPj04HjbT17ldQIv9mFAJDMp4g== -----END RSA PRIVATE KEY----- 2018-09-01 22:37:58,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 22:37:58,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"security_group": {"name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-01 22:37:59,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-bc9fb31e-04ce-4f22-a090-e17075b72da6 Date: Sat, 01 Sep 2018 22:37:59 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:58Z", "updated_at": "2018-09-01T22:37:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "0af42f3e-3b65-491d-823b-3cbb4de71f32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "a760dcc6-ba1a-4b3d-90c2-f45bf954808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 1, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}} 2018-09-01 22:37:59,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bc9fb31e-04ce-4f22-a090-e17075b72da6 2018-09-01 22:37:59,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.432294130325s 2018-09-01 22:37:59,088 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bc9fb31e-04ce-4f22-a090-e17075b72da6 2018-09-01 22:37:59,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:37:59,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:37:59,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-033942cc-2572-41c5-bdb0-4e8c993fa0cd Date: Sat, 01 Sep 2018 22:37:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:58Z", "updated_at": "2018-09-01T22:37:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "0af42f3e-3b65-491d-823b-3cbb4de71f32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "a760dcc6-ba1a-4b3d-90c2-f45bf954808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 1, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}, {"description": "Default security group", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:49Z", "updated_at": "2018-09-01T22:37:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "2242365c-b4c3-4d16-95f9-009665d2d0f3", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "b28d028c-e92e-4d3b-b51f-4ee40a734175", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "c46db95f-c57f-45c9-a1df-21c7318beba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "d278d39b-7043-4be9-af0a-f67c3df847cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 1, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "name": "default"}]} 2018-09-01 22:37:59,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-033942cc-2572-41c5-bdb0-4e8c993fa0cd 2018-09-01 22:37:59,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308133125305s 2018-09-01 22:37:59,401 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-033942cc-2572-41c5-bdb0-4e8c993fa0cd 2018-09-01 22:37:59,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:37:59,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -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": "7e6b05bc-7c80-4688-a108-443d62bcd713"}}' 2018-09-01 22:37:59,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-402e25ef-ca34-41a2-bda1-9edf6f41782b Date: Sat, 01 Sep 2018 22:37:59 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-01T22:37:59Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "port_range_min": 22, "revision_number": 0, "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:59Z", "project_id": "3f81982a746b4f41bcc629f765186527", "id": "a5977cbb-7baa-40dd-88d6-df35259f3c9e"}} 2018-09-01 22:37:59,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-402e25ef-ca34-41a2-bda1-9edf6f41782b 2018-09-01 22:37:59,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.402754068375s 2018-09-01 22:37:59,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-402e25ef-ca34-41a2-bda1-9edf6f41782b 2018-09-01 22:37:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:37:59,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:00,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-9b7e05a5-ec36-4976-a302-75f766a37e71 Date: Sat, 01 Sep 2018 22:38:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:58Z", "updated_at": "2018-09-01T22:37:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "0af42f3e-3b65-491d-823b-3cbb4de71f32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:37:59Z", "revision_number": 0, "id": "a5977cbb-7baa-40dd-88d6-df35259f3c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:59Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "a760dcc6-ba1a-4b3d-90c2-f45bf954808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 2, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}, {"description": "Default security group", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:49Z", "updated_at": "2018-09-01T22:37:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "2242365c-b4c3-4d16-95f9-009665d2d0f3", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "b28d028c-e92e-4d3b-b51f-4ee40a734175", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "c46db95f-c57f-45c9-a1df-21c7318beba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "d278d39b-7043-4be9-af0a-f67c3df847cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 1, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "name": "default"}]} 2018-09-01 22:38:00,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9b7e05a5-ec36-4976-a302-75f766a37e71 2018-09-01 22:38:00,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.305588006973s 2018-09-01 22:38:00,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9b7e05a5-ec36-4976-a302-75f766a37e71 2018-09-01 22:38:00,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:38:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -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": "7e6b05bc-7c80-4688-a108-443d62bcd713"}}' 2018-09-01 22:38:00,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7aeb3c62-07a7-452a-b71e-2e1cbac3ac96 Date: Sat, 01 Sep 2018 22:38:00 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-01T22:38:00Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "port_range_min": null, "revision_number": 0, "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:38:00Z", "project_id": "3f81982a746b4f41bcc629f765186527", "id": "1d5f41bb-99f4-48cf-85ab-a3260e0ceff5"}} 2018-09-01 22:38:00,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7aeb3c62-07a7-452a-b71e-2e1cbac3ac96 2018-09-01 22:38:00,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.508182048798s 2018-09-01 22:38:00,629 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7aeb3c62-07a7-452a-b71e-2e1cbac3ac96 2018-09-01 22:38:00,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:00,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:01,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b262808d-9861-4d54-8be0-650a9df7a299 Date: Sat, 01 Sep 2018 22:38:01 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":["7f309bfa-74d1-4213-b8cf-0b38f7afc091"],"updated_at":"2018-09-01T22:37:50Z","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:38:01,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b262808d-9861-4d54-8be0-650a9df7a299 2018-09-01 22:38:01,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.382364034653s 2018-09-01 22:38:01,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b262808d-9861-4d54-8be0-650a9df7a299 2018-09-01 22:38:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:38:01,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:01,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c42b39c3-40cf-49a3-a6b0-f8edb5c20144 Date: Sat, 01 Sep 2018 22:38:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:37:56Z", "file": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file", "owner": "3f81982a746b4f41bcc629f765186527", "id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "size": 12716032, "self": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:38:01,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c42b39c3-40cf-49a3-a6b0-f8edb5c20144 2018-09-01 22:38:01,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0455329418182s 2018-09-01 22:38:01,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c42b39c3-40cf-49a3-a6b0-f8edb5c20144 2018-09-01 22:38:01,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:38:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:01,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-be50d681-aaff-4185-a695-e1285db83390 x-compute-request-id: req-be50d681-aaff-4185-a695-e1285db83390 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_882fc124-b945-4992-82bc-c07af6ece51b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "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": "a25f1656-eaa7-4d5d-b56e-e95c20670a56"}]} 2018-09-01 22:38:01,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-be50d681-aaff-4185-a695-e1285db83390 2018-09-01 22:38:01,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289947986603s 2018-09-01 22:38:01,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-be50d681-aaff-4185-a695-e1285db83390 2018-09-01 22:38:01,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:38:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"server": {"name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "imageRef": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "flavorRef": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b"}], "security_groups": [{"name": "7e6b05bc-7c80-4688-a108-443d62bcd713"}]}}' 2018-09-01 22:38:07,734 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:38: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-5786fb32-f725-4d3f-ac8a-7aec32c43ece x-compute-request-id: req-5786fb32-f725-4d3f-ac8a-7aec32c43ece Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7e6b05bc-7c80-4688-a108-443d62bcd713"}], "OS-DCF:diskConfig": "MANUAL", "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "adminPass": "MrBHhwyL8yJ8"}} 2018-09-01 22:38:07,734 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5786fb32-f725-4d3f-ac8a-7aec32c43ece 2018-09-01 22:38:07,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 6.63765907288s 2018-09-01 22:38:07,734 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5786fb32-f725-4d3f-ac8a-7aec32c43ece 2018-09-01 22:38:07,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:07,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:08,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53c73d8b-892e-4bb0-ae8d-7d2cbfc0168b x-compute-request-id: req-53c73d8b-892e-4bb0-ae8d-7d2cbfc0168b 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.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "image": {"id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "links": [{"href": "http://172.30.9.22:8774/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "links": [{"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "bookmark"}]}, "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "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-01T22:38:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "created": "2018-09-01T22:38:07Z", "tenant_id": "3f81982a746b4f41bcc629f765186527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:38:08,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53c73d8b-892e-4bb0-ae8d-7d2cbfc0168b 2018-09-01 22:38:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432954788208s 2018-09-01 22:38:08,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53c73d8b-892e-4bb0-ae8d-7d2cbfc0168b 2018-09-01 22:38:08,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:08,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:08,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0f030d09-a26f-4ece-a99a-52df6d22cc39 Date: Sat, 01 Sep 2018 22:38:08 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":["7f309bfa-74d1-4213-b8cf-0b38f7afc091"],"updated_at":"2018-09-01T22:37:50Z","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:38:08,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0f030d09-a26f-4ece-a99a-52df6d22cc39 2018-09-01 22:38:08,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0935599803925s 2018-09-01 22:38:08,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0f030d09-a26f-4ece-a99a-52df6d22cc39 2018-09-01 22:38:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:38:08,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:08,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d44c3f15-e23c-42d0-9202-b275aabbcc57 Date: Sat, 01 Sep 2018 22:38:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:37:50Z","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":"3f81982a746b4f41bcc629f765186527","id":"7f309bfa-74d1-4213-b8cf-0b38f7afc091","subnetpool_id":null,"name":"singlevm2-subnet_882fc124-b945-4992-82bc-c07af6ece51b"}]} 2018-09-01 22:38:08,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d44c3f15-e23c-42d0-9202-b275aabbcc57 2018-09-01 22:38:08,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0415117740631s 2018-09-01 22:38:08,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d44c3f15-e23c-42d0-9202-b275aabbcc57 2018-09-01 22:38:08,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:38:10,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:11,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d00d78df-49a5-4471-a555-523909397896 x-compute-request-id: req-d00d78df-49a5-4471-a555-523909397896 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "image": {"id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "links": [{"href": "http://172.30.9.22:8774/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "links": [{"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "bookmark"}]}, "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "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-01T22:38:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "created": "2018-09-01T22:38:07Z", "tenant_id": "3f81982a746b4f41bcc629f765186527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:38:11,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d00d78df-49a5-4471-a555-523909397896 2018-09-01 22:38:11,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40819191933s 2018-09-01 22:38:11,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d00d78df-49a5-4471-a555-523909397896 2018-09-01 22:38:11,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:38:13,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:13,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:14,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-23d53a9a-b0ea-4d4a-9362-f7f767f35c41 x-compute-request-id: req-23d53a9a-b0ea-4d4a-9362-f7f767f35c41 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "image": {"id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "links": [{"href": "http://172.30.9.22:8774/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "links": [{"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "bookmark"}]}, "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "security_groups": [{"name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}], "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "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-01T22:38:11Z", "hostId": "2729fdc93e43aaf28662cb43dd547321ed50a3f99ae2399ba51b8084", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "created": "2018-09-01T22:38:07Z", "tenant_id": "3f81982a746b4f41bcc629f765186527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:38:14,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-23d53a9a-b0ea-4d4a-9362-f7f767f35c41 2018-09-01 22:38:14,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613713026047s 2018-09-01 22:38:14,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-23d53a9a-b0ea-4d4a-9362-f7f767f35c41 2018-09-01 22:38:14,348 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:38:16,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:16,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:17,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-3765df20-5417-48ef-827c-9058ce7a13cf x-compute-request-id: req-3765df20-5417-48ef-827c-9058ce7a13cf Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:af:e2", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "image": {"id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "links": [{"href": "http://172.30.9.22:8774/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:38:16.000000", "flavor": {"id": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "links": [{"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "bookmark"}]}, "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "security_groups": [{"name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}], "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "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-01T22:38:16Z", "hostId": "2729fdc93e43aaf28662cb43dd547321ed50a3f99ae2399ba51b8084", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "created": "2018-09-01T22:38:07Z", "tenant_id": "3f81982a746b4f41bcc629f765186527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:38:17,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3765df20-5417-48ef-827c-9058ce7a13cf 2018-09-01 22:38:17,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.787812948227s 2018-09-01 22:38:17,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3765df20-5417-48ef-827c-9058ce7a13cf 2018-09-01 22:38:17,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:38:17,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:17,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7c7a99e0-ba71-460d-8a58-0eec06999e33 Date: Sat, 01 Sep 2018 22:38:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:38:11Z","admin_state_up":true,"updated_at":"2018-09-01T22:38:15Z","binding:vnic_type":"normal","device_id":"c8ca07d8-6339-457e-a9ee-145c336ea964","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d0:af:e2","id":"e442e7d7-eba5-4a04-9e2e-3fec09ac41a1","port_security_enabled":true,"project_id":"3f81982a746b4f41bcc629f765186527","fixed_ips":[{"subnet_id":"7f309bfa-74d1-4213-b8cf-0b38f7afc091","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["7e6b05bc-7c80-4688-a108-443d62bcd713"],"name":""}]} 2018-09-01 22:38:17,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-7c7a99e0-ba71-460d-8a58-0eec06999e33 2018-09-01 22:38:17,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0509178638458s 2018-09-01 22:38:17,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-7c7a99e0-ba71-460d-8a58-0eec06999e33 2018-09-01 22:38:17,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:38:17,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e442e7d7-eba5-4a04-9e2e-3fec09ac41a1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:17,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ceaa39ff-6b1f-4430-9047-c0a856fa2b79 Date: Sat, 01 Sep 2018 22:38:17 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:38:17,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e442e7d7-eba5-4a04-9e2e-3fec09ac41a1 used request id req-ceaa39ff-6b1f-4430-9047-c0a856fa2b79 2018-09-01 22:38:17,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.234589099884s 2018-09-01 22:38:17,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e442e7d7-eba5-4a04-9e2e-3fec09ac41a1 used request id req-ceaa39ff-6b1f-4430-9047-c0a856fa2b79 2018-09-01 22:38:17,435 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d0:af:e2', 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'79bf66ac-1bce-41fb-bbd0-3538b6760cd6'}), 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-01T22:38:16.000000', 'flavor': Munch({u'id': u'a25f1656-eaa7-4d5d-b56e-e95c20670a56'}), 'az': u'nova', 'id': u'c8ca07d8-6339-457e-a9ee-145c336ea964', 'security_groups': [Munch({u'name': u'singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b7d92f8dc51d4c06ad9b2294a8fa52d9', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f81982a746b4f41bcc629f765186527', 'name': 'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', '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-01T22:38:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:38:16Z', 'hostId': u'2729fdc93e43aaf28662cb43dd547321ed50a3f99ae2399ba51b8084', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'2729fdc93e43aaf28662cb43dd547321ed50a3f99ae2399ba51b8084', '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-01T22:38:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3f81982a746b4f41bcc629f765186527', 'name': u'singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b', 'adminPass': u'MrBHhwyL8yJ8', 'tenant_id': u'3f81982a746b4f41bcc629f765186527', 'created_at': u'2018-09-01T22:38:07Z', 'created': u'2018-09-01T22:38:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:38:17,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:17,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:17,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2f794262-57fd-4d0e-83ec-a9e82a698769 Date: Sat, 01 Sep 2018 22:38:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7f309bfa-74d1-4213-b8cf-0b38f7afc091"],"updated_at":"2018-09-01T22:37:50Z","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:38:17,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2f794262-57fd-4d0e-83ec-a9e82a698769 2018-09-01 22:38:17,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36455988884s 2018-09-01 22:38:17,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2f794262-57fd-4d0e-83ec-a9e82a698769 2018-09-01 22:38:17,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:38:17,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:17,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7fdb0841-e9f6-42db-853e-e5da76f0f245 Date: Sat, 01 Sep 2018 22:38:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:38:11Z","admin_state_up":true,"updated_at":"2018-09-01T22:38:15Z","binding:vnic_type":"normal","device_id":"c8ca07d8-6339-457e-a9ee-145c336ea964","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d0:af:e2","id":"e442e7d7-eba5-4a04-9e2e-3fec09ac41a1","port_security_enabled":true,"project_id":"3f81982a746b4f41bcc629f765186527","fixed_ips":[{"subnet_id":"7f309bfa-74d1-4213-b8cf-0b38f7afc091","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["7e6b05bc-7c80-4688-a108-443d62bcd713"],"name":""}]} 2018-09-01 22:38:17,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-7fdb0841-e9f6-42db-853e-e5da76f0f245 2018-09-01 22:38:17,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047602891922s 2018-09-01 22:38:17,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-7fdb0841-e9f6-42db-853e-e5da76f0f245 2018-09-01 22:38:17,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 22:38:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"floatingip": {"floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.5", "port_id": "e442e7d7-eba5-4a04-9e2e-3fec09ac41a1"}}' 2018-09-01 22:38:20,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-71f25480-fcfe-4345-9f35-e9541105f764 Date: Sat, 01 Sep 2018 22:38:20 GMT RESP BODY: {"floatingip": {"router_id": "c8c4aab2-ef8e-4948-86be-103afb15e00e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:38:18Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e442e7d7-eba5-4a04-9e2e-3fec09ac41a1", "id": "b0407c87-f207-4f23-acd3-15b642569605", "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:38:18Z", "project_id": "3f81982a746b4f41bcc629f765186527"}} 2018-09-01 22:38:20,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-71f25480-fcfe-4345-9f35-e9541105f764 2018-09-01 22:38:20,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.25607895851s 2018-09-01 22:38:20,109 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-71f25480-fcfe-4345-9f35-e9541105f764 2018-09-01 22:38:20,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:38:20,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:20,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-249daed0-0b17-40b5-b8fc-345c135052da Date: Sat, 01 Sep 2018 22:38:20 GMT RESP BODY: {"floatingips": [{"router_id": "c8c4aab2-ef8e-4948-86be-103afb15e00e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:38:18Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e442e7d7-eba5-4a04-9e2e-3fec09ac41a1", "id": "b0407c87-f207-4f23-acd3-15b642569605", "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:38:18Z", "project_id": "3f81982a746b4f41bcc629f765186527"}]} 2018-09-01 22:38:20,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-249daed0-0b17-40b5-b8fc-345c135052da 2018-09-01 22:38:20,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0773479938507s 2018-09-01 22:38:20,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-249daed0-0b17-40b5-b8fc-345c135052da 2018-09-01 22:38:20,198 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c8c4aab2-ef8e-4948-86be-103afb15e00e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'3f81982a746b4f41bcc629f765186527', 'created_at': u'2018-09-01T22:38:18Z', 'attached': True, 'updated_at': u'2018-09-01T22:38:18Z', 'id': u'b0407c87-f207-4f23-acd3-15b642569605', 'floating_network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f81982a746b4f41bcc629f765186527', 'name': 'singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c8c4aab2-ef8e-4948-86be-103afb15e00e', 'project_id': u'3f81982a746b4f41bcc629f765186527', 'port_id': u'e442e7d7-eba5-4a04-9e2e-3fec09ac41a1', 'port': u'e442e7d7-eba5-4a04-9e2e-3fec09ac41a1', 'network': u'2ecab897-029d-4694-8450-3bf914edbd66'}) 2018-09-01 22:38:20,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:38:20,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:38:20,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-456f29f2-2b19-4fee-a647-7981d5a7b1aa x-compute-request-id: req-456f29f2-2b19-4fee-a647-7981d5a7b1aa Content-Encoding: gzip Content-Length: 7908 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 500162492 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.193100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195333] pid_max: default: 32768 minimum: 301\n[ 0.196544] ACPI: Core revision 20150930\n[ 0.198208] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199979] Security Framework initialized\n[ 0.201071] Yama: becoming mindful.\n[ 0.202050] AppArmor: AppArmor initialized\n[ 0.203188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204935] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206603] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208193] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210026] Initializing cgroup subsys io\n[ 0.211088] Initializing cgroup subsys memory\n[ 0.212246] Initializing cgroup subsys devices\n[ 0.213413] Initializing cgroup subsys freezer\n[ 0.214547] Initializing cgroup subsys net_cls\n[ 0.215720] Initializing cgroup subsys perf_event\n[ 0.216954] Initializing cgroup subsys net_prio\n[ 0.218138] Initializing cgroup subsys hugetlb\n[ 0.219300] Initializing cgroup subsys pids\n[ 0.220462] CPU: Physical Processor ID: 0\n[ 0.222247] mce: CPU supports 10 MCE banks\n[ 0.223384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239894] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246741] ftrace: allocating 31920 entries in 125 pages\n[ 0.273191] smpboot: Max logical packages: 1\n[ 0.274343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276167] x2apic enabled\n[ 0.277282] Switched APIC routing to physical x2apic.\n[ 0.279689] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.283854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.286263] KVM setup paravirtual spinlock\n[ 0.287886] x86: Booted up 1 node, 1 CPUs\n[ 0.288958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.290806] devtmpfs: initialized\n[ 0.292758] evm: security.selinux\n[ 0.293691] evm: security.SMACK64\n[ 0.294621] evm: security.SMACK64EXEC\n[ 0.295630] evm: security.SMACK64TRANSMUTE\n[ 0.296702] evm: security.SMACK64MMAP\n[ 0.297688] evm: security.ima\n[ 0.298548] evm: security.capability\n[ 0.299603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302057] pinctrl core: initialized pinctrl subsystem\n[ 0.303492] RTC time: 22:38:16, date: 09/01/18\n[ 0.304769] NET: Registered protocol family 16\n[ 0.306053] cpuidle: using governor ladder\n[ 0.307144] cpuidle: using governor menu\n[ 0.308203] PCCT header not found.\n[ 0.309206] ACPI: bus type PCI registered\n[ 0.310275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311905] PCI: Using configuration type 1 for base access\n[ 0.314022] ACPI: Added _OSI(Module Device)\n[ 0.315136] ACPI: Added _OSI(Processor Device)\n[ 0.316278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317471] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319580] ACPI: Interpreter enabled\n[ 0.320613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.325508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330411] ACPI: (supports S0 S5)\n[ 0.331373] ACPI: Using IOAPIC for interrupt routing\n[ 0.332624] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337875] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339499] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343976] acpiphp: Slot [3] registered\n[ 0.345041] acpiphp: Slot [4] registered\n[ 0.346107] acpiphp: Slot [5] registered\n[ 0.347168] acpiphp: Slot [6] registered\n[ 0.348243] acpiphp: Slot [7] registered\n[ 0.349300] acpiphp: Slot [8] registered\n[ 0.350364] acpiphp: Slot [9] registered\n[ 0.351419] acpiphp: Slot [10] registered\n[ 0.352495] acpiphp: Slot [11] registered\n[ 0.353582] acpiphp: Slot [12] registered\n[ 0.354659] acpiphp: Slot [13] registered\n[ 0.355729] acpiphp: Slot [14] registered\n[ 0.356808] acpiphp: Slot [15] registered\n[ 0.371969] acpiphp: Slot [16] registered\n[ 0.373057] acpiphp: Slot [17] registered\n[ 0.374150] acpiphp: Slot [18] registered\n[ 0.375225] acpiphp: Slot [19] registered\n[ 0.376305] acpiphp: Slot [20] registered\n[ 0.377381] acpiphp: Slot [21] registered\n[ 0.378463] acpiphp: Slot [22] registered\n[ 0.379537] acpiphp: Slot [23] registered\n[ 0.380626] acpiphp: Slot [24] registered\n[ 0.381702] acpiphp: Slot [25] registered\n[ 0.382779] acpiphp: Slot [26] registered\n[ 0.383850] acpiphp: Slot [27] registered\n[ 0.384936] acpiphp: Slot [28] registered\n[ 0.386013] acpiphp: Slot [29] registered\n[ 0.387088] acpiphp: Slot [30] registered\n[ 0.388161] acpiphp: Slot [31] registered\n[ 0.389239] PCI host bridge to bus 0000:00\n[ 0.390328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395447] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397380] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399349] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403272] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408152] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414524] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436107] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439990] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.441896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445718] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447476] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.450921] vgaarb: loaded\n[ 0.451727] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453328] SCSI subsystem initialized\n[ 0.454560] ACPI: bus type USB registered\n[ 0.455709] usbcore: registered new interface driver usbfs\n[ 0.457072] usbcore: registered new interface driver hub\n[ 0.458406] usbcore: registered new device driver usb\n[ 0.459853] PCI: Using ACPI for IRQ routing\n[ 0.461346] NetLabel: Initializing\n[ 0.462309] NetLabel: domain hash size = 128\n[ 0.463429] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464682] NetLabel: unlabeled traffic allowed by default\n[ 0.466202] clocksource: Switched to clocksource kvm-clock\n[ 0.476128] AppArmor: AppArmor Filesystem Enabled\n[ 0.477405] pnp: PnP ACPI init\n[ 0.478613] pnp: PnP ACPI: found 5 devices\n[ 0.485410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487705] NET: Registered protocol family 2\n[ 0.489151] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492437] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494015] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496990] NET: Registered protocol family 1\n[ 0.498193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499637] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501052] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515361] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529946] Trying to unpack rootfs image as initramfs...\n[ 0.591684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598150] Scanning for low memory corruption every 60 seconds\n[ 0.601102] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602719] audit: initializing netlink subsys (disabled)\n[ 0.604232] audit: type=2000 audit(1535841497.036:1): initialized\n[ 0.606428] Initialise system trusted keyring\n[ 0.607903] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612242] zbud: loaded\n[ 0.613291] VFS: Disk quotas dquot_6.6.0\n[ 0.614424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616646] fuse init (API version 7.23)\n[ 0.617911] Key type big_key registered\n[ 0.619047] Allocating IMA MOK and blacklist keyrings.\n[ 0.620764] Key type asymmetric registered\n[ 0.621897] Asymmetric key parser 'x509' registered\n[ 0.623199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625233] io scheduler noop registered\n[ 0.626333] io scheduler deadline registered (default)\n[ 0.627682] io scheduler cfq registered\n[ 0.628940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634109] ACPI: Power Button [PWRF]\n[ 0.635441] GHES: HEST is not enabled!\n[ 0.649712] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678841] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681760] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708554] Linux agpgart interface v0.103\n[ 0.712337] brd: module loaded\n[ 0.714619] loop: module loaded\n[ 0.719212] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721151] GPT:90111 != 2097151\n[ 0.722061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723514] GPT:90111 != 2097151\n[ 0.724423] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725703] vda: vda1 vda15\n[ 0.727512] scsi host0: ata_piix\n[ 0.728579] scsi host1: ata_piix\n[ 0.729550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731155] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733142] libphy: Fixed MDIO Bus: probed\n[ 0.734470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735744] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738719] PPP generic driver version 2.4.2\n[ 0.739979] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741609] ehci-pci: EHCI PCI platform driver\n[ 0.742813] ehci-platform: EHCI generic platform driver\n[ 0.744131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745626] ohci-pci: OHCI PCI platform driver\n[ 0.746824] ohci-platform: OHCI generic platform driver\n[ 0.748154] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762743] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767439] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772587] usb usb1: Product: UHCI Host Controller\n[ 0.773834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775337] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776667] hub 1-0:1.0: USB hub found\n[ 0.777766] hub 1-0:1.0: 2 ports detected\n[ 0.779107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782003] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784669] mousedev: PS/2 mouse device common for all mice\n[ 0.786376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793531] i2c /dev entries driver\n[ 0.794581] device-mapper: uevent: version 1.0.3\n[ 0.795877] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798105] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800083] NET: Registered protocol family 10\n[ 0.801898] NET: Registered protocol family 17\n[ 0.803119] Key type dns_resolver registered\n[ 0.804455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805896] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808292] registered taskstats version 1\n[ 0.809451] Loading compiled-in X.509 certificates\n[ 0.811330] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813818] zswap: loaded using pool lzo/zbud\n[ 0.816250] Key type trusted registered\n[ 0.818448] Key type encrypted registered\n[ 0.819551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820951] ima: No TPM chip found, activating TPM-bypass!\n[ 0.822370] evm: HMAC attrs: 0x1\n[ 0.823697] Magic number: 2:10:653\n[ 0.824836] rtc_cmos 00:00: setting system clock to 2018-09-01 22:38:16 UTC (1535841496)\n[ 0.827052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828527] EDD information not available.\n[ 0.892780] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909392] Write protecting the kernel read-only data: 14336k\n[ 0.914287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916708] 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.965383] 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-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-09-01 22:38:20,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/action used request id req-456f29f2-2b19-4fee-a647-7981d5a7b1aa 2018-09-01 22:38:20,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112791061401s 2018-09-01 22:38:20,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/action used request id req-456f29f2-2b19-4fee-a647-7981d5a7b1aa 2018-09-01 22:38:20,313 - 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 500162492 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.193100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195333] pid_max: default: 32768 minimum: 301 [ 0.196544] ACPI: Core revision 20150930 [ 0.198208] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199979] Security Framework initialized [ 0.201071] Yama: becoming mindful. [ 0.202050] AppArmor: AppArmor initialized [ 0.203188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204935] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206603] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208193] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210026] Initializing cgroup subsys io [ 0.211088] Initializing cgroup subsys memory [ 0.212246] Initializing cgroup subsys devices [ 0.213413] Initializing cgroup subsys freezer [ 0.214547] Initializing cgroup subsys net_cls [ 0.215720] Initializing cgroup subsys perf_event [ 0.216954] Initializing cgroup subsys net_prio [ 0.218138] Initializing cgroup subsys hugetlb [ 0.219300] Initializing cgroup subsys pids [ 0.220462] CPU: Physical Processor ID: 0 [ 0.222247] mce: CPU supports 10 MCE banks [ 0.223384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239894] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246741] ftrace: allocating 31920 entries in 125 pages [ 0.273191] smpboot: Max logical packages: 1 [ 0.274343] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276167] x2apic enabled [ 0.277282] Switched APIC routing to physical x2apic. [ 0.279689] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.283854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.286263] KVM setup paravirtual spinlock [ 0.287886] x86: Booted up 1 node, 1 CPUs [ 0.288958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.290806] devtmpfs: initialized [ 0.292758] evm: security.selinux [ 0.293691] evm: security.SMACK64 [ 0.294621] evm: security.SMACK64EXEC [ 0.295630] evm: security.SMACK64TRANSMUTE [ 0.296702] evm: security.SMACK64MMAP [ 0.297688] evm: security.ima [ 0.298548] evm: security.capability [ 0.299603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302057] pinctrl core: initialized pinctrl subsystem [ 0.303492] RTC time: 22:38:16, date: 09/01/18 [ 0.304769] NET: Registered protocol family 16 [ 0.306053] cpuidle: using governor ladder [ 0.307144] cpuidle: using governor menu [ 0.308203] PCCT header not found. [ 0.309206] ACPI: bus type PCI registered [ 0.310275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311905] PCI: Using configuration type 1 for base access [ 0.314022] ACPI: Added _OSI(Module Device) [ 0.315136] ACPI: Added _OSI(Processor Device) [ 0.316278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317471] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319580] ACPI: Interpreter enabled [ 0.320613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.325508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.327972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.330411] ACPI: (supports S0 S5) [ 0.331373] ACPI: Using IOAPIC for interrupt routing [ 0.332624] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337875] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339499] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.341075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343976] acpiphp: Slot [3] registered [ 0.345041] acpiphp: Slot [4] registered [ 0.346107] acpiphp: Slot [5] registered [ 0.347168] acpiphp: Slot [6] registered [ 0.348243] acpiphp: Slot [7] registered [ 0.349300] acpiphp: Slot [8] registered [ 0.350364] acpiphp: Slot [9] registered [ 0.351419] acpiphp: Slot [10] registered [ 0.352495] acpiphp: Slot [11] registered [ 0.353582] acpiphp: Slot [12] registered [ 0.354659] acpiphp: Slot [13] registered [ 0.355729] acpiphp: Slot [14] registered [ 0.356808] acpiphp: Slot [15] registered [ 0.371969] acpiphp: Slot [16] registered [ 0.373057] acpiphp: Slot [17] registered [ 0.374150] acpiphp: Slot [18] registered [ 0.375225] acpiphp: Slot [19] registered [ 0.376305] acpiphp: Slot [20] registered [ 0.377381] acpiphp: Slot [21] registered [ 0.378463] acpiphp: Slot [22] registered [ 0.379537] acpiphp: Slot [23] registered [ 0.380626] acpiphp: Slot [24] registered [ 0.381702] acpiphp: Slot [25] registered [ 0.382779] acpiphp: Slot [26] registered [ 0.383850] acpiphp: Slot [27] registered [ 0.384936] acpiphp: Slot [28] registered [ 0.386013] acpiphp: Slot [29] registered [ 0.387088] acpiphp: Slot [30] registered [ 0.388161] acpiphp: Slot [31] registered [ 0.389239] PCI host bridge to bus 0000:00 [ 0.390328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395447] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397380] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399349] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403272] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408152] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414524] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436107] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.439990] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.441896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445718] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447476] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.450921] vgaarb: loaded [ 0.451727] vgaarb: bridge control possible 0000:00:02.0 [ 0.453328] SCSI subsystem initialized [ 0.454560] ACPI: bus type USB registered [ 0.455709] usbcore: registered new interface driver usbfs [ 0.457072] usbcore: registered new interface driver hub [ 0.458406] usbcore: registered new device driver usb [ 0.459853] PCI: Using ACPI for IRQ routing [ 0.461346] NetLabel: Initializing [ 0.462309] NetLabel: domain hash size = 128 [ 0.463429] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464682] NetLabel: unlabeled traffic allowed by default [ 0.466202] clocksource: Switched to clocksource kvm-clock [ 0.476128] AppArmor: AppArmor Filesystem Enabled [ 0.477405] pnp: PnP ACPI init [ 0.478613] pnp: PnP ACPI: found 5 devices [ 0.485410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487705] NET: Registered protocol family 2 [ 0.489151] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.492437] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494015] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.495444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496990] NET: Registered protocol family 1 [ 0.498193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.499637] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501052] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515361] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529946] Trying to unpack rootfs image as initramfs... [ 0.591684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598150] Scanning for low memory corruption every 60 seconds [ 0.601102] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602719] audit: initializing netlink subsys (disabled) [ 0.604232] audit: type=2000 audit(1535841497.036:1): initialized [ 0.606428] Initialise system trusted keyring [ 0.607903] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612242] zbud: loaded [ 0.613291] VFS: Disk quotas dquot_6.6.0 [ 0.614424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616646] fuse init (API version 7.23) [ 0.617911] Key type big_key registered [ 0.619047] Allocating IMA MOK and blacklist keyrings. [ 0.620764] Key type asymmetric registered [ 0.621897] Asymmetric key parser 'x509' registered [ 0.623199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625233] io scheduler noop registered [ 0.626333] io scheduler deadline registered (default) [ 0.627682] io scheduler cfq registered [ 0.628940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634109] ACPI: Power Button [PWRF] [ 0.635441] GHES: HEST is not enabled! [ 0.649712] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678841] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681760] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708554] Linux agpgart interface v0.103 [ 0.712337] brd: module loaded [ 0.714619] loop: module loaded [ 0.719212] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721151] GPT:90111 != 2097151 [ 0.722061] GPT:Alternate GPT header not at the end of the disk. [ 0.723514] GPT:90111 != 2097151 [ 0.724423] GPT: Use GNU Parted to correct GPT errors. [ 0.725703] vda: vda1 vda15 [ 0.727512] scsi host0: ata_piix [ 0.728579] scsi host1: ata_piix [ 0.729550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731155] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.733142] libphy: Fixed MDIO Bus: probed [ 0.734470] tun: Universal TUN/TAP device driver, 1.6 [ 0.735744] tun: (C) 1999-2004 Max Krasnyansky [ 0.738719] PPP generic driver version 2.4.2 [ 0.739979] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741609] ehci-pci: EHCI PCI platform driver [ 0.742813] ehci-platform: EHCI generic platform driver [ 0.744131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745626] ohci-pci: OHCI PCI platform driver [ 0.746824] ohci-platform: OHCI generic platform driver [ 0.748154] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762743] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766098] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767439] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.769053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772587] usb usb1: Product: UHCI Host Controller [ 0.773834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776667] hub 1-0:1.0: USB hub found [ 0.777766] hub 1-0:1.0: 2 ports detected [ 0.779107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782003] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783285] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784669] mousedev: PS/2 mouse device common for all mice [ 0.786376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788826] rtc_cmos 00:00: RTC can wake from S4 [ 0.790375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793531] i2c /dev entries driver [ 0.794581] device-mapper: uevent: version 1.0.3 [ 0.795877] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798105] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800083] NET: Registered protocol family 10 [ 0.801898] NET: Registered protocol family 17 [ 0.803119] Key type dns_resolver registered [ 0.804455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805896] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.808292] registered taskstats version 1 [ 0.809451] Loading compiled-in X.509 certificates [ 0.811330] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.813818] zswap: loaded using pool lzo/zbud [ 0.816250] Key type trusted registered [ 0.818448] Key type encrypted registered [ 0.819551] AppArmor: AppArmor sha1 policy hashing enabled [ 0.820951] ima: No TPM chip found, activating TPM-bypass! [ 0.822370] evm: HMAC attrs: 0x1 [ 0.823697] Magic number: 2:10:653 [ 0.824836] rtc_cmos 00:00: setting system clock to 2018-09-01 22:38:16 UTC (1535841496) [ 0.827052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828527] EDD information not available. [ 0.892780] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909392] Write protecting the kernel read-only data: 14336k [ 0.914287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916708] 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.965383] 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-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-09-01 22:38:21,315 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-09-01 22:38:30,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:38:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:38:30,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c09e62a3-3fab-4a0e-be75-18c6e6a4b8ca x-compute-request-id: req-c09e62a3-3fab-4a0e-be75-18c6e6a4b8ca Content-Encoding: gzip Content-Length: 9564 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 500162492 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.193100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195333] pid_max: default: 32768 minimum: 301\n[ 0.196544] ACPI: Core revision 20150930\n[ 0.198208] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199979] Security Framework initialized\n[ 0.201071] Yama: becoming mindful.\n[ 0.202050] AppArmor: AppArmor initialized\n[ 0.203188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204935] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206603] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208193] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210026] Initializing cgroup subsys io\n[ 0.211088] Initializing cgroup subsys memory\n[ 0.212246] Initializing cgroup subsys devices\n[ 0.213413] Initializing cgroup subsys freezer\n[ 0.214547] Initializing cgroup subsys net_cls\n[ 0.215720] Initializing cgroup subsys perf_event\n[ 0.216954] Initializing cgroup subsys net_prio\n[ 0.218138] Initializing cgroup subsys hugetlb\n[ 0.219300] Initializing cgroup subsys pids\n[ 0.220462] CPU: Physical Processor ID: 0\n[ 0.222247] mce: CPU supports 10 MCE banks\n[ 0.223384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239894] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246741] ftrace: allocating 31920 entries in 125 pages\n[ 0.273191] smpboot: Max logical packages: 1\n[ 0.274343] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276167] x2apic enabled\n[ 0.277282] Switched APIC routing to physical x2apic.\n[ 0.279689] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.283854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.286263] KVM setup paravirtual spinlock\n[ 0.287886] x86: Booted up 1 node, 1 CPUs\n[ 0.288958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.290806] devtmpfs: initialized\n[ 0.292758] evm: security.selinux\n[ 0.293691] evm: security.SMACK64\n[ 0.294621] evm: security.SMACK64EXEC\n[ 0.295630] evm: security.SMACK64TRANSMUTE\n[ 0.296702] evm: security.SMACK64MMAP\n[ 0.297688] evm: security.ima\n[ 0.298548] evm: security.capability\n[ 0.299603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.302057] pinctrl core: initialized pinctrl subsystem\n[ 0.303492] RTC time: 22:38:16, date: 09/01/18\n[ 0.304769] NET: Registered protocol family 16\n[ 0.306053] cpuidle: using governor ladder\n[ 0.307144] cpuidle: using governor menu\n[ 0.308203] PCCT header not found.\n[ 0.309206] ACPI: bus type PCI registered\n[ 0.310275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311905] PCI: Using configuration type 1 for base access\n[ 0.314022] ACPI: Added _OSI(Module Device)\n[ 0.315136] ACPI: Added _OSI(Processor Device)\n[ 0.316278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317471] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319580] ACPI: Interpreter enabled\n[ 0.320613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.325508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330411] ACPI: (supports S0 S5)\n[ 0.331373] ACPI: Using IOAPIC for interrupt routing\n[ 0.332624] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337875] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339499] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343976] acpiphp: Slot [3] registered\n[ 0.345041] acpiphp: Slot [4] registered\n[ 0.346107] acpiphp: Slot [5] registered\n[ 0.347168] acpiphp: Slot [6] registered\n[ 0.348243] acpiphp: Slot [7] registered\n[ 0.349300] acpiphp: Slot [8] registered\n[ 0.350364] acpiphp: Slot [9] registered\n[ 0.351419] acpiphp: Slot [10] registered\n[ 0.352495] acpiphp: Slot [11] registered\n[ 0.353582] acpiphp: Slot [12] registered\n[ 0.354659] acpiphp: Slot [13] registered\n[ 0.355729] acpiphp: Slot [14] registered\n[ 0.356808] acpiphp: Slot [15] registered\n[ 0.371969] acpiphp: Slot [16] registered\n[ 0.373057] acpiphp: Slot [17] registered\n[ 0.374150] acpiphp: Slot [18] registered\n[ 0.375225] acpiphp: Slot [19] registered\n[ 0.376305] acpiphp: Slot [20] registered\n[ 0.377381] acpiphp: Slot [21] registered\n[ 0.378463] acpiphp: Slot [22] registered\n[ 0.379537] acpiphp: Slot [23] registered\n[ 0.380626] acpiphp: Slot [24] registered\n[ 0.381702] acpiphp: Slot [25] registered\n[ 0.382779] acpiphp: Slot [26] registered\n[ 0.383850] acpiphp: Slot [27] registered\n[ 0.384936] acpiphp: Slot [28] registered\n[ 0.386013] acpiphp: Slot [29] registered\n[ 0.387088] acpiphp: Slot [30] registered\n[ 0.388161] acpiphp: Slot [31] registered\n[ 0.389239] PCI host bridge to bus 0000:00\n[ 0.390328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395447] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397380] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399349] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403272] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408152] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414524] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436107] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439990] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.441896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445718] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447476] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.450921] vgaarb: loaded\n[ 0.451727] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453328] SCSI subsystem initialized\n[ 0.454560] ACPI: bus type USB registered\n[ 0.455709] usbcore: registered new interface driver usbfs\n[ 0.457072] usbcore: registered new interface driver hub\n[ 0.458406] usbcore: registered new device driver usb\n[ 0.459853] PCI: Using ACPI for IRQ routing\n[ 0.461346] NetLabel: Initializing\n[ 0.462309] NetLabel: domain hash size = 128\n[ 0.463429] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464682] NetLabel: unlabeled traffic allowed by default\n[ 0.466202] clocksource: Switched to clocksource kvm-clock\n[ 0.476128] AppArmor: AppArmor Filesystem Enabled\n[ 0.477405] pnp: PnP ACPI init\n[ 0.478613] pnp: PnP ACPI: found 5 devices\n[ 0.485410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487705] NET: Registered protocol family 2\n[ 0.489151] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492437] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494015] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496990] NET: Registered protocol family 1\n[ 0.498193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499637] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501052] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515361] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529946] Trying to unpack rootfs image as initramfs...\n[ 0.591684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598150] Scanning for low memory corruption every 60 seconds\n[ 0.601102] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602719] audit: initializing netlink subsys (disabled)\n[ 0.604232] audit: type=2000 audit(1535841497.036:1): initialized\n[ 0.606428] Initialise system trusted keyring\n[ 0.607903] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609436] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612242] zbud: loaded\n[ 0.613291] VFS: Disk quotas dquot_6.6.0\n[ 0.614424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616646] fuse init (API version 7.23)\n[ 0.617911] Key type big_key registered\n[ 0.619047] Allocating IMA MOK and blacklist keyrings.\n[ 0.620764] Key type asymmetric registered\n[ 0.621897] Asymmetric key parser 'x509' registered\n[ 0.623199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625233] io scheduler noop registered\n[ 0.626333] io scheduler deadline registered (default)\n[ 0.627682] io scheduler cfq registered\n[ 0.628940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634109] ACPI: Power Button [PWRF]\n[ 0.635441] GHES: HEST is not enabled!\n[ 0.649712] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678841] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681760] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708554] Linux agpgart interface v0.103\n[ 0.712337] brd: module loaded\n[ 0.714619] loop: module loaded\n[ 0.719212] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721151] GPT:90111 != 2097151\n[ 0.722061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723514] GPT:90111 != 2097151\n[ 0.724423] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725703] vda: vda1 vda15\n[ 0.727512] scsi host0: ata_piix\n[ 0.728579] scsi host1: ata_piix\n[ 0.729550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731155] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733142] libphy: Fixed MDIO Bus: probed\n[ 0.734470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735744] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738719] PPP generic driver version 2.4.2\n[ 0.739979] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741609] ehci-pci: EHCI PCI platform driver\n[ 0.742813] ehci-platform: EHCI generic platform driver\n[ 0.744131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745626] ohci-pci: OHCI PCI platform driver\n[ 0.746824] ohci-platform: OHCI generic platform driver\n[ 0.748154] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762743] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767439] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772587] usb usb1: Product: UHCI Host Controller\n[ 0.773834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775337] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776667] hub 1-0:1.0: USB hub found\n[ 0.777766] hub 1-0:1.0: 2 ports detected\n[ 0.779107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782003] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783285] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784669] mousedev: PS/2 mouse device common for all mice\n[ 0.786376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793531] i2c /dev entries driver\n[ 0.794581] device-mapper: uevent: version 1.0.3\n[ 0.795877] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798105] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800083] NET: Registered protocol family 10\n[ 0.801898] NET: Registered protocol family 17\n[ 0.803119] Key type dns_resolver registered\n[ 0.804455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805896] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808292] registered taskstats version 1\n[ 0.809451] Loading compiled-in X.509 certificates\n[ 0.811330] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.813818] zswap: loaded using pool lzo/zbud\n[ 0.816250] Key type trusted registered\n[ 0.818448] Key type encrypted registered\n[ 0.819551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.820951] ima: No TPM chip found, activating TPM-bypass!\n[ 0.822370] evm: HMAC attrs: 0x1\n[ 0.823697] Magic number: 2:10:653\n[ 0.824836] rtc_cmos 00:00: setting system clock to 2018-09-01 22:38:16 UTC (1535841496)\n[ 0.827052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828527] EDD information not available.\n[ 0.892780] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909392] Write protecting the kernel read-only data: 14336k\n[ 0.914287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916708] 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.965383] 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-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOyvxUOmxqz8vqTal7lN/aEXOyz7GIJkIRO/zIZ7RcfFVD0RXQIynPqgMvVwWhhjhap5RtPa3p9AKsl1IUe3iXRWEOXaqEu5lECsEtBHfS+wDTTEG+3HWBmJj5YFBx0XbBohMuHuLMxA1VZNNoRESF0uBr9MLfijcLvyzUmeuRGJ4Prp8vmJeOE6WVyWrZWwvc8s92nlHseS+FiVZ68cOYE0KZjMlMRkNOHKDouUhdEQq83u38YCd8buwrJB6U45h4TfNyjpVGkr6BUXNyzXFes/sCMYrCPZ2PUrrU+EJ773Tvkp9aWbLx6lhJFq4Ps6mEJJBM67u6LjOfy/+1BPtp root@singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b\nssh-dss AAAAB3NzaC1kc3MAAACBAMD0XwYLZSZb0dDVKSqWq7bku0IN8dEaQHj8LTKI87O/UGSuteRfshM1X1+RxJqhyyD/lR79bTKngUHC+KI08H+apBOndZ8vFgSHPMMOIUS8J8Ai34foDx5XjpDLgKPAHjMMyN43FpWW4rkm6QCjMtb1t9dZharA4IVkqTm6lpM/AAAAFQCLe80AJInd/zRHLqXl20bJF73cgwAAAIEAlsxigHJM7fb8bBUgGcGVFceKMOrv/ktjZzOjIf8XtBt1Mrg82BlYbPPlnEHL9D9s4nLl8VWDVotSi4ZgADWwWp2Y+o6ED3tW5KU6Ebkgy0wm36A9xhbeLnX83rm50naxBG8lynV+3M3gWgWhcDTzuXa18xg1rxcIssISIXvShuIAAACAdiNK4uHclN12WLADE1ofxQbEw1bSCIeOIUkqxmQ2buedSV1FhSrUsuMrXs8Wwl6CA3Iuc9P9obpcJArTInC7lVy6Fr9z7XgA93h6Y5bSVpLod8emWuj+L2Fs5d2w4xqXptQgy1yGB+5vvr5773ryLY0eeBkPJY0eeaCYA3WTQ2A= root@singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.23s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fed0:afe2/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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.29 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b login: "} 2018-09-01 22:38:30,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/action used request id req-c09e62a3-3fab-4a0e-be75-18c6e6a4b8ca 2018-09-01 22:38:30,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.266155958176s 2018-09-01 22:38:30,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964/action used request id req-c09e62a3-3fab-4a0e-be75-18c6e6a4b8ca 2018-09-01 22:38:30,592 - 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 500162492 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.193100] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195333] pid_max: default: 32768 minimum: 301 [ 0.196544] ACPI: Core revision 20150930 [ 0.198208] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199979] Security Framework initialized [ 0.201071] Yama: becoming mindful. [ 0.202050] AppArmor: AppArmor initialized [ 0.203188] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204935] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206603] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208193] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210026] Initializing cgroup subsys io [ 0.211088] Initializing cgroup subsys memory [ 0.212246] Initializing cgroup subsys devices [ 0.213413] Initializing cgroup subsys freezer [ 0.214547] Initializing cgroup subsys net_cls [ 0.215720] Initializing cgroup subsys perf_event [ 0.216954] Initializing cgroup subsys net_prio [ 0.218138] Initializing cgroup subsys hugetlb [ 0.219300] Initializing cgroup subsys pids [ 0.220462] CPU: Physical Processor ID: 0 [ 0.222247] mce: CPU supports 10 MCE banks [ 0.223384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239894] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246741] ftrace: allocating 31920 entries in 125 pages [ 0.273191] smpboot: Max logical packages: 1 [ 0.274343] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276167] x2apic enabled [ 0.277282] Switched APIC routing to physical x2apic. [ 0.279689] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.283854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.286263] KVM setup paravirtual spinlock [ 0.287886] x86: Booted up 1 node, 1 CPUs [ 0.288958] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.290806] devtmpfs: initialized [ 0.292758] evm: security.selinux [ 0.293691] evm: security.SMACK64 [ 0.294621] evm: security.SMACK64EXEC [ 0.295630] evm: security.SMACK64TRANSMUTE [ 0.296702] evm: security.SMACK64MMAP [ 0.297688] evm: security.ima [ 0.298548] evm: security.capability [ 0.299603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.302057] pinctrl core: initialized pinctrl subsystem [ 0.303492] RTC time: 22:38:16, date: 09/01/18 [ 0.304769] NET: Registered protocol family 16 [ 0.306053] cpuidle: using governor ladder [ 0.307144] cpuidle: using governor menu [ 0.308203] PCCT header not found. [ 0.309206] ACPI: bus type PCI registered [ 0.310275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311905] PCI: Using configuration type 1 for base access [ 0.314022] ACPI: Added _OSI(Module Device) [ 0.315136] ACPI: Added _OSI(Processor Device) [ 0.316278] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317471] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319580] ACPI: Interpreter enabled [ 0.320613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.325508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.327972] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.330411] ACPI: (supports S0 S5) [ 0.331373] ACPI: Using IOAPIC for interrupt routing [ 0.332624] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337875] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339499] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.341075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343976] acpiphp: Slot [3] registered [ 0.345041] acpiphp: Slot [4] registered [ 0.346107] acpiphp: Slot [5] registered [ 0.347168] acpiphp: Slot [6] registered [ 0.348243] acpiphp: Slot [7] registered [ 0.349300] acpiphp: Slot [8] registered [ 0.350364] acpiphp: Slot [9] registered [ 0.351419] acpiphp: Slot [10] registered [ 0.352495] acpiphp: Slot [11] registered [ 0.353582] acpiphp: Slot [12] registered [ 0.354659] acpiphp: Slot [13] registered [ 0.355729] acpiphp: Slot [14] registered [ 0.356808] acpiphp: Slot [15] registered [ 0.371969] acpiphp: Slot [16] registered [ 0.373057] acpiphp: Slot [17] registered [ 0.374150] acpiphp: Slot [18] registered [ 0.375225] acpiphp: Slot [19] registered [ 0.376305] acpiphp: Slot [20] registered [ 0.377381] acpiphp: Slot [21] registered [ 0.378463] acpiphp: Slot [22] registered [ 0.379537] acpiphp: Slot [23] registered [ 0.380626] acpiphp: Slot [24] registered [ 0.381702] acpiphp: Slot [25] registered [ 0.382779] acpiphp: Slot [26] registered [ 0.383850] acpiphp: Slot [27] registered [ 0.384936] acpiphp: Slot [28] registered [ 0.386013] acpiphp: Slot [29] registered [ 0.387088] acpiphp: Slot [30] registered [ 0.388161] acpiphp: Slot [31] registered [ 0.389239] PCI host bridge to bus 0000:00 [ 0.390328] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395447] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397380] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399349] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403272] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408152] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414524] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436107] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.439990] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.441896] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444054] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445718] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447476] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.450921] vgaarb: loaded [ 0.451727] vgaarb: bridge control possible 0000:00:02.0 [ 0.453328] SCSI subsystem initialized [ 0.454560] ACPI: bus type USB registered [ 0.455709] usbcore: registered new interface driver usbfs [ 0.457072] usbcore: registered new interface driver hub [ 0.458406] usbcore: registered new device driver usb [ 0.459853] PCI: Using ACPI for IRQ routing [ 0.461346] NetLabel: Initializing [ 0.462309] NetLabel: domain hash size = 128 [ 0.463429] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464682] NetLabel: unlabeled traffic allowed by default [ 0.466202] clocksource: Switched to clocksource kvm-clock [ 0.476128] AppArmor: AppArmor Filesystem Enabled [ 0.477405] pnp: PnP ACPI init [ 0.478613] pnp: PnP ACPI: found 5 devices [ 0.485410] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487705] NET: Registered protocol family 2 [ 0.489151] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.492437] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494015] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.495444] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496990] NET: Registered protocol family 1 [ 0.498193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.499637] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501052] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515361] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529946] Trying to unpack rootfs image as initramfs... [ 0.591684] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598150] Scanning for low memory corruption every 60 seconds [ 0.601102] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602719] audit: initializing netlink subsys (disabled) [ 0.604232] audit: type=2000 audit(1535841497.036:1): initialized [ 0.606428] Initialise system trusted keyring [ 0.607903] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609436] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612242] zbud: loaded [ 0.613291] VFS: Disk quotas dquot_6.6.0 [ 0.614424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616646] fuse init (API version 7.23) [ 0.617911] Key type big_key registered [ 0.619047] Allocating IMA MOK and blacklist keyrings. [ 0.620764] Key type asymmetric registered [ 0.621897] Asymmetric key parser 'x509' registered [ 0.623199] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625233] io scheduler noop registered [ 0.626333] io scheduler deadline registered (default) [ 0.627682] io scheduler cfq registered [ 0.628940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634109] ACPI: Power Button [PWRF] [ 0.635441] GHES: HEST is not enabled! [ 0.649712] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678841] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681760] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708554] Linux agpgart interface v0.103 [ 0.712337] brd: module loaded [ 0.714619] loop: module loaded [ 0.719212] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721151] GPT:90111 != 2097151 [ 0.722061] GPT:Alternate GPT header not at the end of the disk. [ 0.723514] GPT:90111 != 2097151 [ 0.724423] GPT: Use GNU Parted to correct GPT errors. [ 0.725703] vda: vda1 vda15 [ 0.727512] scsi host0: ata_piix [ 0.728579] scsi host1: ata_piix [ 0.729550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731155] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.733142] libphy: Fixed MDIO Bus: probed [ 0.734470] tun: Universal TUN/TAP device driver, 1.6 [ 0.735744] tun: (C) 1999-2004 Max Krasnyansky [ 0.738719] PPP generic driver version 2.4.2 [ 0.739979] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741609] ehci-pci: EHCI PCI platform driver [ 0.742813] ehci-platform: EHCI generic platform driver [ 0.744131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745626] ohci-pci: OHCI PCI platform driver [ 0.746824] ohci-platform: OHCI generic platform driver [ 0.748154] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762743] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766098] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767439] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.769053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770679] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772587] usb usb1: Product: UHCI Host Controller [ 0.773834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776667] hub 1-0:1.0: USB hub found [ 0.777766] hub 1-0:1.0: 2 ports detected [ 0.779107] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782003] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783285] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784669] mousedev: PS/2 mouse device common for all mice [ 0.786376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788826] rtc_cmos 00:00: RTC can wake from S4 [ 0.790375] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793531] i2c /dev entries driver [ 0.794581] device-mapper: uevent: version 1.0.3 [ 0.795877] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798105] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800083] NET: Registered protocol family 10 [ 0.801898] NET: Registered protocol family 17 [ 0.803119] Key type dns_resolver registered [ 0.804455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805896] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.808292] registered taskstats version 1 [ 0.809451] Loading compiled-in X.509 certificates [ 0.811330] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.813818] zswap: loaded using pool lzo/zbud [ 0.816250] Key type trusted registered [ 0.818448] Key type encrypted registered [ 0.819551] AppArmor: AppArmor sha1 policy hashing enabled [ 0.820951] ima: No TPM chip found, activating TPM-bypass! [ 0.822370] evm: HMAC attrs: 0x1 [ 0.823697] Magic number: 2:10:653 [ 0.824836] rtc_cmos 00:00: setting system clock to 2018-09-01 22:38:16 UTC (1535841496) [ 0.827052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828527] EDD information not available. [ 0.892780] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.909392] Write protecting the kernel read-only data: 14336k [ 0.914287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916708] 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.965383] 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-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOyvxUOmxqz8vqTal7lN/aEXOyz7GIJkIRO/zIZ7RcfFVD0RXQIynPqgMvVwWhhjhap5RtPa3p9AKsl1IUe3iXRWEOXaqEu5lECsEtBHfS+wDTTEG+3HWBmJj5YFBx0XbBohMuHuLMxA1VZNNoRESF0uBr9MLfijcLvyzUmeuRGJ4Prp8vmJeOE6WVyWrZWwvc8s92nlHseS+FiVZ68cOYE0KZjMlMRkNOHKDouUhdEQq83u38YCd8buwrJB6U45h4TfNyjpVGkr6BUXNyzXFes/sCMYrCPZ2PUrrU+EJ773Tvkp9aWbLx6lhJFq4Ps6mEJJBM67u6LjOfy/+1BPtp root@singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b ssh-dss AAAAB3NzaC1kc3MAAACBAMD0XwYLZSZb0dDVKSqWq7bku0IN8dEaQHj8LTKI87O/UGSuteRfshM1X1+RxJqhyyD/lR79bTKngUHC+KI08H+apBOndZ8vFgSHPMMOIUS8J8Ai34foDx5XjpDLgKPAHjMMyN43FpWW4rkm6QCjMtb1t9dZharA4IVkqTm6lpM/AAAAFQCLe80AJInd/zRHLqXl20bJF73cgwAAAIEAlsxigHJM7fb8bBUgGcGVFceKMOrv/ktjZzOjIf8XtBt1Mrg82BlYbPPlnEHL9D9s4nLl8VWDVotSi4ZgADWwWp2Y+o6ED3tW5KU6Ebkgy0wm36A9xhbeLnX83rm50naxBG8lynV+3M3gWgWhcDTzuXa18xg1rxcIssISIXvShuIAAACAdiNK4uHclN12WLADE1ofxQbEw1bSCIeOIUkqxmQ2buedSV1FhSrUsuMrXs8Wwl6CA3Iuc9P9obpcJArTInC7lVy6Fr9z7XgA93h6Y5bSVpLod8emWuj+L2Fs5d2w4xqXptQgy1yGB+5vvr5773ryLY0eeBkPJY0eeaCYA3WTQ2A= root@singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.23s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fed0:afe2/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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b launch-index: 0 === cirros: current=0.4.0 uptime=4.29 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-882fc124-b945-4992-82bc-c07af6ece51b login: 2018-09-01 22:38:31,594 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa635390L 2018-09-01 22:38:31,595 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 22:38:31,595 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 22:38:31,595 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 22:38:31,596 - 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 22:38:31,596 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 22:38:31,596 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 22:38:31,597 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 22:38:31,597 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 22:38:31,597 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 22:38:31,614 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 22:38:31,615 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 22:38:31,627 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 3ec757cceca4cfdb1ef7f0fd86345de8 2018-09-01 22:38:31,628 - paramiko.transport - DEBUG - Trying discovered key b08610a4b4c36bcc0823a19faf550714 in /tmp/tmp5qzhm3 2018-09-01 22:38:31,653 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 22:38:31,659 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 22:38:31,661 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 22:38:31,661 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 22:38:31,662 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 22:38:31,663 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 22:38:31,664 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 22:38:31,664 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 22:38:31,665 - functest.core.singlevm - DEBUG - error: 2018-09-01 22:38:31,669 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 22:38:31,791 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:38:31,791 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:38:31,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 22:38:31,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/b0407c87-f207-4f23-acd3-15b642569605.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:32,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8992a208-af35-4b80-bf47-c3fc856bba2e Content-Length: 0 Date: Sat, 01 Sep 2018 22:38:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:38:32,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/b0407c87-f207-4f23-acd3-15b642569605.json used request id req-8992a208-af35-4b80-bf47-c3fc856bba2e 2018-09-01 22:38:32,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01451706886s 2018-09-01 22:38:32,813 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/b0407c87-f207-4f23-acd3-15b642569605.json used request id req-8992a208-af35-4b80-bf47-c3fc856bba2e 2018-09-01 22:38:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:38:32,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:33,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8f3447d3-70bd-4a58-a94b-e70970257952 Date: Sat, 01 Sep 2018 22:38:33 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:38:33,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8f3447d3-70bd-4a58-a94b-e70970257952 2018-09-01 22:38:33,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.315803050995s 2018-09-01 22:38:33,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8f3447d3-70bd-4a58-a94b-e70970257952 2018-09-01 22:38:33,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:38:33,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:33,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:38: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-06238389-0960-4571-beef-9213e3f70b60 x-compute-request-id: req-06238389-0960-4571-beef-9213e3f70b60 Content-Type: application/json 2018-09-01 22:38:33,536 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-06238389-0960-4571-beef-9213e3f70b60 2018-09-01 22:38:33,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.400537014008s 2018-09-01 22:38:33,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964 used request id req-06238389-0960-4571-beef-9213e3f70b60 2018-09-01 22:38:33,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:33,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:34,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-f5c29e17-6e5f-47c7-bad3-dbb506779c1e x-compute-request-id: req-f5c29e17-6e5f-47c7-bad3-dbb506779c1e Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:af:e2", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d0:af:e2", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c8ca07d8-6339-457e-a9ee-145c336ea964", "rel": "bookmark"}], "image": {"id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "links": [{"href": "http://172.30.9.22:8774/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:38:16.000000", "flavor": {"id": "a25f1656-eaa7-4d5d-b56e-e95c20670a56", "links": [{"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "bookmark"}]}, "id": "c8ca07d8-6339-457e-a9ee-145c336ea964", "security_groups": [{"name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}], "user_id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "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-01T22:38:33Z", "hostId": "2729fdc93e43aaf28662cb43dd547321ed50a3f99ae2399ba51b8084", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b", "name": "singlevm2-vm_882fc124-b945-4992-82bc-c07af6ece51b", "created": "2018-09-01T22:38:07Z", "tenant_id": "3f81982a746b4f41bcc629f765186527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:38:34,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f5c29e17-6e5f-47c7-bad3-dbb506779c1e 2018-09-01 22:38:34,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06384396553s 2018-09-01 22:38:34,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f5c29e17-6e5f-47c7-bad3-dbb506779c1e 2018-09-01 22:38:34,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:38:36,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:38:36,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:36,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bde8620-9298-4c69-ab53-7e09e6d24f71 x-compute-request-id: req-8bde8620-9298-4c69-ab53-7e09e6d24f71 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:38:36,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bde8620-9298-4c69-ab53-7e09e6d24f71 2018-09-01 22:38:36,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0754930973053s 2018-09-01 22:38:36,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bde8620-9298-4c69-ab53-7e09e6d24f71 2018-09-01 22:38:36,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:38:36,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:36,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-711fd314-5c9d-4303-8a46-ab230271772e Date: Sat, 01 Sep 2018 22:38:36 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:58Z", "updated_at": "2018-09-01T22:38:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "0af42f3e-3b65-491d-823b-3cbb4de71f32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:00Z", "revision_number": 0, "id": "1d5f41bb-99f4-48cf-85ab-a3260e0ceff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:00Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:37:59Z", "revision_number": 0, "id": "a5977cbb-7baa-40dd-88d6-df35259f3c9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:59Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:58Z", "revision_number": 0, "id": "a760dcc6-ba1a-4b3d-90c2-f45bf954808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:58Z", "security_group_id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 3, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "7e6b05bc-7c80-4688-a108-443d62bcd713", "name": "singlevm2-sg_882fc124-b945-4992-82bc-c07af6ece51b"}, {"description": "Default security group", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:49Z", "updated_at": "2018-09-01T22:37:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "2242365c-b4c3-4d16-95f9-009665d2d0f3", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "b28d028c-e92e-4d3b-b51f-4ee40a734175", "remote_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "c46db95f-c57f-45c9-a1df-21c7318beba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f81982a746b4f41bcc629f765186527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:37:49Z", "revision_number": 0, "id": "d278d39b-7043-4be9-af0a-f67c3df847cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:37:49Z", "security_group_id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "tenant_id": "3f81982a746b4f41bcc629f765186527", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f81982a746b4f41bcc629f765186527"}], "revision_number": 1, "project_id": "3f81982a746b4f41bcc629f765186527", "id": "b598f617-d19d-4083-82ca-ad5e61ccb64c", "name": "default"}]} 2018-09-01 22:38:36,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-711fd314-5c9d-4303-8a46-ab230271772e 2018-09-01 22:38:36,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0454249382019s 2018-09-01 22:38:36,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-711fd314-5c9d-4303-8a46-ab230271772e 2018-09-01 22:38:36,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 22:38:36,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7e6b05bc-7c80-4688-a108-443d62bcd713.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:37,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7251e2c4-2d78-444c-8cbc-d7e4e790dd2e Content-Length: 0 Date: Sat, 01 Sep 2018 22:38:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:38:37,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7e6b05bc-7c80-4688-a108-443d62bcd713.json used request id req-7251e2c4-2d78-444c-8cbc-d7e4e790dd2e 2018-09-01 22:38:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.613188028336s 2018-09-01 22:38:37,348 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7e6b05bc-7c80-4688-a108-443d62bcd713.json used request id req-7251e2c4-2d78-444c-8cbc-d7e4e790dd2e 2018-09-01 22:38:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 22:38:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:37,471 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:38: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-a97e02de-442c-4b42-b8c0-d248272b4f46 x-compute-request-id: req-a97e02de-442c-4b42-b8c0-d248272b4f46 Content-Length: 0 Content-Type: application/json 2018-09-01 22:38:37,471 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b used request id req-a97e02de-442c-4b42-b8c0-d248272b4f46 2018-09-01 22:38:37,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.12286400795s 2018-09-01 22:38:37,471 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_882fc124-b945-4992-82bc-c07af6ece51b used request id req-a97e02de-442c-4b42-b8c0-d248272b4f46 2018-09-01 22:38:37,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:38:37,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/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}5370c26451fbf632724ce7ecddc3dbbb492538fd" -d '{"subnet_id": "7f309bfa-74d1-4213-b8cf-0b38f7afc091"}' 2018-09-01 22:38:39,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c18eee7-101d-4b63-a163-2d8fbf845090 Date: Sat, 01 Sep 2018 22:38:39 GMT RESP BODY: {"network_id": "2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b", "tenant_id": "3f81982a746b4f41bcc629f765186527", "subnet_id": "7f309bfa-74d1-4213-b8cf-0b38f7afc091", "subnet_ids": ["7f309bfa-74d1-4213-b8cf-0b38f7afc091"], "port_id": "ba503338-7200-481c-b15e-48c109cf013a", "id": "c8c4aab2-ef8e-4948-86be-103afb15e00e"} 2018-09-01 22:38:39,140 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/remove_router_interface.json used request id req-6c18eee7-101d-4b63-a163-2d8fbf845090 2018-09-01 22:38:39,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6683781147s 2018-09-01 22:38:39,141 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e/remove_router_interface.json used request id req-6c18eee7-101d-4b63-a163-2d8fbf845090 returning object c8c4aab2-ef8e-4948-86be-103afb15e00e 2018-09-01 22:38:39,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:38:39,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:39,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-0cba6174-50b4-4dd9-b6cd-77e3947ec652 Date: Sat, 01 Sep 2018 22:38:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3f81982a746b4f41bcc629f765186527", "created_at": "2018-09-01T22:37:51Z", "admin_state_up": true, "updated_at": "2018-09-01T22:38:38Z", "revision_number": 4, "routes": [], "project_id": "3f81982a746b4f41bcc629f765186527", "id": "c8c4aab2-ef8e-4948-86be-103afb15e00e", "name": "singlevm2-router_882fc124-b945-4992-82bc-c07af6ece51b"}]} 2018-09-01 22:38:39,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0cba6174-50b4-4dd9-b6cd-77e3947ec652 2018-09-01 22:38:39,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126447916031s 2018-09-01 22:38:39,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0cba6174-50b4-4dd9-b6cd-77e3947ec652 2018-09-01 22:38:39,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:38:39,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:40,806 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb2664f6-cfe7-4ece-80ab-c632cd3bda03 Content-Length: 0 Date: Sat, 01 Sep 2018 22:38:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:38:40,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e.json used request id req-bb2664f6-cfe7-4ece-80ab-c632cd3bda03 2018-09-01 22:38:40,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53704094887s 2018-09-01 22:38:40,807 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c8c4aab2-ef8e-4948-86be-103afb15e00e.json used request id req-bb2664f6-cfe7-4ece-80ab-c632cd3bda03 2018-09-01 22:38:40,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:38:40,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:41,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9120bf01-43bf-4d49-8d1f-8aed401c0b26 Date: Sat, 01 Sep 2018 22:38:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:37:50Z","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":"3f81982a746b4f41bcc629f765186527","id":"7f309bfa-74d1-4213-b8cf-0b38f7afc091","subnetpool_id":null,"name":"singlevm2-subnet_882fc124-b945-4992-82bc-c07af6ece51b"}]} 2018-09-01 22:38:41,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9120bf01-43bf-4d49-8d1f-8aed401c0b26 2018-09-01 22:38:41,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.304064035416s 2018-09-01 22:38:41,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9120bf01-43bf-4d49-8d1f-8aed401c0b26 2018-09-01 22:38:41,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:38:41,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/7f309bfa-74d1-4213-b8cf-0b38f7afc091.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:43,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bf7a6b4-83a9-4d41-b600-937290658f00 Date: Sat, 01 Sep 2018 22:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:38:43,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7f309bfa-74d1-4213-b8cf-0b38f7afc091.json used request id req-1bf7a6b4-83a9-4d41-b600-937290658f00 2018-09-01 22:38:43,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.76864290237s 2018-09-01 22:38:43,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7f309bfa-74d1-4213-b8cf-0b38f7afc091.json used request id req-1bf7a6b4-83a9-4d41-b600-937290658f00 2018-09-01 22:38:43,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:43,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:44,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-fcddd335-fec1-4c47-8fd3-c4792cd933cc Date: Sat, 01 Sep 2018 22:38:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T22:38:43Z","tenant_id":"3f81982a746b4f41bcc629f765186527","created_at":"2018-09-01T22:37:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3f81982a746b4f41bcc629f765186527","id":"2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b","name":"singlevm2-net_882fc124-b945-4992-82bc-c07af6ece51b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"}]} 2018-09-01 22:38:44,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fcddd335-fec1-4c47-8fd3-c4792cd933cc 2018-09-01 22:38:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392576932907s 2018-09-01 22:38:44,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fcddd335-fec1-4c47-8fd3-c4792cd933cc 2018-09-01 22:38:44,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:38:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:45,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a0c11f0-f2c8-4c5a-8004-772f2101cfbb Date: Sat, 01 Sep 2018 22:38:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:38:45,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b.json used request id req-1a0c11f0-f2c8-4c5a-8004-772f2101cfbb 2018-09-01 22:38:45,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30206203461s 2018-09-01 22:38:45,579 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2b4e0ee0-59e6-4cf8-9ef8-d92123cae43b.json used request id req-1a0c11f0-f2c8-4c5a-8004-772f2101cfbb 2018-09-01 22:38:45,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:38:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:45,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-558a2544-9314-4f5e-90bd-215f02f386e6 Date: Sat, 01 Sep 2018 22:38:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:37:56Z", "file": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/file", "owner": "3f81982a746b4f41bcc629f765186527", "id": "79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "size": 12716032, "self": "/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_882fc124-b945-4992-82bc-c07af6ece51b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:38:45,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-558a2544-9314-4f5e-90bd-215f02f386e6 2018-09-01 22:38:45,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.324566841125s 2018-09-01 22:38:45,908 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-558a2544-9314-4f5e-90bd-215f02f386e6 2018-09-01 22:38:45,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:38:45,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5370c26451fbf632724ce7ecddc3dbbb492538fd" 2018-09-01 22:38:47,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d55ba12d-9461-4640-a531-495a05505bfd Date: Sat, 01 Sep 2018 22:38: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 22:38:47,121 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6 used request id req-d55ba12d-9461-4640-a531-495a05505bfd 2018-09-01 22:38:47,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21060800552s 2018-09-01 22:38:47,121 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/79bf66ac-1bce-41fb-bbd0-3538b6760cd6 used request id req-d55ba12d-9461-4640-a531-495a05505bfd 2018-09-01 22:38:47,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:38:47,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:47,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38: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-0f336d24-4883-4247-80ea-302129829d88 x-compute-request-id: req-0f336d24-4883-4247-80ea-302129829d88 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_882fc124-b945-4992-82bc-c07af6ece51b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56", "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": "a25f1656-eaa7-4d5d-b56e-e95c20670a56"}]} 2018-09-01 22:38:47,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-0f336d24-4883-4247-80ea-302129829d88 2018-09-01 22:38:47,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242440700531s 2018-09-01 22:38:47,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-0f336d24-4883-4247-80ea-302129829d88 2018-09-01 22:38:47,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:38:47,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:47,308 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47f5bf36-ddd8-45dc-bfb1-59e2fce2f420 x-compute-request-id: req-47f5bf36-ddd8-45dc-bfb1-59e2fce2f420 Content-Length: 0 Content-Type: application/json 2018-09-01 22:38:47,308 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56 used request id req-47f5bf36-ddd8-45dc-bfb1-59e2fce2f420 2018-09-01 22:38:47,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.160552024841s 2018-09-01 22:38:47,308 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a25f1656-eaa7-4d5d-b56e-e95c20670a56 used request id req-47f5bf36-ddd8-45dc-bfb1-59e2fce2f420 2018-09-01 22:38:47,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:38:47,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:47,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3c41ba-28f2-4acb-8858-b242834892b4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b", "links": {"self": "http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:38:47,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3f3c41ba-28f2-4acb-8858-b242834892b4 2018-09-01 22:38:47,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225857019424s 2018-09-01 22:38:47,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3f3c41ba-28f2-4acb-8858-b242834892b4 2018-09-01 22:38:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:38:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:47,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f45ef0-10ce-43d8-84e4-8d91e608e8be Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_882fc124-b945-4992-82bc-c07af6ece51b", "links": {"self": "http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b7d92f8dc51d4c06ad9b2294a8fa52d9", "description": null}} 2018-09-01 22:38:47,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 used request id req-a4f45ef0-10ce-43d8-84e4-8d91e608e8be 2018-09-01 22:38:47,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212211847305s 2018-09-01 22:38:47,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 used request id req-a4f45ef0-10ce-43d8-84e4-8d91e608e8be 2018-09-01 22:38:47,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:38:47,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:48,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c029d6f-3090-4798-9306-c9a3d69b09e5 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 22:38:48,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 used request id req-0c029d6f-3090-4798-9306-c9a3d69b09e5 2018-09-01 22:38:48,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.32081580162s 2018-09-01 22:38:48,075 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b7d92f8dc51d4c06ad9b2294a8fa52d9 used request id req-0c029d6f-3090-4798-9306-c9a3d69b09e5 2018-09-01 22:38:48,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:38:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:48,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02d8ce4-5dbb-4360-af00-5a0210e7f368 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527"}, "tags": [], "enabled": true, "id": "3f81982a746b4f41bcc629f765186527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_882fc124-b945-4992-82bc-c07af6ece51b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 22:38:48,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-e02d8ce4-5dbb-4360-af00-5a0210e7f368 2018-09-01 22:38:48,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202365159988s 2018-09-01 22:38:48,283 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-e02d8ce4-5dbb-4360-af00-5a0210e7f368 2018-09-01 22:38:48,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:38:48,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03a5e040fd7245e6aaed79011344aa8447d497c" 2018-09-01 22:38:48,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:38:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b74197e0-5971-4445-9fde-1ce597d382f5 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 22:38:48,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527 used request id req-b74197e0-5971-4445-9fde-1ce597d382f5 2018-09-01 22:38:48,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.308427810669s 2018-09-01 22:38:48,596 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3f81982a746b4f41bcc629f765186527 used request id req-b74197e0-5971-4445-9fde-1ce597d382f5 2018-09-01 22:38:48,650 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:38:48,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:38:48,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:38:48,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:38:48,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:38:48,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16f4eab-5127-4d06-9baf-5887549af846 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:38:48,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e16f4eab-5127-4d06-9baf-5887549af846 2018-09-01 22:38:48,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:38:49,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:38:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["VPQP4LGsRJOrGw5TJgq__Q"], "issued_at": "2018-09-01T22:38:49.000000Z"}} 2018-09-01 22:38:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:49,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:49,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3a6327c6-94fb-4251-b246-ce02d54e389f Date: Sat, 01 Sep 2018 22:38:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:38:49,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a6327c6-94fb-4251-b246-ce02d54e389f 2018-09-01 22:38:49,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372763872147s 2018-09-01 22:38:49,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a6327c6-94fb-4251-b246-ce02d54e389f 2018-09-01 22:38:49,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:38:49,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-681874da-59fc-4d90-a4ec-9e3ece26c88a 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:38:49,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-681874da-59fc-4d90-a4ec-9e3ece26c88a 2018-09-01 22:38:49,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:38:49,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9817293-1093-445e-bc76-dc77adba9024 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:38:49,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-b9817293-1093-445e-bc76-dc77adba9024 2018-09-01 22:38:49,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.216383934021s 2018-09-01 22:38:49,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-b9817293-1093-445e-bc76-dc77adba9024 2018-09-01 22:38:49,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:38:49,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7"}}' 2018-09-01 22:38:49,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f77bd2e3-063d-4688-8a88-fac5d631d2c4 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.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd"}, "tags": [], "enabled": true, "id": "1b56dd89fe3c46f6b5c99889f5f98efd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7"}} 2018-09-01 22:38:49,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f77bd2e3-063d-4688-8a88-fac5d631d2c4 2018-09-01 22:38:49,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.183192968369s 2018-09-01 22:38:49,898 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f77bd2e3-063d-4688-8a88-fac5d631d2c4 2018-09-01 22:38:49,899 - 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'1b56dd89fe3c46f6b5c99889f5f98efd', '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_54443def-edab-447c-a647-6aab2b331fe7'}) 2018-09-01 22:38:49,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:38:49,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9614fa0e-87c0-40dc-b984-ab2718451614", "email": null, "name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7"}}' 2018-09-01 22:38:50,422 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:38:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e330f04-11f9-4383-bc1d-315288188f9a Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7", "links": {"self": "http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "89209db6016f4ae1a6cf2673b722bc14", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:38:50,422 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-9e330f04-11f9-4383-bc1d-315288188f9a 2018-09-01 22:38:50,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.516829967499s 2018-09-01 22:38:50,422 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-9e330f04-11f9-4383-bc1d-315288188f9a 2018-09-01 22:38:50,423 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'89209db6016f4ae1a6cf2673b722bc14', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7'}) 2018-09-01 22:38:50,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:38:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:50,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f86af8-dbfd-46cc-9bd9-c04dcc540180 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:38:50,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-92f86af8-dbfd-46cc-9bd9-c04dcc540180 2018-09-01 22:38:50,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187946081161s 2018-09-01 22:38:50,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-92f86af8-dbfd-46cc-9bd9-c04dcc540180 2018-09-01 22:38:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:38:50,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:50,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8f82c6-f72c-40c5-880c-2d8e02e00856 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:38:50,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7a8f82c6-f72c-40c5-880c-2d8e02e00856 2018-09-01 22:38:50,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202708959579s 2018-09-01 22:38:50,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7a8f82c6-f72c-40c5-880c-2d8e02e00856 2018-09-01 22:38:50,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:38:50,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:51,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f79749-45b6-409f-b9e8-a24422d868ed Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:38:51,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b4f79749-45b6-409f-b9e8-a24422d868ed 2018-09-01 22:38:51,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.21630191803s 2018-09-01 22:38:51,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b4f79749-45b6-409f-b9e8-a24422d868ed 2018-09-01 22:38:51,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:38:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:51,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66941687-e2c2-4d95-a7cd-9662d76e13db Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:38:51,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-66941687-e2c2-4d95-a7cd-9662d76e13db 2018-09-01 22:38:51,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.146748065948s 2018-09-01 22:38:51,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-66941687-e2c2-4d95-a7cd-9662d76e13db 2018-09-01 22:38:51,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:38:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:51,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcee2b52-c94c-40a8-b4ae-ff3a97fb4886 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7", "links": {"self": "http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "89209db6016f4ae1a6cf2673b722bc14", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:38:51,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bcee2b52-c94c-40a8-b4ae-ff3a97fb4886 2018-09-01 22:38:51,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205119848251s 2018-09-01 22:38:51,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bcee2b52-c94c-40a8-b4ae-ff3a97fb4886 2018-09-01 22:38:51,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:38:51,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:51,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8819dbe3-ebd8-4a4d-822d-026c2900bcb4 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd"}, "tags": [], "enabled": true, "id": "1b56dd89fe3c46f6b5c99889f5f98efd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:38:51,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8819dbe3-ebd8-4a4d-822d-026c2900bcb4 2018-09-01 22:38:51,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191720962524s 2018-09-01 22:38:51,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8819dbe3-ebd8-4a4d-822d-026c2900bcb4 2018-09-01 22:38:51,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:38:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=89209db6016f4ae1a6cf2673b722bc14&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=1b56dd89fe3c46f6b5c99889f5f98efd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:51,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30593be3-44a4-460a-aede-9849961ec9e4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=89209db6016f4ae1a6cf2673b722bc14&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=1b56dd89fe3c46f6b5c99889f5f98efd", "previous": null, "next": null}} 2018-09-01 22:38:51,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=89209db6016f4ae1a6cf2673b722bc14&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=1b56dd89fe3c46f6b5c99889f5f98efd used request id req-30593be3-44a4-460a-aede-9849961ec9e4 2018-09-01 22:38:51,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189950942993s 2018-09-01 22:38:51,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=89209db6016f4ae1a6cf2673b722bc14&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=1b56dd89fe3c46f6b5c99889f5f98efd used request id req-30593be3-44a4-460a-aede-9849961ec9e4 2018-09-01 22:38:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:38:51,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd/users/89209db6016f4ae1a6cf2673b722bc14/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:38:52,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:38:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31bd0281-0f7e-4177-8d75-b0215ee07eb6 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 22:38:52,107 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd/users/89209db6016f4ae1a6cf2673b722bc14/roles/55629e0862484d58983f30c01a20fad9 used request id req-31bd0281-0f7e-4177-8d75-b0215ee07eb6 2018-09-01 22:38:52,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.29931807518s 2018-09-01 22:38:52,108 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd/users/89209db6016f4ae1a6cf2673b722bc14/roles/55629e0862484d58983f30c01a20fad9 used request id req-31bd0281-0f7e-4177-8d75-b0215ee07eb6 2018-09-01 22:38:52,108 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', 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'1b56dd89fe3c46f6b5c99889f5f98efd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9614fa0e-87c0-40dc-b984-ab2718451614', 'username': u'vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:38:52,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:38:52,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:38:52,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:38:52,114 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7', 'password': '9614fa0e-87c0-40dc-b984-ab2718451614', 'project_name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1b56dd89fe3c46f6b5c99889f5f98efd', 'project_domain_name': 'Default'} 2018-09-01 22:38:52,114 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-01 22:38:52,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:38:52,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e65510-8a01-4841-b5d6-bd47a87c9f2d 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:38:52,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d1e65510-8a01-4841-b5d6-bd47a87c9f2d 2018-09-01 22:38:52,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:38:52,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b56dd89fe3c46f6b5c99889f5f98efd", "name": "vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_1b56dd89fe3c46f6b5c99889f5f98efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7", "id": "89209db6016f4ae1a6cf2673b722bc14"}, "audit_ids": ["fiu1N91mQruyWX6aIt6WpQ"], "issued_at": "2018-09-01T22:38:52.000000Z"}} 2018-09-01 22:38:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:38:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"network": {"name": "vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7", "admin_state_up": true}}' 2018-09-01 22:38:53,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-02816187-e270-4a5c-bf36-bb47a4c43ee7 Date: Sat, 01 Sep 2018 22:38:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:38:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}} 2018-09-01 22:38:53,187 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-02816187-e270-4a5c-bf36-bb47a4c43ee7 2018-09-01 22:38:53,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.66450715065s 2018-09-01 22:38:53,188 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-02816187-e270-4a5c-bf36-bb47a4c43ee7 2018-09-01 22:38:53,188 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:38:53Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'fc003321-41b8-4b4c-b3f3-4fc9eb9ba926', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7', u'admin_state_up': True, u'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', u'created_at': u'2018-09-01T22:38:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd'}) 2018-09-01 22:38:53,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:38:53,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:38:53,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-3af5e755-a8de-488b-9d9d-6f3b99b0c2ff Date: Sat, 01 Sep 2018 22:38:53 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:38:53Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:38:53,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3af5e755-a8de-488b-9d9d-6f3b99b0c2ff 2018-09-01 22:38:53,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351286888123s 2018-09-01 22:38:53,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3af5e755-a8de-488b-9d9d-6f3b99b0c2ff 2018-09-01 22:38:53,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:38:53,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"subnet": {"name": "vping_ssh-subnet_54443def-edab-447c-a647-6aab2b331fe7", "enable_dhcp": true, "network_id": "fc003321-41b8-4b4c-b3f3-4fc9eb9ba926", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:38:54,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e4221f40-3b5f-40e9-8369-81ecfb02db37 Date: Sat, 01 Sep 2018 22:38:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:38:54Z","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":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"60e76031-a602-4ff1-a3a3-aa509711c63b","subnetpool_id":null,"name":"vping_ssh-subnet_54443def-edab-447c-a647-6aab2b331fe7"}} 2018-09-01 22:38:54,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e4221f40-3b5f-40e9-8369-81ecfb02db37 2018-09-01 22:38:54,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.863337993622s 2018-09-01 22:38:54,405 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e4221f40-3b5f-40e9-8369-81ecfb02db37 2018-09-01 22:38:54,406 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:38:54Z', 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'60e76031-a602-4ff1-a3a3-aa509711c63b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_54443def-edab-447c-a647-6aab2b331fe7', u'enable_dhcp': True, u'network_id': u'fc003321-41b8-4b4c-b3f3-4fc9eb9ba926', u'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', u'created_at': u'2018-09-01T22:38:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd'}) 2018-09-01 22:38:54,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:38:54,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "vping_ssh-router_54443def-edab-447c-a647-6aab2b331fe7", "admin_state_up": true}}' 2018-09-01 22:38:55,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3d7140f8-eef2-47aa-be5f-3ec19145708f Date: Sat, 01 Sep 2018 22:38:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:38:54Z", "admin_state_up": true, "updated_at": "2018-09-01T22:38:55Z", "revision_number": 2, "routes": [], "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "bb0ba309-8a6b-4c99-aff0-7902360520bf", "name": "vping_ssh-router_54443def-edab-447c-a647-6aab2b331fe7"}} 2018-09-01 22:38:55,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3d7140f8-eef2-47aa-be5f-3ec19145708f 2018-09-01 22:38:55,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36307215691s 2018-09-01 22:38:55,770 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3d7140f8-eef2-47aa-be5f-3ec19145708f 2018-09-01 22:38:55,770 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', u'created_at': u'2018-09-01T22:38:54Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:38:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', u'id': u'bb0ba309-8a6b-4c99-aff0-7902360520bf', u'name': u'vping_ssh-router_54443def-edab-447c-a647-6aab2b331fe7'}) 2018-09-01 22:38:55,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:38:55,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"subnet_id": "60e76031-a602-4ff1-a3a3-aa509711c63b"}' 2018-09-01 22:38:58,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df4c9881-e76b-4eed-816b-60b2bd5015d0 Date: Sat, 01 Sep 2018 22:38:58 GMT RESP BODY: {"network_id": "fc003321-41b8-4b4c-b3f3-4fc9eb9ba926", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "subnet_id": "60e76031-a602-4ff1-a3a3-aa509711c63b", "subnet_ids": ["60e76031-a602-4ff1-a3a3-aa509711c63b"], "port_id": "25602f3d-fdae-4e54-8e40-5d6f2309d8c2", "id": "bb0ba309-8a6b-4c99-aff0-7902360520bf"} 2018-09-01 22:38:58,137 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/add_router_interface.json used request id req-df4c9881-e76b-4eed-816b-60b2bd5015d0 2018-09-01 22:38:58,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.36626195908s 2018-09-01 22:38:58,137 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/add_router_interface.json used request id req-df4c9881-e76b-4eed-816b-60b2bd5015d0 returning object bb0ba309-8a6b-4c99-aff0-7902360520bf 2018-09-01 22:38:58,138 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:38:58,269 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:38:58,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:38:58,275 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:38:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:38:58,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:38:58,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:38:58,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-868f839e-461f-440e-b3e4-a16c22a0369f Date: Sat, 01 Sep 2018 22:38:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:38:58,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-868f839e-461f-440e-b3e4-a16c22a0369f 2018-09-01 22:38:58,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297732830048s 2018-09-01 22:38:58,578 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-868f839e-461f-440e-b3e4-a16c22a0369f 2018-09-01 22:38:58,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:38:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7"}' 2018-09-01 22:38:58,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e6baa00f-c32f-41c3-881a-960e05ea2fc2 Date: Sat, 01 Sep 2018 22:38:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:38:58Z", "file": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file", "owner": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "068d1cc8-878b-4955-b844-304c9ce326fd", "size": null, "self": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd", "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_54443def-edab-447c-a647-6aab2b331fe7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "checksum": null, "created_at": "2018-09-01T22:38:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:38:58,913 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e6baa00f-c32f-41c3-881a-960e05ea2fc2 2018-09-01 22:38:58,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.330784082413s 2018-09-01 22:38:58,914 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e6baa00f-c32f-41c3-881a-960e05ea2fc2 returning object 068d1cc8-878b-4955-b844-304c9ce326fd 2018-09-01 22:38:58,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:38:58,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '' 2018-09-01 22:39:00,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf79f91e-1408-4d35-9453-40b9decae3e8 Date: Sat, 01 Sep 2018 22:39:00 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 22:39:00,033 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file used request id req-cf79f91e-1408-4d35-9453-40b9decae3e8 2018-09-01 22:39:00,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11843204498s 2018-09-01 22:39:00,033 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file used request id req-cf79f91e-1408-4d35-9453-40b9decae3e8 2018-09-01 22:39:00,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:39:00,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:00,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3c509c06-b480-445d-8b9f-ef9e421be5fe Date: Sat, 01 Sep 2018 22:39:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:38:59Z", "file": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file", "owner": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "068d1cc8-878b-4955-b844-304c9ce326fd", "size": 12716032, "self": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:38:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:39:00,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3c509c06-b480-445d-8b9f-ef9e421be5fe 2018-09-01 22:39:00,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.7966132164s 2018-09-01 22:39:00,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3c509c06-b480-445d-8b9f-ef9e421be5fe 2018-09-01 22:39:00,836 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file', 'owner': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'id': u'068d1cc8-878b-4955-b844-304c9ce326fd', 'size': 12716032, u'self': u'/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:38:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:38:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7', '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/068d1cc8-878b-4955-b844-304c9ce326fd', 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_54443def-edab-447c-a647-6aab2b331fe7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7', 'created': u'2018-09-01T22:38:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:38:58Z', 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/068d1cc8-878b-4955-b844-304c9ce326fd', 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_54443def-edab-447c-a647-6aab2b331fe7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:39:00,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:39:00,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7", "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 22:39:01,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-bc9d937c-d12f-490e-823f-ed8d3dba9e7c x-compute-request-id: req-bc9d937c-d12f-490e-823f-ed8d3dba9e7c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "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": "056300da-a4a6-4f9a-ab91-a7cba1617569"}} 2018-09-01 22:39:01,185 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bc9d937c-d12f-490e-823f-ed8d3dba9e7c 2018-09-01 22:39:01,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.347596883774s 2018-09-01 22:39:01,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bc9d937c-d12f-490e-823f-ed8d3dba9e7c 2018-09-01 22:39:01,186 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7', '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'9c607f8dec084760b79a49d03ee5938a', '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'056300da-a4a6-4f9a-ab91-a7cba1617569', 'swap': 0}) 2018-09-01 22:39:01,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:39:01,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569/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}2ef6861d9080546420cf4222c032cf0e7fe928f2" -d '{"extra_specs": {}}' 2018-09-01 22:39:01,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-2dfcadcb-9417-4ee5-a4d7-8537f133fb2e x-compute-request-id: req-2dfcadcb-9417-4ee5-a4d7-8537f133fb2e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:39:01,214 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569/os-extra_specs used request id req-2dfcadcb-9417-4ee5-a4d7-8537f133fb2e 2018-09-01 22:39:01,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0272450447083s 2018-09-01 22:39:01,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569/os-extra_specs used request id req-2dfcadcb-9417-4ee5-a4d7-8537f133fb2e 2018-09-01 22:39:01,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 22:39:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"keypair": {"name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7"}}' 2018-09-01 22:39:02,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-d253c545-47de-44e1-b849-5a168c011954 x-compute-request-id: req-d253c545-47de-44e1-b849-5a168c011954 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTsMhqmjV4wReHaXF0IXQiCwcvQ1fjBW+xJy+6pkwTonKx3ODzhXEYJmGxUPfvwOrGsdzh4ln1zJVkSQ2U9DjW3OXVQGQLRdn94lvm7PRX3PJl6laCbrPPddxf/0k+AWFVpeSmmku3v7Se1uYfyAVE1JrQLgPF6BB+b3ja2+T4EByux4KyoXI8K+Vl3wNw6v7eryeQPv3J0Mrv2vjg9NnUxk2x2H5e5g8E59Dg3Xn+dkQStofkCSrj67zceiAJhvVsFNtpw5MUsDrhIOB9u/1gR6tfMMGU9kLhKtlHhhWCd1GBPHUiNDze0XwqGqs5neftOFZFUTtsboLfnCt14nlN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA07DIapo1eMEXh2lxdCF0IgsHL0NX4wVvsScvuqZME6Jysdzg\n84VxGCZhsVD378DqxrHc4eJZ9cyVZEkNlPQ41tzl1UBkC0XZ/eJb5uz0V9zyZepW\ngm6zz3XcX/9JPgFhVaXkpppLt7+0ntbmH8gFRNSa0C4DxegQfm942tvk+BAcrseC\nsqFyPCvlZd8DcOr+3q8nkD79ydDK79r44PTZ1MZNsdh+XuYPBOfQ4N15/nZEEraH\n5Akq4+u83HogCYb1bBTbacOTFLA64SDgfbv9YEerXzDBlPZC4SrZR4YVgndRgTx1\nIjQ83tF8KhqrOZ3n7ThWRVE7bG6C35wrdeJ5TQIDAQABAoIBAQDPe1PT+DU0l7zi\nAd0rP6a9vyVZk53OawOgFJJZVKj4DZ5w6dapmD7StrvFuWBpYyI5gRbHZr1Zhx1d\nX6SqO/yBy5yQuT3VNq+EgZol6lVK0MncTiRgTvR6AEDw7hvxZBTsh15mVJCmFoWH\nsYV33OodHmxmYtNb5CpWYheIG0J+RjMhx0slwQ8+YcEfBoIiJ9/4kv8g2Kuyi804\nVFL57MKtmV7y+fklRsX9FP9X6LGWAzowrLo1pnp6kXBRTFuwIDW2eL4uR4+DyIJ4\nGdYTP+cLM4YZ+UTLeys8x0SmlIhYIzZzEniMd++PzC3YxWyPyBSFLB47VjImzPgA\nxJfoWO5ZAoGBAPit6b+PDYUpg+rxFkH0UN8blLpOupwDclpHoKJgabyfXMw9JFMA\nU/+l3hqQq9sv/i1WGRkdKnvsbU3wd0h95bAXJ4MlSjKiLVb4TO9hEDzqAHNcF+Ms\nWS8RwtbWYPGsFPbEVBk//oDQd/8uEHGm+GAih1Bh9Ly22FfJVSSleq0XAoGBANns\nHc3tZitcAACjcnNiuHwMAkCak4hJA2PQyREbWryPgavPxm4ez952b7q9zxQifJVk\n4lJBb1qfeuH6cZG1+LhAuidCMgvfBLn/DKdeiMAnnI68rVjKSeH398xP/17RsO3G\ncfIE2WyKM6boTpf1e5ALaYz6+i0t7yC52FMdhzM7AoGAEByEZmrIP3ZfG5ufC4re\nqnXI/wEWygDXKc42NA73CsdwZbMYZWBCEPAYIbR5zeugFiPb4GqpU/oPYttPfxzZ\nAr2dS7vgwMMNGPNhWKj7OlcWzGKNEaTP6mLGMtEU2tOBUDOMF060GHhpLdk4K4Tb\n1q6mAak3B/r4rUdYAtXNyuUCgYAo6AeYNi3tibF+bS/4tNlIf8CUe++hr4LxY6m6\nilX3+0AuDiyDU0lVywmiFise7nJQYMWTBzFt423fqXFUFsJ/Y7cN04EtdUmf2F55\ntGcbGtRqfsRTXHWN80wSkBmxpM7/czbEZWCi3TZg6E6Ie84b9eh0TFBV1r+CdyBC\nSdKtLQKBgQCKzgdvH1ecaXqKgP9tcGq1yWh7QElmjIy9JRSoDtR0emV1XJykneLa\nahO/n0Hk9NysbHu+7hpChtz4YK1g26vyZHF2wZS8ikQWTPKrGS3VyS2fL1J+HAos\n7cVRbJm3f2xELs2a1x7OHpc2QqTlBe+oHWNNXT7ThAU8haMgUC5opA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "89209db6016f4ae1a6cf2673b722bc14", "name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "fingerprint": "29:df:7a:32:b8:47:c4:5a:a6:3c:df:6e:1f:4c:a3:5a"}} 2018-09-01 22:39:02,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d253c545-47de-44e1-b849-5a168c011954 2018-09-01 22:39:02,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.13951301575s 2018-09-01 22:39:02,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d253c545-47de-44e1-b849-5a168c011954 2018-09-01 22:39:02,356 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTsMhqmjV4wReHaXF0IXQiCwcvQ1fjBW+xJy+6pkwTonKx3ODzhXEYJmGxUPfvwOrGsdzh4ln1zJVkSQ2U9DjW3OXVQGQLRdn94lvm7PRX3PJl6laCbrPPddxf/0k+AWFVpeSmmku3v7Se1uYfyAVE1JrQLgPF6BB+b3ja2+T4EByux4KyoXI8K+Vl3wNw6v7eryeQPv3J0Mrv2vjg9NnUxk2x2H5e5g8E59Dg3Xn+dkQStofkCSrj67zceiAJhvVsFNtpw5MUsDrhIOB9u/1gR6tfMMGU9kLhKtlHhhWCd1GBPHUiNDze0XwqGqs5neftOFZFUTtsboLfnCt14nlN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA07DIapo1eMEXh2lxdCF0IgsHL0NX4wVvsScvuqZME6Jysdzg\n84VxGCZhsVD378DqxrHc4eJZ9cyVZEkNlPQ41tzl1UBkC0XZ/eJb5uz0V9zyZepW\ngm6zz3XcX/9JPgFhVaXkpppLt7+0ntbmH8gFRNSa0C4DxegQfm942tvk+BAcrseC\nsqFyPCvlZd8DcOr+3q8nkD79ydDK79r44PTZ1MZNsdh+XuYPBOfQ4N15/nZEEraH\n5Akq4+u83HogCYb1bBTbacOTFLA64SDgfbv9YEerXzDBlPZC4SrZR4YVgndRgTx1\nIjQ83tF8KhqrOZ3n7ThWRVE7bG6C35wrdeJ5TQIDAQABAoIBAQDPe1PT+DU0l7zi\nAd0rP6a9vyVZk53OawOgFJJZVKj4DZ5w6dapmD7StrvFuWBpYyI5gRbHZr1Zhx1d\nX6SqO/yBy5yQuT3VNq+EgZol6lVK0MncTiRgTvR6AEDw7hvxZBTsh15mVJCmFoWH\nsYV33OodHmxmYtNb5CpWYheIG0J+RjMhx0slwQ8+YcEfBoIiJ9/4kv8g2Kuyi804\nVFL57MKtmV7y+fklRsX9FP9X6LGWAzowrLo1pnp6kXBRTFuwIDW2eL4uR4+DyIJ4\nGdYTP+cLM4YZ+UTLeys8x0SmlIhYIzZzEniMd++PzC3YxWyPyBSFLB47VjImzPgA\nxJfoWO5ZAoGBAPit6b+PDYUpg+rxFkH0UN8blLpOupwDclpHoKJgabyfXMw9JFMA\nU/+l3hqQq9sv/i1WGRkdKnvsbU3wd0h95bAXJ4MlSjKiLVb4TO9hEDzqAHNcF+Ms\nWS8RwtbWYPGsFPbEVBk//oDQd/8uEHGm+GAih1Bh9Ly22FfJVSSleq0XAoGBANns\nHc3tZitcAACjcnNiuHwMAkCak4hJA2PQyREbWryPgavPxm4ez952b7q9zxQifJVk\n4lJBb1qfeuH6cZG1+LhAuidCMgvfBLn/DKdeiMAnnI68rVjKSeH398xP/17RsO3G\ncfIE2WyKM6boTpf1e5ALaYz6+i0t7yC52FMdhzM7AoGAEByEZmrIP3ZfG5ufC4re\nqnXI/wEWygDXKc42NA73CsdwZbMYZWBCEPAYIbR5zeugFiPb4GqpU/oPYttPfxzZ\nAr2dS7vgwMMNGPNhWKj7OlcWzGKNEaTP6mLGMtEU2tOBUDOMF060GHhpLdk4K4Tb\n1q6mAak3B/r4rUdYAtXNyuUCgYAo6AeYNi3tibF+bS/4tNlIf8CUe++hr4LxY6m6\nilX3+0AuDiyDU0lVywmiFise7nJQYMWTBzFt423fqXFUFsJ/Y7cN04EtdUmf2F55\ntGcbGtRqfsRTXHWN80wSkBmxpM7/czbEZWCi3TZg6E6Ie84b9eh0TFBV1r+CdyBC\nSdKtLQKBgQCKzgdvH1ecaXqKgP9tcGq1yWh7QElmjIy9JRSoDtR0emV1XJykneLa\nahO/n0Hk9NysbHu+7hpChtz4YK1g26vyZHF2wZS8ikQWTPKrGS3VyS2fL1J+HAos\n7cVRbJm3f2xELs2a1x7OHpc2QqTlBe+oHWNNXT7ThAU8haMgUC5opA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'89209db6016f4ae1a6cf2673b722bc14', 'name': u'vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7', 'created_at': '2018-09-01T22:39:02.356263', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'29:df:7a:32:b8:47:c4:5a:a6:3c:df:6e:1f:4c:a3:5a', 'type': 'ssh', 'id': u'vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7'}) 2018-09-01 22:39:02,356 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA07DIapo1eMEXh2lxdCF0IgsHL0NX4wVvsScvuqZME6Jysdzg 84VxGCZhsVD378DqxrHc4eJZ9cyVZEkNlPQ41tzl1UBkC0XZ/eJb5uz0V9zyZepW gm6zz3XcX/9JPgFhVaXkpppLt7+0ntbmH8gFRNSa0C4DxegQfm942tvk+BAcrseC sqFyPCvlZd8DcOr+3q8nkD79ydDK79r44PTZ1MZNsdh+XuYPBOfQ4N15/nZEEraH 5Akq4+u83HogCYb1bBTbacOTFLA64SDgfbv9YEerXzDBlPZC4SrZR4YVgndRgTx1 IjQ83tF8KhqrOZ3n7ThWRVE7bG6C35wrdeJ5TQIDAQABAoIBAQDPe1PT+DU0l7zi Ad0rP6a9vyVZk53OawOgFJJZVKj4DZ5w6dapmD7StrvFuWBpYyI5gRbHZr1Zhx1d X6SqO/yBy5yQuT3VNq+EgZol6lVK0MncTiRgTvR6AEDw7hvxZBTsh15mVJCmFoWH sYV33OodHmxmYtNb5CpWYheIG0J+RjMhx0slwQ8+YcEfBoIiJ9/4kv8g2Kuyi804 VFL57MKtmV7y+fklRsX9FP9X6LGWAzowrLo1pnp6kXBRTFuwIDW2eL4uR4+DyIJ4 GdYTP+cLM4YZ+UTLeys8x0SmlIhYIzZzEniMd++PzC3YxWyPyBSFLB47VjImzPgA xJfoWO5ZAoGBAPit6b+PDYUpg+rxFkH0UN8blLpOupwDclpHoKJgabyfXMw9JFMA U/+l3hqQq9sv/i1WGRkdKnvsbU3wd0h95bAXJ4MlSjKiLVb4TO9hEDzqAHNcF+Ms WS8RwtbWYPGsFPbEVBk//oDQd/8uEHGm+GAih1Bh9Ly22FfJVSSleq0XAoGBANns Hc3tZitcAACjcnNiuHwMAkCak4hJA2PQyREbWryPgavPxm4ez952b7q9zxQifJVk 4lJBb1qfeuH6cZG1+LhAuidCMgvfBLn/DKdeiMAnnI68rVjKSeH398xP/17RsO3G cfIE2WyKM6boTpf1e5ALaYz6+i0t7yC52FMdhzM7AoGAEByEZmrIP3ZfG5ufC4re qnXI/wEWygDXKc42NA73CsdwZbMYZWBCEPAYIbR5zeugFiPb4GqpU/oPYttPfxzZ Ar2dS7vgwMMNGPNhWKj7OlcWzGKNEaTP6mLGMtEU2tOBUDOMF060GHhpLdk4K4Tb 1q6mAak3B/r4rUdYAtXNyuUCgYAo6AeYNi3tibF+bS/4tNlIf8CUe++hr4LxY6m6 ilX3+0AuDiyDU0lVywmiFise7nJQYMWTBzFt423fqXFUFsJ/Y7cN04EtdUmf2F55 tGcbGtRqfsRTXHWN80wSkBmxpM7/czbEZWCi3TZg6E6Ie84b9eh0TFBV1r+CdyBC SdKtLQKBgQCKzgdvH1ecaXqKgP9tcGq1yWh7QElmjIy9JRSoDtR0emV1XJykneLa ahO/n0Hk9NysbHu+7hpChtz4YK1g26vyZHF2wZS8ikQWTPKrGS3VyS2fL1J+HAos 7cVRbJm3f2xELs2a1x7OHpc2QqTlBe+oHWNNXT7ThAU8haMgUC5opA== -----END RSA PRIVATE KEY----- 2018-09-01 22:39:02,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 22:39:02,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"security_group": {"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-01 22:39:02,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-8b73c041-8c25-4cdf-9abc-3f9d5e911f11 Date: Sat, 01 Sep 2018 22:39:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:02Z", "updated_at": "2018-09-01T22:39:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "21c2d40d-a9dc-4433-8be6-09d91a6fefdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "c36ac90d-630e-4623-b1f9-3a700c7660aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 1, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}} 2018-09-01 22:39:02,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-8b73c041-8c25-4cdf-9abc-3f9d5e911f11 2018-09-01 22:39:02,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.446311950684s 2018-09-01 22:39:02,806 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-8b73c041-8c25-4cdf-9abc-3f9d5e911f11 2018-09-01 22:39:02,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:39:02,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:03,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-b7559788-25c5-4be0-b65f-9326bbc7c624 Date: Sat, 01 Sep 2018 22:39:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:02Z", "updated_at": "2018-09-01T22:39:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "21c2d40d-a9dc-4433-8be6-09d91a6fefdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "c36ac90d-630e-4623-b1f9-3a700c7660aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 1, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}, {"description": "Default security group", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:38:52Z", "updated_at": "2018-09-01T22:38:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "3000bf72-3885-4813-87e5-cab20139f707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "b9f71310-d60b-4c34-8016-33079e281390", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e056a14d-9898-4fc3-af90-c1a8a0b7fe7c", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e14f3d2a-0b93-40d7-b95a-0cb23c5fe9ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 1, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "name": "default"}]} 2018-09-01 22:39:03,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b7559788-25c5-4be0-b65f-9326bbc7c624 2018-09-01 22:39:03,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.307932853699s 2018-09-01 22:39:03,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b7559788-25c5-4be0-b65f-9326bbc7c624 2018-09-01 22:39:03,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:39:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -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": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}}' 2018-09-01 22:39:03,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-182c6640-8d23-47f4-96ec-18165061a3e3 Date: Sat, 01 Sep 2018 22:39:03 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-01T22:39:03Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "port_range_min": 22, "revision_number": 0, "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:03Z", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "7bdd8d83-1a42-4d07-9140-ab2d82e8631e"}} 2018-09-01 22:39:03,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-182c6640-8d23-47f4-96ec-18165061a3e3 2018-09-01 22:39:03,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.437762022018s 2018-09-01 22:39:03,561 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-182c6640-8d23-47f4-96ec-18165061a3e3 2018-09-01 22:39:03,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:39:03,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:03,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-ced0cfbb-98c3-410d-9b3d-9793904d1df9 Date: Sat, 01 Sep 2018 22:39:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:02Z", "updated_at": "2018-09-01T22:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "21c2d40d-a9dc-4433-8be6-09d91a6fefdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:39:03Z", "revision_number": 0, "id": "7bdd8d83-1a42-4d07-9140-ab2d82e8631e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:03Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "c36ac90d-630e-4623-b1f9-3a700c7660aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 2, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}, {"description": "Default security group", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:38:52Z", "updated_at": "2018-09-01T22:38:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "3000bf72-3885-4813-87e5-cab20139f707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "b9f71310-d60b-4c34-8016-33079e281390", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e056a14d-9898-4fc3-af90-c1a8a0b7fe7c", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e14f3d2a-0b93-40d7-b95a-0cb23c5fe9ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 1, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "name": "default"}]} 2018-09-01 22:39:03,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ced0cfbb-98c3-410d-9b3d-9793904d1df9 2018-09-01 22:39:03,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0842530727386s 2018-09-01 22:39:03,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ced0cfbb-98c3-410d-9b3d-9793904d1df9 2018-09-01 22:39:03,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:39:03,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -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": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}}' 2018-09-01 22:39:04,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d9bd6de2-c797-421f-8642-d26640d4fabc Date: Sat, 01 Sep 2018 22:39:04 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-01T22:39:04Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "port_range_min": null, "revision_number": 0, "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:04Z", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "268e94b1-cb2d-4a98-bf39-8094e635c9b2"}} 2018-09-01 22:39:04,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d9bd6de2-c797-421f-8642-d26640d4fabc 2018-09-01 22:39:04,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.66877913475s 2018-09-01 22:39:04,321 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d9bd6de2-c797-421f-8642-d26640d4fabc 2018-09-01 22:39:04,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:39:04,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:04,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-61136fc8-c985-4ed8-8249-7b83862c0e6b Date: Sat, 01 Sep 2018 22:39:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e76031-a602-4ff1-a3a3-aa509711c63b"],"updated_at":"2018-09-01T22:38:54Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:39:04,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-61136fc8-c985-4ed8-8249-7b83862c0e6b 2018-09-01 22:39:04,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0927648544312s 2018-09-01 22:39:04,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-61136fc8-c985-4ed8-8249-7b83862c0e6b 2018-09-01 22:39:04,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:39:04,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:04,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-98a1200f-db37-4b82-9c76-18c1e5f6b343 Date: Sat, 01 Sep 2018 22:39:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:38:59Z", "file": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file", "owner": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "068d1cc8-878b-4955-b844-304c9ce326fd", "size": 12716032, "self": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:38:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:39:04,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-98a1200f-db37-4b82-9c76-18c1e5f6b343 2018-09-01 22:39:04,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.325048923492s 2018-09-01 22:39:04,746 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-98a1200f-db37-4b82-9c76-18c1e5f6b343 2018-09-01 22:39:04,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:39:04,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:04,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-039eef7a-e923-4afb-bec4-08091adda21e x-compute-request-id: req-039eef7a-e923-4afb-bec4-08091adda21e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "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": "056300da-a4a6-4f9a-ab91-a7cba1617569"}]} 2018-09-01 22:39:04,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-039eef7a-e923-4afb-bec4-08091adda21e 2018-09-01 22:39:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0423839092255s 2018-09-01 22:39:04,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-039eef7a-e923-4afb-bec4-08091adda21e 2018-09-01 22:39:04,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:39:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"server": {"name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "imageRef": "068d1cc8-878b-4955-b844-304c9ce326fd", "flavorRef": "056300da-a4a6-4f9a-ab91-a7cba1617569", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fc003321-41b8-4b4c-b3f3-4fc9eb9ba926"}], "security_groups": [{"name": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}]}}' 2018-09-01 22:39:10,006 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:39:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5032c599-54f6-4333-9432-26a6e4531cf9 x-compute-request-id: req-5032c599-54f6-4333-9432-26a6e4531cf9 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}], "OS-DCF:diskConfig": "MANUAL", "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "adminPass": "wVt2M8gUiSw8"}} 2018-09-01 22:39:10,007 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5032c599-54f6-4333-9432-26a6e4531cf9 2018-09-01 22:39:10,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.21465110779s 2018-09-01 22:39:10,007 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5032c599-54f6-4333-9432-26a6e4531cf9 2018-09-01 22:39:10,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:10,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:10,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-945af7d2-76f8-471c-8061-79b544a1d4c1 x-compute-request-id: req-945af7d2-76f8-471c-8061-79b544a1d4c1 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:10,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-945af7d2-76f8-471c-8061-79b544a1d4c1 2018-09-01 22:39:10,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383131980896s 2018-09-01 22:39:10,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-945af7d2-76f8-471c-8061-79b544a1d4c1 2018-09-01 22:39:10,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:39:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:10,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-888d3c8d-6b6d-49b1-afb3-b9a04b4c51ba Date: Sat, 01 Sep 2018 22:39:10 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e76031-a602-4ff1-a3a3-aa509711c63b"],"updated_at":"2018-09-01T22:38:54Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:39:10,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-888d3c8d-6b6d-49b1-afb3-b9a04b4c51ba 2018-09-01 22:39:10,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0894930362701s 2018-09-01 22:39:10,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-888d3c8d-6b6d-49b1-afb3-b9a04b4c51ba 2018-09-01 22:39:10,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:39:10,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:10,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e50ef993-add1-4ba6-86ef-04c1be5ffb65 Date: Sat, 01 Sep 2018 22:39:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:38:54Z","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":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"60e76031-a602-4ff1-a3a3-aa509711c63b","subnetpool_id":null,"name":"vping_ssh-subnet_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:39:10,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e50ef993-add1-4ba6-86ef-04c1be5ffb65 2018-09-01 22:39:10,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0456330776215s 2018-09-01 22:39:10,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e50ef993-add1-4ba6-86ef-04c1be5ffb65 2018-09-01 22:39:10,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:12,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:12,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-18c956bd-f3ae-4fce-a4d0-624f10b30cb2 x-compute-request-id: req-18c956bd-f3ae-4fce-a4d0-624f10b30cb2 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:12,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18c956bd-f3ae-4fce-a4d0-624f10b30cb2 2018-09-01 22:39:12,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.247549057007s 2018-09-01 22:39:12,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18c956bd-f3ae-4fce-a4d0-624f10b30cb2 2018-09-01 22:39:12,790 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:14,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:14,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:15,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c039378e-42a8-4858-aa78-7085d1056593 x-compute-request-id: req-c039378e-42a8-4858-aa78-7085d1056593 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:15,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c039378e-42a8-4858-aa78-7085d1056593 2018-09-01 22:39:15,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.330343961716s 2018-09-01 22:39:15,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c039378e-42a8-4858-aa78-7085d1056593 2018-09-01 22:39:15,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:17,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:17,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:18,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-1671b4f6-b9fd-48f8-9175-a9c461b5878b x-compute-request-id: req-1671b4f6-b9fd-48f8-9175-a9c461b5878b 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.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:16Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:18,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1671b4f6-b9fd-48f8-9175-a9c461b5878b 2018-09-01 22:39:18,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36571097374s 2018-09-01 22:39:18,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1671b4f6-b9fd-48f8-9175-a9c461b5878b 2018-09-01 22:39:18,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:20,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:20,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:22,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-5940563a-bdd3-4d08-a25c-60b69643acd2 x-compute-request-id: req-5940563a-bdd3-4d08-a25c-60b69643acd2 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.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:16Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:22,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5940563a-bdd3-4d08-a25c-60b69643acd2 2018-09-01 22:39:22,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.85647702217s 2018-09-01 22:39:22,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5940563a-bdd3-4d08-a25c-60b69643acd2 2018-09-01 22:39:22,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:24,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:24,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:25,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b67a7c4-c9df-4b3d-8e57-91fec1fd470d x-compute-request-id: req-0b67a7c4-c9df-4b3d-8e57-91fec1fd470d Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:23Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:25,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b67a7c4-c9df-4b3d-8e57-91fec1fd470d 2018-09-01 22:39:25,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.947088003159s 2018-09-01 22:39:25,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b67a7c4-c9df-4b3d-8e57-91fec1fd470d 2018-09-01 22:39:25,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:39:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:25,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1400a645-7714-4921-a83c-9ea388b8b358 Date: Sat, 01 Sep 2018 22:39:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:39:16Z","admin_state_up":true,"updated_at":"2018-09-01T22:39:23Z","binding:vnic_type":"normal","device_id":"e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:26:2d:db","id":"312a772e-b99f-4ee2-a600-8a0f91f38221","port_security_enabled":true,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","fixed_ips":[{"subnet_id":"60e76031-a602-4ff1-a3a3-aa509711c63b","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["51c6c960-ce44-4bc0-9a3f-b8dc854356c9"],"name":""}]} 2018-09-01 22:39:25,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 used request id req-1400a645-7714-4921-a83c-9ea388b8b358 2018-09-01 22:39:25,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.323005199432s 2018-09-01 22:39:25,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 used request id req-1400a645-7714-4921-a83c-9ea388b8b358 2018-09-01 22:39:25,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:39:25,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=312a772e-b99f-4ee2-a600-8a0f91f38221" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:25,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b43d4add-05fc-4b72-a56e-6ee71048cb7d Date: Sat, 01 Sep 2018 22:39:25 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:39:25,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=312a772e-b99f-4ee2-a600-8a0f91f38221 used request id req-b43d4add-05fc-4b72-a56e-6ee71048cb7d 2018-09-01 22:39:25,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0667071342468s 2018-09-01 22:39:25,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=312a772e-b99f-4ee2-a600-8a0f91f38221 used request id req-b43d4add-05fc-4b72-a56e-6ee71048cb7d 2018-09-01 22:39:25,713 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:2d:db', u'version': 4, u'addr': u'192.168.120.29', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'068d1cc8-878b-4955-b844-304c9ce326fd'}), 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-01T22:39:23.000000', 'flavor': Munch({u'id': u'056300da-a4a6-4f9a-ab91-a7cba1617569'}), 'az': u'nova', 'id': u'e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680', 'security_groups': [Munch({u'name': u'vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'89209db6016f4ae1a6cf2673b722bc14', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', '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-01T22:39:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:39:23Z', 'hostId': u'445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.29', 'cloud': 'envvars', 'host_id': u'445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be', '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-01T22:39:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': u'vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7', 'adminPass': u'wVt2M8gUiSw8', 'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'created_at': u'2018-09-01T22:39:09Z', 'created': u'2018-09-01T22:39:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:39:25,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:39:25,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:25,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2dde7e6c-3164-49ff-93d7-03b358e98429 Date: Sat, 01 Sep 2018 22:39:25 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e76031-a602-4ff1-a3a3-aa509711c63b"],"updated_at":"2018-09-01T22:38:54Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:39:25,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2dde7e6c-3164-49ff-93d7-03b358e98429 2018-09-01 22:39:25,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0923960208893s 2018-09-01 22:39:25,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2dde7e6c-3164-49ff-93d7-03b358e98429 2018-09-01 22:39:25,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:39:25,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:26,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ab3ca23b-7f3c-4f8c-86d8-f42bb8759d27 Date: Sat, 01 Sep 2018 22:39:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:38:59Z", "file": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file", "owner": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "068d1cc8-878b-4955-b844-304c9ce326fd", "size": 12716032, "self": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:38:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:39:26,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab3ca23b-7f3c-4f8c-86d8-f42bb8759d27 2018-09-01 22:39:26,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783473968506s 2018-09-01 22:39:26,595 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab3ca23b-7f3c-4f8c-86d8-f42bb8759d27 2018-09-01 22:39:26,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:39:26,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:26,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-cbf28ba1-18a7-49bc-b8ec-3a24d231d1f5 x-compute-request-id: req-cbf28ba1-18a7-49bc-b8ec-3a24d231d1f5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "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": "056300da-a4a6-4f9a-ab91-a7cba1617569"}]} 2018-09-01 22:39:26,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cbf28ba1-18a7-49bc-b8ec-3a24d231d1f5 2018-09-01 22:39:26,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253159999847s 2018-09-01 22:39:26,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cbf28ba1-18a7-49bc-b8ec-3a24d231d1f5 2018-09-01 22:39:26,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:39:26,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"server": {"name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "imageRef": "068d1cc8-878b-4955-b844-304c9ce326fd", "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "flavorRef": "056300da-a4a6-4f9a-ab91-a7cba1617569", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fc003321-41b8-4b4c-b3f3-4fc9eb9ba926"}], "security_groups": [{"name": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}]}}' 2018-09-01 22:39:31,134 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cef6239f-94ef-4dcf-a8ad-8bc458cb993b x-compute-request-id: req-cef6239f-94ef-4dcf-a8ad-8bc458cb993b Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9"}], "OS-DCF:diskConfig": "MANUAL", "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "adminPass": "jvxXN9nnA5tT"}} 2018-09-01 22:39:31,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-cef6239f-94ef-4dcf-a8ad-8bc458cb993b 2018-09-01 22:39:31,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.51026201248s 2018-09-01 22:39:31,135 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-cef6239f-94ef-4dcf-a8ad-8bc458cb993b 2018-09-01 22:39:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:31,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-7a7138b1-5390-4692-a515-f08f0be37b37 x-compute-request-id: req-7a7138b1-5390-4692-a515-f08f0be37b37 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:23Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:31,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7a7138b1-5390-4692-a515-f08f0be37b37 2018-09-01 22:39:31,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789262771606s 2018-09-01 22:39:31,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7a7138b1-5390-4692-a515-f08f0be37b37 2018-09-01 22:39:31,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:33,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:33,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:35,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-1db3ef4c-5dee-4bf9-b15b-aff70d5f80b7 x-compute-request-id: req-1db3ef4c-5dee-4bf9-b15b-aff70d5f80b7 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:34Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:23Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:35,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1db3ef4c-5dee-4bf9-b15b-aff70d5f80b7 2018-09-01 22:39:35,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34736609459s 2018-09-01 22:39:35,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1db3ef4c-5dee-4bf9-b15b-aff70d5f80b7 2018-09-01 22:39:35,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:37,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:37,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:38,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-2fecf4df-109d-4d8a-9f19-438bbba80dcc x-compute-request-id: req-2fecf4df-109d-4d8a-9f19-438bbba80dcc Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:34Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:23Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:38,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2fecf4df-109d-4d8a-9f19-438bbba80dcc 2018-09-01 22:39:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.76230597496s 2018-09-01 22:39:38,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2fecf4df-109d-4d8a-9f19-438bbba80dcc 2018-09-01 22:39:38,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:41,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-8c17d650-5e87-40ca-bf9c-ed8ad4daaa08 x-compute-request-id: req-8c17d650-5e87-40ca-bf9c-ed8ad4daaa08 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:38.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:38Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:23Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:41,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c17d650-5e87-40ca-bf9c-ed8ad4daaa08 2018-09-01 22:39:41,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13655400276s 2018-09-01 22:39:41,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8c17d650-5e87-40ca-bf9c-ed8ad4daaa08 2018-09-01 22:39:41,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:39:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:41,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f99b502f-650c-4cc3-9e5a-b763d06e1f0b Date: Sat, 01 Sep 2018 22:39:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:39:34Z","admin_state_up":true,"updated_at":"2018-09-01T22:39:37Z","binding:vnic_type":"normal","device_id":"830f7b0e-1c7e-485d-8ffa-9c29ec30ea44","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5c:c2:49","id":"164ed9f9-013d-4479-a273-6c5b94257895","port_security_enabled":true,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","fixed_ips":[{"subnet_id":"60e76031-a602-4ff1-a3a3-aa509711c63b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["51c6c960-ce44-4bc0-9a3f-b8dc854356c9"],"name":""}]} 2018-09-01 22:39:41,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-f99b502f-650c-4cc3-9e5a-b763d06e1f0b 2018-09-01 22:39:41,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0528621673584s 2018-09-01 22:39:41,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-f99b502f-650c-4cc3-9e5a-b763d06e1f0b 2018-09-01 22:39:41,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:39:41,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=164ed9f9-013d-4479-a273-6c5b94257895" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:41,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-54d7fe0b-ef9f-4ba6-a4da-720a138fc580 Date: Sat, 01 Sep 2018 22:39:41 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:39:41,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=164ed9f9-013d-4479-a273-6c5b94257895 used request id req-54d7fe0b-ef9f-4ba6-a4da-720a138fc580 2018-09-01 22:39:41,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0520761013031s 2018-09-01 22:39:41,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=164ed9f9-013d-4479-a273-6c5b94257895 used request id req-54d7fe0b-ef9f-4ba6-a4da-720a138fc580 2018-09-01 22:39:41,313 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:c2:49', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'068d1cc8-878b-4955-b844-304c9ce326fd'}), 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-01T22:39:38.000000', 'flavor': Munch({u'id': u'056300da-a4a6-4f9a-ab91-a7cba1617569'}), 'az': u'nova', 'id': u'830f7b0e-1c7e-485d-8ffa-9c29ec30ea44', 'security_groups': [Munch({u'name': u'vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'89209db6016f4ae1a6cf2673b722bc14', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', '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-01T22:39:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:39:38Z', 'hostId': u'445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be', '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-01T22:39:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': u'vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7', 'adminPass': u'jvxXN9nnA5tT', 'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'created_at': u'2018-09-01T22:39:31Z', 'created': u'2018-09-01T22:39:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:39:41,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:39:41,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:41,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4af1a0b4-7d19-4c37-9df1-ebe0f4c9c484 Date: Sat, 01 Sep 2018 22:39:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60e76031-a602-4ff1-a3a3-aa509711c63b"],"updated_at":"2018-09-01T22:38:54Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:39:41,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4af1a0b4-7d19-4c37-9df1-ebe0f4c9c484 2018-09-01 22:39:41,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0893120765686s 2018-09-01 22:39:41,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4af1a0b4-7d19-4c37-9df1-ebe0f4c9c484 2018-09-01 22:39:41,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:39:41,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:41,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fa24b963-57e7-44e6-83af-c2c10ec7e4d4 Date: Sat, 01 Sep 2018 22:39:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:39:34Z","admin_state_up":true,"updated_at":"2018-09-01T22:39:37Z","binding:vnic_type":"normal","device_id":"830f7b0e-1c7e-485d-8ffa-9c29ec30ea44","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5c:c2:49","id":"164ed9f9-013d-4479-a273-6c5b94257895","port_security_enabled":true,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","fixed_ips":[{"subnet_id":"60e76031-a602-4ff1-a3a3-aa509711c63b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["51c6c960-ce44-4bc0-9a3f-b8dc854356c9"],"name":""}]} 2018-09-01 22:39:41,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-fa24b963-57e7-44e6-83af-c2c10ec7e4d4 2018-09-01 22:39:41,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0520238876343s 2018-09-01 22:39:41,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-fa24b963-57e7-44e6-83af-c2c10ec7e4d4 2018-09-01 22:39:41,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 22:39:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"floatingip": {"floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.10", "port_id": "164ed9f9-013d-4479-a273-6c5b94257895"}}' 2018-09-01 22:39:43,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-d6ecb8e6-0c0f-435a-b5c6-e3ff9a8a9b6e Date: Sat, 01 Sep 2018 22:39:43 GMT RESP BODY: {"floatingip": {"router_id": "bb0ba309-8a6b-4c99-aff0-7902360520bf", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:39:42Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "164ed9f9-013d-4479-a273-6c5b94257895", "id": "0e2f8605-0838-47fa-ba0e-b09bf907b5ee", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:42Z", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}} 2018-09-01 22:39:43,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-d6ecb8e6-0c0f-435a-b5c6-e3ff9a8a9b6e 2018-09-01 22:39:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97013092041s 2018-09-01 22:39:43,431 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-d6ecb8e6-0c0f-435a-b5c6-e3ff9a8a9b6e 2018-09-01 22:39:43,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:39:43,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:43,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-90cbb6b8-7a3c-4128-ad90-9ac88a8e0aa1 Date: Sat, 01 Sep 2018 22:39:43 GMT RESP BODY: {"floatingips": [{"router_id": "bb0ba309-8a6b-4c99-aff0-7902360520bf", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:39:42Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "164ed9f9-013d-4479-a273-6c5b94257895", "id": "0e2f8605-0838-47fa-ba0e-b09bf907b5ee", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:42Z", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}]} 2018-09-01 22:39:43,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-90cbb6b8-7a3c-4128-ad90-9ac88a8e0aa1 2018-09-01 22:39:43,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0611279010773s 2018-09-01 22:39:43,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-90cbb6b8-7a3c-4128-ad90-9ac88a8e0aa1 2018-09-01 22:39:43,504 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'bb0ba309-8a6b-4c99-aff0-7902360520bf', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'created_at': u'2018-09-01T22:39:42Z', 'attached': True, 'updated_at': u'2018-09-01T22:39:42Z', 'id': u'0e2f8605-0838-47fa-ba0e-b09bf907b5ee', 'floating_network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'name': 'vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'bb0ba309-8a6b-4c99-aff0-7902360520bf', 'project_id': u'1b56dd89fe3c46f6b5c99889f5f98efd', 'port_id': u'164ed9f9-013d-4479-a273-6c5b94257895', 'port': u'164ed9f9-013d-4479-a273-6c5b94257895', 'network': u'2ecab897-029d-4694-8450-3bf914edbd66'}) 2018-09-01 22:39:43,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:39:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:39:44,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-62203c4a-6329-4765-8989-3d683881febb x-compute-request-id: req-62203c4a-6329-4765-8989-3d683881febb Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507590679 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.195589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197990] pid_max: default: 32768 minimum: 301\n[ 0.199290] ACPI: Core revision 20150930\n[ 0.201015] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202916] Security Framework initialized\n[ 0.204123] Yama: becoming mindful.\n[ 0.205180] AppArmor: AppArmor initialized\n[ 0.206422] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208306] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213867] Initializing cgroup subsys io\n[ 0.215057] Initializing cgroup subsys memory\n[ 0.216303] Initializing cgroup subsys devices\n[ 0.217577] Initializing cgroup subsys freezer\n[ 0.218847] Initializing cgroup subsys net_cls\n[ 0.220105] Initializing cgroup subsys perf_event\n[ 0.221432] Initializing cgroup subsys net_prio\n[ 0.222732] Initializing cgroup subsys hugetlb\n[ 0.224007] Initializing cgroup subsys pids\n[ 0.225248] CPU: Physical Processor ID: 0\n[ 0.227123] mce: CPU supports 10 MCE banks\n[ 0.228333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229781] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253316] ftrace: allocating 31920 entries in 125 pages\n[ 0.279464] smpboot: Max logical packages: 1\n[ 0.280777] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.282784] x2apic enabled\n[ 0.283990] Switched APIC routing to physical x2apic.\n[ 0.286507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.288165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.291072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.293680] KVM setup paravirtual spinlock\n[ 0.295362] x86: Booted up 1 node, 1 CPUs\n[ 0.296544] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.298521] devtmpfs: initialized\n[ 0.300521] evm: security.selinux\n[ 0.301531] evm: security.SMACK64\n[ 0.302531] evm: security.SMACK64EXEC\n[ 0.303606] evm: security.SMACK64TRANSMUTE\n[ 0.304824] evm: security.SMACK64MMAP\n[ 0.305892] evm: security.ima\n[ 0.306839] evm: security.capability\n[ 0.307969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310610] pinctrl core: initialized pinctrl subsystem\n[ 0.312198] RTC time: 22:39:38, date: 09/01/18\n[ 0.313589] NET: Registered protocol family 16\n[ 0.315033] cpuidle: using governor ladder\n[ 0.316214] cpuidle: using governor menu\n[ 0.317342] PCCT header not found.\n[ 0.318407] ACPI: bus type PCI registered\n[ 0.319556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321318] PCI: Using configuration type 1 for base access\n[ 0.323537] ACPI: Added _OSI(Module Device)\n[ 0.324736] ACPI: Added _OSI(Processor Device)\n[ 0.325987] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327273] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329563] ACPI: Interpreter enabled\n[ 0.330685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341373] ACPI: (supports S0 S5)\n[ 0.342381] ACPI: Using IOAPIC for interrupt routing\n[ 0.343738] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349358] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351161] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355995] acpiphp: Slot [3] registered\n[ 0.357138] acpiphp: Slot [4] registered\n[ 0.358278] acpiphp: Slot [5] registered\n[ 0.359417] acpiphp: Slot [6] registered\n[ 0.360566] acpiphp: Slot [7] registered\n[ 0.361714] acpiphp: Slot [8] registered\n[ 0.362855] acpiphp: Slot [9] registered\n[ 0.363993] acpiphp: Slot [10] registered\n[ 0.365149] acpiphp: Slot [11] registered\n[ 0.366313] acpiphp: Slot [12] registered\n[ 0.367471] acpiphp: Slot [13] registered\n[ 0.368719] acpiphp: Slot [14] registered\n[ 0.369909] acpiphp: Slot [15] registered\n[ 0.385048] acpiphp: Slot [16] registered\n[ 0.386361] acpiphp: Slot [17] registered\n[ 0.387519] acpiphp: Slot [18] registered\n[ 0.388677] acpiphp: Slot [19] registered\n[ 0.389837] acpiphp: Slot [20] registered\n[ 0.391000] acpiphp: Slot [21] registered\n[ 0.392154] acpiphp: Slot [22] registered\n[ 0.393307] acpiphp: Slot [23] registered\n[ 0.394471] acpiphp: Slot [24] registered\n[ 0.395623] acpiphp: Slot [25] registered\n[ 0.396777] acpiphp: Slot [26] registered\n[ 0.397940] acpiphp: Slot [27] registered\n[ 0.399102] acpiphp: Slot [28] registered\n[ 0.400259] acpiphp: Slot [29] registered\n[ 0.401422] acpiphp: Slot [30] registered\n[ 0.402578] acpiphp: Slot [31] registered\n[ 0.403777] PCI host bridge to bus 0000:00\n[ 0.404960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412794] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414969] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.419037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424349] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.452451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.454551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.456550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.458559] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.460811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.462573] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.464511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.468379] vgaarb: loaded\n[ 0.469282] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471040] SCSI subsystem initialized\n[ 0.472395] ACPI: bus type USB registered\n[ 0.473613] usbcore: registered new interface driver usbfs\n[ 0.475130] usbcore: registered new interface driver hub\n[ 0.476644] usbcore: registered new device driver usb\n[ 0.478259] PCI: Using ACPI for IRQ routing\n[ 0.479884] NetLabel: Initializing\n[ 0.480938] NetLabel: domain hash size = 128\n[ 0.482209] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483632] NetLabel: unlabeled traffic allowed by default\n[ 0.485351] clocksource: Switched to clocksource kvm-clock\n[ 0.495563] AppArmor: AppArmor Filesystem Enabled\n[ 0.496974] pnp: PnP ACPI init\n[ 0.498273] pnp: PnP ACPI: found 5 devices\n[ 0.505294] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507848] NET: Registered protocol family 2\n[ 0.509377] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513061] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516443] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518150] NET: Registered protocol family 1\n[ 0.519431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521001] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522590] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.536978] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.551329] Trying to unpack rootfs image as initramfs...\n[ 0.613894] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621165] Scanning for low memory corruption every 60 seconds\n[ 0.624560] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626349] audit: initializing netlink subsys (disabled)\n[ 0.628042] audit: type=2000 audit(1535841579.192:1): initialized\n[ 0.630445] Initialise system trusted keyring\n[ 0.632121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633842] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636821] zbud: loaded\n[ 0.637979] VFS: Disk quotas dquot_6.6.0\n[ 0.639218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.641723] fuse init (API version 7.23)\n[ 0.643059] Key type big_key registered\n[ 0.644266] Allocating IMA MOK and blacklist keyrings.\n[ 0.646189] Key type asymmetric registered\n[ 0.647429] Asymmetric key parser 'x509' registered\n[ 0.648842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651076] io scheduler noop registered\n[ 0.652241] io scheduler deadline registered (default)\n[ 0.653728] io scheduler cfq registered\n[ 0.655102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.658673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.660889] ACPI: Power Button [PWRF]\n[ 0.662360] GHES: HEST is not enabled!\n[ 0.676812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706716] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.709991] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.733896] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.737312] Linux agpgart interface v0.103\n[ 0.741428] brd: module loaded\n[ 0.743857] loop: module loaded\n[ 0.749112] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.751284] GPT:90111 != 2097151\n[ 0.752314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.754004] GPT:90111 != 2097151\n[ 0.755034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.756502] vda: vda1 vda15\n[ 0.758580] scsi host0: ata_piix\n[ 0.759768] scsi host1: ata_piix\n[ 0.760876] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.762734] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765198] libphy: Fixed MDIO Bus: probed\n[ 0.766477] tun: Universal TUN/TAP device driver, 1.6\n[ 0.767911] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771136] PPP generic driver version 2.4.2\n[ 0.772428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774051] ehci-pci: EHCI PCI platform driver\n[ 0.775401] ehci-platform: EHCI generic platform driver\n[ 0.776904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.778562] ohci-pci: OHCI PCI platform driver\n[ 0.779848] ohci-platform: OHCI generic platform driver\n[ 0.781309] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796085] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.799902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801460] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803265] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805093] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807235] usb usb1: Product: UHCI Host Controller\n[ 0.808633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810338] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.811813] hub 1-0:1.0: USB hub found\n[ 0.813000] hub 1-0:1.0: 2 ports detected\n[ 0.814489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.817628] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819047] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820565] mousedev: PS/2 mouse device common for all mice\n[ 0.822439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825151] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826840] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.828563] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.830344] i2c /dev entries driver\n[ 0.831491] device-mapper: uevent: version 1.0.3\n[ 0.832941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.835473] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.837676] NET: Registered protocol family 10\n[ 0.839633] NET: Registered protocol family 17\n[ 0.840942] Key type dns_resolver registered\n[ 0.842421] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844039] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.846749] registered taskstats version 1\n[ 0.848016] Loading compiled-in X.509 certificates\n[ 0.850068] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.852904] zswap: loaded using pool lzo/zbud\n[ 0.855597] Key type trusted registered\n[ 0.857979] Key type encrypted registered\n[ 0.859230] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.860808] ima: No TPM chip found, activating TPM-bypass!\n[ 0.862397] evm: HMAC attrs: 0x1\n[ 0.863844] Magic number: 2:560:703\n[ 0.865100] rtc_cmos 00:00: setting system clock to 2018-09-01 22:39:38 UTC (1535841578)\n[ 0.867593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869262] EDD information not available.\n[ 0.920349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.937184] Write protecting the kernel read-only data: 14336k\n[ 0.942628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.945474] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.997611] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 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-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1F2oo2JxcI0WK+s06jKaroHod0DtFDqbEnBZrxuZh0L3LNGt+VoYGe5wR+nR6/ZF+k/AsqkbjdKeI/8vYX91w5El3d2YXfr3XxmanLEPXqSqghbUphefrp3XdFplwz2cR+tBzsWd3++MRzgbFwDyM8lXgXtnOP0ZiCclZA7H+JiB9MApxfeIuVExJ67Av1ljbAoChcHrF9WpDk5Ts4OljYBGScQJ0eDvmBknGbKz64fQaEUjSGLjXDAcdEz/eF+7C8SIWva2j3mgVJzz75Sgw+vQC6Wn270Jal7823y+RdGlB4lYCdklfr90E5FjM0h581xTQNIftd5EcqZetBPAN root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\nssh-dss AAAAB3NzaC1kc3MAAACBAIxZtN2QllF2nfsfEumxIm1TPCbKubUb+CIz/+LIe5aomnr+hH68bsUdNfKmex/EKkzcQInT5Q3agwMZL/u588KjuM5pMCh5fyvsnLUcZXosD1CMikrOY60uMFjpptF0wRcR8buQkRMXzOEnYs2KvH7amtYhtBPnenBp/Pp2IQlVAAAAFQCaKNQy/DoLo0wCqZOl/Fz3TnoObQAAAIAaS3OaicAufoESCPr5eJPd2rflh7jZLivMTDJXo+3jRW2fxOPmyr66QwPkZTW2spMUnqUI5uX+BepnUtk5sdvqfEb6273myeVCa5agLu+dfjKXVbjpFRqDruJCvO5du2rB+oJ+nzfCLeEOU+3dBSZ6EKCimqaBjrfj++6bEzNQpQAAAIBiZzvkTbv+S6QewOe/dW7gj5cO16nrtnM8zy4A0IxRanbcnH593eXWjAm4HqgX1nRSTNS3l2Fw1Ld1aH8+bzr9ZB4tddXKw6JQB1omgCJV98onV0GBpyqydZq5SrwT3x6StBwdYwSCcBTpA0IJKQJLAykm/kSzGYCchq6L2cMzEA== root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5c:c249/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.68 ===\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-54443def-edab-447c-a647-6aab2b331fe7 login: "} 2018-09-01 22:39:44,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/action used request id req-62203c4a-6329-4765-8989-3d683881febb 2018-09-01 22:39:44,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.902797937393s 2018-09-01 22:39:44,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/action used request id req-62203c4a-6329-4765-8989-3d683881febb 2018-09-01 22:39:44,409 - 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 507590679 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.195589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197990] pid_max: default: 32768 minimum: 301 [ 0.199290] ACPI: Core revision 20150930 [ 0.201015] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202916] Security Framework initialized [ 0.204123] Yama: becoming mindful. [ 0.205180] AppArmor: AppArmor initialized [ 0.206422] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208306] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213867] Initializing cgroup subsys io [ 0.215057] Initializing cgroup subsys memory [ 0.216303] Initializing cgroup subsys devices [ 0.217577] Initializing cgroup subsys freezer [ 0.218847] Initializing cgroup subsys net_cls [ 0.220105] Initializing cgroup subsys perf_event [ 0.221432] Initializing cgroup subsys net_prio [ 0.222732] Initializing cgroup subsys hugetlb [ 0.224007] Initializing cgroup subsys pids [ 0.225248] CPU: Physical Processor ID: 0 [ 0.227123] mce: CPU supports 10 MCE banks [ 0.228333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229781] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253316] ftrace: allocating 31920 entries in 125 pages [ 0.279464] smpboot: Max logical packages: 1 [ 0.280777] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.282784] x2apic enabled [ 0.283990] Switched APIC routing to physical x2apic. [ 0.286507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.288165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.291072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.293680] KVM setup paravirtual spinlock [ 0.295362] x86: Booted up 1 node, 1 CPUs [ 0.296544] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.298521] devtmpfs: initialized [ 0.300521] evm: security.selinux [ 0.301531] evm: security.SMACK64 [ 0.302531] evm: security.SMACK64EXEC [ 0.303606] evm: security.SMACK64TRANSMUTE [ 0.304824] evm: security.SMACK64MMAP [ 0.305892] evm: security.ima [ 0.306839] evm: security.capability [ 0.307969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.310610] pinctrl core: initialized pinctrl subsystem [ 0.312198] RTC time: 22:39:38, date: 09/01/18 [ 0.313589] NET: Registered protocol family 16 [ 0.315033] cpuidle: using governor ladder [ 0.316214] cpuidle: using governor menu [ 0.317342] PCCT header not found. [ 0.318407] ACPI: bus type PCI registered [ 0.319556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321318] PCI: Using configuration type 1 for base access [ 0.323537] ACPI: Added _OSI(Module Device) [ 0.324736] ACPI: Added _OSI(Processor Device) [ 0.325987] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.327273] ACPI: Added _OSI(Processor Aggregator Device) [ 0.329563] ACPI: Interpreter enabled [ 0.330685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.333364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.336049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.341373] ACPI: (supports S0 S5) [ 0.342381] ACPI: Using IOAPIC for interrupt routing [ 0.343738] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.349358] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351161] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.352869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355995] acpiphp: Slot [3] registered [ 0.357138] acpiphp: Slot [4] registered [ 0.358278] acpiphp: Slot [5] registered [ 0.359417] acpiphp: Slot [6] registered [ 0.360566] acpiphp: Slot [7] registered [ 0.361714] acpiphp: Slot [8] registered [ 0.362855] acpiphp: Slot [9] registered [ 0.363993] acpiphp: Slot [10] registered [ 0.365149] acpiphp: Slot [11] registered [ 0.366313] acpiphp: Slot [12] registered [ 0.367471] acpiphp: Slot [13] registered [ 0.368719] acpiphp: Slot [14] registered [ 0.369909] acpiphp: Slot [15] registered [ 0.385048] acpiphp: Slot [16] registered [ 0.386361] acpiphp: Slot [17] registered [ 0.387519] acpiphp: Slot [18] registered [ 0.388677] acpiphp: Slot [19] registered [ 0.389837] acpiphp: Slot [20] registered [ 0.391000] acpiphp: Slot [21] registered [ 0.392154] acpiphp: Slot [22] registered [ 0.393307] acpiphp: Slot [23] registered [ 0.394471] acpiphp: Slot [24] registered [ 0.395623] acpiphp: Slot [25] registered [ 0.396777] acpiphp: Slot [26] registered [ 0.397940] acpiphp: Slot [27] registered [ 0.399102] acpiphp: Slot [28] registered [ 0.400259] acpiphp: Slot [29] registered [ 0.401422] acpiphp: Slot [30] registered [ 0.402578] acpiphp: Slot [31] registered [ 0.403777] PCI host bridge to bus 0000:00 [ 0.404960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412794] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414969] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424349] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.452451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.454551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.456550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.458559] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.460811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.462573] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.464511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.466069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.468379] vgaarb: loaded [ 0.469282] vgaarb: bridge control possible 0000:00:02.0 [ 0.471040] SCSI subsystem initialized [ 0.472395] ACPI: bus type USB registered [ 0.473613] usbcore: registered new interface driver usbfs [ 0.475130] usbcore: registered new interface driver hub [ 0.476644] usbcore: registered new device driver usb [ 0.478259] PCI: Using ACPI for IRQ routing [ 0.479884] NetLabel: Initializing [ 0.480938] NetLabel: domain hash size = 128 [ 0.482209] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.483632] NetLabel: unlabeled traffic allowed by default [ 0.485351] clocksource: Switched to clocksource kvm-clock [ 0.495563] AppArmor: AppArmor Filesystem Enabled [ 0.496974] pnp: PnP ACPI init [ 0.498273] pnp: PnP ACPI: found 5 devices [ 0.505294] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.507848] NET: Registered protocol family 2 [ 0.509377] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.511279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513061] TCP: Hash tables configured (established 4096 bind 4096) [ 0.514847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.516443] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518150] NET: Registered protocol family 1 [ 0.519431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521001] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522590] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.536978] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.551329] Trying to unpack rootfs image as initramfs... [ 0.613894] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.621165] Scanning for low memory corruption every 60 seconds [ 0.624560] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.626349] audit: initializing netlink subsys (disabled) [ 0.628042] audit: type=2000 audit(1535841579.192:1): initialized [ 0.630445] Initialise system trusted keyring [ 0.632121] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.633842] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.636821] zbud: loaded [ 0.637979] VFS: Disk quotas dquot_6.6.0 [ 0.639218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641723] fuse init (API version 7.23) [ 0.643059] Key type big_key registered [ 0.644266] Allocating IMA MOK and blacklist keyrings. [ 0.646189] Key type asymmetric registered [ 0.647429] Asymmetric key parser 'x509' registered [ 0.648842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.651076] io scheduler noop registered [ 0.652241] io scheduler deadline registered (default) [ 0.653728] io scheduler cfq registered [ 0.655102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.656616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.658673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.660889] ACPI: Power Button [PWRF] [ 0.662360] GHES: HEST is not enabled! [ 0.676812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.706716] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.709991] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.733896] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.737312] Linux agpgart interface v0.103 [ 0.741428] brd: module loaded [ 0.743857] loop: module loaded [ 0.749112] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.751284] GPT:90111 != 2097151 [ 0.752314] GPT:Alternate GPT header not at the end of the disk. [ 0.754004] GPT:90111 != 2097151 [ 0.755034] GPT: Use GNU Parted to correct GPT errors. [ 0.756502] vda: vda1 vda15 [ 0.758580] scsi host0: ata_piix [ 0.759768] scsi host1: ata_piix [ 0.760876] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.762734] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.765198] libphy: Fixed MDIO Bus: probed [ 0.766477] tun: Universal TUN/TAP device driver, 1.6 [ 0.767911] tun: (C) 1999-2004 Max Krasnyansky [ 0.771136] PPP generic driver version 2.4.2 [ 0.772428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.774051] ehci-pci: EHCI PCI platform driver [ 0.775401] ehci-platform: EHCI generic platform driver [ 0.776904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.778562] ohci-pci: OHCI PCI platform driver [ 0.779848] ohci-platform: OHCI generic platform driver [ 0.781309] uhci_hcd: USB Universal Host Controller Interface driver [ 0.796085] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.797641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.799902] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.801460] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803265] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805093] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807235] usb usb1: Product: UHCI Host Controller [ 0.808633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810338] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811813] hub 1-0:1.0: USB hub found [ 0.813000] hub 1-0:1.0: 2 ports detected [ 0.814489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.817628] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.819047] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.820565] mousedev: PS/2 mouse device common for all mice [ 0.822439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.825151] rtc_cmos 00:00: RTC can wake from S4 [ 0.826840] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.828563] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.830344] i2c /dev entries driver [ 0.831491] device-mapper: uevent: version 1.0.3 [ 0.832941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.835473] ledtrig-cpu: registered to indicate activity on CPUs [ 0.837676] NET: Registered protocol family 10 [ 0.839633] NET: Registered protocol family 17 [ 0.840942] Key type dns_resolver registered [ 0.842421] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.844039] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.846749] registered taskstats version 1 [ 0.848016] Loading compiled-in X.509 certificates [ 0.850068] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.852904] zswap: loaded using pool lzo/zbud [ 0.855597] Key type trusted registered [ 0.857979] Key type encrypted registered [ 0.859230] AppArmor: AppArmor sha1 policy hashing enabled [ 0.860808] ima: No TPM chip found, activating TPM-bypass! [ 0.862397] evm: HMAC attrs: 0x1 [ 0.863844] Magic number: 2:560:703 [ 0.865100] rtc_cmos 00:00: setting system clock to 2018-09-01 22:39:38 UTC (1535841578) [ 0.867593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.869262] EDD information not available. [ 0.920349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.937184] Write protecting the kernel read-only data: 14336k [ 0.942628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.945474] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.997611] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 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-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1F2oo2JxcI0WK+s06jKaroHod0DtFDqbEnBZrxuZh0L3LNGt+VoYGe5wR+nR6/ZF+k/AsqkbjdKeI/8vYX91w5El3d2YXfr3XxmanLEPXqSqghbUphefrp3XdFplwz2cR+tBzsWd3++MRzgbFwDyM8lXgXtnOP0ZiCclZA7H+JiB9MApxfeIuVExJ67Av1ljbAoChcHrF9WpDk5Ts4OljYBGScQJ0eDvmBknGbKz64fQaEUjSGLjXDAcdEz/eF+7C8SIWva2j3mgVJzz75Sgw+vQC6Wn270Jal7823y+RdGlB4lYCdklfr90E5FjM0h581xTQNIftd5EcqZetBPAN root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 ssh-dss AAAAB3NzaC1kc3MAAACBAIxZtN2QllF2nfsfEumxIm1TPCbKubUb+CIz/+LIe5aomnr+hH68bsUdNfKmex/EKkzcQInT5Q3agwMZL/u588KjuM5pMCh5fyvsnLUcZXosD1CMikrOY60uMFjpptF0wRcR8buQkRMXzOEnYs2KvH7amtYhtBPnenBp/Pp2IQlVAAAAFQCaKNQy/DoLo0wCqZOl/Fz3TnoObQAAAIAaS3OaicAufoESCPr5eJPd2rflh7jZLivMTDJXo+3jRW2fxOPmyr66QwPkZTW2spMUnqUI5uX+BepnUtk5sdvqfEb6273myeVCa5agLu+dfjKXVbjpFRqDruJCvO5du2rB+oJ+nzfCLeEOU+3dBSZ6EKCimqaBjrfj++6bEzNQpQAAAIBiZzvkTbv+S6QewOe/dW7gj5cO16nrtnM8zy4A0IxRanbcnH593eXWjAm4HqgX1nRSTNS3l2Fw1Ld1aH8+bzr9ZB4tddXKw6JQB1omgCJV98onV0GBpyqydZq5SrwT3x6StBwdYwSCcBTpA0IJKQJLAykm/kSzGYCchq6L2cMzEA== root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5c:c249/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 launch-index: 0 === cirros: current=0.4.0 uptime=3.68 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 login: 2018-09-01 22:39:45,411 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-09-01 22:39:54,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:39:54,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:39:54,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-a1d17548-25bb-4758-a1a7-1e653dc83fab x-compute-request-id: req-a1d17548-25bb-4758-a1a7-1e653dc83fab Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507590679 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.195589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197990] pid_max: default: 32768 minimum: 301\n[ 0.199290] ACPI: Core revision 20150930\n[ 0.201015] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202916] Security Framework initialized\n[ 0.204123] Yama: becoming mindful.\n[ 0.205180] AppArmor: AppArmor initialized\n[ 0.206422] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208306] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213867] Initializing cgroup subsys io\n[ 0.215057] Initializing cgroup subsys memory\n[ 0.216303] Initializing cgroup subsys devices\n[ 0.217577] Initializing cgroup subsys freezer\n[ 0.218847] Initializing cgroup subsys net_cls\n[ 0.220105] Initializing cgroup subsys perf_event\n[ 0.221432] Initializing cgroup subsys net_prio\n[ 0.222732] Initializing cgroup subsys hugetlb\n[ 0.224007] Initializing cgroup subsys pids\n[ 0.225248] CPU: Physical Processor ID: 0\n[ 0.227123] mce: CPU supports 10 MCE banks\n[ 0.228333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229781] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253316] ftrace: allocating 31920 entries in 125 pages\n[ 0.279464] smpboot: Max logical packages: 1\n[ 0.280777] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.282784] x2apic enabled\n[ 0.283990] Switched APIC routing to physical x2apic.\n[ 0.286507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.288165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.291072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.293680] KVM setup paravirtual spinlock\n[ 0.295362] x86: Booted up 1 node, 1 CPUs\n[ 0.296544] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.298521] devtmpfs: initialized\n[ 0.300521] evm: security.selinux\n[ 0.301531] evm: security.SMACK64\n[ 0.302531] evm: security.SMACK64EXEC\n[ 0.303606] evm: security.SMACK64TRANSMUTE\n[ 0.304824] evm: security.SMACK64MMAP\n[ 0.305892] evm: security.ima\n[ 0.306839] evm: security.capability\n[ 0.307969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310610] pinctrl core: initialized pinctrl subsystem\n[ 0.312198] RTC time: 22:39:38, date: 09/01/18\n[ 0.313589] NET: Registered protocol family 16\n[ 0.315033] cpuidle: using governor ladder\n[ 0.316214] cpuidle: using governor menu\n[ 0.317342] PCCT header not found.\n[ 0.318407] ACPI: bus type PCI registered\n[ 0.319556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321318] PCI: Using configuration type 1 for base access\n[ 0.323537] ACPI: Added _OSI(Module Device)\n[ 0.324736] ACPI: Added _OSI(Processor Device)\n[ 0.325987] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327273] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329563] ACPI: Interpreter enabled\n[ 0.330685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341373] ACPI: (supports S0 S5)\n[ 0.342381] ACPI: Using IOAPIC for interrupt routing\n[ 0.343738] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349358] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351161] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355995] acpiphp: Slot [3] registered\n[ 0.357138] acpiphp: Slot [4] registered\n[ 0.358278] acpiphp: Slot [5] registered\n[ 0.359417] acpiphp: Slot [6] registered\n[ 0.360566] acpiphp: Slot [7] registered\n[ 0.361714] acpiphp: Slot [8] registered\n[ 0.362855] acpiphp: Slot [9] registered\n[ 0.363993] acpiphp: Slot [10] registered\n[ 0.365149] acpiphp: Slot [11] registered\n[ 0.366313] acpiphp: Slot [12] registered\n[ 0.367471] acpiphp: Slot [13] registered\n[ 0.368719] acpiphp: Slot [14] registered\n[ 0.369909] acpiphp: Slot [15] registered\n[ 0.385048] acpiphp: Slot [16] registered\n[ 0.386361] acpiphp: Slot [17] registered\n[ 0.387519] acpiphp: Slot [18] registered\n[ 0.388677] acpiphp: Slot [19] registered\n[ 0.389837] acpiphp: Slot [20] registered\n[ 0.391000] acpiphp: Slot [21] registered\n[ 0.392154] acpiphp: Slot [22] registered\n[ 0.393307] acpiphp: Slot [23] registered\n[ 0.394471] acpiphp: Slot [24] registered\n[ 0.395623] acpiphp: Slot [25] registered\n[ 0.396777] acpiphp: Slot [26] registered\n[ 0.397940] acpiphp: Slot [27] registered\n[ 0.399102] acpiphp: Slot [28] registered\n[ 0.400259] acpiphp: Slot [29] registered\n[ 0.401422] acpiphp: Slot [30] registered\n[ 0.402578] acpiphp: Slot [31] registered\n[ 0.403777] PCI host bridge to bus 0000:00\n[ 0.404960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412794] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414969] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.419037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424349] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.452451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.454551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.456550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.458559] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.460811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.462573] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.464511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.468379] vgaarb: loaded\n[ 0.469282] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471040] SCSI subsystem initialized\n[ 0.472395] ACPI: bus type USB registered\n[ 0.473613] usbcore: registered new interface driver usbfs\n[ 0.475130] usbcore: registered new interface driver hub\n[ 0.476644] usbcore: registered new device driver usb\n[ 0.478259] PCI: Using ACPI for IRQ routing\n[ 0.479884] NetLabel: Initializing\n[ 0.480938] NetLabel: domain hash size = 128\n[ 0.482209] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483632] NetLabel: unlabeled traffic allowed by default\n[ 0.485351] clocksource: Switched to clocksource kvm-clock\n[ 0.495563] AppArmor: AppArmor Filesystem Enabled\n[ 0.496974] pnp: PnP ACPI init\n[ 0.498273] pnp: PnP ACPI: found 5 devices\n[ 0.505294] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507848] NET: Registered protocol family 2\n[ 0.509377] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513061] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514847] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516443] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518150] NET: Registered protocol family 1\n[ 0.519431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521001] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522590] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.536978] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.551329] Trying to unpack rootfs image as initramfs...\n[ 0.613894] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621165] Scanning for low memory corruption every 60 seconds\n[ 0.624560] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626349] audit: initializing netlink subsys (disabled)\n[ 0.628042] audit: type=2000 audit(1535841579.192:1): initialized\n[ 0.630445] Initialise system trusted keyring\n[ 0.632121] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633842] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.636821] zbud: loaded\n[ 0.637979] VFS: Disk quotas dquot_6.6.0\n[ 0.639218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.641723] fuse init (API version 7.23)\n[ 0.643059] Key type big_key registered\n[ 0.644266] Allocating IMA MOK and blacklist keyrings.\n[ 0.646189] Key type asymmetric registered\n[ 0.647429] Asymmetric key parser 'x509' registered\n[ 0.648842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651076] io scheduler noop registered\n[ 0.652241] io scheduler deadline registered (default)\n[ 0.653728] io scheduler cfq registered\n[ 0.655102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.658673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.660889] ACPI: Power Button [PWRF]\n[ 0.662360] GHES: HEST is not enabled!\n[ 0.676812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706716] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.709991] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.733896] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.737312] Linux agpgart interface v0.103\n[ 0.741428] brd: module loaded\n[ 0.743857] loop: module loaded\n[ 0.749112] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.751284] GPT:90111 != 2097151\n[ 0.752314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.754004] GPT:90111 != 2097151\n[ 0.755034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.756502] vda: vda1 vda15\n[ 0.758580] scsi host0: ata_piix\n[ 0.759768] scsi host1: ata_piix\n[ 0.760876] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.762734] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765198] libphy: Fixed MDIO Bus: probed\n[ 0.766477] tun: Universal TUN/TAP device driver, 1.6\n[ 0.767911] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771136] PPP generic driver version 2.4.2\n[ 0.772428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774051] ehci-pci: EHCI PCI platform driver\n[ 0.775401] ehci-platform: EHCI generic platform driver\n[ 0.776904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.778562] ohci-pci: OHCI PCI platform driver\n[ 0.779848] ohci-platform: OHCI generic platform driver\n[ 0.781309] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796085] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.799902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801460] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803265] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805093] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807235] usb usb1: Product: UHCI Host Controller\n[ 0.808633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810338] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.811813] hub 1-0:1.0: USB hub found\n[ 0.813000] hub 1-0:1.0: 2 ports detected\n[ 0.814489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.817628] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819047] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820565] mousedev: PS/2 mouse device common for all mice\n[ 0.822439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825151] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826840] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.828563] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.830344] i2c /dev entries driver\n[ 0.831491] device-mapper: uevent: version 1.0.3\n[ 0.832941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.835473] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.837676] NET: Registered protocol family 10\n[ 0.839633] NET: Registered protocol family 17\n[ 0.840942] Key type dns_resolver registered\n[ 0.842421] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844039] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.846749] registered taskstats version 1\n[ 0.848016] Loading compiled-in X.509 certificates\n[ 0.850068] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.852904] zswap: loaded using pool lzo/zbud\n[ 0.855597] Key type trusted registered\n[ 0.857979] Key type encrypted registered\n[ 0.859230] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.860808] ima: No TPM chip found, activating TPM-bypass!\n[ 0.862397] evm: HMAC attrs: 0x1\n[ 0.863844] Magic number: 2:560:703\n[ 0.865100] rtc_cmos 00:00: setting system clock to 2018-09-01 22:39:38 UTC (1535841578)\n[ 0.867593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869262] EDD information not available.\n[ 0.920349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.937184] Write protecting the kernel read-only data: 14336k\n[ 0.942628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.945474] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.997611] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 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-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1F2oo2JxcI0WK+s06jKaroHod0DtFDqbEnBZrxuZh0L3LNGt+VoYGe5wR+nR6/ZF+k/AsqkbjdKeI/8vYX91w5El3d2YXfr3XxmanLEPXqSqghbUphefrp3XdFplwz2cR+tBzsWd3++MRzgbFwDyM8lXgXtnOP0ZiCclZA7H+JiB9MApxfeIuVExJ67Av1ljbAoChcHrF9WpDk5Ts4OljYBGScQJ0eDvmBknGbKz64fQaEUjSGLjXDAcdEz/eF+7C8SIWva2j3mgVJzz75Sgw+vQC6Wn270Jal7823y+RdGlB4lYCdklfr90E5FjM0h581xTQNIftd5EcqZetBPAN root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\nssh-dss AAAAB3NzaC1kc3MAAACBAIxZtN2QllF2nfsfEumxIm1TPCbKubUb+CIz/+LIe5aomnr+hH68bsUdNfKmex/EKkzcQInT5Q3agwMZL/u588KjuM5pMCh5fyvsnLUcZXosD1CMikrOY60uMFjpptF0wRcR8buQkRMXzOEnYs2KvH7amtYhtBPnenBp/Pp2IQlVAAAAFQCaKNQy/DoLo0wCqZOl/Fz3TnoObQAAAIAaS3OaicAufoESCPr5eJPd2rflh7jZLivMTDJXo+3jRW2fxOPmyr66QwPkZTW2spMUnqUI5uX+BepnUtk5sdvqfEb6273myeVCa5agLu+dfjKXVbjpFRqDruJCvO5du2rB+oJ+nzfCLeEOU+3dBSZ6EKCimqaBjrfj++6bEzNQpQAAAIBiZzvkTbv+S6QewOe/dW7gj5cO16nrtnM8zy4A0IxRanbcnH593eXWjAm4HqgX1nRSTNS3l2Fw1Ld1aH8+bzr9ZB4tddXKw6JQB1omgCJV98onV0GBpyqydZq5SrwT3x6StBwdYwSCcBTpA0IJKQJLAykm/kSzGYCchq6L2cMzEA== root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5c:c249/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.68 ===\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-54443def-edab-447c-a647-6aab2b331fe7 login: "} 2018-09-01 22:39:54,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/action used request id req-a1d17548-25bb-4758-a1a7-1e653dc83fab 2018-09-01 22:39:54,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11331987381s 2018-09-01 22:39:54,535 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44/action used request id req-a1d17548-25bb-4758-a1a7-1e653dc83fab 2018-09-01 22:39:54,536 - 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 507590679 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.195589] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197990] pid_max: default: 32768 minimum: 301 [ 0.199290] ACPI: Core revision 20150930 [ 0.201015] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202916] Security Framework initialized [ 0.204123] Yama: becoming mindful. [ 0.205180] AppArmor: AppArmor initialized [ 0.206422] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208306] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210134] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213867] Initializing cgroup subsys io [ 0.215057] Initializing cgroup subsys memory [ 0.216303] Initializing cgroup subsys devices [ 0.217577] Initializing cgroup subsys freezer [ 0.218847] Initializing cgroup subsys net_cls [ 0.220105] Initializing cgroup subsys perf_event [ 0.221432] Initializing cgroup subsys net_prio [ 0.222732] Initializing cgroup subsys hugetlb [ 0.224007] Initializing cgroup subsys pids [ 0.225248] CPU: Physical Processor ID: 0 [ 0.227123] mce: CPU supports 10 MCE banks [ 0.228333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229781] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253316] ftrace: allocating 31920 entries in 125 pages [ 0.279464] smpboot: Max logical packages: 1 [ 0.280777] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.282784] x2apic enabled [ 0.283990] Switched APIC routing to physical x2apic. [ 0.286507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.288165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.291072] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.293680] KVM setup paravirtual spinlock [ 0.295362] x86: Booted up 1 node, 1 CPUs [ 0.296544] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.298521] devtmpfs: initialized [ 0.300521] evm: security.selinux [ 0.301531] evm: security.SMACK64 [ 0.302531] evm: security.SMACK64EXEC [ 0.303606] evm: security.SMACK64TRANSMUTE [ 0.304824] evm: security.SMACK64MMAP [ 0.305892] evm: security.ima [ 0.306839] evm: security.capability [ 0.307969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.310610] pinctrl core: initialized pinctrl subsystem [ 0.312198] RTC time: 22:39:38, date: 09/01/18 [ 0.313589] NET: Registered protocol family 16 [ 0.315033] cpuidle: using governor ladder [ 0.316214] cpuidle: using governor menu [ 0.317342] PCCT header not found. [ 0.318407] ACPI: bus type PCI registered [ 0.319556] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321318] PCI: Using configuration type 1 for base access [ 0.323537] ACPI: Added _OSI(Module Device) [ 0.324736] ACPI: Added _OSI(Processor Device) [ 0.325987] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.327273] ACPI: Added _OSI(Processor Aggregator Device) [ 0.329563] ACPI: Interpreter enabled [ 0.330685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.333364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.336049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338724] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.341373] ACPI: (supports S0 S5) [ 0.342381] ACPI: Using IOAPIC for interrupt routing [ 0.343738] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347735] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.349358] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351161] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.352869] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355995] acpiphp: Slot [3] registered [ 0.357138] acpiphp: Slot [4] registered [ 0.358278] acpiphp: Slot [5] registered [ 0.359417] acpiphp: Slot [6] registered [ 0.360566] acpiphp: Slot [7] registered [ 0.361714] acpiphp: Slot [8] registered [ 0.362855] acpiphp: Slot [9] registered [ 0.363993] acpiphp: Slot [10] registered [ 0.365149] acpiphp: Slot [11] registered [ 0.366313] acpiphp: Slot [12] registered [ 0.367471] acpiphp: Slot [13] registered [ 0.368719] acpiphp: Slot [14] registered [ 0.369909] acpiphp: Slot [15] registered [ 0.385048] acpiphp: Slot [16] registered [ 0.386361] acpiphp: Slot [17] registered [ 0.387519] acpiphp: Slot [18] registered [ 0.388677] acpiphp: Slot [19] registered [ 0.389837] acpiphp: Slot [20] registered [ 0.391000] acpiphp: Slot [21] registered [ 0.392154] acpiphp: Slot [22] registered [ 0.393307] acpiphp: Slot [23] registered [ 0.394471] acpiphp: Slot [24] registered [ 0.395623] acpiphp: Slot [25] registered [ 0.396777] acpiphp: Slot [26] registered [ 0.397940] acpiphp: Slot [27] registered [ 0.399102] acpiphp: Slot [28] registered [ 0.400259] acpiphp: Slot [29] registered [ 0.401422] acpiphp: Slot [30] registered [ 0.402578] acpiphp: Slot [31] registered [ 0.403777] PCI host bridge to bus 0000:00 [ 0.404960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408503] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412794] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414969] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424349] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428819] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.452451] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.454551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.456550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.458559] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.460811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.462573] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.464511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.466069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.468379] vgaarb: loaded [ 0.469282] vgaarb: bridge control possible 0000:00:02.0 [ 0.471040] SCSI subsystem initialized [ 0.472395] ACPI: bus type USB registered [ 0.473613] usbcore: registered new interface driver usbfs [ 0.475130] usbcore: registered new interface driver hub [ 0.476644] usbcore: registered new device driver usb [ 0.478259] PCI: Using ACPI for IRQ routing [ 0.479884] NetLabel: Initializing [ 0.480938] NetLabel: domain hash size = 128 [ 0.482209] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.483632] NetLabel: unlabeled traffic allowed by default [ 0.485351] clocksource: Switched to clocksource kvm-clock [ 0.495563] AppArmor: AppArmor Filesystem Enabled [ 0.496974] pnp: PnP ACPI init [ 0.498273] pnp: PnP ACPI: found 5 devices [ 0.505294] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.507848] NET: Registered protocol family 2 [ 0.509377] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.511279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513061] TCP: Hash tables configured (established 4096 bind 4096) [ 0.514847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.516443] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518150] NET: Registered protocol family 1 [ 0.519431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521001] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522590] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.536978] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.551329] Trying to unpack rootfs image as initramfs... [ 0.613894] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.621165] Scanning for low memory corruption every 60 seconds [ 0.624560] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.626349] audit: initializing netlink subsys (disabled) [ 0.628042] audit: type=2000 audit(1535841579.192:1): initialized [ 0.630445] Initialise system trusted keyring [ 0.632121] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.633842] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.636821] zbud: loaded [ 0.637979] VFS: Disk quotas dquot_6.6.0 [ 0.639218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.641723] fuse init (API version 7.23) [ 0.643059] Key type big_key registered [ 0.644266] Allocating IMA MOK and blacklist keyrings. [ 0.646189] Key type asymmetric registered [ 0.647429] Asymmetric key parser 'x509' registered [ 0.648842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.651076] io scheduler noop registered [ 0.652241] io scheduler deadline registered (default) [ 0.653728] io scheduler cfq registered [ 0.655102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.656616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.658673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.660889] ACPI: Power Button [PWRF] [ 0.662360] GHES: HEST is not enabled! [ 0.676812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.706716] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.709991] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.733896] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.737312] Linux agpgart interface v0.103 [ 0.741428] brd: module loaded [ 0.743857] loop: module loaded [ 0.749112] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.751284] GPT:90111 != 2097151 [ 0.752314] GPT:Alternate GPT header not at the end of the disk. [ 0.754004] GPT:90111 != 2097151 [ 0.755034] GPT: Use GNU Parted to correct GPT errors. [ 0.756502] vda: vda1 vda15 [ 0.758580] scsi host0: ata_piix [ 0.759768] scsi host1: ata_piix [ 0.760876] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.762734] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.765198] libphy: Fixed MDIO Bus: probed [ 0.766477] tun: Universal TUN/TAP device driver, 1.6 [ 0.767911] tun: (C) 1999-2004 Max Krasnyansky [ 0.771136] PPP generic driver version 2.4.2 [ 0.772428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.774051] ehci-pci: EHCI PCI platform driver [ 0.775401] ehci-platform: EHCI generic platform driver [ 0.776904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.778562] ohci-pci: OHCI PCI platform driver [ 0.779848] ohci-platform: OHCI generic platform driver [ 0.781309] uhci_hcd: USB Universal Host Controller Interface driver [ 0.796085] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.797641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.799902] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.801460] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803265] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805093] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807235] usb usb1: Product: UHCI Host Controller [ 0.808633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810338] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811813] hub 1-0:1.0: USB hub found [ 0.813000] hub 1-0:1.0: 2 ports detected [ 0.814489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.817628] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.819047] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.820565] mousedev: PS/2 mouse device common for all mice [ 0.822439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.825151] rtc_cmos 00:00: RTC can wake from S4 [ 0.826840] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.828563] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.830344] i2c /dev entries driver [ 0.831491] device-mapper: uevent: version 1.0.3 [ 0.832941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.835473] ledtrig-cpu: registered to indicate activity on CPUs [ 0.837676] NET: Registered protocol family 10 [ 0.839633] NET: Registered protocol family 17 [ 0.840942] Key type dns_resolver registered [ 0.842421] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.844039] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.846749] registered taskstats version 1 [ 0.848016] Loading compiled-in X.509 certificates [ 0.850068] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.852904] zswap: loaded using pool lzo/zbud [ 0.855597] Key type trusted registered [ 0.857979] Key type encrypted registered [ 0.859230] AppArmor: AppArmor sha1 policy hashing enabled [ 0.860808] ima: No TPM chip found, activating TPM-bypass! [ 0.862397] evm: HMAC attrs: 0x1 [ 0.863844] Magic number: 2:560:703 [ 0.865100] rtc_cmos 00:00: setting system clock to 2018-09-01 22:39:38 UTC (1535841578) [ 0.867593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.869262] EDD information not available. [ 0.920349] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.937184] Write protecting the kernel read-only data: 14336k [ 0.942628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.945474] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.997611] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 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-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1F2oo2JxcI0WK+s06jKaroHod0DtFDqbEnBZrxuZh0L3LNGt+VoYGe5wR+nR6/ZF+k/AsqkbjdKeI/8vYX91w5El3d2YXfr3XxmanLEPXqSqghbUphefrp3XdFplwz2cR+tBzsWd3++MRzgbFwDyM8lXgXtnOP0ZiCclZA7H+JiB9MApxfeIuVExJ67Av1ljbAoChcHrF9WpDk5Ts4OljYBGScQJ0eDvmBknGbKz64fQaEUjSGLjXDAcdEz/eF+7C8SIWva2j3mgVJzz75Sgw+vQC6Wn270Jal7823y+RdGlB4lYCdklfr90E5FjM0h581xTQNIftd5EcqZetBPAN root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 ssh-dss AAAAB3NzaC1kc3MAAACBAIxZtN2QllF2nfsfEumxIm1TPCbKubUb+CIz/+LIe5aomnr+hH68bsUdNfKmex/EKkzcQInT5Q3agwMZL/u588KjuM5pMCh5fyvsnLUcZXosD1CMikrOY60uMFjpptF0wRcR8buQkRMXzOEnYs2KvH7amtYhtBPnenBp/Pp2IQlVAAAAFQCaKNQy/DoLo0wCqZOl/Fz3TnoObQAAAIAaS3OaicAufoESCPr5eJPd2rflh7jZLivMTDJXo+3jRW2fxOPmyr66QwPkZTW2spMUnqUI5uX+BepnUtk5sdvqfEb6273myeVCa5agLu+dfjKXVbjpFRqDruJCvO5du2rB+oJ+nzfCLeEOU+3dBSZ6EKCimqaBjrfj++6bEzNQpQAAAIBiZzvkTbv+S6QewOe/dW7gj5cO16nrtnM8zy4A0IxRanbcnH593eXWjAm4HqgX1nRSTNS3l2Fw1Ld1aH8+bzr9ZB4tddXKw6JQB1omgCJV98onV0GBpyqydZq5SrwT3x6StBwdYwSCcBTpA0IJKQJLAykm/kSzGYCchq6L2cMzEA== root@vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe5c:c249/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 launch-index: 0 === cirros: current=0.4.0 uptime=3.68 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-54443def-edab-447c-a647-6aab2b331fe7 login: 2018-09-01 22:39:55,539 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa4b4210L 2018-09-01 22:39:55,539 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 22:39:55,539 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 22:39:55,539 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 22:39:55,540 - 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 22:39:55,540 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 22:39:55,540 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 22:39:55,540 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 22:39:55,540 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 22:39:55,540 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 22:39:55,557 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 22:39:55,557 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 22:39:55,571 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: ec7afc95a6d4c4e7553ebb5cc2cfebdf 2018-09-01 22:39:55,572 - paramiko.transport - DEBUG - Trying discovered key 29df7a32b847c45aa63cdf6e1f4ca35a in /tmp/tmp_eLGDn 2018-09-01 22:39:55,594 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 22:39:55,600 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 22:39:55,604 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 22:39:55,604 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 22:39:55,605 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 22:39:55,606 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 22:39:55,609 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 22:39:55,609 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.29 (192.168.120.29): 56 data bytes 64 bytes from 192.168.120.29: seq=0 ttl=64 time=1.119 ms --- 192.168.120.29 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.119/1.119/1.119 ms 2018-09-01 22:39:55,609 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-01 22:39:55,611 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 22:39:55,724 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:39:55,725 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:39:55,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:39:55,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:55,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:39: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-1634dda4-a526-40aa-8bd0-a3d4355d562b x-compute-request-id: req-1634dda4-a526-40aa-8bd0-a3d4355d562b Content-Type: application/json 2018-09-01 22:39:55,948 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 used request id req-1634dda4-a526-40aa-8bd0-a3d4355d562b 2018-09-01 22:39:55,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.21812415123s 2018-09-01 22:39:55,949 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680 used request id req-1634dda4-a526-40aa-8bd0-a3d4355d562b 2018-09-01 22:39:55,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:55,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:56,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-48fe9692-71de-407d-bfae-01928c8a1987 x-compute-request-id: req-48fe9692-71de-407d-bfae-01928c8a1987 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:38.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:38Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2d:db", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:23.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "e82c8ca9-abfa-4a8c-b0ec-7b3689aa0680", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:55Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:09Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:56,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-48fe9692-71de-407d-bfae-01928c8a1987 2018-09-01 22:39:56,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.988790035248s 2018-09-01 22:39:56,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-48fe9692-71de-407d-bfae-01928c8a1987 2018-09-01 22:39:56,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:39:58,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:39:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:39:59,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:39: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-3e49445e-0583-469c-bf08-1c568bbe8bba x-compute-request-id: req-3e49445e-0583-469c-bf08-1c568bbe8bba Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:38.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:39:38Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:39:59,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3e49445e-0583-469c-bf08-1c568bbe8bba 2018-09-01 22:39:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.910770893097s 2018-09-01 22:39:59,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3e49445e-0583-469c-bf08-1c568bbe8bba 2018-09-01 22:39:59,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 22:39:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/0e2f8605-0838-47fa-ba0e-b09bf907b5ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:00,840 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d93cee48-9a3a-4681-962b-13ec73432e3d Content-Length: 0 Date: Sat, 01 Sep 2018 22:40:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:40:00,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/0e2f8605-0838-47fa-ba0e-b09bf907b5ee.json used request id req-d93cee48-9a3a-4681-962b-13ec73432e3d 2018-09-01 22:40:00,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.980989933014s 2018-09-01 22:40:00,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/0e2f8605-0838-47fa-ba0e-b09bf907b5ee.json used request id req-d93cee48-9a3a-4681-962b-13ec73432e3d 2018-09-01 22:40:00,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:40:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:01,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0bf55ec6-6b69-409c-9616-0fc3b0a50445 Date: Sat, 01 Sep 2018 22:40:01 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:40:01,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0bf55ec6-6b69-409c-9616-0fc3b0a50445 2018-09-01 22:40:01,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.320631980896s 2018-09-01 22:40:01,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0bf55ec6-6b69-409c-9616-0fc3b0a50445 2018-09-01 22:40:01,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:40:01,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:01,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:40: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-2f0511ec-5b38-40fe-b1a3-266db68762d2 x-compute-request-id: req-2f0511ec-5b38-40fe-b1a3-266db68762d2 Content-Type: application/json 2018-09-01 22:40:01,547 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-2f0511ec-5b38-40fe-b1a3-266db68762d2 2018-09-01 22:40:01,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.380216836929s 2018-09-01 22:40:01,548 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44 used request id req-2f0511ec-5b38-40fe-b1a3-266db68762d2 2018-09-01 22:40:01,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:02,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-1914bcf7-14c4-43de-9c33-dd1afa206a4e x-compute-request-id: req-1914bcf7-14c4-43de-9c33-dd1afa206a4e Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:c2:49", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "rel": "bookmark"}], "image": {"id": "068d1cc8-878b-4955-b844-304c9ce326fd", "links": [{"href": "http://172.30.9.22:8774/images/068d1cc8-878b-4955-b844-304c9ce326fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:39:38.000000", "flavor": {"id": "056300da-a4a6-4f9a-ab91-a7cba1617569", "links": [{"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "bookmark"}]}, "id": "830f7b0e-1c7e-485d-8ffa-9c29ec30ea44", "security_groups": [{"name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}], "user_id": "89209db6016f4ae1a6cf2673b722bc14", "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-01T22:40:01Z", "hostId": "445d23b4b733d9e5c6a9a1ec50fd6845452ed438792b4d1c42b976be", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7", "name": "vping_ssh-vm_54443def-edab-447c-a647-6aab2b331fe7", "created": "2018-09-01T22:39:31Z", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:02,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1914bcf7-14c4-43de-9c33-dd1afa206a4e 2018-09-01 22:40:02,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977400064468s 2018-09-01 22:40:02,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1914bcf7-14c4-43de-9c33-dd1afa206a4e 2018-09-01 22:40:02,528 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:04,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:04,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef7edf66-d681-4615-a389-35f3734e34ef x-compute-request-id: req-ef7edf66-d681-4615-a389-35f3734e34ef Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:40:04,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef7edf66-d681-4615-a389-35f3734e34ef 2018-09-01 22:40:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.068391084671s 2018-09-01 22:40:04,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef7edf66-d681-4615-a389-35f3734e34ef 2018-09-01 22:40:04,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:40:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:04,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-75af3e56-bdb0-45eb-8902-4d027aeca6d7 Date: Sat, 01 Sep 2018 22:40:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:39:02Z", "updated_at": "2018-09-01T22:39:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "21c2d40d-a9dc-4433-8be6-09d91a6fefdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:04Z", "revision_number": 0, "id": "268e94b1-cb2d-4a98-bf39-8094e635c9b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:04Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:39:03Z", "revision_number": 0, "id": "7bdd8d83-1a42-4d07-9140-ab2d82e8631e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:03Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:39:02Z", "revision_number": 0, "id": "c36ac90d-630e-4623-b1f9-3a700c7660aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:39:02Z", "security_group_id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 3, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "51c6c960-ce44-4bc0-9a3f-b8dc854356c9", "name": "vping_ssh-sg_54443def-edab-447c-a647-6aab2b331fe7"}, {"description": "Default security group", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:38:52Z", "updated_at": "2018-09-01T22:38:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "3000bf72-3885-4813-87e5-cab20139f707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "b9f71310-d60b-4c34-8016-33079e281390", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e056a14d-9898-4fc3-af90-c1a8a0b7fe7c", "remote_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:38:52Z", "revision_number": 0, "id": "e14f3d2a-0b93-40d7-b95a-0cb23c5fe9ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:38:52Z", "security_group_id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd"}], "revision_number": 1, "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "9e9276a9-0c2d-44bb-958a-ad65b007d68c", "name": "default"}]} 2018-09-01 22:40:04,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-75af3e56-bdb0-45eb-8902-4d027aeca6d7 2018-09-01 22:40:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0433959960938s 2018-09-01 22:40:04,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-75af3e56-bdb0-45eb-8902-4d027aeca6d7 2018-09-01 22:40:04,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 22:40:04,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/51c6c960-ce44-4bc0-9a3f-b8dc854356c9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:05,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a122f12e-b6a9-45fd-88cd-31b276abf147 Content-Length: 0 Date: Sat, 01 Sep 2018 22:40:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:40:05,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/51c6c960-ce44-4bc0-9a3f-b8dc854356c9.json used request id req-a122f12e-b6a9-45fd-88cd-31b276abf147 2018-09-01 22:40:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.481890916824s 2018-09-01 22:40:05,131 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/51c6c960-ce44-4bc0-9a3f-b8dc854356c9.json used request id req-a122f12e-b6a9-45fd-88cd-31b276abf147 2018-09-01 22:40:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 22:40:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:05,219 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:40: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-505087a6-eac8-43a7-8c0c-e581e8e4329c x-compute-request-id: req-505087a6-eac8-43a7-8c0c-e581e8e4329c Content-Length: 0 Content-Type: application/json 2018-09-01 22:40:05,219 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7 used request id req-505087a6-eac8-43a7-8c0c-e581e8e4329c 2018-09-01 22:40:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0881090164185s 2018-09-01 22:40:05,220 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_54443def-edab-447c-a647-6aab2b331fe7 used request id req-505087a6-eac8-43a7-8c0c-e581e8e4329c 2018-09-01 22:40:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:40:05,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" -d '{"subnet_id": "60e76031-a602-4ff1-a3a3-aa509711c63b"}' 2018-09-01 22:40:06,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cca1522b-d29c-4837-a4cc-a4df89617535 Date: Sat, 01 Sep 2018 22:40:06 GMT RESP BODY: {"network_id": "fc003321-41b8-4b4c-b3f3-4fc9eb9ba926", "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "subnet_id": "60e76031-a602-4ff1-a3a3-aa509711c63b", "subnet_ids": ["60e76031-a602-4ff1-a3a3-aa509711c63b"], "port_id": "25602f3d-fdae-4e54-8e40-5d6f2309d8c2", "id": "bb0ba309-8a6b-4c99-aff0-7902360520bf"} 2018-09-01 22:40:06,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/remove_router_interface.json used request id req-cca1522b-d29c-4837-a4cc-a4df89617535 2018-09-01 22:40:06,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50393891335s 2018-09-01 22:40:06,725 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf/remove_router_interface.json used request id req-cca1522b-d29c-4837-a4cc-a4df89617535 returning object bb0ba309-8a6b-4c99-aff0-7902360520bf 2018-09-01 22:40:06,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:40:06,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:06,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-b10cbcd0-da51-4fc6-8774-114cb51ddd20 Date: Sat, 01 Sep 2018 22:40:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "created_at": "2018-09-01T22:38:54Z", "admin_state_up": true, "updated_at": "2018-09-01T22:40:05Z", "revision_number": 4, "routes": [], "project_id": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "bb0ba309-8a6b-4c99-aff0-7902360520bf", "name": "vping_ssh-router_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:40:06,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b10cbcd0-da51-4fc6-8774-114cb51ddd20 2018-09-01 22:40:06,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121260881424s 2018-09-01 22:40:06,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b10cbcd0-da51-4fc6-8774-114cb51ddd20 2018-09-01 22:40:06,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:40:06,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:08,468 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e5ea803-2ef3-4b7b-9fb0-cee7705442bb Content-Length: 0 Date: Sat, 01 Sep 2018 22:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:40:08,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf.json used request id req-6e5ea803-2ef3-4b7b-9fb0-cee7705442bb 2018-09-01 22:40:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62052202225s 2018-09-01 22:40:08,469 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bb0ba309-8a6b-4c99-aff0-7902360520bf.json used request id req-6e5ea803-2ef3-4b7b-9fb0-cee7705442bb 2018-09-01 22:40:08,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:40:08,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:08,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c3594274-aa93-41cd-a8ea-c002a4250661 Date: Sat, 01 Sep 2018 22:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:38:54Z","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":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"60e76031-a602-4ff1-a3a3-aa509711c63b","subnetpool_id":null,"name":"vping_ssh-subnet_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:40:08,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c3594274-aa93-41cd-a8ea-c002a4250661 2018-09-01 22:40:08,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0504100322723s 2018-09-01 22:40:08,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c3594274-aa93-41cd-a8ea-c002a4250661 2018-09-01 22:40:08,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:40:08,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/60e76031-a602-4ff1-a3a3-aa509711c63b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:10,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd0fe19c-4317-4da4-9fde-070954a39477 Date: Sat, 01 Sep 2018 22:40:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:40:10,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/60e76031-a602-4ff1-a3a3-aa509711c63b.json used request id req-cd0fe19c-4317-4da4-9fde-070954a39477 2018-09-01 22:40:10,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28691601753s 2018-09-01 22:40:10,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/60e76031-a602-4ff1-a3a3-aa509711c63b.json used request id req-cd0fe19c-4317-4da4-9fde-070954a39477 2018-09-01 22:40:10,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:10,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:11,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-26d140dc-f36d-414f-81ab-4bde383ffc02 Date: Sat, 01 Sep 2018 22:40:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:40:10Z","tenant_id":"1b56dd89fe3c46f6b5c99889f5f98efd","created_at":"2018-09-01T22:38:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b56dd89fe3c46f6b5c99889f5f98efd","id":"fc003321-41b8-4b4c-b3f3-4fc9eb9ba926","name":"vping_ssh-net_54443def-edab-447c-a647-6aab2b331fe7"}]} 2018-09-01 22:40:11,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-26d140dc-f36d-414f-81ab-4bde383ffc02 2018-09-01 22:40:11,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.556582927704s 2018-09-01 22:40:11,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-26d140dc-f36d-414f-81ab-4bde383ffc02 2018-09-01 22:40:11,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:40:11,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/fc003321-41b8-4b4c-b3f3-4fc9eb9ba926.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:12,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a50a17d-5c33-47fd-bb4b-c70e350d455a Date: Sat, 01 Sep 2018 22:40:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:40:12,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fc003321-41b8-4b4c-b3f3-4fc9eb9ba926.json used request id req-6a50a17d-5c33-47fd-bb4b-c70e350d455a 2018-09-01 22:40:12,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11473083496s 2018-09-01 22:40:12,483 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fc003321-41b8-4b4c-b3f3-4fc9eb9ba926.json used request id req-6a50a17d-5c33-47fd-bb4b-c70e350d455a 2018-09-01 22:40:12,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:40:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:12,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c2e4c0b0-0395-4a57-a86e-a0bfe76a9d44 Date: Sat, 01 Sep 2018 22:40:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:38:59Z", "file": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd/file", "owner": "1b56dd89fe3c46f6b5c99889f5f98efd", "id": "068d1cc8-878b-4955-b844-304c9ce326fd", "size": 12716032, "self": "/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/068d1cc8-878b-4955-b844-304c9ce326fd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_54443def-edab-447c-a647-6aab2b331fe7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:38:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:40:12,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c2e4c0b0-0395-4a57-a86e-a0bfe76a9d44 2018-09-01 22:40:12,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.343450069427s 2018-09-01 22:40:12,831 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c2e4c0b0-0395-4a57-a86e-a0bfe76a9d44 2018-09-01 22:40:12,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:40:12,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b76bd8f8bed8e4b59fb387a0d7d98081a2560b30" 2018-09-01 22:40:13,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f7eb558-0b90-4719-816c-a64fc49479d6 Date: Sat, 01 Sep 2018 22:40:13 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 22:40:13,478 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd used request id req-1f7eb558-0b90-4719-816c-a64fc49479d6 2018-09-01 22:40:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.645195960999s 2018-09-01 22:40:13,478 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/068d1cc8-878b-4955-b844-304c9ce326fd used request id req-1f7eb558-0b90-4719-816c-a64fc49479d6 2018-09-01 22:40:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:40:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:13,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-848820cb-6415-446d-bed9-9153adac5e9f x-compute-request-id: req-848820cb-6415-446d-bed9-9153adac5e9f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_54443def-edab-447c-a647-6aab2b331fe7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569", "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": "056300da-a4a6-4f9a-ab91-a7cba1617569"}]} 2018-09-01 22:40:13,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-848820cb-6415-446d-bed9-9153adac5e9f 2018-09-01 22:40:13,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.021605014801s 2018-09-01 22:40:13,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-848820cb-6415-446d-bed9-9153adac5e9f 2018-09-01 22:40:13,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:40:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:13,553 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:40: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-14be7016-b3a2-49f3-ac1d-c6f035229712 x-compute-request-id: req-14be7016-b3a2-49f3-ac1d-c6f035229712 Content-Length: 0 Content-Type: application/json 2018-09-01 22:40:13,553 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569 used request id req-14be7016-b3a2-49f3-ac1d-c6f035229712 2018-09-01 22:40:13,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0513999462128s 2018-09-01 22:40:13,554 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/056300da-a4a6-4f9a-ab91-a7cba1617569 used request id req-14be7016-b3a2-49f3-ac1d-c6f035229712 2018-09-01 22:40:13,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:40:13,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:13,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d9a3b5-9867-47da-a1b5-58a85f3b14d1 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7", "links": {"self": "http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "89209db6016f4ae1a6cf2673b722bc14", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:40:13,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-05d9a3b5-9867-47da-a1b5-58a85f3b14d1 2018-09-01 22:40:13,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21830201149s 2018-09-01 22:40:13,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-05d9a3b5-9867-47da-a1b5-58a85f3b14d1 2018-09-01 22:40:13,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:40:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:13,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d805fdf-f0f7-4c8f-8135-7a960de92101 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_54443def-edab-447c-a647-6aab2b331fe7", "links": {"self": "http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "89209db6016f4ae1a6cf2673b722bc14", "description": null}} 2018-09-01 22:40:13,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 used request id req-8d805fdf-f0f7-4c8f-8135-7a960de92101 2018-09-01 22:40:13,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214730978012s 2018-09-01 22:40:13,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 used request id req-8d805fdf-f0f7-4c8f-8135-7a960de92101 2018-09-01 22:40:13,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:40:13,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:14,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:40:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9202126-db14-4ba4-8df7-bdfd31ba96c3 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 22:40:14,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 used request id req-d9202126-db14-4ba4-8df7-bdfd31ba96c3 2018-09-01 22:40:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.371497154236s 2018-09-01 22:40:14,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/89209db6016f4ae1a6cf2673b722bc14 used request id req-d9202126-db14-4ba4-8df7-bdfd31ba96c3 2018-09-01 22:40:14,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:40:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:14,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5157cb43-6d62-4723-9e58-c1676b105254 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd"}, "tags": [], "enabled": true, "id": "1b56dd89fe3c46f6b5c99889f5f98efd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_54443def-edab-447c-a647-6aab2b331fe7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 22:40:14,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-5157cb43-6d62-4723-9e58-c1676b105254 2018-09-01 22:40:14,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.209267139435s 2018-09-01 22:40:14,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-5157cb43-6d62-4723-9e58-c1676b105254 2018-09-01 22:40:14,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:40:14,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ef6861d9080546420cf4222c032cf0e7fe928f2" 2018-09-01 22:40:14,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:40:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c54ada2b-24bb-4a20-80c3-127440188678 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 22:40:14,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd used request id req-c54ada2b-24bb-4a20-80c3-127440188678 2018-09-01 22:40:14,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.331883907318s 2018-09-01 22:40:14,919 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1b56dd89fe3c46f6b5c99889f5f98efd used request id req-c54ada2b-24bb-4a20-80c3-127440188678 2018-09-01 22:40:14,973 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:40:15,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:40:15,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:40:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:40:15,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2359403f-8585-4ba4-ad27-d3bfb2ae62c3 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:40:15,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2359403f-8585-4ba4-ad27-d3bfb2ae62c3 2018-09-01 22:40:15,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:40:15,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["HEFxEL2uSpS_STJZti2z_g"], "issued_at": "2018-09-01T22:40:15.000000Z"}} 2018-09-01 22:40:15,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:15,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:15,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9ac58710-0c25-4191-b5df-8c10bbe1464c Date: Sat, 01 Sep 2018 22:40:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:40:15,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9ac58710-0c25-4191-b5df-8c10bbe1464c 2018-09-01 22:40:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338239908218s 2018-09-01 22:40:15,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9ac58710-0c25-4191-b5df-8c10bbe1464c 2018-09-01 22:40:15,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:40:15,774 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61deba32-fe7f-4285-93ee-75d23f29972f 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:40:15,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-61deba32-fe7f-4285-93ee-75d23f29972f 2018-09-01 22:40:15,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:40:15,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327c0afb-dd58-4384-93c1-2ed61a0f4741 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:40:15,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-327c0afb-dd58-4384-93c1-2ed61a0f4741 2018-09-01 22:40:15,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200659036636s 2018-09-01 22:40:15,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-327c0afb-dd58-4384-93c1-2ed61a0f4741 2018-09-01 22:40:15,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:40:15,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93"}}' 2018-09-01 22:40:16,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-172ecbc9-4751-4f8b-83f7-25c4c75af305 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.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91"}, "tags": [], "enabled": true, "id": "832a28a60cb445b78e50227dce2e5d91", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93"}} 2018-09-01 22:40:16,273 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-172ecbc9-4751-4f8b-83f7-25c4c75af305 2018-09-01 22:40:16,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.290941953659s 2018-09-01 22:40:16,273 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-172ecbc9-4751-4f8b-83f7-25c4c75af305 2018-09-01 22:40:16,274 - 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'832a28a60cb445b78e50227dce2e5d91', '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_801bfb20-d4f7-4570-919d-7adc725c2c93'}) 2018-09-01 22:40:16,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:40:16,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "76641dc3-d3bc-4973-bcd2-def5095b29e3", "email": null, "name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93"}}' 2018-09-01 22:40:16,745 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a01669d3-4e95-468f-853c-b0bd75a7d749 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": {"self": "http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96245965949943788ff04ccfcee805a4", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:40:16,746 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-a01669d3-4e95-468f-853c-b0bd75a7d749 2018-09-01 22:40:16,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465605974197s 2018-09-01 22:40:16,746 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-a01669d3-4e95-468f-853c-b0bd75a7d749 2018-09-01 22:40:16,747 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'96245965949943788ff04ccfcee805a4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93'}) 2018-09-01 22:40:16,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:40:16,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c7247e-e2fc-464c-a73f-74b75ff54782 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:40:16,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b4c7247e-e2fc-464c-a73f-74b75ff54782 2018-09-01 22:40:16,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187016010284s 2018-09-01 22:40:16,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b4c7247e-e2fc-464c-a73f-74b75ff54782 2018-09-01 22:40:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:40:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:17,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f2f84c-d2cc-434a-a120-78bf0fa588af Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:40:17,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f5f2f84c-d2cc-434a-a120-78bf0fa588af 2018-09-01 22:40:17,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201274871826s 2018-09-01 22:40:17,145 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f5f2f84c-d2cc-434a-a120-78bf0fa588af 2018-09-01 22:40:17,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:40:17,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:17,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b57c3ce3-9f9d-4420-a0cf-bcdd2a353d5e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:40:17,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b57c3ce3-9f9d-4420-a0cf-bcdd2a353d5e 2018-09-01 22:40:17,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193954944611s 2018-09-01 22:40:17,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b57c3ce3-9f9d-4420-a0cf-bcdd2a353d5e 2018-09-01 22:40:17,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:40:17,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:17,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb3b7a6-a9ee-4d4c-8527-fcaf574c5ab3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:40:17,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7fb3b7a6-a9ee-4d4c-8527-fcaf574c5ab3 2018-09-01 22:40:17,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185802936554s 2018-09-01 22:40:17,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7fb3b7a6-a9ee-4d4c-8527-fcaf574c5ab3 2018-09-01 22:40:17,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:40:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:17,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1599a68c-5c49-44f5-b018-53e057d0a1db Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": {"self": "http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96245965949943788ff04ccfcee805a4", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:40:17,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1599a68c-5c49-44f5-b018-53e057d0a1db 2018-09-01 22:40:17,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132294178009s 2018-09-01 22:40:17,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1599a68c-5c49-44f5-b018-53e057d0a1db 2018-09-01 22:40:17,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:40:17,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:17,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7dce262-bc2d-405d-abbd-2b0c21881cd6 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91"}, "tags": [], "enabled": true, "id": "832a28a60cb445b78e50227dce2e5d91", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:17,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b7dce262-bc2d-405d-abbd-2b0c21881cd6 2018-09-01 22:40:17,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.219563007355s 2018-09-01 22:40:17,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-b7dce262-bc2d-405d-abbd-2b0c21881cd6 2018-09-01 22:40:17,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:40:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=96245965949943788ff04ccfcee805a4&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=832a28a60cb445b78e50227dce2e5d91" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:18,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9c930e-090f-4f73-91e8-52c6b2c46414 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=96245965949943788ff04ccfcee805a4&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=832a28a60cb445b78e50227dce2e5d91", "previous": null, "next": null}} 2018-09-01 22:40:18,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=96245965949943788ff04ccfcee805a4&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=832a28a60cb445b78e50227dce2e5d91 used request id req-ed9c930e-090f-4f73-91e8-52c6b2c46414 2018-09-01 22:40:18,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.182486057281s 2018-09-01 22:40:18,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=96245965949943788ff04ccfcee805a4&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=832a28a60cb445b78e50227dce2e5d91 used request id req-ed9c930e-090f-4f73-91e8-52c6b2c46414 2018-09-01 22:40:18,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:40:18,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91/users/96245965949943788ff04ccfcee805a4/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:40:18,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac5f4cb-16b0-46a7-ba7f-0f81fe222ceb 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 22:40:18,317 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91/users/96245965949943788ff04ccfcee805a4/roles/55629e0862484d58983f30c01a20fad9 used request id req-cac5f4cb-16b0-46a7-ba7f-0f81fe222ceb 2018-09-01 22:40:18,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.225047111511s 2018-09-01 22:40:18,318 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91/users/96245965949943788ff04ccfcee805a4/roles/55629e0862484d58983f30c01a20fad9 used request id req-cac5f4cb-16b0-46a7-ba7f-0f81fe222ceb 2018-09-01 22:40:18,318 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93', 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'832a28a60cb445b78e50227dce2e5d91', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '76641dc3-d3bc-4973-bcd2-def5095b29e3', 'username': u'vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:40:18,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:40:18,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:40:18,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:40:18,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:40:18,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:40:18,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:40:18,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:40:18,323 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93', 'password': '76641dc3-d3bc-4973-bcd2-def5095b29e3', 'project_name': 'vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '832a28a60cb445b78e50227dce2e5d91', 'project_domain_name': 'Default'} 2018-09-01 22:40:18,324 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-01 22:40:18,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:40:18,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0189b37a-2332-4a4c-8a8b-da4c6ff3d1e1 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:40:18,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0189b37a-2332-4a4c-8a8b-da4c6ff3d1e1 2018-09-01 22:40:18,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:40:18,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:40:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "832a28a60cb445b78e50227dce2e5d91", "name": "vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/832a28a60cb445b78e50227dce2e5d91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/832a28a60cb445b78e50227dce2e5d91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/832a28a60cb445b78e50227dce2e5d91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/832a28a60cb445b78e50227dce2e5d91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/832a28a60cb445b78e50227dce2e5d91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/832a28a60cb445b78e50227dce2e5d91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/832a28a60cb445b78e50227dce2e5d91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_832a28a60cb445b78e50227dce2e5d91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_832a28a60cb445b78e50227dce2e5d91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93", "id": "96245965949943788ff04ccfcee805a4"}, "audit_ids": ["G2MVm-lrRbSUaCFQL6CVsg"], "issued_at": "2018-09-01T22:40:18.000000Z"}} 2018-09-01 22:40:18,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:40:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"network": {"name": "vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93", "admin_state_up": true}}' 2018-09-01 22:40:19,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-f946c626-475a-4f74-b9ce-02940909d787 Date: Sat, 01 Sep 2018 22:40:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:40:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}} 2018-09-01 22:40:19,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f946c626-475a-4f74-b9ce-02940909d787 2018-09-01 22:40:19,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.966822147369s 2018-09-01 22:40:19,708 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f946c626-475a-4f74-b9ce-02940909d787 2018-09-01 22:40:19,709 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:40:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ffa4723a-25ee-494c-a8ee-5396024573e2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93', u'admin_state_up': True, u'tenant_id': u'832a28a60cb445b78e50227dce2e5d91', u'created_at': u'2018-09-01T22:40:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'832a28a60cb445b78e50227dce2e5d91'}) 2018-09-01 22:40:19,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:19,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:20,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-4af6c2a3-ffec-4c29-88f5-60d65c6ece68 Date: Sat, 01 Sep 2018 22:40: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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:40:19Z","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:20,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4af6c2a3-ffec-4c29-88f5-60d65c6ece68 2018-09-01 22:40:20,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356587171555s 2018-09-01 22:40:20,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4af6c2a3-ffec-4c29-88f5-60d65c6ece68 2018-09-01 22:40:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:40:20,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"subnet": {"name": "vping_userdata-subnet_801bfb20-d4f7-4570-919d-7adc725c2c93", "enable_dhcp": true, "network_id": "ffa4723a-25ee-494c-a8ee-5396024573e2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:40:21,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-94964136-a418-4353-8160-8abcfff9b1cf Date: Sat, 01 Sep 2018 22:40:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ffa4723a-25ee-494c-a8ee-5396024573e2","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:40:20Z","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":"832a28a60cb445b78e50227dce2e5d91","id":"5b6eb7a9-7c19-42da-9537-d935d4d8d3ac","subnetpool_id":null,"name":"vping_userdata-subnet_801bfb20-d4f7-4570-919d-7adc725c2c93"}} 2018-09-01 22:40:21,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-94964136-a418-4353-8160-8abcfff9b1cf 2018-09-01 22:40:21,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.957468986511s 2018-09-01 22:40:21,026 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-94964136-a418-4353-8160-8abcfff9b1cf 2018-09-01 22:40:21,026 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:40:20Z', 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'5b6eb7a9-7c19-42da-9537-d935d4d8d3ac', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_801bfb20-d4f7-4570-919d-7adc725c2c93', u'enable_dhcp': True, u'network_id': u'ffa4723a-25ee-494c-a8ee-5396024573e2', u'tenant_id': u'832a28a60cb445b78e50227dce2e5d91', u'created_at': u'2018-09-01T22:40:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'832a28a60cb445b78e50227dce2e5d91'}) 2018-09-01 22:40:21,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:40:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "vping_userdata-router_801bfb20-d4f7-4570-919d-7adc725c2c93", "admin_state_up": true}}' 2018-09-01 22:40:22,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b83141ba-7028-490b-9562-39f931a27204 Date: Sat, 01 Sep 2018 22:40:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "created_at": "2018-09-01T22:40:21Z", "admin_state_up": true, "updated_at": "2018-09-01T22:40:22Z", "revision_number": 2, "routes": [], "project_id": "832a28a60cb445b78e50227dce2e5d91", "id": "4b360232-de58-4767-bab7-77d5bdcd0729", "name": "vping_userdata-router_801bfb20-d4f7-4570-919d-7adc725c2c93"}} 2018-09-01 22:40:22,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b83141ba-7028-490b-9562-39f931a27204 2018-09-01 22:40:22,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47892999649s 2018-09-01 22:40:22,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b83141ba-7028-490b-9562-39f931a27204 2018-09-01 22:40:22,506 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'832a28a60cb445b78e50227dce2e5d91', u'created_at': u'2018-09-01T22:40:21Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:40:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'832a28a60cb445b78e50227dce2e5d91', u'id': u'4b360232-de58-4767-bab7-77d5bdcd0729', u'name': u'vping_userdata-router_801bfb20-d4f7-4570-919d-7adc725c2c93'}) 2018-09-01 22:40:22,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:40:22,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"subnet_id": "5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"}' 2018-09-01 22:40:25,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e927494e-5225-4c07-bded-03eb937c2857 Date: Sat, 01 Sep 2018 22:40:25 GMT RESP BODY: {"network_id": "ffa4723a-25ee-494c-a8ee-5396024573e2", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "subnet_id": "5b6eb7a9-7c19-42da-9537-d935d4d8d3ac", "subnet_ids": ["5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"], "port_id": "99d16279-59cf-49bb-9066-f7df341ecd54", "id": "4b360232-de58-4767-bab7-77d5bdcd0729"} 2018-09-01 22:40:25,113 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/add_router_interface.json used request id req-e927494e-5225-4c07-bded-03eb937c2857 2018-09-01 22:40:25,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.60631895065s 2018-09-01 22:40:25,114 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/add_router_interface.json used request id req-e927494e-5225-4c07-bded-03eb937c2857 returning object 4b360232-de58-4767-bab7-77d5bdcd0729 2018-09-01 22:40:25,114 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:40:25,247 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:40:25,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:40:25,252 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:40:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:40:25,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:40:25,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:25,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-82270510-2862-4946-bcfb-c26d223e8e1b Date: Sat, 01 Sep 2018 22:40:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:40:25,540 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-82270510-2862-4946-bcfb-c26d223e8e1b 2018-09-01 22:40:25,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285715103149s 2018-09-01 22:40:25,541 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-82270510-2862-4946-bcfb-c26d223e8e1b 2018-09-01 22:40:25,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:40:25,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93"}' 2018-09-01 22:40:25,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9c4db321-6692-4548-96ca-fa71a1511a73 Date: Sat, 01 Sep 2018 22:40:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:40:25Z", "file": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file", "owner": "832a28a60cb445b78e50227dce2e5d91", "id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "size": null, "self": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "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_801bfb20-d4f7-4570-919d-7adc725c2c93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "checksum": null, "created_at": "2018-09-01T22:40:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:40:25,862 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9c4db321-6692-4548-96ca-fa71a1511a73 2018-09-01 22:40:25,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.312937021255s 2018-09-01 22:40:25,862 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9c4db321-6692-4548-96ca-fa71a1511a73 returning object f817f32f-b096-4c2b-9ef5-e2cd84e4618b 2018-09-01 22:40:25,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:40:25,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '' 2018-09-01 22:40:27,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbde9fdf-22c7-4ef9-b919-8e715c84ed84 Date: Sat, 01 Sep 2018 22:40: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 22:40:27,033 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file used request id req-cbde9fdf-22c7-4ef9-b919-8e715c84ed84 2018-09-01 22:40:27,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.16956591606s 2018-09-01 22:40:27,033 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file used request id req-cbde9fdf-22c7-4ef9-b919-8e715c84ed84 2018-09-01 22:40:27,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:40:27,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:27,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-37aac67e-2f60-4ded-bba2-f7cbd4eb1dfe Date: Sat, 01 Sep 2018 22:40:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:40:26Z", "file": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file", "owner": "832a28a60cb445b78e50227dce2e5d91", "id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "size": 12716032, "self": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:40:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:40:27,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-37aac67e-2f60-4ded-bba2-f7cbd4eb1dfe 2018-09-01 22:40:27,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377359390259s 2018-09-01 22:40:27,075 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-37aac67e-2f60-4ded-bba2-f7cbd4eb1dfe 2018-09-01 22:40:27,076 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file', 'owner': u'832a28a60cb445b78e50227dce2e5d91', 'id': u'f817f32f-b096-4c2b-9ef5-e2cd84e4618b', 'size': 12716032, u'self': u'/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'832a28a60cb445b78e50227dce2e5d91', 'name': 'vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:40:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:40:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93', '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/f817f32f-b096-4c2b-9ef5-e2cd84e4618b', 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_801bfb20-d4f7-4570-919d-7adc725c2c93', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93', 'created': u'2018-09-01T22:40:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:40:25Z', 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/f817f32f-b096-4c2b-9ef5-e2cd84e4618b', 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_801bfb20-d4f7-4570-919d-7adc725c2c93', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:40:27,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:40:27,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93", "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 22:40:27,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-65313b78-07e2-44d5-ac4f-47370ac6cb63 x-compute-request-id: req-65313b78-07e2-44d5-ac4f-47370ac6cb63 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "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": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6"}} 2018-09-01 22:40:27,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-65313b78-07e2-44d5-ac4f-47370ac6cb63 2018-09-01 22:40:27,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.330477952957s 2018-09-01 22:40:27,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-65313b78-07e2-44d5-ac4f-47370ac6cb63 2018-09-01 22:40:27,409 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93', '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'9c607f8dec084760b79a49d03ee5938a', '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'c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6', 'swap': 0}) 2018-09-01 22:40:27,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:40:27,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6/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}0178ac57142c9ae5a39445a3121ea275c65726c2" -d '{"extra_specs": {}}' 2018-09-01 22:40:27,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-068cb799-d735-4fda-a260-0eed6ae8f745 x-compute-request-id: req-068cb799-d735-4fda-a260-0eed6ae8f745 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:40:27,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6/os-extra_specs used request id req-068cb799-d735-4fda-a260-0eed6ae8f745 2018-09-01 22:40:27,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243909358978s 2018-09-01 22:40:27,434 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6/os-extra_specs used request id req-068cb799-d735-4fda-a260-0eed6ae8f745 2018-09-01 22:40:27,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:27,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:27,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3b289428-4fe1-4f65-969d-fc190fbc736c Date: Sat, 01 Sep 2018 22:40: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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"],"updated_at":"2018-09-01T22:40:20Z","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:27,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b289428-4fe1-4f65-969d-fc190fbc736c 2018-09-01 22:40:27,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352666854858s 2018-09-01 22:40:27,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b289428-4fe1-4f65-969d-fc190fbc736c 2018-09-01 22:40:27,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:40:27,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:28,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-c586b3c9-34b8-42cc-a0f0-c41f9bcd72e2 Date: Sat, 01 Sep 2018 22:40:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:40:26Z", "file": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file", "owner": "832a28a60cb445b78e50227dce2e5d91", "id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "size": 12716032, "self": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:40:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:40:28,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c586b3c9-34b8-42cc-a0f0-c41f9bcd72e2 2018-09-01 22:40:28,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294789075851s 2018-09-01 22:40:28,088 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c586b3c9-34b8-42cc-a0f0-c41f9bcd72e2 2018-09-01 22:40:28,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:40:28,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:28,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-3e27d13e-d813-402e-ad0f-ced4b9e508f1 x-compute-request-id: req-3e27d13e-d813-402e-ad0f-ced4b9e508f1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "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": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6"}]} 2018-09-01 22:40:28,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3e27d13e-d813-402e-ad0f-ced4b9e508f1 2018-09-01 22:40:28,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.270123958588s 2018-09-01 22:40:28,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3e27d13e-d813-402e-ad0f-ced4b9e508f1 2018-09-01 22:40:28,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:40:28,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"server": {"name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "imageRef": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "flavorRef": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ffa4723a-25ee-494c-a8ee-5396024573e2"}]}}' 2018-09-01 22:40:32,767 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:40: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-34402f11-fcd3-41ab-adfb-f22bd4f14586 x-compute-request-id: req-34402f11-fcd3-41ab-adfb-f22bd4f14586 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "adminPass": "bfyq6wAJXhgz"}} 2018-09-01 22:40:32,768 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-34402f11-fcd3-41ab-adfb-f22bd4f14586 2018-09-01 22:40:32,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.40603399277s 2018-09-01 22:40:32,768 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-34402f11-fcd3-41ab-adfb-f22bd4f14586 2018-09-01 22:40:32,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:32,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:33,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-13effe08-1f80-48d8-944a-b859534e5686 x-compute-request-id: req-13effe08-1f80-48d8-944a-b859534e5686 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:33,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-13effe08-1f80-48d8-944a-b859534e5686 2018-09-01 22:40:33,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633553028107s 2018-09-01 22:40:33,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-13effe08-1f80-48d8-944a-b859534e5686 2018-09-01 22:40:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:33,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:33,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-fe37cdea-d856-43d8-90d4-c4583e68bf40 Date: Sat, 01 Sep 2018 22:40:33 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"],"updated_at":"2018-09-01T22:40:20Z","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:33,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fe37cdea-d856-43d8-90d4-c4583e68bf40 2018-09-01 22:40:33,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339302062988s 2018-09-01 22:40:33,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-fe37cdea-d856-43d8-90d4-c4583e68bf40 2018-09-01 22:40:33,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:40:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:34,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a0eba259-802c-4f5b-b1ef-3d0a32c07133 Date: Sat, 01 Sep 2018 22:40:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ffa4723a-25ee-494c-a8ee-5396024573e2","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:40:20Z","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":"832a28a60cb445b78e50227dce2e5d91","id":"5b6eb7a9-7c19-42da-9537-d935d4d8d3ac","subnetpool_id":null,"name":"vping_userdata-subnet_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:34,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a0eba259-802c-4f5b-b1ef-3d0a32c07133 2018-09-01 22:40:34,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.302232980728s 2018-09-01 22:40:34,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a0eba259-802c-4f5b-b1ef-3d0a32c07133 2018-09-01 22:40:34,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:36,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:36,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:36,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-ec2d0d1c-8f02-4ff8-b261-50e38cc0821b x-compute-request-id: req-ec2d0d1c-8f02-4ff8-b261-50e38cc0821b Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:35Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:36,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ec2d0d1c-8f02-4ff8-b261-50e38cc0821b 2018-09-01 22:40:36,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72399687767s 2018-09-01 22:40:36,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ec2d0d1c-8f02-4ff8-b261-50e38cc0821b 2018-09-01 22:40:36,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:38,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:40,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-f83192cc-0b29-4247-9d32-926dff2be4d9 x-compute-request-id: req-f83192cc-0b29-4247-9d32-926dff2be4d9 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:36Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:40,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f83192cc-0b29-4247-9d32-926dff2be4d9 2018-09-01 22:40:40,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30589413643s 2018-09-01 22:40:40,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f83192cc-0b29-4247-9d32-926dff2be4d9 2018-09-01 22:40:40,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:42,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:42,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-6f4a825b-20ee-49e7-a11c-4398299cdecd x-compute-request-id: req-6f4a825b-20ee-49e7-a11c-4398299cdecd Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:43,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f4a825b-20ee-49e7-a11c-4398299cdecd 2018-09-01 22:40:43,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09282302856s 2018-09-01 22:40:43,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f4a825b-20ee-49e7-a11c-4398299cdecd 2018-09-01 22:40:43,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:40:43,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=cc122461-0e1d-41bb-b204-7c858fd5df86" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b802373e-2627-46bc-960d-2c757aa8e0ee Date: Sat, 01 Sep 2018 22:40:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ffa4723a-25ee-494c-a8ee-5396024573e2","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:36Z","admin_state_up":true,"updated_at":"2018-09-01T22:40:41Z","binding:vnic_type":"normal","device_id":"cc122461-0e1d-41bb-b204-7c858fd5df86","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6c:f4:bb","id":"96625328-1e23-4eb7-a693-27575824acb5","port_security_enabled":true,"project_id":"832a28a60cb445b78e50227dce2e5d91","fixed_ips":[{"subnet_id":"5b6eb7a9-7c19-42da-9537-d935d4d8d3ac","ip_address":"192.168.120.22"}],"extra_dhcp_opts":[],"security_groups":["81293db8-e95f-4286-98a5-4cfd57b8794d"],"name":""}]} 2018-09-01 22:40:43,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cc122461-0e1d-41bb-b204-7c858fd5df86 used request id req-b802373e-2627-46bc-960d-2c757aa8e0ee 2018-09-01 22:40:43,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0507361888885s 2018-09-01 22:40:43,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=cc122461-0e1d-41bb-b204-7c858fd5df86 used request id req-b802373e-2627-46bc-960d-2c757aa8e0ee 2018-09-01 22:40:43,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:40:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=96625328-1e23-4eb7-a693-27575824acb5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-600266e1-5d6f-4ea1-82bf-4ac311dd4ae3 Date: Sat, 01 Sep 2018 22:40:43 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:40:43,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=96625328-1e23-4eb7-a693-27575824acb5 used request id req-600266e1-5d6f-4ea1-82bf-4ac311dd4ae3 2018-09-01 22:40:43,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0411951541901s 2018-09-01 22:40:43,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=96625328-1e23-4eb7-a693-27575824acb5 used request id req-600266e1-5d6f-4ea1-82bf-4ac311dd4ae3 2018-09-01 22:40:43,294 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6c:f4:bb', u'version': 4, u'addr': u'192.168.120.22', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f817f32f-b096-4c2b-9ef5-e2cd84e4618b'}), 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-01T22:40:41.000000', 'flavor': Munch({u'id': u'c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6'}), 'az': u'nova', 'id': u'cc122461-0e1d-41bb-b204-7c858fd5df86', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'96245965949943788ff04ccfcee805a4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'832a28a60cb445b78e50227dce2e5d91', 'name': 'vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93', '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-01T22:40:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:40:41Z', 'hostId': u'6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.22', 'cloud': 'envvars', 'host_id': u'6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f', '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-01T22:40:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'832a28a60cb445b78e50227dce2e5d91', 'name': u'vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93', 'adminPass': u'bfyq6wAJXhgz', 'tenant_id': u'832a28a60cb445b78e50227dce2e5d91', 'created_at': u'2018-09-01T22:40:32Z', 'created': u'2018-09-01T22:40:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:40:43,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:40:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e4c0c447-63fc-46cb-afbc-3c674daf6962 Date: Sat, 01 Sep 2018 22:40:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"],"updated_at":"2018-09-01T22:40:20Z","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:40:43,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e4c0c447-63fc-46cb-afbc-3c674daf6962 2018-09-01 22:40:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0929439067841s 2018-09-01 22:40:43,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e4c0c447-63fc-46cb-afbc-3c674daf6962 2018-09-01 22:40:43,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:40:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-ef5b1d73-423c-4ce5-bc2a-c09be6e48cf0 Date: Sat, 01 Sep 2018 22:40:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:40:26Z", "file": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file", "owner": "832a28a60cb445b78e50227dce2e5d91", "id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "size": 12716032, "self": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:40:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:40:43,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ef5b1d73-423c-4ce5-bc2a-c09be6e48cf0 2018-09-01 22:40:43,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377240180969s 2018-09-01 22:40:43,432 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ef5b1d73-423c-4ce5-bc2a-c09be6e48cf0 2018-09-01 22:40:43,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:40:43,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:43,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-faddded5-f0f2-4dc6-99ef-6212753042bd x-compute-request-id: req-faddded5-f0f2-4dc6-99ef-6212753042bd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "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": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6"}]} 2018-09-01 22:40:43,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-faddded5-f0f2-4dc6-99ef-6212753042bd 2018-09-01 22:40:43,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265259742737s 2018-09-01 22:40:43,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-faddded5-f0f2-4dc6-99ef-6212753042bd 2018-09-01 22:40:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:40:43,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"server": {"name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "imageRef": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "flavorRef": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjIyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ffa4723a-25ee-494c-a8ee-5396024573e2"}]}}' 2018-09-01 22:40:47,163 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:40: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 x-openstack-request-id: req-e32ac293-8b91-47a1-bf5b-1c1abdce2e81 x-compute-request-id: req-e32ac293-8b91-47a1-bf5b-1c1abdce2e81 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "adminPass": "vUPGDTgw2FiE"}} 2018-09-01 22:40:47,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e32ac293-8b91-47a1-bf5b-1c1abdce2e81 2018-09-01 22:40:47,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.7015478611s 2018-09-01 22:40:47,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e32ac293-8b91-47a1-bf5b-1c1abdce2e81 2018-09-01 22:40:47,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:47,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:47,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-7bcb9cf9-d0b4-4eb6-9625-081fbfedba85 x-compute-request-id: req-7bcb9cf9-d0b4-4eb6-9625-081fbfedba85 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:47,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7bcb9cf9-d0b4-4eb6-9625-081fbfedba85 2018-09-01 22:40:47,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675903081894s 2018-09-01 22:40:47,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7bcb9cf9-d0b4-4eb6-9625-081fbfedba85 2018-09-01 22:40:47,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:49,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:49,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:50,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-4cdb4c8b-96d6-4d75-8eb9-6220b0ab52c5 x-compute-request-id: req-4cdb4c8b-96d6-4d75-8eb9-6220b0ab52c5 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.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:50,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4cdb4c8b-96d6-4d75-8eb9-6220b0ab52c5 2018-09-01 22:40:50,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.92490196228s 2018-09-01 22:40:50,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4cdb4c8b-96d6-4d75-8eb9-6220b0ab52c5 2018-09-01 22:40:50,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:52,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:53,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-4a317679-c9ee-4703-9b42-2d6d5d42e4dd x-compute-request-id: req-4a317679-c9ee-4703-9b42-2d6d5d42e4dd Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:50Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:53,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4a317679-c9ee-4703-9b42-2d6d5d42e4dd 2018-09-01 22:40:53,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422631978989s 2018-09-01 22:40:53,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4a317679-c9ee-4703-9b42-2d6d5d42e4dd 2018-09-01 22:40:53,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:40:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:55,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:55,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-f0643101-43f8-4f93-82ed-edaaf9b2d1f8 x-compute-request-id: req-f0643101-43f8-4f93-82ed-edaaf9b2d1f8 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:b8:9b", "version": 4, "addr": "192.168.120.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:53.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:53Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:55,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f0643101-43f8-4f93-82ed-edaaf9b2d1f8 2018-09-01 22:40:55,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360354185104s 2018-09-01 22:40:55,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f0643101-43f8-4f93-82ed-edaaf9b2d1f8 2018-09-01 22:40:55,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:40:55,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=27ac6e39-1e16-434c-90af-273b2f64311b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:55,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6707fe30-9370-4a61-b5fc-5a4f6ee41adb Date: Sat, 01 Sep 2018 22:40:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ffa4723a-25ee-494c-a8ee-5396024573e2","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:50Z","admin_state_up":true,"updated_at":"2018-09-01T22:40:53Z","binding:vnic_type":"normal","device_id":"27ac6e39-1e16-434c-90af-273b2f64311b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8f:b8:9b","id":"baed7465-527a-4af7-83df-7f7e4d05366b","port_security_enabled":true,"project_id":"832a28a60cb445b78e50227dce2e5d91","fixed_ips":[{"subnet_id":"5b6eb7a9-7c19-42da-9537-d935d4d8d3ac","ip_address":"192.168.120.34"}],"extra_dhcp_opts":[],"security_groups":["81293db8-e95f-4286-98a5-4cfd57b8794d"],"name":""}]} 2018-09-01 22:40:55,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=27ac6e39-1e16-434c-90af-273b2f64311b used request id req-6707fe30-9370-4a61-b5fc-5a4f6ee41adb 2018-09-01 22:40:55,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0708239078522s 2018-09-01 22:40:55,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=27ac6e39-1e16-434c-90af-273b2f64311b used request id req-6707fe30-9370-4a61-b5fc-5a4f6ee41adb 2018-09-01 22:40:55,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:40:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=baed7465-527a-4af7-83df-7f7e4d05366b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:55,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cbd1fc8d-cd11-4b67-84d3-7001d9edeb00 Date: Sat, 01 Sep 2018 22:40:55 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:40:55,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=baed7465-527a-4af7-83df-7f7e4d05366b used request id req-cbd1fc8d-cd11-4b67-84d3-7001d9edeb00 2018-09-01 22:40:55,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.297888040543s 2018-09-01 22:40:55,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=baed7465-527a-4af7-83df-7f7e4d05366b used request id req-cbd1fc8d-cd11-4b67-84d3-7001d9edeb00 2018-09-01 22:40:55,952 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8f:b8:9b', u'version': 4, u'addr': u'192.168.120.34', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f817f32f-b096-4c2b-9ef5-e2cd84e4618b'}), 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-01T22:40:53.000000', 'flavor': Munch({u'id': u'c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6'}), 'az': u'nova', 'id': u'27ac6e39-1e16-434c-90af-273b2f64311b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'96245965949943788ff04ccfcee805a4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'832a28a60cb445b78e50227dce2e5d91', 'name': 'vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93', '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-01T22:40:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:40:53Z', 'hostId': u'6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.34', 'cloud': 'envvars', 'host_id': u'6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f', '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-01T22:40:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'832a28a60cb445b78e50227dce2e5d91', 'name': u'vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93', 'adminPass': u'vUPGDTgw2FiE', 'tenant_id': u'832a28a60cb445b78e50227dce2e5d91', 'created_at': u'2018-09-01T22:40:47Z', 'created': u'2018-09-01T22:40:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:40:55,952 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-01 22:40:56,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:56,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:57,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-62391e91-a145-4c2a-a9f8-2828bbf69aae x-compute-request-id: req-62391e91-a145-4c2a-a9f8-2828bbf69aae Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:b8:9b", "version": 4, "addr": "192.168.120.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:53.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:53Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:41Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:57,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62391e91-a145-4c2a-a9f8-2828bbf69aae 2018-09-01 22:40:57,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01472687721s 2018-09-01 22:40:57,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62391e91-a145-4c2a-a9f8-2828bbf69aae 2018-09-01 22:40:57,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:40:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b/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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:40:58,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d6d73e6-1083-4b06-a24d-6a7d62c47fb4 x-compute-request-id: req-3d6d73e6-1083-4b06-a24d-6a7d62c47fb4 Content-Encoding: gzip Content-Length: 9153 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 539429400 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.197864] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.200292] pid_max: default: 32768 minimum: 301\n[ 0.201633] ACPI: Core revision 20150930\n[ 0.203394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205314] Security Framework initialized\n[ 0.206503] Yama: becoming mindful.\n[ 0.207581] AppArmor: AppArmor initialized\n[ 0.208839] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212620] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214397] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216259] Initializing cgroup subsys io\n[ 0.217395] Initializing cgroup subsys memory\n[ 0.218585] Initializing cgroup subsys devices\n[ 0.219784] Initializing cgroup subsys freezer\n[ 0.221000] Initializing cgroup subsys net_cls\n[ 0.222202] Initializing cgroup subsys perf_event\n[ 0.223460] Initializing cgroup subsys net_prio\n[ 0.224725] Initializing cgroup subsys hugetlb\n[ 0.225941] Initializing cgroup subsys pids\n[ 0.227144] CPU: Physical Processor ID: 0\n[ 0.228967] mce: CPU supports 10 MCE banks\n[ 0.230143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231534] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.247830] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.254609] ftrace: allocating 31920 entries in 125 pages\n[ 0.280655] smpboot: Max logical packages: 1\n[ 0.281869] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.283748] x2apic enabled\n[ 0.284912] Switched APIC routing to physical x2apic.\n[ 0.287380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.288916] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.291654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.294430] KVM setup paravirtual spinlock\n[ 0.296130] x86: Booted up 1 node, 1 CPUs\n[ 0.297333] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299393] devtmpfs: initialized\n[ 0.301778] evm: security.selinux\n[ 0.302834] evm: security.SMACK64\n[ 0.303782] evm: security.SMACK64EXEC\n[ 0.304813] evm: security.SMACK64TRANSMUTE\n[ 0.305925] evm: security.SMACK64MMAP\n[ 0.306947] evm: security.ima\n[ 0.307814] evm: security.capability\n[ 0.308921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311429] pinctrl core: initialized pinctrl subsystem\n[ 0.312888] RTC time: 22:40:53, date: 09/01/18\n[ 0.314132] NET: Registered protocol family 16\n[ 0.315447] cpuidle: using governor ladder\n[ 0.316563] cpuidle: using governor menu\n[ 0.317604] PCCT header not found.\n[ 0.318603] ACPI: bus type PCI registered\n[ 0.319697] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321341] PCI: Using configuration type 1 for base access\n[ 0.323428] ACPI: Added _OSI(Module Device)\n[ 0.324580] ACPI: Added _OSI(Processor Device)\n[ 0.325754] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326972] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329071] ACPI: Interpreter enabled\n[ 0.330112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340032] ACPI: (supports S0 S5)\n[ 0.340997] ACPI: Using IOAPIC for interrupt routing\n[ 0.342295] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346085] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.347624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349283] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350889] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353799] acpiphp: Slot [3] registered\n[ 0.354890] acpiphp: Slot [4] registered\n[ 0.355988] acpiphp: Slot [5] registered\n[ 0.357079] acpiphp: Slot [6] registered\n[ 0.358182] acpiphp: Slot [7] registered\n[ 0.359259] acpiphp: Slot [8] registered\n[ 0.360360] acpiphp: Slot [9] registered\n[ 0.361443] acpiphp: Slot [10] registered\n[ 0.362541] acpiphp: Slot [11] registered\n[ 0.363644] acpiphp: Slot [12] registered\n[ 0.364747] acpiphp: Slot [13] registered\n[ 0.365891] acpiphp: Slot [14] registered\n[ 0.366998] acpiphp: Slot [15] registered\n[ 0.382089] acpiphp: Slot [16] registered\n[ 0.383208] acpiphp: Slot [17] registered\n[ 0.384308] acpiphp: Slot [18] registered\n[ 0.385377] acpiphp: Slot [19] registered\n[ 0.386508] acpiphp: Slot [20] registered\n[ 0.387613] acpiphp: Slot [21] registered\n[ 0.388681] acpiphp: Slot [22] registered\n[ 0.389778] acpiphp: Slot [23] registered\n[ 0.390883] acpiphp: Slot [24] registered\n[ 0.391954] acpiphp: Slot [25] registered\n[ 0.393021] acpiphp: Slot [26] registered\n[ 0.394088] acpiphp: Slot [27] registered\n[ 0.395161] acpiphp: Slot [28] registered\n[ 0.396267] acpiphp: Slot [29] registered\n[ 0.397362] acpiphp: Slot [30] registered\n[ 0.398460] acpiphp: Slot [31] registered\n[ 0.399531] PCI host bridge to bus 0000:00\n[ 0.400620] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.402238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403852] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407785] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.413719] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423011] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.424959] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445436] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449369] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451265] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453182] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455011] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456839] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460357] vgaarb: loaded\n[ 0.461167] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462793] SCSI subsystem initialized\n[ 0.464064] ACPI: bus type USB registered\n[ 0.465180] usbcore: registered new interface driver usbfs\n[ 0.466586] usbcore: registered new interface driver hub\n[ 0.467961] usbcore: registered new device driver usb\n[ 0.469412] PCI: Using ACPI for IRQ routing\n[ 0.471091] NetLabel: Initializing\n[ 0.472281] NetLabel: domain hash size = 128\n[ 0.473758] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475387] NetLabel: unlabeled traffic allowed by default\n[ 0.477342] clocksource: Switched to clocksource kvm-clock\n[ 0.487586] AppArmor: AppArmor Filesystem Enabled\n[ 0.489207] pnp: PnP ACPI init\n[ 0.490634] pnp: PnP ACPI: found 5 devices\n[ 0.497621] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500485] NET: Registered protocol family 2\n[ 0.502069] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.504019] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.506061] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.507967] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509657] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511557] NET: Registered protocol family 1\n[ 0.513032] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.514850] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516727] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533638] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549330] Trying to unpack rootfs image as initramfs...\n[ 0.611794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614834] Scanning for low memory corruption every 60 seconds\n[ 0.617208] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619163] audit: initializing netlink subsys (disabled)\n[ 0.620960] audit: type=2000 audit(1535841654.673:1): initialized\n[ 0.623235] Initialise system trusted keyring\n[ 0.624937] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.626931] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629957] zbud: loaded\n[ 0.631139] VFS: Disk quotas dquot_6.6.0\n[ 0.632474] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.635029] fuse init (API version 7.23)\n[ 0.636464] Key type big_key registered\n[ 0.637794] Allocating IMA MOK and blacklist keyrings.\n[ 0.639716] Key type asymmetric registered\n[ 0.641090] Asymmetric key parser 'x509' registered\n[ 0.642687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.645211] io scheduler noop registered\n[ 0.646556] io scheduler deadline registered (default)\n[ 0.648193] io scheduler cfq registered\n[ 0.649680] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656009] ACPI: Power Button [PWRF]\n[ 0.657396] GHES: HEST is not enabled!\n[ 0.671584] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.732794] Linux agpgart interface v0.103\n[ 0.736195] brd: module loaded\n[ 0.738506] loop: module loaded\n[ 0.743652] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.745752] GPT:90111 != 2097151\n[ 0.746728] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748289] GPT:90111 != 2097151\n[ 0.749257] GPT: Use GNU Parted to correct GPT errors.\n[ 0.750614] vda: vda1 vda15\n[ 0.752266] scsi host0: ata_piix\n[ 0.753352] scsi host1: ata_piix\n[ 0.754374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.756066] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.758088] libphy: Fixed MDIO Bus: probed\n[ 0.759229] tun: Universal TUN/TAP device driver, 1.6\n[ 0.760555] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.763594] PPP generic driver version 2.4.2\n[ 0.764915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.766565] ehci-pci: EHCI PCI platform driver\n[ 0.767800] ehci-platform: EHCI generic platform driver\n[ 0.769437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.771027] ohci-pci: OHCI PCI platform driver\n[ 0.772252] ohci-platform: OHCI generic platform driver\n[ 0.773643] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.788264] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.789669] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.791727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.793121] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.794719] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.796454] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.798473] usb usb1: Product: UHCI Host Controller\n[ 0.799786] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.801408] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.802831] hub 1-0:1.0: USB hub found\n[ 0.803942] hub 1-0:1.0: 2 ports detected\n[ 0.805268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.808235] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.809604] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811063] mousedev: PS/2 mouse device common for all mice\n[ 0.812880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.815436] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.818762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.820447] i2c /dev entries driver\n[ 0.821540] device-mapper: uevent: version 1.0.3\n[ 0.822899] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.825198] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827098] NET: Registered protocol family 10\n[ 0.828691] NET: Registered protocol family 17\n[ 0.829973] Key type dns_resolver registered\n[ 0.831293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.832825] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.835325] registered taskstats version 1\n[ 0.836509] Loading compiled-in X.509 certificates\n[ 0.838389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841023] zswap: loaded using pool lzo/zbud\n[ 0.843084] Key type trusted registered\n[ 0.845251] Key type encrypted registered\n[ 0.846437] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849374] evm: HMAC attrs: 0x1\n[ 0.850675] Magic number: 2:560:703\n[ 0.851866] rtc_cmos 00:00: setting system clock to 2018-09-01 22:40:54 UTC (1535841654)\n[ 0.854162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.855749] EDD information not available.\n[ 0.918883] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.935485] Write protecting the kernel read-only data: 14336k\n[ 0.938499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.941054] 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.989328] 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.34...\nLease of 192.168.120.34 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000011\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeUtkPRWyScg+6CtnPWWYjBGPrROHFrPpre3nkizP5vng8R8/uCSlJInfQPX3ldhSmr6+jRruqKdlpePvd6rfuy+/7+BfX/3MJs40rGDoPxwu3nsnmxxMH4wSEDjMQsVmbS/f/FlcYZrqpKJO0A3jxCZ3XYqiIvjj0e8Ipz6FlD6P51gcF5SGmntNDI5kPGTNaigr6FzMOixT3uMcPZIdagrCIHaNMUaQDRTpbU5z3G/uOSqsGfmo0+xKdJZ/138PLn59/rr1MB2QKhRJqb2cR0hMTWy+AIVZ0iqZsgLyPKS+hkKfvfVwIINtPVGbUBkdgo0bfP2CpP0GQJR9J2N4J root@vping-userdata-vm2-801bfb20-d4f7-4570-919d-7adc725c2c93\nssh-dss AAAAB3NzaC1kc3MAAACBANF5G24gdvGhVcz22vyHdNbJTWu53DwatUzaUjFnfLfOaooNSoJCjrhMDNEqbYFz0d10XqQtx8uLnDiIJ5k5WzuaYVF9TR2uwPL4ap4W/4ispvLlCq0jIRZh7kSSJ5n9oeoHFLLjpQ3RHyLZeBWIke/kHTPdDjzJetn2w8EwyHplAAAAFQD0D7gMsa61LvCdZi2XXyY0+GYlawAAAIEAtG6+V+E642K244J/8eMR49aGYiPCm8fYc/tJgEThqXNOCiifL+/8LkqL0KEarxfUQPA7dBte5cCUMOSlZ/eXIM/7DmdGjE84gD+EvNn37G2ubA+UfWKN/3zdtLsDoqfrgL8uK6iEst1aWuvVJxDDub/ChVkCxnezZ7BSbVwx+k0AAACAZw+vScl2ojIhm6m+nT82T2SMFCXtveHooZtsdcImuAn9p9acvGrXX6hnfq0PfBZcHgdGP64Mo2A45aFvd7z8NC75YUhNWMZEFoOmTolw/LPASDs4fOlfcE8bVRaR7CtfK81HRnsNrZjolEk1F1z0a584FMdxvp4XThP9CAhi/n0= root@vping-userdata-vm2-801bfb20-d4f7-4570-919d-7adc725c2c93\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-09-01 22:40:58,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b/action used request id req-3d6d73e6-1083-4b06-a24d-6a7d62c47fb4 2018-09-01 22:40:58,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.274738073349s 2018-09-01 22:40:58,247 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b/action used request id req-3d6d73e6-1083-4b06-a24d-6a7d62c47fb4 2018-09-01 22:40:58,248 - 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 539429400 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.197864] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200292] pid_max: default: 32768 minimum: 301 [ 0.201633] ACPI: Core revision 20150930 [ 0.203394] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205314] Security Framework initialized [ 0.206503] Yama: becoming mindful. [ 0.207581] AppArmor: AppArmor initialized [ 0.208839] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212620] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214397] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216259] Initializing cgroup subsys io [ 0.217395] Initializing cgroup subsys memory [ 0.218585] Initializing cgroup subsys devices [ 0.219784] Initializing cgroup subsys freezer [ 0.221000] Initializing cgroup subsys net_cls [ 0.222202] Initializing cgroup subsys perf_event [ 0.223460] Initializing cgroup subsys net_prio [ 0.224725] Initializing cgroup subsys hugetlb [ 0.225941] Initializing cgroup subsys pids [ 0.227144] CPU: Physical Processor ID: 0 [ 0.228967] mce: CPU supports 10 MCE banks [ 0.230143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231534] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247830] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254609] ftrace: allocating 31920 entries in 125 pages [ 0.280655] smpboot: Max logical packages: 1 [ 0.281869] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.283748] x2apic enabled [ 0.284912] Switched APIC routing to physical x2apic. [ 0.287380] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.288916] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.291654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294430] KVM setup paravirtual spinlock [ 0.296130] x86: Booted up 1 node, 1 CPUs [ 0.297333] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299393] devtmpfs: initialized [ 0.301778] evm: security.selinux [ 0.302834] evm: security.SMACK64 [ 0.303782] evm: security.SMACK64EXEC [ 0.304813] evm: security.SMACK64TRANSMUTE [ 0.305925] evm: security.SMACK64MMAP [ 0.306947] evm: security.ima [ 0.307814] evm: security.capability [ 0.308921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311429] pinctrl core: initialized pinctrl subsystem [ 0.312888] RTC time: 22:40:53, date: 09/01/18 [ 0.314132] NET: Registered protocol family 16 [ 0.315447] cpuidle: using governor ladder [ 0.316563] cpuidle: using governor menu [ 0.317604] PCCT header not found. [ 0.318603] ACPI: bus type PCI registered [ 0.319697] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321341] PCI: Using configuration type 1 for base access [ 0.323428] ACPI: Added _OSI(Module Device) [ 0.324580] ACPI: Added _OSI(Processor Device) [ 0.325754] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326972] ACPI: Added _OSI(Processor Aggregator Device) [ 0.329071] ACPI: Interpreter enabled [ 0.330112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.335034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340032] ACPI: (supports S0 S5) [ 0.340997] ACPI: Using IOAPIC for interrupt routing [ 0.342295] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346085] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.347624] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349283] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350889] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353799] acpiphp: Slot [3] registered [ 0.354890] acpiphp: Slot [4] registered [ 0.355988] acpiphp: Slot [5] registered [ 0.357079] acpiphp: Slot [6] registered [ 0.358182] acpiphp: Slot [7] registered [ 0.359259] acpiphp: Slot [8] registered [ 0.360360] acpiphp: Slot [9] registered [ 0.361443] acpiphp: Slot [10] registered [ 0.362541] acpiphp: Slot [11] registered [ 0.363644] acpiphp: Slot [12] registered [ 0.364747] acpiphp: Slot [13] registered [ 0.365891] acpiphp: Slot [14] registered [ 0.366998] acpiphp: Slot [15] registered [ 0.382089] acpiphp: Slot [16] registered [ 0.383208] acpiphp: Slot [17] registered [ 0.384308] acpiphp: Slot [18] registered [ 0.385377] acpiphp: Slot [19] registered [ 0.386508] acpiphp: Slot [20] registered [ 0.387613] acpiphp: Slot [21] registered [ 0.388681] acpiphp: Slot [22] registered [ 0.389778] acpiphp: Slot [23] registered [ 0.390883] acpiphp: Slot [24] registered [ 0.391954] acpiphp: Slot [25] registered [ 0.393021] acpiphp: Slot [26] registered [ 0.394088] acpiphp: Slot [27] registered [ 0.395161] acpiphp: Slot [28] registered [ 0.396267] acpiphp: Slot [29] registered [ 0.397362] acpiphp: Slot [30] registered [ 0.398460] acpiphp: Slot [31] registered [ 0.399531] PCI host bridge to bus 0000:00 [ 0.400620] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.402238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403852] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407785] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409810] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413719] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415417] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.418665] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423011] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.424959] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.445436] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.447455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.449369] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.451265] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.453182] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.455011] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456839] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460357] vgaarb: loaded [ 0.461167] vgaarb: bridge control possible 0000:00:02.0 [ 0.462793] SCSI subsystem initialized [ 0.464064] ACPI: bus type USB registered [ 0.465180] usbcore: registered new interface driver usbfs [ 0.466586] usbcore: registered new interface driver hub [ 0.467961] usbcore: registered new device driver usb [ 0.469412] PCI: Using ACPI for IRQ routing [ 0.471091] NetLabel: Initializing [ 0.472281] NetLabel: domain hash size = 128 [ 0.473758] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475387] NetLabel: unlabeled traffic allowed by default [ 0.477342] clocksource: Switched to clocksource kvm-clock [ 0.487586] AppArmor: AppArmor Filesystem Enabled [ 0.489207] pnp: PnP ACPI init [ 0.490634] pnp: PnP ACPI: found 5 devices [ 0.497621] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500485] NET: Registered protocol family 2 [ 0.502069] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.504019] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.506061] TCP: Hash tables configured (established 4096 bind 4096) [ 0.507967] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.509657] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.511557] NET: Registered protocol family 1 [ 0.513032] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.514850] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516727] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533638] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549330] Trying to unpack rootfs image as initramfs... [ 0.611794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614834] Scanning for low memory corruption every 60 seconds [ 0.617208] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.619163] audit: initializing netlink subsys (disabled) [ 0.620960] audit: type=2000 audit(1535841654.673:1): initialized [ 0.623235] Initialise system trusted keyring [ 0.624937] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.626931] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629957] zbud: loaded [ 0.631139] VFS: Disk quotas dquot_6.6.0 [ 0.632474] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.635029] fuse init (API version 7.23) [ 0.636464] Key type big_key registered [ 0.637794] Allocating IMA MOK and blacklist keyrings. [ 0.639716] Key type asymmetric registered [ 0.641090] Asymmetric key parser 'x509' registered [ 0.642687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.645211] io scheduler noop registered [ 0.646556] io scheduler deadline registered (default) [ 0.648193] io scheduler cfq registered [ 0.649680] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.651346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.653541] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.656009] ACPI: Power Button [PWRF] [ 0.657396] GHES: HEST is not enabled! [ 0.671584] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.700874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.704072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.732794] Linux agpgart interface v0.103 [ 0.736195] brd: module loaded [ 0.738506] loop: module loaded [ 0.743652] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.745752] GPT:90111 != 2097151 [ 0.746728] GPT:Alternate GPT header not at the end of the disk. [ 0.748289] GPT:90111 != 2097151 [ 0.749257] GPT: Use GNU Parted to correct GPT errors. [ 0.750614] vda: vda1 vda15 [ 0.752266] scsi host0: ata_piix [ 0.753352] scsi host1: ata_piix [ 0.754374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.756066] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.758088] libphy: Fixed MDIO Bus: probed [ 0.759229] tun: Universal TUN/TAP device driver, 1.6 [ 0.760555] tun: (C) 1999-2004 Max Krasnyansky [ 0.763594] PPP generic driver version 2.4.2 [ 0.764915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.766565] ehci-pci: EHCI PCI platform driver [ 0.767800] ehci-platform: EHCI generic platform driver [ 0.769437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.771027] ohci-pci: OHCI PCI platform driver [ 0.772252] ohci-platform: OHCI generic platform driver [ 0.773643] uhci_hcd: USB Universal Host Controller Interface driver [ 0.788264] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.789669] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.791727] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.793121] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.794719] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.796454] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.798473] usb usb1: Product: UHCI Host Controller [ 0.799786] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.801408] usb usb1: SerialNumber: 0000:00:01.2 [ 0.802831] hub 1-0:1.0: USB hub found [ 0.803942] hub 1-0:1.0: 2 ports detected [ 0.805268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.808235] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.809604] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.811063] mousedev: PS/2 mouse device common for all mice [ 0.812880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.815436] rtc_cmos 00:00: RTC can wake from S4 [ 0.817029] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.818762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.820447] i2c /dev entries driver [ 0.821540] device-mapper: uevent: version 1.0.3 [ 0.822899] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.825198] ledtrig-cpu: registered to indicate activity on CPUs [ 0.827098] NET: Registered protocol family 10 [ 0.828691] NET: Registered protocol family 17 [ 0.829973] Key type dns_resolver registered [ 0.831293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.832825] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.835325] registered taskstats version 1 [ 0.836509] Loading compiled-in X.509 certificates [ 0.838389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.841023] zswap: loaded using pool lzo/zbud [ 0.843084] Key type trusted registered [ 0.845251] Key type encrypted registered [ 0.846437] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847897] ima: No TPM chip found, activating TPM-bypass! [ 0.849374] evm: HMAC attrs: 0x1 [ 0.850675] Magic number: 2:560:703 [ 0.851866] rtc_cmos 00:00: setting system clock to 2018-09-01 22:40:54 UTC (1535841654) [ 0.854162] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.855749] EDD information not available. [ 0.918883] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.935485] Write protecting the kernel read-only data: 14336k [ 0.938499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.941054] 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.989328] 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.34... Lease of 192.168.120.34 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000011 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeUtkPRWyScg+6CtnPWWYjBGPrROHFrPpre3nkizP5vng8R8/uCSlJInfQPX3ldhSmr6+jRruqKdlpePvd6rfuy+/7+BfX/3MJs40rGDoPxwu3nsnmxxMH4wSEDjMQsVmbS/f/FlcYZrqpKJO0A3jxCZ3XYqiIvjj0e8Ipz6FlD6P51gcF5SGmntNDI5kPGTNaigr6FzMOixT3uMcPZIdagrCIHaNMUaQDRTpbU5z3G/uOSqsGfmo0+xKdJZ/138PLn59/rr1MB2QKhRJqb2cR0hMTWy+AIVZ0iqZsgLyPKS+hkKfvfVwIINtPVGbUBkdgo0bfP2CpP0GQJR9J2N4J root@vping-userdata-vm2-801bfb20-d4f7-4570-919d-7adc725c2c93 ssh-dss AAAAB3NzaC1kc3MAAACBANF5G24gdvGhVcz22vyHdNbJTWu53DwatUzaUjFnfLfOaooNSoJCjrhMDNEqbYFz0d10XqQtx8uLnDiIJ5k5WzuaYVF9TR2uwPL4ap4W/4ispvLlCq0jIRZh7kSSJ5n9oeoHFLLjpQ3RHyLZeBWIke/kHTPdDjzJetn2w8EwyHplAAAAFQD0D7gMsa61LvCdZi2XXyY0+GYlawAAAIEAtG6+V+E642K244J/8eMR49aGYiPCm8fYc/tJgEThqXNOCiifL+/8LkqL0KEarxfUQPA7dBte5cCUMOSlZ/eXIM/7DmdGjE84gD+EvNn37G2ubA+UfWKN/3zdtLsDoqfrgL8uK6iEst1aWuvVJxDDub/ChVkCxnezZ7BSbVwx+k0AAACAZw+vScl2ojIhm6m+nT82T2SMFCXtveHooZtsdcImuAn9p9acvGrXX6hnfq0PfBZcHgdGP64Mo2A45aFvd7z8NC75YUhNWMZEFoOmTolw/LPASDs4fOlfcE8bVRaR7CtfK81HRnsNrZjolEk1F1z0a584FMdxvp4XThP9CAhi/n0= root@vping-userdata-vm2-801bfb20-d4f7-4570-919d-7adc725c2c93 -----END SSH HOST KEY KEYS----- === network info === 2018-09-01 22:40:58,249 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-01 22:40:58,355 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:40:58,355 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 22:40:58,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:40:58,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:58,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-943913cb-f3ee-40bb-9204-52637f09fc99 x-compute-request-id: req-943913cb-f3ee-40bb-9204-52637f09fc99 Content-Type: application/json 2018-09-01 22:40:58,714 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86 used request id req-943913cb-f3ee-40bb-9204-52637f09fc99 2018-09-01 22:40:58,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.353932857513s 2018-09-01 22:40:58,715 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86 used request id req-943913cb-f3ee-40bb-9204-52637f09fc99 2018-09-01 22:40:58,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:40:58,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:40:59,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:40: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-6ca1b781-f318-486a-9db8-0a103bddd685 x-compute-request-id: req-6ca1b781-f318-486a-9db8-0a103bddd685 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:b8:9b", "version": 4, "addr": "192.168.120.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:53.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:53Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:f4:bb", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cc122461-0e1d-41bb-b204-7c858fd5df86", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:41.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "cc122461-0e1d-41bb-b204-7c858fd5df86", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:58Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:32Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:40:59,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ca1b781-f318-486a-9db8-0a103bddd685 2018-09-01 22:40:59,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02449893951s 2018-09-01 22:40:59,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ca1b781-f318-486a-9db8-0a103bddd685 2018-09-01 22:40:59,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:01,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:01,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:02,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-e488e3c4-e995-4cf6-936e-4f44d19a3a49 x-compute-request-id: req-e488e3c4-e995-4cf6-936e-4f44d19a3a49 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:b8:9b", "version": 4, "addr": "192.168.120.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:53.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:40:53Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:02,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e488e3c4-e995-4cf6-936e-4f44d19a3a49 2018-09-01 22:41:02,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726047992706s 2018-09-01 22:41:02,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e488e3c4-e995-4cf6-936e-4f44d19a3a49 2018-09-01 22:41:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:41:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:02,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:41: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-85752515-7426-4be1-a741-ef1cf38a3747 x-compute-request-id: req-85752515-7426-4be1-a741-ef1cf38a3747 Content-Type: application/json 2018-09-01 22:41:02,642 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b used request id req-85752515-7426-4be1-a741-ef1cf38a3747 2018-09-01 22:41:02,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168800830841s 2018-09-01 22:41:02,643 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b used request id req-85752515-7426-4be1-a741-ef1cf38a3747 2018-09-01 22:41:02,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:02,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:03,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-70eca46b-dd2f-48d9-9fb5-e0974c56ae69 x-compute-request-id: req-70eca46b-dd2f-48d9-9fb5-e0974c56ae69 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:b8:9b", "version": 4, "addr": "192.168.120.34", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/27ac6e39-1e16-434c-90af-273b2f64311b", "rel": "bookmark"}], "image": {"id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "links": [{"href": "http://172.30.9.22:8774/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:40:53.000000", "flavor": {"id": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "links": [{"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "bookmark"}]}, "id": "27ac6e39-1e16-434c-90af-273b2f64311b", "security_groups": [{"name": "default"}], "user_id": "96245965949943788ff04ccfcee805a4", "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-01T22:41:02Z", "hostId": "6b043bf99488ca887ee0afbd5b859cb03785982d899f7e693496580f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_801bfb20-d4f7-4570-919d-7adc725c2c93", "created": "2018-09-01T22:40:47Z", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:03,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-70eca46b-dd2f-48d9-9fb5-e0974c56ae69 2018-09-01 22:41:03,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62767291069s 2018-09-01 22:41:03,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-70eca46b-dd2f-48d9-9fb5-e0974c56ae69 2018-09-01 22:41:03,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:05,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-1b0a8b5d-d17e-47ee-bd06-6491ba3634f0 x-compute-request-id: req-1b0a8b5d-d17e-47ee-bd06-6491ba3634f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:41:05,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b0a8b5d-d17e-47ee-bd06-6491ba3634f0 2018-09-01 22:41:05,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0859580039978s 2018-09-01 22:41:05,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b0a8b5d-d17e-47ee-bd06-6491ba3634f0 2018-09-01 22:41:05,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:41:05,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/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}5af45974bc60f0ef5af15108228737e04bc055e7" -d '{"subnet_id": "5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"}' 2018-09-01 22:41:07,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e5e5ff36-141b-4648-a3f8-ce44b3807038 Date: Sat, 01 Sep 2018 22:41:07 GMT RESP BODY: {"network_id": "ffa4723a-25ee-494c-a8ee-5396024573e2", "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "subnet_id": "5b6eb7a9-7c19-42da-9537-d935d4d8d3ac", "subnet_ids": ["5b6eb7a9-7c19-42da-9537-d935d4d8d3ac"], "port_id": "99d16279-59cf-49bb-9066-f7df341ecd54", "id": "4b360232-de58-4767-bab7-77d5bdcd0729"} 2018-09-01 22:41:07,322 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/remove_router_interface.json used request id req-e5e5ff36-141b-4648-a3f8-ce44b3807038 2018-09-01 22:41:07,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.95985984802s 2018-09-01 22:41:07,322 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729/remove_router_interface.json used request id req-e5e5ff36-141b-4648-a3f8-ce44b3807038 returning object 4b360232-de58-4767-bab7-77d5bdcd0729 2018-09-01 22:41:07,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:41:07,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:07,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a470cd54-b7d1-42f6-92df-a3ab8f08e769 Date: Sat, 01 Sep 2018 22:41:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "832a28a60cb445b78e50227dce2e5d91", "created_at": "2018-09-01T22:40:21Z", "admin_state_up": true, "updated_at": "2018-09-01T22:41:06Z", "revision_number": 4, "routes": [], "project_id": "832a28a60cb445b78e50227dce2e5d91", "id": "4b360232-de58-4767-bab7-77d5bdcd0729", "name": "vping_userdata-router_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:41:07,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a470cd54-b7d1-42f6-92df-a3ab8f08e769 2018-09-01 22:41:07,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.353768110275s 2018-09-01 22:41:07,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a470cd54-b7d1-42f6-92df-a3ab8f08e769 2018-09-01 22:41:07,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:41:07,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:09,147 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6859a5d4-d13f-4a8d-b32f-72d96588dca2 Content-Length: 0 Date: Sat, 01 Sep 2018 22:41:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:41:09,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729.json used request id req-6859a5d4-d13f-4a8d-b32f-72d96588dca2 2018-09-01 22:41:09,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46838879585s 2018-09-01 22:41:09,147 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/4b360232-de58-4767-bab7-77d5bdcd0729.json used request id req-6859a5d4-d13f-4a8d-b32f-72d96588dca2 2018-09-01 22:41:09,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:41:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:09,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b71107ce-61f0-469f-84ac-a1cff9ca92aa Date: Sat, 01 Sep 2018 22:41:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ffa4723a-25ee-494c-a8ee-5396024573e2","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:40:20Z","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":"832a28a60cb445b78e50227dce2e5d91","id":"5b6eb7a9-7c19-42da-9537-d935d4d8d3ac","subnetpool_id":null,"name":"vping_userdata-subnet_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:41:09,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b71107ce-61f0-469f-84ac-a1cff9ca92aa 2018-09-01 22:41:09,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461828708649s 2018-09-01 22:41:09,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b71107ce-61f0-469f-84ac-a1cff9ca92aa 2018-09-01 22:41:09,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:41:09,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/5b6eb7a9-7c19-42da-9537-d935d4d8d3ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:11,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d1800c7-4779-48b4-b0f5-baff9e563ef1 Date: Sat, 01 Sep 2018 22:41:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:41:11,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5b6eb7a9-7c19-42da-9537-d935d4d8d3ac.json used request id req-2d1800c7-4779-48b4-b0f5-baff9e563ef1 2018-09-01 22:41:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2942700386s 2018-09-01 22:41:11,490 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5b6eb7a9-7c19-42da-9537-d935d4d8d3ac.json used request id req-2d1800c7-4779-48b4-b0f5-baff9e563ef1 2018-09-01 22:41:11,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:11,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:11,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-0eb5c1d5-5848-4274-89e1-1411b8aaca3c Date: Sat, 01 Sep 2018 22:41:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:41:11Z","tenant_id":"832a28a60cb445b78e50227dce2e5d91","created_at":"2018-09-01T22:40:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"832a28a60cb445b78e50227dce2e5d91","id":"ffa4723a-25ee-494c-a8ee-5396024573e2","name":"vping_userdata-net_801bfb20-d4f7-4570-919d-7adc725c2c93"}]} 2018-09-01 22:41:11,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0eb5c1d5-5848-4274-89e1-1411b8aaca3c 2018-09-01 22:41:11,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362703084946s 2018-09-01 22:41:11,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0eb5c1d5-5848-4274-89e1-1411b8aaca3c 2018-09-01 22:41:11,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:41:11,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ffa4723a-25ee-494c-a8ee-5396024573e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:13,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02a495cc-b4a8-47e8-878d-2f7f4272b280 Date: Sat, 01 Sep 2018 22:41:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:41:13,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ffa4723a-25ee-494c-a8ee-5396024573e2.json used request id req-02a495cc-b4a8-47e8-878d-2f7f4272b280 2018-09-01 22:41:13,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27753281593s 2018-09-01 22:41:13,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ffa4723a-25ee-494c-a8ee-5396024573e2.json used request id req-02a495cc-b4a8-47e8-878d-2f7f4272b280 2018-09-01 22:41:13,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:41:13,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:13,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-d4fac2a2-f6c2-4f48-b9d5-57cdf49748b7 Date: Sat, 01 Sep 2018 22:41:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:40:26Z", "file": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/file", "owner": "832a28a60cb445b78e50227dce2e5d91", "id": "f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "size": 12716032, "self": "/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_801bfb20-d4f7-4570-919d-7adc725c2c93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:40:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:41:13,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d4fac2a2-f6c2-4f48-b9d5-57cdf49748b7 2018-09-01 22:41:13,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.79020690918s 2018-09-01 22:41:13,925 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d4fac2a2-f6c2-4f48-b9d5-57cdf49748b7 2018-09-01 22:41:13,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:41:13,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5af45974bc60f0ef5af15108228737e04bc055e7" 2018-09-01 22:41:15,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85ea16a5-e4cd-4c71-9b6e-0cc1232e5618 Date: Sat, 01 Sep 2018 22:41:15 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 22:41:15,363 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b used request id req-85ea16a5-e4cd-4c71-9b6e-0cc1232e5618 2018-09-01 22:41:15,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.4366838932s 2018-09-01 22:41:15,364 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f817f32f-b096-4c2b-9ef5-e2cd84e4618b used request id req-85ea16a5-e4cd-4c71-9b6e-0cc1232e5618 2018-09-01 22:41:15,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:41:15,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:15,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-e4989e86-5c9a-455f-9089-7de64d4a447f x-compute-request-id: req-e4989e86-5c9a-455f-9089-7de64d4a447f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6", "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": "c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6"}]} 2018-09-01 22:41:15,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-e4989e86-5c9a-455f-9089-7de64d4a447f 2018-09-01 22:41:15,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252251625061s 2018-09-01 22:41:15,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-e4989e86-5c9a-455f-9089-7de64d4a447f 2018-09-01 22:41:15,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:41:15,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:15,421 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00904c5e-3b5c-4452-af85-bdaeec87dba3 x-compute-request-id: req-00904c5e-3b5c-4452-af85-bdaeec87dba3 Content-Length: 0 Content-Type: application/json 2018-09-01 22:41:15,421 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6 used request id req-00904c5e-3b5c-4452-af85-bdaeec87dba3 2018-09-01 22:41:15,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0294799804688s 2018-09-01 22:41:15,421 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c74cd730-d4fd-4cfb-ae11-93b7d4b88ec6 used request id req-00904c5e-3b5c-4452-af85-bdaeec87dba3 2018-09-01 22:41:15,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:41:15,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:15,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9733af0-9615-4246-ab5d-c0ba9dff0515 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": {"self": "http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96245965949943788ff04ccfcee805a4", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:41:15,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c9733af0-9615-4246-ab5d-c0ba9dff0515 2018-09-01 22:41:15,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203938007355s 2018-09-01 22:41:15,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c9733af0-9615-4246-ab5d-c0ba9dff0515 2018-09-01 22:41:15,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:41:15,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:15,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b90a685-04d3-4afa-8805-59e8821541c7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_801bfb20-d4f7-4570-919d-7adc725c2c93", "links": {"self": "http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "96245965949943788ff04ccfcee805a4", "description": null}} 2018-09-01 22:41:15,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 used request id req-1b90a685-04d3-4afa-8805-59e8821541c7 2018-09-01 22:41:15,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212971925735s 2018-09-01 22:41:15,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 used request id req-1b90a685-04d3-4afa-8805-59e8821541c7 2018-09-01 22:41:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:41:15,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:16,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:41:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94393a8a-f04e-4de1-88d0-4a445115d9f0 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 22:41:16,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 used request id req-94393a8a-f04e-4de1-88d0-4a445115d9f0 2018-09-01 22:41:16,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.35732793808s 2018-09-01 22:41:16,203 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/96245965949943788ff04ccfcee805a4 used request id req-94393a8a-f04e-4de1-88d0-4a445115d9f0 2018-09-01 22:41:16,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:41:16,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:16,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ad2497-6f78-41ab-8436-7de4987d914d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91"}, "tags": [], "enabled": true, "id": "832a28a60cb445b78e50227dce2e5d91", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_801bfb20-d4f7-4570-919d-7adc725c2c93"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 22:41:16,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-54ad2497-6f78-41ab-8436-7de4987d914d 2018-09-01 22:41:16,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190765142441s 2018-09-01 22:41:16,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-54ad2497-6f78-41ab-8436-7de4987d914d 2018-09-01 22:41:16,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:41:16,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0178ac57142c9ae5a39445a3121ea275c65726c2" 2018-09-01 22:41:16,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:41:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f38df188-91d4-493f-8873-af20dbef5344 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 22:41:16,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91 used request id req-f38df188-91d4-493f-8873-af20dbef5344 2018-09-01 22:41:16,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268873929977s 2018-09-01 22:41:16,675 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/832a28a60cb445b78e50227dce2e5d91 used request id req-f38df188-91d4-493f-8873-af20dbef5344 2018-09-01 22:41:16,714 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:41:16,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:41:16,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:41:16,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:41:16,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08969a84-bdb6-4d22-a54e-6cf2294e38d5 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:41:16,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-08969a84-bdb6-4d22-a54e-6cf2294e38d5 2018-09-01 22:41:16,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:41:17,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["Mm2vW3OBRuWEXDpYik3knw"], "issued_at": "2018-09-01T22:41:17.000000Z"}} 2018-09-01 22:41:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:17,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:17,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f2282f17-a685-4953-947a-bfe63c220c7e Date: Sat, 01 Sep 2018 22:41:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2ecab897-029d-4694-8450-3bf914edbd66","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","status":"ACTIVE","subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"description":"","tags":[],"updated_at":"2018-09-01T22:31:44Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","provider:network_type":"flat"}]} 2018-09-01 22:41:17,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2282f17-a685-4953-947a-bfe63c220c7e 2018-09-01 22:41:17,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345736026764s 2018-09-01 22:41:17,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2282f17-a685-4953-947a-bfe63c220c7e 2018-09-01 22:41:17,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:41:17,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c45f13a-761a-49a6-98dc-c9e085a901ca 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:41:17,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-1c45f13a-761a-49a6-98dc-c9e085a901ca 2018-09-01 22:41:17,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:41:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:17,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad5b6d2-3e81-4f30-893f-6f4a63d89346 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/9b717ce675cf491fbeebc44651fbc414"}, "tags": [], "enabled": true, "id": "9b717ce675cf491fbeebc44651fbc414", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 22:41:17,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ad5b6d2-3e81-4f30-893f-6f4a63d89346 2018-09-01 22:41:17,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.145556926727s 2018-09-01 22:41:17,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ad5b6d2-3e81-4f30-893f-6f4a63d89346 2018-09-01 22:41:17,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 22:41:17,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}}' 2018-09-01 22:41:17,889 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4049adb2-3971-449d-91c6-c5c1982ee849 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.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591"}, "tags": [], "enabled": true, "id": "b21e54753d85429698f0c3ec7e2b8591", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}} 2018-09-01 22:41:17,890 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-4049adb2-3971-449d-91c6-c5c1982ee849 2018-09-01 22:41:17,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.22147321701s 2018-09-01 22:41:17,890 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-4049adb2-3971-449d-91c6-c5c1982ee849 2018-09-01 22:41:17,891 - 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'b21e54753d85429698f0c3ec7e2b8591', '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_1bac6d44-3742-4b0b-9af3-9517c50a1de0'}) 2018-09-01 22:41:17,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 22:41:17,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "127d252e-fbf1-4e05-8ca9-a96ad1c9b038", "email": null, "name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}}' 2018-09-01 22:41:18,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 22:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97690a42-f053-463c-afa0-176897109e0b Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": {"self": "http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "754797f868c44ab3b6a1ec82a697a35b", "domain_id": "default", "password_expires_at": null}} 2018-09-01 22:41:18,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-97690a42-f053-463c-afa0-176897109e0b 2018-09-01 22:41:18,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.507251024246s 2018-09-01 22:41:18,404 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-97690a42-f053-463c-afa0-176897109e0b 2018-09-01 22:41:18,405 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'754797f868c44ab3b6a1ec82a697a35b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0'}) 2018-09-01 22:41:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:41:18,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:18,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b0c468-7095-494f-9524-5ec34e69e49e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:41:18,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1b0c468-7095-494f-9524-5ec34e69e49e 2018-09-01 22:41:18,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.213011026382s 2018-09-01 22:41:18,622 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1b0c468-7095-494f-9524-5ec34e69e49e 2018-09-01 22:41:18,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:41:18,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:18,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a3e0d89-89d9-4390-ad9c-d463163f9aba Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:41:18,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8a3e0d89-89d9-4390-ad9c-d463163f9aba 2018-09-01 22:41:18,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198659896851s 2018-09-01 22:41:18,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8a3e0d89-89d9-4390-ad9c-d463163f9aba 2018-09-01 22:41:18,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 22:41:18,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af4eaae-a3cd-4d4a-b545-fbca3f88d439 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1aa03cc326a44e10855ae6f740b3c752", "links": {"self": "http://172.30.9.22:5000/v3/roles/1aa03cc326a44e10855ae6f740b3c752"}, "name": "admin"}, {"domain_id": null, "id": "28e7bb4d658b4e02a30ba4d495783717", "links": {"self": "http://172.30.9.22:5000/v3/roles/28e7bb4d658b4e02a30ba4d495783717"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "554b4ad04a7d4dd4b22bad60f3209509", "links": {"self": "http://172.30.9.22:5000/v3/roles/554b4ad04a7d4dd4b22bad60f3209509"}, "name": "reader"}, {"domain_id": null, "id": "55629e0862484d58983f30c01a20fad9", "links": {"self": "http://172.30.9.22:5000/v3/roles/55629e0862484d58983f30c01a20fad9"}, "name": "member"}, {"domain_id": null, "id": "60e2c93e187a45ea9f8a037700feb8fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/60e2c93e187a45ea9f8a037700feb8fa"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9d1b5da531d14a88aa9816c4f5eb9acc", "links": {"self": "http://172.30.9.22:5000/v3/roles/9d1b5da531d14a88aa9816c4f5eb9acc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-09-01 22:41:19,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6af4eaae-a3cd-4d4a-b545-fbca3f88d439 2018-09-01 22:41:19,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185570955276s 2018-09-01 22:41:19,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6af4eaae-a3cd-4d4a-b545-fbca3f88d439 2018-09-01 22:41:19,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 22:41:19,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ff8def-54ce-4c27-b29a-bee7ff5053ff Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 22:41:19,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-10ff8def-54ce-4c27-b29a-bee7ff5053ff 2018-09-01 22:41:19,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181369066238s 2018-09-01 22:41:19,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-10ff8def-54ce-4c27-b29a-bee7ff5053ff 2018-09-01 22:41:19,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:41:19,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7aa5f7-c351-4d9e-88b0-0b02456efe02 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": {"self": "http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "754797f868c44ab3b6a1ec82a697a35b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:41:19,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4a7aa5f7-c351-4d9e-88b0-0b02456efe02 2018-09-01 22:41:19,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206690073013s 2018-09-01 22:41:19,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4a7aa5f7-c351-4d9e-88b0-0b02456efe02 2018-09-01 22:41:19,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:41:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69532848-087e-4511-8b63-84d5fe253e97 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591"}, "tags": [], "enabled": true, "id": "b21e54753d85429698f0c3ec7e2b8591", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-01 22:41:19,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-69532848-087e-4511-8b63-84d5fe253e97 2018-09-01 22:41:19,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205187082291s 2018-09-01 22:41:19,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-69532848-087e-4511-8b63-84d5fe253e97 2018-09-01 22:41:19,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 22:41:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=754797f868c44ab3b6a1ec82a697a35b&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=b21e54753d85429698f0c3ec7e2b8591" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe58be1d-9b57-490f-9c1f-fe6efb0448d9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=754797f868c44ab3b6a1ec82a697a35b&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=b21e54753d85429698f0c3ec7e2b8591", "previous": null, "next": null}} 2018-09-01 22:41:19,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=754797f868c44ab3b6a1ec82a697a35b&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=b21e54753d85429698f0c3ec7e2b8591 used request id req-fe58be1d-9b57-490f-9c1f-fe6efb0448d9 2018-09-01 22:41:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108305931091s 2018-09-01 22:41:19,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=754797f868c44ab3b6a1ec82a697a35b&role.id=55629e0862484d58983f30c01a20fad9&scope.project.id=b21e54753d85429698f0c3ec7e2b8591 used request id req-fe58be1d-9b57-490f-9c1f-fe6efb0448d9 2018-09-01 22:41:19,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 22:41:19,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591/users/754797f868c44ab3b6a1ec82a697a35b/roles/55629e0862484d58983f30c01a20fad9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:41:19,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-334e4d9a-dd8b-4da0-81c8-98343eb63684 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 22:41:19,971 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591/users/754797f868c44ab3b6a1ec82a697a35b/roles/55629e0862484d58983f30c01a20fad9 used request id req-334e4d9a-dd8b-4da0-81c8-98343eb63684 2018-09-01 22:41:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.223256111145s 2018-09-01 22:41:19,971 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591/users/754797f868c44ab3b6a1ec82a697a35b/roles/55629e0862484d58983f30c01a20fad9 used request id req-334e4d9a-dd8b-4da0-81c8-98343eb63684 2018-09-01 22:41:19,972 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 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'b21e54753d85429698f0c3ec7e2b8591', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '127d252e-fbf1-4e05-8ca9-a96ad1c9b038', 'username': u'cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22: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 22:41:19,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:41:19,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:41:19,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:41:19,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:41:19,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:41:19,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:41:19,977 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'password': '127d252e-fbf1-4e05-8ca9-a96ad1c9b038', 'project_name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'b21e54753d85429698f0c3ec7e2b8591', 'project_domain_name': 'Default'} 2018-09-01 22:41:19,977 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-01 22:41:19,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:41:19,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c0343a-a149-4698-ae5e-a759f97574c3 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:41:19,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-22c0343a-a149-4698-ae5e-a759f97574c3 2018-09-01 22:41:19,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:41:20,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b21e54753d85429698f0c3ec7e2b8591", "name": "cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/b21e54753d85429698f0c3ec7e2b8591", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/b21e54753d85429698f0c3ec7e2b8591", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/b21e54753d85429698f0c3ec7e2b8591", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/b21e54753d85429698f0c3ec7e2b8591", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/b21e54753d85429698f0c3ec7e2b8591", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/b21e54753d85429698f0c3ec7e2b8591", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_b21e54753d85429698f0c3ec7e2b8591", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_b21e54753d85429698f0c3ec7e2b8591", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "id": "754797f868c44ab3b6a1ec82a697a35b"}, "audit_ids": ["xsaJlgZHSUGecxOL0UorRw"], "issued_at": "2018-09-01T22:41:20.000000Z"}} 2018-09-01 22:41:20,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 22:41:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"network": {"name": "cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "admin_state_up": true}}' 2018-09-01 22:41:21,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-d2589f44-ff9c-49b6-a05e-4351f7dc030e Date: Sat, 01 Sep 2018 22:41:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T22:41:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}} 2018-09-01 22:41:21,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d2589f44-ff9c-49b6-a05e-4351f7dc030e 2018-09-01 22:41:21,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.754426002502s 2018-09-01 22:41:21,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d2589f44-ff9c-49b6-a05e-4351f7dc030e 2018-09-01 22:41:21,152 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:41:20Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd8bbea96-222d-4969-a471-16bb546091fc', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0', u'admin_state_up': True, u'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', u'created_at': u'2018-09-01T22:41:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b21e54753d85429698f0c3ec7e2b8591'}) 2018-09-01 22:41:21,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:21,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:21,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-08fc069e-ee90-43bd-8fe6-17c6c49e4823 Date: Sat, 01 Sep 2018 22:41:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:41:20Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:21,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-08fc069e-ee90-43bd-8fe6-17c6c49e4823 2018-09-01 22:41:21,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401942968369s 2018-09-01 22:41:21,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-08fc069e-ee90-43bd-8fe6-17c6c49e4823 2018-09-01 22:41:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 22:41:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"subnet": {"name": "cinder_test-subnet_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "enable_dhcp": true, "network_id": "d8bbea96-222d-4969-a471-16bb546091fc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 22:41:22,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d12e2e7b-bd6b-420a-81b7-2ba35da70d30 Date: Sat, 01 Sep 2018 22:41:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:41: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":"b21e54753d85429698f0c3ec7e2b8591","id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","subnetpool_id":null,"name":"cinder_test-subnet_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}} 2018-09-01 22:41:22,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d12e2e7b-bd6b-420a-81b7-2ba35da70d30 2018-09-01 22:41:22,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.08017587662s 2018-09-01 22:41:22,637 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d12e2e7b-bd6b-420a-81b7-2ba35da70d30 2018-09-01 22:41:22,638 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T22:41: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'b976c07b-f202-4ee8-9f9d-8697c3ead7e0', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_1bac6d44-3742-4b0b-9af3-9517c50a1de0', u'enable_dhcp': True, u'network_id': u'd8bbea96-222d-4969-a471-16bb546091fc', u'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', u'created_at': u'2018-09-01T22:41: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'b21e54753d85429698f0c3ec7e2b8591'}) 2018-09-01 22:41:22,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 22:41:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"router": {"external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66"}, "name": "cinder_test-router_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "admin_state_up": true}}' 2018-09-01 22:41:24,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0e1c1e49-34f3-460f-ab2b-65f790097964 Date: Sat, 01 Sep 2018 22:41:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:22Z", "admin_state_up": true, "updated_at": "2018-09-01T22:41:23Z", "revision_number": 2, "routes": [], "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "name": "cinder_test-router_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}} 2018-09-01 22:41:24,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0e1c1e49-34f3-460f-ab2b-65f790097964 2018-09-01 22:41:24,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45074510574s 2018-09-01 22:41:24,089 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0e1c1e49-34f3-460f-ab2b-65f790097964 2018-09-01 22:41:24,090 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'a6a859ec-89ff-464b-8f02-b6237f01c561', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', u'created_at': u'2018-09-01T22:41:22Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T22:41:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'b21e54753d85429698f0c3ec7e2b8591', u'id': u'd6c7d5a9-792e-485b-abcd-fbadae6071e2', u'name': u'cinder_test-router_1bac6d44-3742-4b0b-9af3-9517c50a1de0'}) 2018-09-01 22:41:24,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 22:41:24,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"subnet_id": "b976c07b-f202-4ee8-9f9d-8697c3ead7e0"}' 2018-09-01 22:41:26,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5d20efde-79bb-4f8b-8224-36dd3cd00354 Date: Sat, 01 Sep 2018 22:41:26 GMT RESP BODY: {"network_id": "d8bbea96-222d-4969-a471-16bb546091fc", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "subnet_id": "b976c07b-f202-4ee8-9f9d-8697c3ead7e0", "subnet_ids": ["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"], "port_id": "ba7b0bdb-833a-4741-b1da-56cb9be7127d", "id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2"} 2018-09-01 22:41:26,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/add_router_interface.json used request id req-5d20efde-79bb-4f8b-8224-36dd3cd00354 2018-09-01 22:41:26,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.18274402618s 2018-09-01 22:41:26,274 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/add_router_interface.json used request id req-5d20efde-79bb-4f8b-8224-36dd3cd00354 returning object d6c7d5a9-792e-485b-abcd-fbadae6071e2 2018-09-01 22:41:26,274 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 22:41:26,401 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 22:41:26,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:41:26,408 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 22:41:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 22:41:26,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:41:26,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:26,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e642bc40-0b43-4d3a-b258-6e97bbcca7ba Date: Sat, 01 Sep 2018 22:41:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:41:26,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e642bc40-0b43-4d3a-b258-6e97bbcca7ba 2018-09-01 22:41:26,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308665037155s 2018-09-01 22:41:26,722 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e642bc40-0b43-4d3a-b258-6e97bbcca7ba 2018-09-01 22:41:26,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 22:41:26,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}' 2018-09-01 22:41:27,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-34c765ba-56e6-42fd-b104-1527c2104414 Date: Sat, 01 Sep 2018 22:41:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:41:27Z", "file": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file", "owner": "b21e54753d85429698f0c3ec7e2b8591", "id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "size": null, "self": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "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_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "checksum": null, "created_at": "2018-09-01T22:41:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 22:41:27,048 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-34c765ba-56e6-42fd-b104-1527c2104414 2018-09-01 22:41:27,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.318498849869s 2018-09-01 22:41:27,048 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-34c765ba-56e6-42fd-b104-1527c2104414 returning object 305667fa-8c14-446c-8fe1-9c6bd6a4cd73 2018-09-01 22:41:27,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 22:41:27,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '' 2018-09-01 22:41:27,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d468402-3884-4b88-b7de-dccac0eaf52e Date: Sat, 01 Sep 2018 22:41: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 22:41:27,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file used request id req-0d468402-3884-4b88-b7de-dccac0eaf52e 2018-09-01 22:41:27,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.702803850174s 2018-09-01 22:41:27,752 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file used request id req-0d468402-3884-4b88-b7de-dccac0eaf52e 2018-09-01 22:41:27,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:41:27,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:28,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-7257fe96-aae6-4a14-bdab-0957b2e21f04 Date: Sat, 01 Sep 2018 22:41:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:41:27Z", "file": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file", "owner": "b21e54753d85429698f0c3ec7e2b8591", "id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "size": 12716032, "self": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:41:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:41:28,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7257fe96-aae6-4a14-bdab-0957b2e21f04 2018-09-01 22:41:28,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299432992935s 2018-09-01 22:41:28,056 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7257fe96-aae6-4a14-bdab-0957b2e21f04 2018-09-01 22:41:28,057 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap', u'metadata': Munch({})})], 'file': u'/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file', 'owner': u'b21e54753d85429698f0c3ec7e2b8591', 'id': u'305667fa-8c14-446c-8fe1-9c6bd6a4cd73', 'size': 12716032, u'self': u'/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T22:41:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T22:41:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0', '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/305667fa-8c14-446c-8fe1-9c6bd6a4cd73', 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_1bac6d44-3742-4b0b-9af3-9517c50a1de0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'created': u'2018-09-01T22:41:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T22:41:27Z', 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/305667fa-8c14-446c-8fe1-9c6bd6a4cd73', 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_1bac6d44-3742-4b0b-9af3-9517c50a1de0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 22:41:28,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 22:41:28,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "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 22:41:28,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-72bad733-91d4-4647-9b7c-aac85e33422f x-compute-request-id: req-72bad733-91d4-4647-9b7c-aac85e33422f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "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": "4c52999d-173d-479d-a782-afad49fda8e3"}} 2018-09-01 22:41:28,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-72bad733-91d4-4647-9b7c-aac85e33422f 2018-09-01 22:41:28,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.330074071884s 2018-09-01 22:41:28,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-72bad733-91d4-4647-9b7c-aac85e33422f 2018-09-01 22:41:28,390 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0', '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'9c607f8dec084760b79a49d03ee5938a', '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'4c52999d-173d-479d-a782-afad49fda8e3', 'swap': 0}) 2018-09-01 22:41:28,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 22:41:28,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3/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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" -d '{"extra_specs": {}}' 2018-09-01 22:41:28,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-67bdffae-5e48-4eee-b42f-634a696803cd x-compute-request-id: req-67bdffae-5e48-4eee-b42f-634a696803cd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 22:41:28,411 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3/os-extra_specs used request id req-67bdffae-5e48-4eee-b42f-634a696803cd 2018-09-01 22:41:28,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204980373383s 2018-09-01 22:41:28,411 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3/os-extra_specs used request id req-67bdffae-5e48-4eee-b42f-634a696803cd 2018-09-01 22:41:28,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 22:41:28,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"keypair": {"name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}}' 2018-09-01 22:41:28,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-b6fa3e96-5437-496d-8fa8-c8339023aaed x-compute-request-id: req-b6fa3e96-5437-496d-8fa8-c8339023aaed Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC34eP6E1dOezSokpEk3wrJ7iSkAEbfZaAjlRV4CPObciKDjM3NPpIBwNnM7mwsfzPBKtutqIIqMvldqfFji5V+qPmgf6uUShfshwQyXKScqo7I5eetMSBbIF+hJ9JXf6c8ziEcyEnZGVI6+mI/lnP2uyUAXezjCGvFLKTkVBgrvqZYf8yjxhzjCPf0oM4l6Ky5wXbTZYrIPNCo9onXuSHLw9/yJ7QxVvYTLwTM7PywuubqgnP62P8shBm0VEkB53MpEFhEW1q/22ZqgRmJUDDDfKqfciEL3HI7bUFJSTiHIw6+/PjNOEJKXahpiVgePtiNEXQOaoeMMSdBaI//rFkH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAt+Hj+hNXTns0qJKRJN8Kye4kpABG32WgI5UVeAjzm3Iig4zN\nzT6SAcDZzO5sLH8zwSrbraiCKjL5XanxY4uVfqj5oH+rlEoX7IcEMlyknKqOyOXn\nrTEgWyBfoSfSV3+nPM4hHMhJ2RlSOvpiP5Zz9rslAF3s4whrxSyk5FQYK76mWH/M\no8Yc4wj39KDOJeisucF202WKyDzQqPaJ17khy8Pf8ie0MVb2Ey8EzOz8sLrm6oJz\n+tj/LIQZtFRJAedzKRBYRFtav9tmaoEZiVAww3yqn3IhC9xyO21BSUk4hyMOvvz4\nzThCSl2oaYlYHj7YjRF0DmqHjDEnQWiP/6xZBwIDAQABAoIBAF1t/hrrRtoOidP5\nHJxiY6X0RVO6/Ee36CUMM+tYiQZ7eIPkwBC/8QnJBiE1J2t4ekB02UekLfbpDYEE\nvyy4GI5RpvxgwjpHZ157v6sjHVSo6IG1JwD9zBXhHhXRGPPyXXPsvDBWqAcR8ZEb\n9V2fwW4k6okEMD+u4Ks/osyM2fcnOzDTKGgCj0tt5yajf6WkwOpBQGAWx7Cw5icZ\nKmM1cPucG0cBG6x8udw+cgBODR2VLfNP97zXNWUb0IPFylyb+ce9Wyzsku5boDCa\n9xq5jtqn+9gM9acpBHKMlWIXXdMKEa8lIjF9UuK3tgTFuuPV6CTWjERA9AUy6F9Y\ni0DcSbECgYEA7DdivXb8/ceiD3aukxVmpJ7iA6WiMRdyAZMg67D5MiUJhNcMPv5D\naEmLWyrMECygYg+/3li+pYuMClxqg2F8ySB7q0Uspk72/EGu4LRK1ZEP3P5Et8vA\nVpDs74Qz9SHmquHDZebDYCfiAQMbblT+AbvxtwCVJUUwpIWkRUjd2DkCgYEAx0hv\nPckWxluYNsoNNo7q1D4BXzH7iQ1fkExO/6OUbcF9KTHv+jgQEY0WP8m4kpH4Z1BT\nCkSiNY38ZCEC6wpoSxcEgzfvw9UtRs0Kp09UoyWEq540I+1zqzXiCoNWgOsy3exw\n0Q1gZGQKf1mbmulULp1o42M0x/rKzmFxKlw3Oz8CgYEAg73UFQUyzjsz2FoBvUh3\nSaLPPOd40NZZoCU1fB3kraHYcD0buFpIr/YsgbkZvH+XJ3nPMavfECcHAJRQV1vc\no7O5JWlcIJjzyPa9GNeU0Q2pgkBRhQxfBiin7GGYNMQmiPGG7+NG3e8Abj4UY3GF\nhOQUSFNL21B+c5ORbY7ZI4kCgYEAjrmA+lY/2naVMIBLMEzxQGrcHqq0hLawP693\nUL1+O5E9K7jZL3Lhh0Bts+esKkUjDBNKNetr5UE4hxnhdiaxBT6J+9SfArl1wORv\nAd7eNi5Ts3oNy8FveyqPJopj9Nb+SlThg8e5xoyjvAuYVz1PDkesbFaL4cHraB3/\np5/96o8CgYEA5HzW1QMgnrojDteIAAjvdhZgUBGRGBxnLYboP6PJxWu4tDSAdUHv\nUgbWViETVG+S7Odr29gERKl/FwR5Atp4XqISVO1bXxdwSUpLOf3FnXBUaH77lMIm\njdTGCLEHirsUm7tY7i10uYVLy3gkjivQb+aTX0b0YnEdAkPoJUR39pA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "fingerprint": "47:49:e8:36:84:56:8f:6e:5e:76:22:32:ee:42:b4:f7"}} 2018-09-01 22:41:28,841 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b6fa3e96-5437-496d-8fa8-c8339023aaed 2018-09-01 22:41:28,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.42951798439s 2018-09-01 22:41:28,842 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b6fa3e96-5437-496d-8fa8-c8339023aaed 2018-09-01 22:41:28,842 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC34eP6E1dOezSokpEk3wrJ7iSkAEbfZaAjlRV4CPObciKDjM3NPpIBwNnM7mwsfzPBKtutqIIqMvldqfFji5V+qPmgf6uUShfshwQyXKScqo7I5eetMSBbIF+hJ9JXf6c8ziEcyEnZGVI6+mI/lnP2uyUAXezjCGvFLKTkVBgrvqZYf8yjxhzjCPf0oM4l6Ky5wXbTZYrIPNCo9onXuSHLw9/yJ7QxVvYTLwTM7PywuubqgnP62P8shBm0VEkB53MpEFhEW1q/22ZqgRmJUDDDfKqfciEL3HI7bUFJSTiHIw6+/PjNOEJKXahpiVgePtiNEXQOaoeMMSdBaI//rFkH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAt+Hj+hNXTns0qJKRJN8Kye4kpABG32WgI5UVeAjzm3Iig4zN\nzT6SAcDZzO5sLH8zwSrbraiCKjL5XanxY4uVfqj5oH+rlEoX7IcEMlyknKqOyOXn\nrTEgWyBfoSfSV3+nPM4hHMhJ2RlSOvpiP5Zz9rslAF3s4whrxSyk5FQYK76mWH/M\no8Yc4wj39KDOJeisucF202WKyDzQqPaJ17khy8Pf8ie0MVb2Ey8EzOz8sLrm6oJz\n+tj/LIQZtFRJAedzKRBYRFtav9tmaoEZiVAww3yqn3IhC9xyO21BSUk4hyMOvvz4\nzThCSl2oaYlYHj7YjRF0DmqHjDEnQWiP/6xZBwIDAQABAoIBAF1t/hrrRtoOidP5\nHJxiY6X0RVO6/Ee36CUMM+tYiQZ7eIPkwBC/8QnJBiE1J2t4ekB02UekLfbpDYEE\nvyy4GI5RpvxgwjpHZ157v6sjHVSo6IG1JwD9zBXhHhXRGPPyXXPsvDBWqAcR8ZEb\n9V2fwW4k6okEMD+u4Ks/osyM2fcnOzDTKGgCj0tt5yajf6WkwOpBQGAWx7Cw5icZ\nKmM1cPucG0cBG6x8udw+cgBODR2VLfNP97zXNWUb0IPFylyb+ce9Wyzsku5boDCa\n9xq5jtqn+9gM9acpBHKMlWIXXdMKEa8lIjF9UuK3tgTFuuPV6CTWjERA9AUy6F9Y\ni0DcSbECgYEA7DdivXb8/ceiD3aukxVmpJ7iA6WiMRdyAZMg67D5MiUJhNcMPv5D\naEmLWyrMECygYg+/3li+pYuMClxqg2F8ySB7q0Uspk72/EGu4LRK1ZEP3P5Et8vA\nVpDs74Qz9SHmquHDZebDYCfiAQMbblT+AbvxtwCVJUUwpIWkRUjd2DkCgYEAx0hv\nPckWxluYNsoNNo7q1D4BXzH7iQ1fkExO/6OUbcF9KTHv+jgQEY0WP8m4kpH4Z1BT\nCkSiNY38ZCEC6wpoSxcEgzfvw9UtRs0Kp09UoyWEq540I+1zqzXiCoNWgOsy3exw\n0Q1gZGQKf1mbmulULp1o42M0x/rKzmFxKlw3Oz8CgYEAg73UFQUyzjsz2FoBvUh3\nSaLPPOd40NZZoCU1fB3kraHYcD0buFpIr/YsgbkZvH+XJ3nPMavfECcHAJRQV1vc\no7O5JWlcIJjzyPa9GNeU0Q2pgkBRhQxfBiin7GGYNMQmiPGG7+NG3e8Abj4UY3GF\nhOQUSFNL21B+c5ORbY7ZI4kCgYEAjrmA+lY/2naVMIBLMEzxQGrcHqq0hLawP693\nUL1+O5E9K7jZL3Lhh0Bts+esKkUjDBNKNetr5UE4hxnhdiaxBT6J+9SfArl1wORv\nAd7eNi5Ts3oNy8FveyqPJopj9Nb+SlThg8e5xoyjvAuYVz1PDkesbFaL4cHraB3/\np5/96o8CgYEA5HzW1QMgnrojDteIAAjvdhZgUBGRGBxnLYboP6PJxWu4tDSAdUHv\nUgbWViETVG+S7Odr29gERKl/FwR5Atp4XqISVO1bXxdwSUpLOf3FnXBUaH77lMIm\njdTGCLEHirsUm7tY7i10uYVLy3gkjivQb+aTX0b0YnEdAkPoJUR39pA=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'754797f868c44ab3b6a1ec82a697a35b', 'name': u'cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'created_at': '2018-09-01T22:41:28.842921', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'47:49:e8:36:84:56:8f:6e:5e:76:22:32:ee:42:b4:f7', 'type': 'ssh', 'id': u'cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0'}) 2018-09-01 22:41:28,843 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAt+Hj+hNXTns0qJKRJN8Kye4kpABG32WgI5UVeAjzm3Iig4zN zT6SAcDZzO5sLH8zwSrbraiCKjL5XanxY4uVfqj5oH+rlEoX7IcEMlyknKqOyOXn rTEgWyBfoSfSV3+nPM4hHMhJ2RlSOvpiP5Zz9rslAF3s4whrxSyk5FQYK76mWH/M o8Yc4wj39KDOJeisucF202WKyDzQqPaJ17khy8Pf8ie0MVb2Ey8EzOz8sLrm6oJz +tj/LIQZtFRJAedzKRBYRFtav9tmaoEZiVAww3yqn3IhC9xyO21BSUk4hyMOvvz4 zThCSl2oaYlYHj7YjRF0DmqHjDEnQWiP/6xZBwIDAQABAoIBAF1t/hrrRtoOidP5 HJxiY6X0RVO6/Ee36CUMM+tYiQZ7eIPkwBC/8QnJBiE1J2t4ekB02UekLfbpDYEE vyy4GI5RpvxgwjpHZ157v6sjHVSo6IG1JwD9zBXhHhXRGPPyXXPsvDBWqAcR8ZEb 9V2fwW4k6okEMD+u4Ks/osyM2fcnOzDTKGgCj0tt5yajf6WkwOpBQGAWx7Cw5icZ KmM1cPucG0cBG6x8udw+cgBODR2VLfNP97zXNWUb0IPFylyb+ce9Wyzsku5boDCa 9xq5jtqn+9gM9acpBHKMlWIXXdMKEa8lIjF9UuK3tgTFuuPV6CTWjERA9AUy6F9Y i0DcSbECgYEA7DdivXb8/ceiD3aukxVmpJ7iA6WiMRdyAZMg67D5MiUJhNcMPv5D aEmLWyrMECygYg+/3li+pYuMClxqg2F8ySB7q0Uspk72/EGu4LRK1ZEP3P5Et8vA VpDs74Qz9SHmquHDZebDYCfiAQMbblT+AbvxtwCVJUUwpIWkRUjd2DkCgYEAx0hv PckWxluYNsoNNo7q1D4BXzH7iQ1fkExO/6OUbcF9KTHv+jgQEY0WP8m4kpH4Z1BT CkSiNY38ZCEC6wpoSxcEgzfvw9UtRs0Kp09UoyWEq540I+1zqzXiCoNWgOsy3exw 0Q1gZGQKf1mbmulULp1o42M0x/rKzmFxKlw3Oz8CgYEAg73UFQUyzjsz2FoBvUh3 SaLPPOd40NZZoCU1fB3kraHYcD0buFpIr/YsgbkZvH+XJ3nPMavfECcHAJRQV1vc o7O5JWlcIJjzyPa9GNeU0Q2pgkBRhQxfBiin7GGYNMQmiPGG7+NG3e8Abj4UY3GF hOQUSFNL21B+c5ORbY7ZI4kCgYEAjrmA+lY/2naVMIBLMEzxQGrcHqq0hLawP693 UL1+O5E9K7jZL3Lhh0Bts+esKkUjDBNKNetr5UE4hxnhdiaxBT6J+9SfArl1wORv Ad7eNi5Ts3oNy8FveyqPJopj9Nb+SlThg8e5xoyjvAuYVz1PDkesbFaL4cHraB3/ p5/96o8CgYEA5HzW1QMgnrojDteIAAjvdhZgUBGRGBxnLYboP6PJxWu4tDSAdUHv UgbWViETVG+S7Odr29gERKl/FwR5Atp4XqISVO1bXxdwSUpLOf3FnXBUaH77lMIm jdTGCLEHirsUm7tY7i10uYVLy3gkjivQb+aTX0b0YnEdAkPoJUR39pA= -----END RSA PRIVATE KEY----- 2018-09-01 22:41:28,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 22:41:28,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"security_group": {"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-01 22:41:29,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-c706dff2-9b1d-42ac-a1af-cc1018fa30ff Date: Sat, 01 Sep 2018 22:41:29 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:29Z", "updated_at": "2018-09-01T22:41:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "4802e451-5dec-4077-97b2-f18b16183fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "92a4d424-dedd-431b-b32c-ec23eb0dee5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 1, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}} 2018-09-01 22:41:29,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c706dff2-9b1d-42ac-a1af-cc1018fa30ff 2018-09-01 22:41:29,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.456511974335s 2018-09-01 22:41:29,303 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c706dff2-9b1d-42ac-a1af-cc1018fa30ff 2018-09-01 22:41:29,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:41:29,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:29,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-6be0ab8d-ae97-435e-a96e-071bd9d43816 Date: Sat, 01 Sep 2018 22:41:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:20Z", "updated_at": "2018-09-01T22:41:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "00e5b2ff-8f52-4b7c-864b-94b4449be66d", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "93a3c836-5126-49ed-8f35-381abca5237c", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "a4096c44-b5dc-4958-8c06-773ad5cd6c77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "f108d1e3-76c8-4334-93a2-f9d2cced3097", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 1, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:29Z", "updated_at": "2018-09-01T22:41:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "4802e451-5dec-4077-97b2-f18b16183fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "92a4d424-dedd-431b-b32c-ec23eb0dee5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 1, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:29,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6be0ab8d-ae97-435e-a96e-071bd9d43816 2018-09-01 22:41:29,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.233510971069s 2018-09-01 22:41:29,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-6be0ab8d-ae97-435e-a96e-071bd9d43816 2018-09-01 22:41:29,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:41:29,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -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": "55d9c1a8-a368-40f0-bb66-427380ec757f"}}' 2018-09-01 22:41:30,005 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8bc50810-8640-4714-9289-4b9080acbe8a Date: Sat, 01 Sep 2018 22:41:30 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-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "port_range_min": 22, "revision_number": 0, "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:29Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "80f18efc-8f3b-4f7e-81fa-cb2040f60d47"}} 2018-09-01 22:41:30,005 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8bc50810-8640-4714-9289-4b9080acbe8a 2018-09-01 22:41:30,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.459263086319s 2018-09-01 22:41:30,005 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8bc50810-8640-4714-9289-4b9080acbe8a 2018-09-01 22:41:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:41:30,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:30,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-ce46e47d-815a-4185-93ee-a3ebf2fdc2fd Date: Sat, 01 Sep 2018 22:41:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:20Z", "updated_at": "2018-09-01T22:41:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "00e5b2ff-8f52-4b7c-864b-94b4449be66d", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "93a3c836-5126-49ed-8f35-381abca5237c", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "a4096c44-b5dc-4958-8c06-773ad5cd6c77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "f108d1e3-76c8-4334-93a2-f9d2cced3097", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 1, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:29Z", "updated_at": "2018-09-01T22:41:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "4802e451-5dec-4077-97b2-f18b16183fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "80f18efc-8f3b-4f7e-81fa-cb2040f60d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "92a4d424-dedd-431b-b32c-ec23eb0dee5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 2, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:30,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ce46e47d-815a-4185-93ee-a3ebf2fdc2fd 2018-09-01 22:41:30,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.291086912155s 2018-09-01 22:41:30,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ce46e47d-815a-4185-93ee-a3ebf2fdc2fd 2018-09-01 22:41:30,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 22:41:30,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -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": "55d9c1a8-a368-40f0-bb66-427380ec757f"}}' 2018-09-01 22:41:30,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-deb31bea-3567-4e02-951e-df4f0e4509a1 Date: Sat, 01 Sep 2018 22:41:30 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-01T22:41:30Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "port_range_min": null, "revision_number": 0, "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:30Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "23a96e35-ed6e-4a94-935b-255521c27164"}} 2018-09-01 22:41:30,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-deb31bea-3567-4e02-951e-df4f0e4509a1 2018-09-01 22:41:30,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.657275915146s 2018-09-01 22:41:30,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-deb31bea-3567-4e02-951e-df4f0e4509a1 2018-09-01 22:41:30,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-14c52cd8-cdcf-408e-b7d6-2e9c0c109916 Date: Sat, 01 Sep 2018 22:41:31 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"],"updated_at":"2018-09-01T22:41:22Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:31,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-14c52cd8-cdcf-408e-b7d6-2e9c0c109916 2018-09-01 22:41:31,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357784032822s 2018-09-01 22:41:31,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-14c52cd8-cdcf-408e-b7d6-2e9c0c109916 2018-09-01 22:41:31,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:41:31,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:32,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-5b907906-97d6-4642-915a-eedb3e0cb211 Date: Sat, 01 Sep 2018 22:41:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:41:27Z", "file": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file", "owner": "b21e54753d85429698f0c3ec7e2b8591", "id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "size": 12716032, "self": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:41:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:41:32,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5b907906-97d6-4642-915a-eedb3e0cb211 2018-09-01 22:41:32,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.842168807983s 2018-09-01 22:41:32,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5b907906-97d6-4642-915a-eedb3e0cb211 2018-09-01 22:41:32,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:41:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:32,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-9b8e7797-d1d1-40c6-b1b5-8957392bc77c x-compute-request-id: req-9b8e7797-d1d1-40c6-b1b5-8957392bc77c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "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": "4c52999d-173d-479d-a782-afad49fda8e3"}]} 2018-09-01 22:41:32,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9b8e7797-d1d1-40c6-b1b5-8957392bc77c 2018-09-01 22:41:32,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024612903595s 2018-09-01 22:41:32,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9b8e7797-d1d1-40c6-b1b5-8957392bc77c 2018-09-01 22:41:32,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:41:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"server": {"name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "imageRef": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "flavorRef": "4c52999d-173d-479d-a782-afad49fda8e3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d8bbea96-222d-4969-a471-16bb546091fc"}], "security_groups": [{"name": "55d9c1a8-a368-40f0-bb66-427380ec757f"}]}}' 2018-09-01 22:41:36,483 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:41: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-8a7b124f-6a18-4a08-8462-900eb5b287a0 x-compute-request-id: req-8a7b124f-6a18-4a08-8462-900eb5b287a0 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "55d9c1a8-a368-40f0-bb66-427380ec757f"}], "OS-DCF:diskConfig": "MANUAL", "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "adminPass": "cFu2xf7QoSZH"}} 2018-09-01 22:41:36,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8a7b124f-6a18-4a08-8462-900eb5b287a0 2018-09-01 22:41:36,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.28637695312s 2018-09-01 22:41:36,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8a7b124f-6a18-4a08-8462-900eb5b287a0 2018-09-01 22:41:36,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:37,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22: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-00aef5ff-a33b-4da4-bf4e-c36f292ebeaf x-compute-request-id: req-00aef5ff-a33b-4da4-bf4e-c36f292ebeaf 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.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:37,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00aef5ff-a33b-4da4-bf4e-c36f292ebeaf 2018-09-01 22:41:37,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623798847198s 2018-09-01 22:41:37,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00aef5ff-a33b-4da4-bf4e-c36f292ebeaf 2018-09-01 22:41:37,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:37,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:37,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-22bcb77b-b917-4ab6-a5ac-fa23048d1596 Date: Sat, 01 Sep 2018 22:41:37 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"],"updated_at":"2018-09-01T22:41:22Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:37,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-22bcb77b-b917-4ab6-a5ac-fa23048d1596 2018-09-01 22:41:37,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871751308441s 2018-09-01 22:41:37,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-22bcb77b-b917-4ab6-a5ac-fa23048d1596 2018-09-01 22:41:37,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:41:37,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:37,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7f570786-34af-4701-b127-28e32da2e144 Date: Sat, 01 Sep 2018 22:41:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:41: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":"b21e54753d85429698f0c3ec7e2b8591","id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","subnetpool_id":null,"name":"cinder_test-subnet_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:37,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7f570786-34af-4701-b127-28e32da2e144 2018-09-01 22:41:37,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.323290109634s 2018-09-01 22:41:37,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7f570786-34af-4701-b127-28e32da2e144 2018-09-01 22:41:37,528 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:39,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:39,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:40,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-6ca1a449-56e4-4eb8-90f4-a6709eedc030 x-compute-request-id: req-6ca1a449-56e4-4eb8-90f4-a6709eedc030 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:39Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:40,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ca1a449-56e4-4eb8-90f4-a6709eedc030 2018-09-01 22:41:40,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625756025314s 2018-09-01 22:41:40,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ca1a449-56e4-4eb8-90f4-a6709eedc030 2018-09-01 22:41:40,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:42,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:42,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:43,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-ff292215-5883-4dfe-81df-119d4fb02fc4 x-compute-request-id: req-ff292215-5883-4dfe-81df-119d4fb02fc4 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.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:39Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:43,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff292215-5883-4dfe-81df-119d4fb02fc4 2018-09-01 22:41:43,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2708427906s 2018-09-01 22:41:43,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ff292215-5883-4dfe-81df-119d4fb02fc4 2018-09-01 22:41:43,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:45,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:45,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:46,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-bc317d56-5d32-4089-951e-2beecb3b503f x-compute-request-id: req-bc317d56-5d32-4089-951e-2beecb3b503f 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.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:39Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:46,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bc317d56-5d32-4089-951e-2beecb3b503f 2018-09-01 22:41:46,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36162590981s 2018-09-01 22:41:46,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bc317d56-5d32-4089-951e-2beecb3b503f 2018-09-01 22:41:46,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:48,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:41:48,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:49,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-dbf0de97-c06e-4830-a2a7-b64f579cba15 x-compute-request-id: req-dbf0de97-c06e-4830-a2a7-b64f579cba15 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:41:49,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dbf0de97-c06e-4830-a2a7-b64f579cba15 2018-09-01 22:41:49,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.907310009003s 2018-09-01 22:41:49,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dbf0de97-c06e-4830-a2a7-b64f579cba15 2018-09-01 22:41:49,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:41:49,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:49,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-83e67dcd-648f-4f25-9d7a-fc3e06853a88 Date: Sat, 01 Sep 2018 22:41:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:40Z","admin_state_up":true,"updated_at":"2018-09-01T22:41:45Z","binding:vnic_type":"normal","device_id":"89d8d409-f4e5-492f-8c34-eb9d435b967b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:af:a8:08","id":"93ce99fa-6eae-4666-8875-3bce9b8f5ab0","port_security_enabled":true,"project_id":"b21e54753d85429698f0c3ec7e2b8591","fixed_ips":[{"subnet_id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["55d9c1a8-a368-40f0-bb66-427380ec757f"],"name":""}]} 2018-09-01 22:41:49,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-83e67dcd-648f-4f25-9d7a-fc3e06853a88 2018-09-01 22:41:49,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0488398075104s 2018-09-01 22:41:49,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-83e67dcd-648f-4f25-9d7a-fc3e06853a88 2018-09-01 22:41:49,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:41:49,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=93ce99fa-6eae-4666-8875-3bce9b8f5ab0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:50,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c262e7ae-de49-495d-9e18-7a1fffc4c908 Date: Sat, 01 Sep 2018 22:41:50 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:41:50,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=93ce99fa-6eae-4666-8875-3bce9b8f5ab0 used request id req-c262e7ae-de49-495d-9e18-7a1fffc4c908 2018-09-01 22:41:50,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.384570837021s 2018-09-01 22:41:50,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=93ce99fa-6eae-4666-8875-3bce9b8f5ab0 used request id req-c262e7ae-de49-495d-9e18-7a1fffc4c908 2018-09-01 22:41:50,163 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:af:a8:08', 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'305667fa-8c14-446c-8fe1-9c6bd6a4cd73'}), 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-01T22:41:45.000000', 'flavor': Munch({u'id': u'4c52999d-173d-479d-a782-afad49fda8e3'}), 'az': u'nova', 'id': u'89d8d409-f4e5-492f-8c34-eb9d435b967b', 'security_groups': [Munch({u'name': u'cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'754797f868c44ab3b6a1ec82a697a35b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', '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-01T22:41:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:41:45Z', 'hostId': u'7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37', '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-01T22:41:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': u'cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'adminPass': u'cFu2xf7QoSZH', 'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', 'created_at': u'2018-09-01T22:41:36Z', 'created': u'2018-09-01T22:41:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:41:50,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:50,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:50,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7990d29b-716a-4dfb-b99e-fd922b96d94b Date: Sat, 01 Sep 2018 22:41:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"],"updated_at":"2018-09-01T22:41:22Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:50,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7990d29b-716a-4dfb-b99e-fd922b96d94b 2018-09-01 22:41:50,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0937950611115s 2018-09-01 22:41:50,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7990d29b-716a-4dfb-b99e-fd922b96d94b 2018-09-01 22:41:50,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:41:50,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:50,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-28a6933d-75c2-4b7b-b57f-f33e260127e7 Date: Sat, 01 Sep 2018 22:41:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:40Z","admin_state_up":true,"updated_at":"2018-09-01T22:41:45Z","binding:vnic_type":"normal","device_id":"89d8d409-f4e5-492f-8c34-eb9d435b967b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:af:a8:08","id":"93ce99fa-6eae-4666-8875-3bce9b8f5ab0","port_security_enabled":true,"project_id":"b21e54753d85429698f0c3ec7e2b8591","fixed_ips":[{"subnet_id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["55d9c1a8-a368-40f0-bb66-427380ec757f"],"name":""}]} 2018-09-01 22:41:50,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-28a6933d-75c2-4b7b-b57f-f33e260127e7 2018-09-01 22:41:50,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0565359592438s 2018-09-01 22:41:50,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-28a6933d-75c2-4b7b-b57f-f33e260127e7 2018-09-01 22:41:50,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 22:41:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"floatingip": {"floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.9", "port_id": "93ce99fa-6eae-4666-8875-3bce9b8f5ab0"}}' 2018-09-01 22:41:52,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-952640a4-5be2-4a01-9d16-43444ff90276 Date: Sat, 01 Sep 2018 22:41:52 GMT RESP BODY: {"floatingip": {"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:41:51Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "93ce99fa-6eae-4666-8875-3bce9b8f5ab0", "id": "1d5915fb-0468-4945-b654-25f955115cdc", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:51Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}} 2018-09-01 22:41:52,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-952640a4-5be2-4a01-9d16-43444ff90276 2018-09-01 22:41:52,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01542711258s 2018-09-01 22:41:52,335 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-952640a4-5be2-4a01-9d16-43444ff90276 2018-09-01 22:41:52,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:41:52,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:52,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-6a811644-2f91-4839-841d-f37f02642f27 Date: Sat, 01 Sep 2018 22:41:52 GMT RESP BODY: {"floatingips": [{"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:41:51Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "93ce99fa-6eae-4666-8875-3bce9b8f5ab0", "id": "1d5915fb-0468-4945-b654-25f955115cdc", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:51Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}]} 2018-09-01 22:41:52,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6a811644-2f91-4839-841d-f37f02642f27 2018-09-01 22:41:52,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0623910427094s 2018-09-01 22:41:52,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6a811644-2f91-4839-841d-f37f02642f27 2018-09-01 22:41:52,410 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd6c7d5a9-792e-485b-abcd-fbadae6071e2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', 'created_at': u'2018-09-01T22:41:51Z', 'attached': True, 'updated_at': u'2018-09-01T22:41:51Z', 'id': u'1d5915fb-0468-4945-b654-25f955115cdc', 'floating_network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd6c7d5a9-792e-485b-abcd-fbadae6071e2', 'project_id': u'b21e54753d85429698f0c3ec7e2b8591', 'port_id': u'93ce99fa-6eae-4666-8875-3bce9b8f5ab0', 'port': u'93ce99fa-6eae-4666-8875-3bce9b8f5ab0', 'network': u'2ecab897-029d-4694-8450-3bf914edbd66'}) 2018-09-01 22:41:52,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:41:52,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:41:52,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41: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-93e04188-a56a-464c-8a68-c58b93819837 x-compute-request-id: req-93e04188-a56a-464c-8a68-c58b93819837 Content-Encoding: gzip Content-Length: 9586 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 510087018 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.182449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184733] pid_max: default: 32768 minimum: 301\n[ 0.185971] ACPI: Core revision 20150930\n[ 0.187646] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189430] Security Framework initialized\n[ 0.190567] Yama: becoming mindful.\n[ 0.191574] AppArmor: AppArmor initialized\n[ 0.192725] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194502] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196215] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197848] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199732] Initializing cgroup subsys io\n[ 0.200843] Initializing cgroup subsys memory\n[ 0.202048] Initializing cgroup subsys devices\n[ 0.203251] Initializing cgroup subsys freezer\n[ 0.204458] Initializing cgroup subsys net_cls\n[ 0.205659] Initializing cgroup subsys perf_event\n[ 0.206897] Initializing cgroup subsys net_prio\n[ 0.208110] Initializing cgroup subsys hugetlb\n[ 0.209301] Initializing cgroup subsys pids\n[ 0.210480] CPU: Physical Processor ID: 0\n[ 0.212271] mce: CPU supports 10 MCE banks\n[ 0.213422] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231039] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237691] ftrace: allocating 31920 entries in 125 pages\n[ 0.263293] smpboot: Max logical packages: 1\n[ 0.264456] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266324] x2apic enabled\n[ 0.267453] Switched APIC routing to physical x2apic.\n[ 0.269919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271435] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274157] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276578] KVM setup paravirtual spinlock\n[ 0.278168] x86: Booted up 1 node, 1 CPUs\n[ 0.279265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281155] devtmpfs: initialized\n[ 0.283122] evm: security.selinux\n[ 0.284074] evm: security.SMACK64\n[ 0.285026] evm: security.SMACK64EXEC\n[ 0.286044] evm: security.SMACK64TRANSMUTE\n[ 0.287152] evm: security.SMACK64MMAP\n[ 0.288165] evm: security.ima\n[ 0.289053] evm: security.capability\n[ 0.290122] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292608] pinctrl core: initialized pinctrl subsystem\n[ 0.294074] RTC time: 22:41:45, date: 09/01/18\n[ 0.295350] NET: Registered protocol family 16\n[ 0.296644] cpuidle: using governor ladder\n[ 0.297753] cpuidle: using governor menu\n[ 0.298828] PCCT header not found.\n[ 0.299847] ACPI: bus type PCI registered\n[ 0.300938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302609] PCI: Using configuration type 1 for base access\n[ 0.304738] ACPI: Added _OSI(Module Device)\n[ 0.305876] ACPI: Added _OSI(Processor Device)\n[ 0.307030] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310399] ACPI: Interpreter enabled\n[ 0.311432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321398] ACPI: (supports S0 S5)\n[ 0.322361] ACPI: Using IOAPIC for interrupt routing\n[ 0.323643] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329144] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330809] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332404] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335371] acpiphp: Slot [3] registered\n[ 0.336469] acpiphp: Slot [4] registered\n[ 0.337554] acpiphp: Slot [5] registered\n[ 0.338658] acpiphp: Slot [6] registered\n[ 0.339756] acpiphp: Slot [7] registered\n[ 0.340857] acpiphp: Slot [8] registered\n[ 0.341959] acpiphp: Slot [9] registered\n[ 0.343061] acpiphp: Slot [10] registered\n[ 0.344176] acpiphp: Slot [11] registered\n[ 0.345290] acpiphp: Slot [12] registered\n[ 0.346403] acpiphp: Slot [13] registered\n[ 0.347511] acpiphp: Slot [14] registered\n[ 0.348624] acpiphp: Slot [15] registered\n[ 0.363863] acpiphp: Slot [16] registered\n[ 0.364991] acpiphp: Slot [17] registered\n[ 0.366098] acpiphp: Slot [18] registered\n[ 0.367207] acpiphp: Slot [19] registered\n[ 0.368320] acpiphp: Slot [20] registered\n[ 0.369440] acpiphp: Slot [21] registered\n[ 0.370549] acpiphp: Slot [22] registered\n[ 0.371653] acpiphp: Slot [23] registered\n[ 0.372767] acpiphp: Slot [24] registered\n[ 0.373890] acpiphp: Slot [25] registered\n[ 0.375002] acpiphp: Slot [26] registered\n[ 0.376112] acpiphp: Slot [27] registered\n[ 0.377228] acpiphp: Slot [28] registered\n[ 0.378346] acpiphp: Slot [29] registered\n[ 0.379455] acpiphp: Slot [30] registered\n[ 0.380569] acpiphp: Slot [31] registered\n[ 0.381684] PCI host bridge to bus 0000:00\n[ 0.382796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386096] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388090] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390090] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392119] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397835] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401154] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405650] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407625] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431211] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435120] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438996] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440772] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442218] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444348] vgaarb: loaded\n[ 0.445189] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446845] SCSI subsystem initialized\n[ 0.448112] ACPI: bus type USB registered\n[ 0.449261] usbcore: registered new interface driver usbfs\n[ 0.450662] usbcore: registered new interface driver hub\n[ 0.452041] usbcore: registered new device driver usb\n[ 0.453549] PCI: Using ACPI for IRQ routing\n[ 0.455084] NetLabel: Initializing\n[ 0.456073] NetLabel: domain hash size = 128\n[ 0.457244] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458562] NetLabel: unlabeled traffic allowed by default\n[ 0.460152] clocksource: Switched to clocksource kvm-clock\n[ 0.470166] AppArmor: AppArmor Filesystem Enabled\n[ 0.471497] pnp: PnP ACPI init\n[ 0.472733] pnp: PnP ACPI: found 5 devices\n[ 0.479583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481953] NET: Registered protocol family 2\n[ 0.483370] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485148] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486798] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488449] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489938] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491541] NET: Registered protocol family 1\n[ 0.492751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494259] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495728] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.524724] Trying to unpack rootfs image as initramfs...\n[ 0.586477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591599] Scanning for low memory corruption every 60 seconds\n[ 0.593797] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595429] audit: initializing netlink subsys (disabled)\n[ 0.596928] audit: type=2000 audit(1535841706.417:1): initialized\n[ 0.598822] Initialise system trusted keyring\n[ 0.600206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.601820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604567] zbud: loaded\n[ 0.605578] VFS: Disk quotas dquot_6.6.0\n[ 0.606728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.608909] fuse init (API version 7.23)\n[ 0.610162] Key type big_key registered\n[ 0.611281] Allocating IMA MOK and blacklist keyrings.\n[ 0.612975] Key type asymmetric registered\n[ 0.614161] Asymmetric key parser 'x509' registered\n[ 0.615486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617588] io scheduler noop registered\n[ 0.618694] io scheduler deadline registered (default)\n[ 0.620078] io scheduler cfq registered\n[ 0.621285] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622732] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626561] ACPI: Power Button [PWRF]\n[ 0.627786] GHES: HEST is not enabled!\n[ 0.641996] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671367] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674412] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698209] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701357] Linux agpgart interface v0.103\n[ 0.704785] brd: module loaded\n[ 0.707019] loop: module loaded\n[ 0.712096] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714166] GPT:90111 != 2097151\n[ 0.715128] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716685] GPT:90111 != 2097151\n[ 0.717643] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719019] vda: vda1 vda15\n[ 0.720749] scsi host0: ata_piix\n[ 0.721857] scsi host1: ata_piix\n[ 0.722861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727761] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729086] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732063] PPP generic driver version 2.4.2\n[ 0.733323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735017] ehci-pci: EHCI PCI platform driver\n[ 0.736258] ehci-platform: EHCI generic platform driver\n[ 0.737663] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739227] ohci-pci: OHCI PCI platform driver\n[ 0.740430] ohci-platform: OHCI generic platform driver\n[ 0.741840] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756520] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757931] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759994] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762953] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766580] usb usb1: Product: UHCI Host Controller\n[ 0.767850] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769399] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770728] hub 1-0:1.0: USB hub found\n[ 0.771918] hub 1-0:1.0: 2 ports detected\n[ 0.773204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776076] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777368] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778757] mousedev: PS/2 mouse device common for all mice\n[ 0.780476] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782992] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784537] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.786162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787769] i2c /dev entries driver\n[ 0.788824] device-mapper: uevent: version 1.0.3\n[ 0.790163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792476] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794328] NET: Registered protocol family 10\n[ 0.795870] NET: Registered protocol family 17\n[ 0.797117] Key type dns_resolver registered\n[ 0.798409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799887] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.802328] registered taskstats version 1\n[ 0.803475] Loading compiled-in X.509 certificates\n[ 0.805318] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807877] zswap: loaded using pool lzo/zbud\n[ 0.809933] Key type trusted registered\n[ 0.812068] Key type encrypted registered\n[ 0.813235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814697] ima: No TPM chip found, activating TPM-bypass!\n[ 0.816170] evm: HMAC attrs: 0x1\n[ 0.817485] Magic number: 2:560:703\n[ 0.818647] rtc_cmos 00:00: setting system clock to 2018-09-01 22:41:46 UTC (1535841706)\n[ 0.820894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822412] EDD information not available.\n[ 0.885722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902110] Write protecting the kernel read-only data: 14336k\n[ 0.905097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.907604] 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.063458] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000014\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDKZwo4aw2M4htwz9OQRzSX0LI6POirVfex9xMcLbeYDFe1+6yu/j2GcEjGnnSlHpz/hSH5/erNOS8So75Vb1wdZUo2kb67YSZ8IVBYy5HDLK/v9qRH/PlgkL8iNADlydz4WHYJJvlXEqT1qrkrOPm+kFjsJigL1JDoEEqDpzbi6ocuSZOEzBaAkBmeEFLfOpS5w8FpKS9Edb0Vmr+4coEaAkTzd4pRCT3KwsGOFPX63XsBF+PTvIy4DK+bnAwomuZwQy14znGkLG+eWn5QjxJBCah9WJewy/jESVuDY0WBFm8BfJoHIF4EG73C32b8PgbCMCXLrUYkmtBURKmASnQv root@cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0\nssh-dss AAAAB3NzaC1kc3MAAACBAPLKNYVq5FLrxW2K/aEMyW1nsnl1HKjw5F+4pkdwrolmrXdsmRZF7YUEICE6fA9jMGwb8Nkgg/nNvM5VD7duJpd6/3bKR88VYgIpWWmdxnKUTNu1zcsmpS2nJsDnur33BTf6M4o4LTU56fCDSLw7SciMQ14H590sLavNysTZhBavAAAAFQDkaQObVW2NKpZa/gcOLF9+4OIgWwAAAIEAsX4d/wxfUbD0OoucGcL0CE3ykHhEqwFdpuKXdTJD8b9RRel0KjATNHFaBuauV4U4LYheK2+vnRRJmfwb6PhIZLkO1ODhW+dym59bQPRLnTGgqYsg7K1gJruhnpmoGKfqssqxcd9/9D26E7xpoA47dyg95fIGeBp2kptHPIxbu/oAAACBALKrhinGSR8ZDS1r8ZkHnNYeeGBU9IUbpy5k/LTHk0efc7+1L5m5o9vQknIOvi7xi1nDeeKfXZr70EWoCZHvYNSxtv81CZW0nfBj5SsGMXd5R5t3M+il3mw2IOvOlcBpM5nodrLRnaJ5BbQ+CPvAFri1C7l6cQsDVjase7B2Hvy7 root@cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feaf:a808/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.88 ===\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-1bac6d44-3742-4b0b-9af3-9517c50a1de0 login: "} 2018-09-01 22:41:52,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/action used request id req-93e04188-a56a-464c-8a68-c58b93819837 2018-09-01 22:41:52,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108954191208s 2018-09-01 22:41:52,521 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/action used request id req-93e04188-a56a-464c-8a68-c58b93819837 2018-09-01 22:41:52,521 - 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 510087018 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.182449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184733] pid_max: default: 32768 minimum: 301 [ 0.185971] ACPI: Core revision 20150930 [ 0.187646] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189430] Security Framework initialized [ 0.190567] Yama: becoming mindful. [ 0.191574] AppArmor: AppArmor initialized [ 0.192725] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194502] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196215] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197848] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199732] Initializing cgroup subsys io [ 0.200843] Initializing cgroup subsys memory [ 0.202048] Initializing cgroup subsys devices [ 0.203251] Initializing cgroup subsys freezer [ 0.204458] Initializing cgroup subsys net_cls [ 0.205659] Initializing cgroup subsys perf_event [ 0.206897] Initializing cgroup subsys net_prio [ 0.208110] Initializing cgroup subsys hugetlb [ 0.209301] Initializing cgroup subsys pids [ 0.210480] CPU: Physical Processor ID: 0 [ 0.212271] mce: CPU supports 10 MCE banks [ 0.213422] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231039] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237691] ftrace: allocating 31920 entries in 125 pages [ 0.263293] smpboot: Max logical packages: 1 [ 0.264456] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266324] x2apic enabled [ 0.267453] Switched APIC routing to physical x2apic. [ 0.269919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271435] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274157] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276578] KVM setup paravirtual spinlock [ 0.278168] x86: Booted up 1 node, 1 CPUs [ 0.279265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281155] devtmpfs: initialized [ 0.283122] evm: security.selinux [ 0.284074] evm: security.SMACK64 [ 0.285026] evm: security.SMACK64EXEC [ 0.286044] evm: security.SMACK64TRANSMUTE [ 0.287152] evm: security.SMACK64MMAP [ 0.288165] evm: security.ima [ 0.289053] evm: security.capability [ 0.290122] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292608] pinctrl core: initialized pinctrl subsystem [ 0.294074] RTC time: 22:41:45, date: 09/01/18 [ 0.295350] NET: Registered protocol family 16 [ 0.296644] cpuidle: using governor ladder [ 0.297753] cpuidle: using governor menu [ 0.298828] PCCT header not found. [ 0.299847] ACPI: bus type PCI registered [ 0.300938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302609] PCI: Using configuration type 1 for base access [ 0.304738] ACPI: Added _OSI(Module Device) [ 0.305876] ACPI: Added _OSI(Processor Device) [ 0.307030] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310399] ACPI: Interpreter enabled [ 0.311432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321398] ACPI: (supports S0 S5) [ 0.322361] ACPI: Using IOAPIC for interrupt routing [ 0.323643] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329144] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330809] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332404] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335371] acpiphp: Slot [3] registered [ 0.336469] acpiphp: Slot [4] registered [ 0.337554] acpiphp: Slot [5] registered [ 0.338658] acpiphp: Slot [6] registered [ 0.339756] acpiphp: Slot [7] registered [ 0.340857] acpiphp: Slot [8] registered [ 0.341959] acpiphp: Slot [9] registered [ 0.343061] acpiphp: Slot [10] registered [ 0.344176] acpiphp: Slot [11] registered [ 0.345290] acpiphp: Slot [12] registered [ 0.346403] acpiphp: Slot [13] registered [ 0.347511] acpiphp: Slot [14] registered [ 0.348624] acpiphp: Slot [15] registered [ 0.363863] acpiphp: Slot [16] registered [ 0.364991] acpiphp: Slot [17] registered [ 0.366098] acpiphp: Slot [18] registered [ 0.367207] acpiphp: Slot [19] registered [ 0.368320] acpiphp: Slot [20] registered [ 0.369440] acpiphp: Slot [21] registered [ 0.370549] acpiphp: Slot [22] registered [ 0.371653] acpiphp: Slot [23] registered [ 0.372767] acpiphp: Slot [24] registered [ 0.373890] acpiphp: Slot [25] registered [ 0.375002] acpiphp: Slot [26] registered [ 0.376112] acpiphp: Slot [27] registered [ 0.377228] acpiphp: Slot [28] registered [ 0.378346] acpiphp: Slot [29] registered [ 0.379455] acpiphp: Slot [30] registered [ 0.380569] acpiphp: Slot [31] registered [ 0.381684] PCI host bridge to bus 0000:00 [ 0.382796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386096] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388090] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390090] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392119] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397835] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401154] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405650] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407625] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431211] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435120] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438996] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440772] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442218] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444348] vgaarb: loaded [ 0.445189] vgaarb: bridge control possible 0000:00:02.0 [ 0.446845] SCSI subsystem initialized [ 0.448112] ACPI: bus type USB registered [ 0.449261] usbcore: registered new interface driver usbfs [ 0.450662] usbcore: registered new interface driver hub [ 0.452041] usbcore: registered new device driver usb [ 0.453549] PCI: Using ACPI for IRQ routing [ 0.455084] NetLabel: Initializing [ 0.456073] NetLabel: domain hash size = 128 [ 0.457244] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458562] NetLabel: unlabeled traffic allowed by default [ 0.460152] clocksource: Switched to clocksource kvm-clock [ 0.470166] AppArmor: AppArmor Filesystem Enabled [ 0.471497] pnp: PnP ACPI init [ 0.472733] pnp: PnP ACPI: found 5 devices [ 0.479583] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481953] NET: Registered protocol family 2 [ 0.483370] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.485148] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486798] TCP: Hash tables configured (established 4096 bind 4096) [ 0.488449] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489938] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491541] NET: Registered protocol family 1 [ 0.492751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.494259] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495728] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.524724] Trying to unpack rootfs image as initramfs... [ 0.586477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591599] Scanning for low memory corruption every 60 seconds [ 0.593797] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595429] audit: initializing netlink subsys (disabled) [ 0.596928] audit: type=2000 audit(1535841706.417:1): initialized [ 0.598822] Initialise system trusted keyring [ 0.600206] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601820] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604567] zbud: loaded [ 0.605578] VFS: Disk quotas dquot_6.6.0 [ 0.606728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608909] fuse init (API version 7.23) [ 0.610162] Key type big_key registered [ 0.611281] Allocating IMA MOK and blacklist keyrings. [ 0.612975] Key type asymmetric registered [ 0.614161] Asymmetric key parser 'x509' registered [ 0.615486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617588] io scheduler noop registered [ 0.618694] io scheduler deadline registered (default) [ 0.620078] io scheduler cfq registered [ 0.621285] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622732] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626561] ACPI: Power Button [PWRF] [ 0.627786] GHES: HEST is not enabled! [ 0.641996] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671367] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674412] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.698209] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.701357] Linux agpgart interface v0.103 [ 0.704785] brd: module loaded [ 0.707019] loop: module loaded [ 0.712096] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714166] GPT:90111 != 2097151 [ 0.715128] GPT:Alternate GPT header not at the end of the disk. [ 0.716685] GPT:90111 != 2097151 [ 0.717643] GPT: Use GNU Parted to correct GPT errors. [ 0.719019] vda: vda1 vda15 [ 0.720749] scsi host0: ata_piix [ 0.721857] scsi host1: ata_piix [ 0.722861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.724578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.726592] libphy: Fixed MDIO Bus: probed [ 0.727761] tun: Universal TUN/TAP device driver, 1.6 [ 0.729086] tun: (C) 1999-2004 Max Krasnyansky [ 0.732063] PPP generic driver version 2.4.2 [ 0.733323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735017] ehci-pci: EHCI PCI platform driver [ 0.736258] ehci-platform: EHCI generic platform driver [ 0.737663] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739227] ohci-pci: OHCI PCI platform driver [ 0.740430] ohci-platform: OHCI generic platform driver [ 0.741840] uhci_hcd: USB Universal Host Controller Interface driver [ 0.756520] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.757931] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.759994] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.762953] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.764635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.766580] usb usb1: Product: UHCI Host Controller [ 0.767850] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.769399] usb usb1: SerialNumber: 0000:00:01.2 [ 0.770728] hub 1-0:1.0: USB hub found [ 0.771918] hub 1-0:1.0: 2 ports detected [ 0.773204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776076] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.777368] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778757] mousedev: PS/2 mouse device common for all mice [ 0.780476] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782992] rtc_cmos 00:00: RTC can wake from S4 [ 0.784537] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.786162] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.787769] i2c /dev entries driver [ 0.788824] device-mapper: uevent: version 1.0.3 [ 0.790163] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.792476] ledtrig-cpu: registered to indicate activity on CPUs [ 0.794328] NET: Registered protocol family 10 [ 0.795870] NET: Registered protocol family 17 [ 0.797117] Key type dns_resolver registered [ 0.798409] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.799887] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.802328] registered taskstats version 1 [ 0.803475] Loading compiled-in X.509 certificates [ 0.805318] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807877] zswap: loaded using pool lzo/zbud [ 0.809933] Key type trusted registered [ 0.812068] Key type encrypted registered [ 0.813235] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814697] ima: No TPM chip found, activating TPM-bypass! [ 0.816170] evm: HMAC attrs: 0x1 [ 0.817485] Magic number: 2:560:703 [ 0.818647] rtc_cmos 00:00: setting system clock to 2018-09-01 22:41:46 UTC (1535841706) [ 0.820894] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.822412] EDD information not available. [ 0.885722] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902110] Write protecting the kernel read-only data: 14336k [ 0.905097] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907604] 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.063458] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000014 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDKZwo4aw2M4htwz9OQRzSX0LI6POirVfex9xMcLbeYDFe1+6yu/j2GcEjGnnSlHpz/hSH5/erNOS8So75Vb1wdZUo2kb67YSZ8IVBYy5HDLK/v9qRH/PlgkL8iNADlydz4WHYJJvlXEqT1qrkrOPm+kFjsJigL1JDoEEqDpzbi6ocuSZOEzBaAkBmeEFLfOpS5w8FpKS9Edb0Vmr+4coEaAkTzd4pRCT3KwsGOFPX63XsBF+PTvIy4DK+bnAwomuZwQy14znGkLG+eWn5QjxJBCah9WJewy/jESVuDY0WBFm8BfJoHIF4EG73C32b8PgbCMCXLrUYkmtBURKmASnQv root@cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0 ssh-dss AAAAB3NzaC1kc3MAAACBAPLKNYVq5FLrxW2K/aEMyW1nsnl1HKjw5F+4pkdwrolmrXdsmRZF7YUEICE6fA9jMGwb8Nkgg/nNvM5VD7duJpd6/3bKR88VYgIpWWmdxnKUTNu1zcsmpS2nJsDnur33BTf6M4o4LTU56fCDSLw7SciMQ14H590sLavNysTZhBavAAAAFQDkaQObVW2NKpZa/gcOLF9+4OIgWwAAAIEAsX4d/wxfUbD0OoucGcL0CE3ykHhEqwFdpuKXdTJD8b9RRel0KjATNHFaBuauV4U4LYheK2+vnRRJmfwb6PhIZLkO1ODhW+dym59bQPRLnTGgqYsg7K1gJruhnpmoGKfqssqxcd9/9D26E7xpoA47dyg95fIGeBp2kptHPIxbu/oAAACBALKrhinGSR8ZDS1r8ZkHnNYeeGBU9IUbpy5k/LTHk0efc7+1L5m5o9vQknIOvi7xi1nDeeKfXZr70EWoCZHvYNSxtv81CZW0nfBj5SsGMXd5R5t3M+il3mw2IOvOlcBpM5nodrLRnaJ5BbQ+CPvAFri1C7l6cQsDVjase7B2Hvy7 root@cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feaf:a808/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0 launch-index: 0 === cirros: current=0.4.0 uptime=2.88 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-1bac6d44-3742-4b0b-9af3-9517c50a1de0 login: 2018-09-01 22:41:53,523 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa2e5b10L 2018-09-01 22:41:53,524 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 22:41:53,524 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 22:41:53,524 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 22:41:53,526 - 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 22:41:53,527 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 22:41:53,527 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 22:41:53,527 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 22:41:53,527 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 22:41:53,527 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 22:41:53,544 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 22:41:53,545 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 22:41:53,556 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: eb1c7073c29ba231f694bee939e39c7c 2018-09-01 22:41:53,557 - paramiko.transport - DEBUG - Trying discovered key 4749e83684568f6e5e762232ee42b4f7 in /tmp/tmpMCiuBS 2018-09-01 22:41:53,582 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 22:41:53,588 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 22:41:53,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-01 22:41:53,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"volume": {"display_name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "size": "2"}}' 2018-09-01 22:41:54,762 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:41:53 GMT Server: Apache x-compute-request-id: req-bf18cf47-e767-44e8-9b37-cf0a8611372d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf18cf47-e767-44e8-9b37-cf0a8611372d Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}} 2018-09-01 22:41:54,762 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes used request id req-bf18cf47-e767-44e8-9b37-cf0a8611372d 2018-09-01 22:41:54,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.16983890533s 2018-09-01 22:41:54,762 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes used request id req-bf18cf47-e767-44e8-9b37-cf0a8611372d 2018-09-01 22:41:54,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:41:54,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:55,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:54 GMT Server: Apache x-compute-request-id: req-cdb4225b-1698-4299-9d4d-ec1804370021 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdb4225b-1698-4299-9d4d-ec1804370021 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:41:54.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:41:55,745 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-cdb4225b-1698-4299-9d4d-ec1804370021 2018-09-01 22:41:55,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.982223033905s 2018-09-01 22:41:55,746 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-cdb4225b-1698-4299-9d4d-ec1804370021 2018-09-01 22:41:55,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:41:57,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:41:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:58,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:57 GMT Server: Apache x-compute-request-id: req-71f414fc-d2b0-4356-8c6c-d0906af05749 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-71f414fc-d2b0-4356-8c6c-d0906af05749 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:41:56.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:41:58,775 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-71f414fc-d2b0-4356-8c6c-d0906af05749 2018-09-01 22:41:58,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02498698235s 2018-09-01 22:41:58,776 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-71f414fc-d2b0-4356-8c6c-d0906af05749 2018-09-01 22:41:58,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:41:58,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:59,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4f142d93-7490-4d6f-9d03-bd2748535b21 Date: Sat, 01 Sep 2018 22:41: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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"],"updated_at":"2018-09-01T22:41:22Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:41:59,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f142d93-7490-4d6f-9d03-bd2748535b21 2018-09-01 22:41:59,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.531342983246s 2018-09-01 22:41:59,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f142d93-7490-4d6f-9d03-bd2748535b21 2018-09-01 22:41:59,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:41:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:59,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-94d07e07-8815-41d9-bd31-a6e455bb87fc Date: Sat, 01 Sep 2018 22:41:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:41:27Z", "file": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file", "owner": "b21e54753d85429698f0c3ec7e2b8591", "id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "size": 12716032, "self": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:41:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:41:59,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94d07e07-8815-41d9-bd31-a6e455bb87fc 2018-09-01 22:41:59,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278058052063s 2018-09-01 22:41:59,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-94d07e07-8815-41d9-bd31-a6e455bb87fc 2018-09-01 22:41:59,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:41:59,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:41:59,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1bbb80a-b610-4a17-ad06-bd78d7f60ead x-compute-request-id: req-a1bbb80a-b610-4a17-ad06-bd78d7f60ead Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "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": "4c52999d-173d-479d-a782-afad49fda8e3"}]} 2018-09-01 22:41:59,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a1bbb80a-b610-4a17-ad06-bd78d7f60ead 2018-09-01 22:41:59,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260770320892s 2018-09-01 22:41:59,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a1bbb80a-b610-4a17-ad06-bd78d7f60ead 2018-09-01 22:41:59,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 22:41:59,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"server": {"name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "imageRef": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "flavorRef": "4c52999d-173d-479d-a782-afad49fda8e3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d8bbea96-222d-4969-a471-16bb546091fc"}], "security_groups": [{"name": "55d9c1a8-a368-40f0-bb66-427380ec757f"}]}}' 2018-09-01 22:42:04,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7baef741-2cd3-4d91-9f66-8d4557464797 x-compute-request-id: req-7baef741-2cd3-4d91-9f66-8d4557464797 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "55d9c1a8-a368-40f0-bb66-427380ec757f"}], "OS-DCF:diskConfig": "MANUAL", "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "adminPass": "bS5ygMKyomC2"}} 2018-09-01 22:42:04,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7baef741-2cd3-4d91-9f66-8d4557464797 2018-09-01 22:42:04,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.2638220787s 2018-09-01 22:42:04,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7baef741-2cd3-4d91-9f66-8d4557464797 2018-09-01 22:42:04,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42: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-252a0a04-5b59-4ccb-a639-7a757d37ffea x-compute-request-id: req-252a0a04-5b59-4ccb-a639-7a757d37ffea Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:05,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-252a0a04-5b59-4ccb-a639-7a757d37ffea 2018-09-01 22:42:05,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677822113037s 2018-09-01 22:42:05,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-252a0a04-5b59-4ccb-a639-7a757d37ffea 2018-09-01 22:42:05,570 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:08,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-659427e0-1cd6-4b8f-845c-dfaf6fca50cf x-compute-request-id: req-659427e0-1cd6-4b8f-845c-dfaf6fca50cf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:07Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:08,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-659427e0-1cd6-4b8f-845c-dfaf6fca50cf 2018-09-01 22:42:08,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612023115158s 2018-09-01 22:42:08,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-659427e0-1cd6-4b8f-845c-dfaf6fca50cf 2018-09-01 22:42:08,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:10,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:10,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:11,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-615f4acf-13f9-492e-a9a9-f99765a19649 x-compute-request-id: req-615f4acf-13f9-492e-a9a9-f99765a19649 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:07Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:11,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-615f4acf-13f9-492e-a9a9-f99765a19649 2018-09-01 22:42:11,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920384883881s 2018-09-01 22:42:11,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-615f4acf-13f9-492e-a9a9-f99765a19649 2018-09-01 22:42:11,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:13,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:13,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:13,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42: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-5a80efb8-fc1b-425a-b18e-0ae1f215adb0 x-compute-request-id: req-5a80efb8-fc1b-425a-b18e-0ae1f215adb0 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:42:11.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:11Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:41:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:13,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5a80efb8-fc1b-425a-b18e-0ae1f215adb0 2018-09-01 22:42:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.848326921463s 2018-09-01 22:42:13,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5a80efb8-fc1b-425a-b18e-0ae1f215adb0 2018-09-01 22:42:13,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:42:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:14,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d0f2ecbe-116a-40d7-983e-e6892d0fa575 Date: Sat, 01 Sep 2018 22:42:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:42:07Z","admin_state_up":true,"updated_at":"2018-09-01T22:42:11Z","binding:vnic_type":"normal","device_id":"e21aa999-3836-4d7f-b456-9728af84f6aa","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:a1:78:96","id":"f414cdd4-c219-40c8-a85d-571f91a79352","port_security_enabled":true,"project_id":"b21e54753d85429698f0c3ec7e2b8591","fixed_ips":[{"subnet_id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["55d9c1a8-a368-40f0-bb66-427380ec757f"],"name":""}]} 2018-09-01 22:42:14,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-d0f2ecbe-116a-40d7-983e-e6892d0fa575 2018-09-01 22:42:14,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0489068031311s 2018-09-01 22:42:14,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-d0f2ecbe-116a-40d7-983e-e6892d0fa575 2018-09-01 22:42:14,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:42:14,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f414cdd4-c219-40c8-a85d-571f91a79352" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:14,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-70e3719f-5f7a-4190-9409-1dca5aeef969 Date: Sat, 01 Sep 2018 22:42:14 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:42:14,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f414cdd4-c219-40c8-a85d-571f91a79352 used request id req-70e3719f-5f7a-4190-9409-1dca5aeef969 2018-09-01 22:42:14,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0704982280731s 2018-09-01 22:42:14,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f414cdd4-c219-40c8-a85d-571f91a79352 used request id req-70e3719f-5f7a-4190-9409-1dca5aeef969 2018-09-01 22:42:14,098 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a1:78:96', u'version': 4, u'addr': u'192.168.120.18', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'305667fa-8c14-446c-8fe1-9c6bd6a4cd73'}), 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-01T22:42:11.000000', 'flavor': Munch({u'id': u'4c52999d-173d-479d-a782-afad49fda8e3'}), 'az': u'nova', 'id': u'e21aa999-3836-4d7f-b456-9728af84f6aa', 'security_groups': [Munch({u'name': u'cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'754797f868c44ab3b6a1ec82a697a35b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', '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-01T22:42:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T22:42:11Z', 'hostId': u'7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37', '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-01T22:42:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': u'cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'adminPass': u'bS5ygMKyomC2', 'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', 'created_at': u'2018-09-01T22:42:04Z', 'created': u'2018-09-01T22:42:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 22:42:14,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:42:14,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:14,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d4f4d401-7070-4fa5-a0de-aaef337335f1 Date: Sat, 01 Sep 2018 22:42:14 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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"],"updated_at":"2018-09-01T22:41:22Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:42:14,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d4f4d401-7070-4fa5-a0de-aaef337335f1 2018-09-01 22:42:14,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0900590419769s 2018-09-01 22:42:14,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d4f4d401-7070-4fa5-a0de-aaef337335f1 2018-09-01 22:42:14,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 22:42:14,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:14,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ab628a88-36c9-44f8-a808-dd9330f8ba28 Date: Sat, 01 Sep 2018 22:42:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:42:07Z","admin_state_up":true,"updated_at":"2018-09-01T22:42:11Z","binding:vnic_type":"normal","device_id":"e21aa999-3836-4d7f-b456-9728af84f6aa","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:a1:78:96","id":"f414cdd4-c219-40c8-a85d-571f91a79352","port_security_enabled":true,"project_id":"b21e54753d85429698f0c3ec7e2b8591","fixed_ips":[{"subnet_id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["55d9c1a8-a368-40f0-bb66-427380ec757f"],"name":""}]} 2018-09-01 22:42:14,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-ab628a88-36c9-44f8-a808-dd9330f8ba28 2018-09-01 22:42:14,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0480921268463s 2018-09-01 22:42:14,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-ab628a88-36c9-44f8-a808-dd9330f8ba28 2018-09-01 22:42:14,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 22:42:14,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"floatingip": {"floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.18", "port_id": "f414cdd4-c219-40c8-a85d-571f91a79352"}}' 2018-09-01 22:42:16,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c72e5a23-5124-4134-a389-bccf02959edd Date: Sat, 01 Sep 2018 22:42:16 GMT RESP BODY: {"floatingip": {"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:42:15Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f414cdd4-c219-40c8-a85d-571f91a79352", "id": "96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:42:15Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}} 2018-09-01 22:42:16,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c72e5a23-5124-4134-a389-bccf02959edd 2018-09-01 22:42:16,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.99117207527s 2018-09-01 22:42:16,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c72e5a23-5124-4134-a389-bccf02959edd 2018-09-01 22:42:16,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:42:16,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:16,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-811d13de-0cf7-4734-b982-22a578da3a99 Date: Sat, 01 Sep 2018 22:42:16 GMT RESP BODY: {"floatingips": [{"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:41:51Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "93ce99fa-6eae-4666-8875-3bce9b8f5ab0", "id": "1d5915fb-0468-4945-b654-25f955115cdc", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:51Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:42:15Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f414cdd4-c219-40c8-a85d-571f91a79352", "id": "96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:42:15Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}]} 2018-09-01 22:42:16,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-811d13de-0cf7-4734-b982-22a578da3a99 2018-09-01 22:42:16,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.232820987701s 2018-09-01 22:42:16,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-811d13de-0cf7-4734-b982-22a578da3a99 2018-09-01 22:42:16,480 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd6c7d5a9-792e-485b-abcd-fbadae6071e2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b21e54753d85429698f0c3ec7e2b8591', 'created_at': u'2018-09-01T22:42:15Z', 'attached': True, 'updated_at': u'2018-09-01T22:42:15Z', 'id': u'96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a', 'floating_network_id': u'2ecab897-029d-4694-8450-3bf914edbd66', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b21e54753d85429698f0c3ec7e2b8591', 'name': 'cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd6c7d5a9-792e-485b-abcd-fbadae6071e2', 'project_id': u'b21e54753d85429698f0c3ec7e2b8591', 'port_id': u'f414cdd4-c219-40c8-a85d-571f91a79352', 'port': u'f414cdd4-c219-40c8-a85d-571f91a79352', 'network': u'2ecab897-029d-4694-8450-3bf914edbd66'}) 2018-09-01 22:42:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 22:42:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 22:42:16,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22: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-8564bc58-c4f8-4785-94a9-3209609e9702 x-compute-request-id: req-8564bc58-c4f8-4785-94a9-3209609e9702 Content-Encoding: gzip Content-Length: 9613 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 496573448 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.183903] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186177] pid_max: default: 32768 minimum: 301\n[ 0.187398] ACPI: Core revision 20150930\n[ 0.189061] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190837] Security Framework initialized\n[ 0.191942] Yama: becoming mindful.\n[ 0.192934] AppArmor: AppArmor initialized\n[ 0.194084] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201104] Initializing cgroup subsys io\n[ 0.202209] Initializing cgroup subsys memory\n[ 0.203402] Initializing cgroup subsys devices\n[ 0.204582] Initializing cgroup subsys freezer\n[ 0.205753] Initializing cgroup subsys net_cls\n[ 0.206942] Initializing cgroup subsys perf_event\n[ 0.208179] Initializing cgroup subsys net_prio\n[ 0.209370] Initializing cgroup subsys hugetlb\n[ 0.210544] Initializing cgroup subsys pids\n[ 0.211714] CPU: Physical Processor ID: 0\n[ 0.213493] mce: CPU supports 10 MCE banks\n[ 0.214650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215993] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238673] ftrace: allocating 31920 entries in 125 pages\n[ 0.264150] smpboot: Max logical packages: 1\n[ 0.265307] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267169] x2apic enabled\n[ 0.268302] Switched APIC routing to physical x2apic.\n[ 0.270741] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272245] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277399] KVM setup paravirtual spinlock\n[ 0.278992] x86: Booted up 1 node, 1 CPUs\n[ 0.280091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281966] devtmpfs: initialized\n[ 0.283935] evm: security.selinux\n[ 0.284891] evm: security.SMACK64\n[ 0.285843] evm: security.SMACK64EXEC\n[ 0.286867] evm: security.SMACK64TRANSMUTE\n[ 0.287968] evm: security.SMACK64MMAP\n[ 0.288983] evm: security.ima\n[ 0.289868] evm: security.capability\n[ 0.290943] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293429] pinctrl core: initialized pinctrl subsystem\n[ 0.294900] RTC time: 22:42:11, date: 09/01/18\n[ 0.296181] NET: Registered protocol family 16\n[ 0.297483] cpuidle: using governor ladder\n[ 0.298599] cpuidle: using governor menu\n[ 0.299682] PCCT header not found.\n[ 0.300699] ACPI: bus type PCI registered\n[ 0.301791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303450] PCI: Using configuration type 1 for base access\n[ 0.305582] ACPI: Added _OSI(Module Device)\n[ 0.306739] ACPI: Added _OSI(Processor Device)\n[ 0.307916] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309148] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311303] ACPI: Interpreter enabled\n[ 0.312348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319887] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322399] ACPI: (supports S0 S5)\n[ 0.323365] ACPI: Using IOAPIC for interrupt routing\n[ 0.324649] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336226] acpiphp: Slot [3] registered\n[ 0.337315] acpiphp: Slot [4] registered\n[ 0.338398] acpiphp: Slot [5] registered\n[ 0.339485] acpiphp: Slot [6] registered\n[ 0.340575] acpiphp: Slot [7] registered\n[ 0.341655] acpiphp: Slot [8] registered\n[ 0.342746] acpiphp: Slot [9] registered\n[ 0.343828] acpiphp: Slot [10] registered\n[ 0.344930] acpiphp: Slot [11] registered\n[ 0.346033] acpiphp: Slot [12] registered\n[ 0.347135] acpiphp: Slot [13] registered\n[ 0.348233] acpiphp: Slot [14] registered\n[ 0.349344] acpiphp: Slot [15] registered\n[ 0.364658] acpiphp: Slot [16] registered\n[ 0.365781] acpiphp: Slot [17] registered\n[ 0.366885] acpiphp: Slot [18] registered\n[ 0.367982] acpiphp: Slot [19] registered\n[ 0.369088] acpiphp: Slot [20] registered\n[ 0.370193] acpiphp: Slot [21] registered\n[ 0.371303] acpiphp: Slot [22] registered\n[ 0.372435] acpiphp: Slot [23] registered\n[ 0.373545] acpiphp: Slot [24] registered\n[ 0.374656] acpiphp: Slot [25] registered\n[ 0.375765] acpiphp: Slot [26] registered\n[ 0.376868] acpiphp: Slot [27] registered\n[ 0.377981] acpiphp: Slot [28] registered\n[ 0.379091] acpiphp: Slot [29] registered\n[ 0.380192] acpiphp: Slot [30] registered\n[ 0.381294] acpiphp: Slot [31] registered\n[ 0.382397] PCI host bridge to bus 0000:00\n[ 0.383500] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385140] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388761] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396690] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398397] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399982] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401674] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406060] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428759] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430756] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432673] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434592] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440057] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441481] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443592] vgaarb: loaded\n[ 0.444424] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446065] SCSI subsystem initialized\n[ 0.447304] ACPI: bus type USB registered\n[ 0.448438] usbcore: registered new interface driver usbfs\n[ 0.449843] usbcore: registered new interface driver hub\n[ 0.451200] usbcore: registered new device driver usb\n[ 0.452679] PCI: Using ACPI for IRQ routing\n[ 0.454204] NetLabel: Initializing\n[ 0.455189] NetLabel: domain hash size = 128\n[ 0.456350] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457653] NetLabel: unlabeled traffic allowed by default\n[ 0.459223] clocksource: Switched to clocksource kvm-clock\n[ 0.469189] AppArmor: AppArmor Filesystem Enabled\n[ 0.470487] pnp: PnP ACPI init\n[ 0.471721] pnp: PnP ACPI: found 5 devices\n[ 0.478533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480871] NET: Registered protocol family 2\n[ 0.482270] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487278] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490334] NET: Registered protocol family 1\n[ 0.491540] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493020] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.494473] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508996] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523685] Trying to unpack rootfs image as initramfs...\n[ 0.586183] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591099] Scanning for low memory corruption every 60 seconds\n[ 0.593274] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594885] audit: initializing netlink subsys (disabled)\n[ 0.596385] audit: type=2000 audit(1535841732.380:1): initialized\n[ 0.598255] Initialise system trusted keyring\n[ 0.599636] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.601227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603944] zbud: loaded\n[ 0.604945] VFS: Disk quotas dquot_6.6.0\n[ 0.606078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.608236] fuse init (API version 7.23)\n[ 0.609460] Key type big_key registered\n[ 0.610569] Allocating IMA MOK and blacklist keyrings.\n[ 0.612251] Key type asymmetric registered\n[ 0.613393] Asymmetric key parser 'x509' registered\n[ 0.614714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616786] io scheduler noop registered\n[ 0.617884] io scheduler deadline registered (default)\n[ 0.619262] io scheduler cfq registered\n[ 0.620454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.625651] ACPI: Power Button [PWRF]\n[ 0.626873] GHES: HEST is not enabled!\n[ 0.641052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.673803] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.697488] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.700559] Linux agpgart interface v0.103\n[ 0.703928] brd: module loaded\n[ 0.706144] loop: module loaded\n[ 0.711272] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713278] GPT:90111 != 2097151\n[ 0.714212] GPT:Alternate GPT header not at the end of the disk.\n[ 0.715702] GPT:90111 != 2097151\n[ 0.716655] GPT: Use GNU Parted to correct GPT errors.\n[ 0.717975] vda: vda1 vda15\n[ 0.719656] scsi host0: ata_piix\n[ 0.720719] scsi host1: ata_piix\n[ 0.721706] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723371] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725350] libphy: Fixed MDIO Bus: probed\n[ 0.726475] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727778] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730700] PPP generic driver version 2.4.2\n[ 0.731948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733563] ehci-pci: EHCI PCI platform driver\n[ 0.734758] ehci-platform: EHCI generic platform driver\n[ 0.736108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.737646] ohci-pci: OHCI PCI platform driver\n[ 0.738839] ohci-platform: OHCI generic platform driver\n[ 0.740192] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.754818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756177] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758185] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.759574] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.761126] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.762799] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.764734] usb usb1: Product: UHCI Host Controller\n[ 0.765996] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.767544] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.768876] hub 1-0:1.0: USB hub found\n[ 0.769953] hub 1-0:1.0: 2 ports detected\n[ 0.771238] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774101] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.775409] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.776811] mousedev: PS/2 mouse device common for all mice\n[ 0.778503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.780976] rtc_cmos 00:00: RTC can wake from S4\n[ 0.782500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.784114] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.785733] i2c /dev entries driver\n[ 0.786780] device-mapper: uevent: version 1.0.3\n[ 0.788076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.790314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792133] NET: Registered protocol family 10\n[ 0.793668] NET: Registered protocol family 17\n[ 0.794892] Key type dns_resolver registered\n[ 0.796195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797684] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.800087] registered taskstats version 1\n[ 0.801237] Loading compiled-in X.509 certificates\n[ 0.803063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.805566] zswap: loaded using pool lzo/zbud\n[ 0.807669] Key type trusted registered\n[ 0.809783] Key type encrypted registered\n[ 0.810903] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.812322] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813740] evm: HMAC attrs: 0x1\n[ 0.815040] Magic number: 2:113:754\n[ 0.816094] tty ttyS5: hash matches\n[ 0.817192] rtc_cmos 00:00: setting system clock to 2018-09-01 22:42:12 UTC (1535841732)\n[ 0.819410] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.820912] EDD information not available.\n[ 0.884835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886940] Write protecting the kernel read-only data: 14336k\n[ 0.889862] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.892317] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086419] 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.18...\nLease of 192.168.120.18 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000017\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsueplMGavCOFlSJxizHSxdLoOjwisMXET65ktZKwoXLNCjOpghA6pEzf9sWfVxwk/5dGockByj6fCQyHSyRkMGY8fC/1PB5ovCc9zktcv6XFJvbHhWE4IsJh7tMvCdpqqYKemoFDRRGgPQRcaXMCDVd0k5msa1oIlKigXPVmvMZzMT5L88LYb4cv4tmB+rtI/MJFoRI/D9BZaNTMNZt5ChlgMGZlXsRue3hnca5SAFvGT6POuMK8eIymZQihNT5ezMUVlrGju2gekKVa5LdsDtZHVu/ZeA42xjYrjuLMzZ6NVOPcW6GMST7lEOkxdahuv+Sb/Tg0EnPbtQtASmINB root@cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0\nssh-dss AAAAB3NzaC1kc3MAAACBAMdTdx44GTb6sd6ma6+dVLLQP6o0jgakTqISE3xFyD0FQMb4MCpRxTpDDmbcXLYroWfGo3ELGPLKrjlOqIby1CKfQUrAVpv7eTLIMo200UdTPfKR9k77yjYvk8osGvHsuSLxMIlBkngzg9otk+YUrK3ZjJD5xo1eETyF/at28/53AAAAFQCN2FvzYdnkT3HoSdqUOeaPLU3XkQAAAIEAmDvZAkeejJ2yyZvdNnE9g4Upcd0+d+6/0IO4nRhsOL6bDHWVFT12WiYyu9dUmeCpSgop4FxPqbyRQxUBqnTK0tYTGiNNEq6XAE6LMKIlPL47G0a3SchqBMkNRtJ0QgB7/kCHppV6C3TVw8uxoWnOzzsSwEUb6vYlw/O7uc1GJ4AAAACBAK0OGq1Xhl+eWUdfV1lOcrsH5bgRg1JJmsnWPFsZ/zp4fgSClyDtMP8oQoU6BqD8u7E/D4fEYHafhfOkMH+/5cJyEi4yRGQoohiAFP7DLz/mCBxkNDOMDPQ0xYeLS1NAN4kE+/Vf2xHao4o5sWDvS2uAc/FZK2GQmF2vWpmQvmEj root@cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0\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.18,24,fe80::f816:3eff:fea1:7896/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.18 \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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\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-1bac6d44-3742-4b0b-9af3-9517c50a1de0 login: "} 2018-09-01 22:42:16,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/action used request id req-8564bc58-c4f8-4785-94a9-3209609e9702 2018-09-01 22:42:16,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.207726955414s 2018-09-01 22:42:16,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/action used request id req-8564bc58-c4f8-4785-94a9-3209609e9702 2018-09-01 22:42:16,690 - 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 496573448 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.183903] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186177] pid_max: default: 32768 minimum: 301 [ 0.187398] ACPI: Core revision 20150930 [ 0.189061] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190837] Security Framework initialized [ 0.191942] Yama: becoming mindful. [ 0.192934] AppArmor: AppArmor initialized [ 0.194084] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195849] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199250] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201104] Initializing cgroup subsys io [ 0.202209] Initializing cgroup subsys memory [ 0.203402] Initializing cgroup subsys devices [ 0.204582] Initializing cgroup subsys freezer [ 0.205753] Initializing cgroup subsys net_cls [ 0.206942] Initializing cgroup subsys perf_event [ 0.208179] Initializing cgroup subsys net_prio [ 0.209370] Initializing cgroup subsys hugetlb [ 0.210544] Initializing cgroup subsys pids [ 0.211714] CPU: Physical Processor ID: 0 [ 0.213493] mce: CPU supports 10 MCE banks [ 0.214650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215993] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232062] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238673] ftrace: allocating 31920 entries in 125 pages [ 0.264150] smpboot: Max logical packages: 1 [ 0.265307] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267169] x2apic enabled [ 0.268302] Switched APIC routing to physical x2apic. [ 0.270741] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272245] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277399] KVM setup paravirtual spinlock [ 0.278992] x86: Booted up 1 node, 1 CPUs [ 0.280091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281966] devtmpfs: initialized [ 0.283935] evm: security.selinux [ 0.284891] evm: security.SMACK64 [ 0.285843] evm: security.SMACK64EXEC [ 0.286867] evm: security.SMACK64TRANSMUTE [ 0.287968] evm: security.SMACK64MMAP [ 0.288983] evm: security.ima [ 0.289868] evm: security.capability [ 0.290943] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293429] pinctrl core: initialized pinctrl subsystem [ 0.294900] RTC time: 22:42:11, date: 09/01/18 [ 0.296181] NET: Registered protocol family 16 [ 0.297483] cpuidle: using governor ladder [ 0.298599] cpuidle: using governor menu [ 0.299682] PCCT header not found. [ 0.300699] ACPI: bus type PCI registered [ 0.301791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303450] PCI: Using configuration type 1 for base access [ 0.305582] ACPI: Added _OSI(Module Device) [ 0.306739] ACPI: Added _OSI(Processor Device) [ 0.307916] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309148] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311303] ACPI: Interpreter enabled [ 0.312348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317367] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319887] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322399] ACPI: (supports S0 S5) [ 0.323365] ACPI: Using IOAPIC for interrupt routing [ 0.324649] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.331639] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.336226] acpiphp: Slot [3] registered [ 0.337315] acpiphp: Slot [4] registered [ 0.338398] acpiphp: Slot [5] registered [ 0.339485] acpiphp: Slot [6] registered [ 0.340575] acpiphp: Slot [7] registered [ 0.341655] acpiphp: Slot [8] registered [ 0.342746] acpiphp: Slot [9] registered [ 0.343828] acpiphp: Slot [10] registered [ 0.344930] acpiphp: Slot [11] registered [ 0.346033] acpiphp: Slot [12] registered [ 0.347135] acpiphp: Slot [13] registered [ 0.348233] acpiphp: Slot [14] registered [ 0.349344] acpiphp: Slot [15] registered [ 0.364658] acpiphp: Slot [16] registered [ 0.365781] acpiphp: Slot [17] registered [ 0.366885] acpiphp: Slot [18] registered [ 0.367982] acpiphp: Slot [19] registered [ 0.369088] acpiphp: Slot [20] registered [ 0.370193] acpiphp: Slot [21] registered [ 0.371303] acpiphp: Slot [22] registered [ 0.372435] acpiphp: Slot [23] registered [ 0.373545] acpiphp: Slot [24] registered [ 0.374656] acpiphp: Slot [25] registered [ 0.375765] acpiphp: Slot [26] registered [ 0.376868] acpiphp: Slot [27] registered [ 0.377981] acpiphp: Slot [28] registered [ 0.379091] acpiphp: Slot [29] registered [ 0.380192] acpiphp: Slot [30] registered [ 0.381294] acpiphp: Slot [31] registered [ 0.382397] PCI host bridge to bus 0000:00 [ 0.383500] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385140] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386779] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388761] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392767] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396690] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398397] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399982] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401674] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406060] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428759] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430756] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432673] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434592] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438289] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440057] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441481] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443592] vgaarb: loaded [ 0.444424] vgaarb: bridge control possible 0000:00:02.0 [ 0.446065] SCSI subsystem initialized [ 0.447304] ACPI: bus type USB registered [ 0.448438] usbcore: registered new interface driver usbfs [ 0.449843] usbcore: registered new interface driver hub [ 0.451200] usbcore: registered new device driver usb [ 0.452679] PCI: Using ACPI for IRQ routing [ 0.454204] NetLabel: Initializing [ 0.455189] NetLabel: domain hash size = 128 [ 0.456350] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457653] NetLabel: unlabeled traffic allowed by default [ 0.459223] clocksource: Switched to clocksource kvm-clock [ 0.469189] AppArmor: AppArmor Filesystem Enabled [ 0.470487] pnp: PnP ACPI init [ 0.471721] pnp: PnP ACPI: found 5 devices [ 0.478533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480871] NET: Registered protocol family 2 [ 0.482270] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484014] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485647] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487278] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488752] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490334] NET: Registered protocol family 1 [ 0.491540] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493020] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494473] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508996] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523685] Trying to unpack rootfs image as initramfs... [ 0.586183] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591099] Scanning for low memory corruption every 60 seconds [ 0.593274] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594885] audit: initializing netlink subsys (disabled) [ 0.596385] audit: type=2000 audit(1535841732.380:1): initialized [ 0.598255] Initialise system trusted keyring [ 0.599636] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601227] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603944] zbud: loaded [ 0.604945] VFS: Disk quotas dquot_6.6.0 [ 0.606078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608236] fuse init (API version 7.23) [ 0.609460] Key type big_key registered [ 0.610569] Allocating IMA MOK and blacklist keyrings. [ 0.612251] Key type asymmetric registered [ 0.613393] Asymmetric key parser 'x509' registered [ 0.614714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616786] io scheduler noop registered [ 0.617884] io scheduler deadline registered (default) [ 0.619262] io scheduler cfq registered [ 0.620454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621883] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.625651] ACPI: Power Button [PWRF] [ 0.626873] GHES: HEST is not enabled! [ 0.641052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673803] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697488] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700559] Linux agpgart interface v0.103 [ 0.703928] brd: module loaded [ 0.706144] loop: module loaded [ 0.711272] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713278] GPT:90111 != 2097151 [ 0.714212] GPT:Alternate GPT header not at the end of the disk. [ 0.715702] GPT:90111 != 2097151 [ 0.716655] GPT: Use GNU Parted to correct GPT errors. [ 0.717975] vda: vda1 vda15 [ 0.719656] scsi host0: ata_piix [ 0.720719] scsi host1: ata_piix [ 0.721706] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723371] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725350] libphy: Fixed MDIO Bus: probed [ 0.726475] tun: Universal TUN/TAP device driver, 1.6 [ 0.727778] tun: (C) 1999-2004 Max Krasnyansky [ 0.730700] PPP generic driver version 2.4.2 [ 0.731948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733563] ehci-pci: EHCI PCI platform driver [ 0.734758] ehci-platform: EHCI generic platform driver [ 0.736108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.737646] ohci-pci: OHCI PCI platform driver [ 0.738839] ohci-platform: OHCI generic platform driver [ 0.740192] uhci_hcd: USB Universal Host Controller Interface driver [ 0.754818] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756177] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758185] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.759574] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761126] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.762799] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.764734] usb usb1: Product: UHCI Host Controller [ 0.765996] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.767544] usb usb1: SerialNumber: 0000:00:01.2 [ 0.768876] hub 1-0:1.0: USB hub found [ 0.769953] hub 1-0:1.0: 2 ports detected [ 0.771238] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774101] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.775409] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.776811] mousedev: PS/2 mouse device common for all mice [ 0.778503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.780976] rtc_cmos 00:00: RTC can wake from S4 [ 0.782500] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.784114] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.785733] i2c /dev entries driver [ 0.786780] device-mapper: uevent: version 1.0.3 [ 0.788076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.790314] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792133] NET: Registered protocol family 10 [ 0.793668] NET: Registered protocol family 17 [ 0.794892] Key type dns_resolver registered [ 0.796195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.797684] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.800087] registered taskstats version 1 [ 0.801237] Loading compiled-in X.509 certificates [ 0.803063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.805566] zswap: loaded using pool lzo/zbud [ 0.807669] Key type trusted registered [ 0.809783] Key type encrypted registered [ 0.810903] AppArmor: AppArmor sha1 policy hashing enabled [ 0.812322] ima: No TPM chip found, activating TPM-bypass! [ 0.813740] evm: HMAC attrs: 0x1 [ 0.815040] Magic number: 2:113:754 [ 0.816094] tty ttyS5: hash matches [ 0.817192] rtc_cmos 00:00: setting system clock to 2018-09-01 22:42:12 UTC (1535841732) [ 0.819410] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.820912] EDD information not available. [ 0.884835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886940] Write protecting the kernel read-only data: 14336k [ 0.889862] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.892317] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086419] 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.18... Lease of 192.168.120.18 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000017 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsueplMGavCOFlSJxizHSxdLoOjwisMXET65ktZKwoXLNCjOpghA6pEzf9sWfVxwk/5dGockByj6fCQyHSyRkMGY8fC/1PB5ovCc9zktcv6XFJvbHhWE4IsJh7tMvCdpqqYKemoFDRRGgPQRcaXMCDVd0k5msa1oIlKigXPVmvMZzMT5L88LYb4cv4tmB+rtI/MJFoRI/D9BZaNTMNZt5ChlgMGZlXsRue3hnca5SAFvGT6POuMK8eIymZQihNT5ezMUVlrGju2gekKVa5LdsDtZHVu/ZeA42xjYrjuLMzZ6NVOPcW6GMST7lEOkxdahuv+Sb/Tg0EnPbtQtASmINB root@cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0 ssh-dss AAAAB3NzaC1kc3MAAACBAMdTdx44GTb6sd6ma6+dVLLQP6o0jgakTqISE3xFyD0FQMb4MCpRxTpDDmbcXLYroWfGo3ELGPLKrjlOqIby1CKfQUrAVpv7eTLIMo200UdTPfKR9k77yjYvk8osGvHsuSLxMIlBkngzg9otk+YUrK3ZjJD5xo1eETyF/at28/53AAAAFQCN2FvzYdnkT3HoSdqUOeaPLU3XkQAAAIEAmDvZAkeejJ2yyZvdNnE9g4Upcd0+d+6/0IO4nRhsOL6bDHWVFT12WiYyu9dUmeCpSgop4FxPqbyRQxUBqnTK0tYTGiNNEq6XAE6LMKIlPL47G0a3SchqBMkNRtJ0QgB7/kCHppV6C3TVw8uxoWnOzzsSwEUb6vYlw/O7uc1GJ4AAAACBAK0OGq1Xhl+eWUdfV1lOcrsH5bgRg1JJmsnWPFsZ/zp4fgSClyDtMP8oQoU6BqD8u7E/D4fEYHafhfOkMH+/5cJyEi4yRGQoohiAFP7DLz/mCBxkNDOMDPQ0xYeLS1NAN4kE+/Vf2xHao4o5sWDvS2uAc/FZK2GQmF2vWpmQvmEj root@cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0 -----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.18,24,fe80::f816:3eff:fea1:7896/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.18 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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0 launch-index: 0 === cirros: current=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-1bac6d44-3742-4b0b-9af3-9517c50a1de0 login: 2018-09-01 22:42:16,694 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa2f94d0L 2018-09-01 22:42:16,695 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 22:42:16,695 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 22:42:16,695 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 22:42:16,696 - 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 22:42:16,696 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 22:42:16,696 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 22:42:16,696 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 22:42:16,697 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 22:42:16,697 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 22:42:16,715 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 22:42:16,715 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 22:42:16,726 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 2feaad7fe55a47a92323a9b3f16c9d61 2018-09-01 22:42:16,727 - paramiko.transport - DEBUG - Trying discovered key 4749e83684568f6e5e762232ee42b4f7 in /tmp/tmpMCiuBS 2018-09-01 22:42:16,752 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 22:42:16,758 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 22:42:16,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 22:42:16,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"volumeAttachment": {"volumeId": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}}' 2018-09-01 22:42:19,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22: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-275c867e-e9cd-4d2a-9f3a-710a51a9959f x-compute-request-id: req-275c867e-e9cd-4d2a-9f3a-710a51a9959f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e21aa999-3836-4d7f-b456-9728af84f6aa", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "volumeId": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}} 2018-09-01 22:42:19,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/os-volume_attachments used request id req-275c867e-e9cd-4d2a-9f3a-710a51a9959f 2018-09-01 22:42:19,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.91050195694s 2018-09-01 22:42:19,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/os-volume_attachments used request id req-275c867e-e9cd-4d2a-9f3a-710a51a9959f 2018-09-01 22:42:19,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:19,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:19,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:19 GMT Server: Apache x-compute-request-id: req-eea1235a-5af2-49dc-8e8e-1a1d58c640c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eea1235a-5af2-49dc-8e8e-1a1d58c640c8 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:19.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:19,735 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-eea1235a-5af2-49dc-8e8e-1a1d58c640c8 2018-09-01 22:42:19,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.063677072525s 2018-09-01 22:42:19,735 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-eea1235a-5af2-49dc-8e8e-1a1d58c640c8 2018-09-01 22:42:19,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:21,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:21,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:21 GMT Server: Apache x-compute-request-id: req-c8e0ba09-17b7-4779-8678-75ad6ff0d5e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8e0ba09-17b7-4779-8678-75ad6ff0d5e4 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:19.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:22,813 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-c8e0ba09-17b7-4779-8678-75ad6ff0d5e4 2018-09-01 22:42:22,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.07354211807s 2018-09-01 22:42:22,813 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-c8e0ba09-17b7-4779-8678-75ad6ff0d5e4 2018-09-01 22:42:22,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:24,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:25,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:24 GMT Server: Apache x-compute-request-id: req-2c7bead3-c387-4ffd-9b25-12d843b29a28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c7bead3-c387-4ffd-9b25-12d843b29a28 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [{"server_id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "attachment_id": "f68f2ea8-594e-4934-92f6-7b1397197f54", "attached_at": "2018-09-01T22:42:23.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "device": "/dev/vdb", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:24.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:25,927 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-2c7bead3-c387-4ffd-9b25-12d843b29a28 2018-09-01 22:42:25,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.11068511009s 2018-09-01 22:42:25,927 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-2c7bead3-c387-4ffd-9b25-12d843b29a28 2018-09-01 22:42:25,929 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 22:42:25,930 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 22:42:25,930 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 22:42:25,932 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 22:42:25,999 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 22:42:26,000 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 22:42:26,001 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 22:42:26,001 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 22:42:26,039 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 22:42:26,040 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 22:42:26,066 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 22:42:26,264 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 22:42:26,264 - 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: 62151e52-4262-483b-82d0-718e7ce17138 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 22:42:26,265 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-01 22:42:26,265 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 22:42:26,265 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-01 22:42:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 22:42:26,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:28,914 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-775cae54-fb2c-4a6a-9bac-a79a2aed27f5 x-compute-request-id: req-775cae54-fb2c-4a6a-9bac-a79a2aed27f5 Content-Length: 0 Content-Type: application/json 2018-09-01 22:42:28,914 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-775cae54-fb2c-4a6a-9bac-a79a2aed27f5 2018-09-01 22:42:28,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.64807796478s 2018-09-01 22:42:28,915 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-775cae54-fb2c-4a6a-9bac-a79a2aed27f5 2018-09-01 22:42:28,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:28,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:28 GMT Server: Apache x-compute-request-id: req-ac26ad86-3972-48b8-b699-9fc98f31b7c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac26ad86-3972-48b8-b699-9fc98f31b7c4 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [{"server_id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "attachment_id": "f68f2ea8-594e-4934-92f6-7b1397197f54", "attached_at": "2018-09-01T22:42:23.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "device": "/dev/vdb", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:28.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:28,972 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-ac26ad86-3972-48b8-b699-9fc98f31b7c4 2018-09-01 22:42:28,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0569550991058s 2018-09-01 22:42:28,972 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-ac26ad86-3972-48b8-b699-9fc98f31b7c4 2018-09-01 22:42:28,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:30,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:30,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:31,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:30 GMT Server: Apache x-compute-request-id: req-198ecfc6-c585-4a93-a9af-13fe88e8ee75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-198ecfc6-c585-4a93-a9af-13fe88e8ee75 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [{"server_id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "attachment_id": "f68f2ea8-594e-4934-92f6-7b1397197f54", "attached_at": "2018-09-01T22:42:23.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "device": "/dev/vdb", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:28.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:31,028 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-198ecfc6-c585-4a93-a9af-13fe88e8ee75 2018-09-01 22:42:31,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0514531135559s 2018-09-01 22:42:31,028 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-198ecfc6-c585-4a93-a9af-13fe88e8ee75 2018-09-01 22:42:31,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:33,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:33,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:34,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:33 GMT Server: Apache x-compute-request-id: req-63e1c4b0-8355-41f9-977b-4d6045773d97 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63e1c4b0-8355-41f9-977b-4d6045773d97 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:31.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:34,063 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-63e1c4b0-8355-41f9-977b-4d6045773d97 2018-09-01 22:42:34,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0303440094s 2018-09-01 22:42:34,063 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-63e1c4b0-8355-41f9-977b-4d6045773d97 2018-09-01 22:42:34,065 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-01 22:42:34,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 22:42:34,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"volumeAttachment": {"volumeId": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}}' 2018-09-01 22:42:36,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42: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-aa5c9d6b-dd38-4f71-b728-6663dff3d9ca x-compute-request-id: req-aa5c9d6b-dd38-4f71-b728-6663dff3d9ca Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "volumeId": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}} 2018-09-01 22:42:36,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/os-volume_attachments used request id req-aa5c9d6b-dd38-4f71-b728-6663dff3d9ca 2018-09-01 22:42:36,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.00581097603s 2018-09-01 22:42:36,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/os-volume_attachments used request id req-aa5c9d6b-dd38-4f71-b728-6663dff3d9ca 2018-09-01 22:42:36,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:36,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:37,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:36 GMT Server: Apache x-compute-request-id: req-992c016c-242c-4304-9a93-0c5d59964514 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-992c016c-242c-4304-9a93-0c5d59964514 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:36.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:37,101 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-992c016c-242c-4304-9a93-0c5d59964514 2018-09-01 22:42:37,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02891206741s 2018-09-01 22:42:37,101 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-992c016c-242c-4304-9a93-0c5d59964514 2018-09-01 22:42:37,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:39,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:39,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:39,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:39 GMT Server: Apache x-compute-request-id: req-8114a78b-97c8-454c-a1a6-8b333254783a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8114a78b-97c8-454c-a1a6-8b333254783a Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [{"server_id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "attachment_id": "167bee84-10ec-4293-859d-5cd71b2ccca7", "attached_at": "2018-09-01T22:42:36.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "device": "/dev/vdb", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:37.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:39,173 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-8114a78b-97c8-454c-a1a6-8b333254783a 2018-09-01 22:42:39,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0678339004517s 2018-09-01 22:42:39,174 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-8114a78b-97c8-454c-a1a6-8b333254783a 2018-09-01 22:42:39,176 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 22:42:39,177 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 22:42:39,178 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 22:42:39,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 22:42:39,249 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 22:42:39,250 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 22:42:39,250 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 22:42:39,251 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 22:42:39,287 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 22:42:39,287 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 22:42:39,315 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 22:42:39,336 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 22:42:39,336 - 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 22:42:39,337 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-01 22:42:39,337 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-01 22:42:39,338 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 22:42:39,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 22:42:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:41,962 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:42: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-e1e74d3d-1f16-4d83-ae85-33b225954fcd x-compute-request-id: req-e1e74d3d-1f16-4d83-ae85-33b225954fcd Content-Length: 0 Content-Type: application/json 2018-09-01 22:42:41,963 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-e1e74d3d-1f16-4d83-ae85-33b225954fcd 2018-09-01 22:42:41,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.62420201302s 2018-09-01 22:42:41,963 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b/os-volume_attachments/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-e1e74d3d-1f16-4d83-ae85-33b225954fcd 2018-09-01 22:42:41,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:41,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:42,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:41 GMT Server: Apache x-compute-request-id: req-d84db1a2-cc7b-4ecc-83c4-910de80a8297 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d84db1a2-cc7b-4ecc-83c4-910de80a8297 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [{"server_id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "attachment_id": "167bee84-10ec-4293-859d-5cd71b2ccca7", "attached_at": "2018-09-01T22:42:36.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "device": "/dev/vdb", "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088"}], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:41.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:42,929 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d84db1a2-cc7b-4ecc-83c4-910de80a8297 2018-09-01 22:42:42,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.965517997742s 2018-09-01 22:42:42,930 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d84db1a2-cc7b-4ecc-83c4-910de80a8297 2018-09-01 22:42:42,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:44,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:44,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:44,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:44 GMT Server: Apache x-compute-request-id: req-d22fe7fb-34ad-4c4e-9d5f-74e30bbcf99d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d22fe7fb-34ad-4c4e-9d5f-74e30bbcf99d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:43.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:44,986 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d22fe7fb-34ad-4c4e-9d5f-74e30bbcf99d 2018-09-01 22:42:44,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0524849891663s 2018-09-01 22:42:44,987 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d22fe7fb-34ad-4c4e-9d5f-74e30bbcf99d 2018-09-01 22:42:45,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:42:45,102 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:25 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-01 22:42:45,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:42:45,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:45,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:42: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 x-openstack-request-id: req-4cb5d5f2-b894-497d-b553-398b497ed18c x-compute-request-id: req-4cb5d5f2-b894-497d-b553-398b497ed18c Content-Type: application/json 2018-09-01 22:42:45,289 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-4cb5d5f2-b894-497d-b553-398b497ed18c 2018-09-01 22:42:45,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182171821594s 2018-09-01 22:42:45,289 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b used request id req-4cb5d5f2-b894-497d-b553-398b497ed18c 2018-09-01 22:42:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:45,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:46,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42: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-53619ac2-e6c5-45e4-8506-1e989a0c227c x-compute-request-id: req-53619ac2-e6c5-45e4-8506-1e989a0c227c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:42:11.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:11Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:a8:08", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/89d8d409-f4e5-492f-8c34-eb9d435b967b", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:41:45.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "89d8d409-f4e5-492f-8c34-eb9d435b967b", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:45Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm2_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:41:36Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:46,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53619ac2-e6c5-45e4-8506-1e989a0c227c 2018-09-01 22:42:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.931022882462s 2018-09-01 22:42:46,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53619ac2-e6c5-45e4-8506-1e989a0c227c 2018-09-01 22:42:46,223 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:48,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:48,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22: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-3044b6fe-87d5-431d-9278-a87f95909b92 x-compute-request-id: req-3044b6fe-87d5-431d-9278-a87f95909b92 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:42:11.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:11Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:48,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3044b6fe-87d5-431d-9278-a87f95909b92 2018-09-01 22:42:48,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670851945877s 2018-09-01 22:42:48,897 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3044b6fe-87d5-431d-9278-a87f95909b92 2018-09-01 22:42:48,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 22:42:48,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/1d5915fb-0468-4945-b654-25f955115cdc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:49,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0a86a87-ee16-4da9-b22e-d4edf0ec3d41 Content-Length: 0 Date: Sat, 01 Sep 2018 22:42:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:42:49,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/1d5915fb-0468-4945-b654-25f955115cdc.json used request id req-b0a86a87-ee16-4da9-b22e-d4edf0ec3d41 2018-09-01 22:42:49,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.836024045944s 2018-09-01 22:42:49,738 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/1d5915fb-0468-4945-b654-25f955115cdc.json used request id req-b0a86a87-ee16-4da9-b22e-d4edf0ec3d41 2018-09-01 22:42:49,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:42:49,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:49,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-6bee7ecb-be0a-4d6b-80f3-dfdc208105ee Date: Sat, 01 Sep 2018 22:42:49 GMT RESP BODY: {"floatingips": [{"router_id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T22:42:15Z", "floating_network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f414cdd4-c219-40c8-a85d-571f91a79352", "id": "96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:42:15Z", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}]} 2018-09-01 22:42:49,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6bee7ecb-be0a-4d6b-80f3-dfdc208105ee 2018-09-01 22:42:49,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0681128501892s 2018-09-01 22:42:49,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6bee7ecb-be0a-4d6b-80f3-dfdc208105ee 2018-09-01 22:42:49,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:49,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:49,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:49 GMT Server: Apache x-compute-request-id: req-4f81ce91-bf96-4029-9841-075ba419d3fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f81ce91-bf96-4029-9841-075ba419d3fa Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:43.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:49,871 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-4f81ce91-bf96-4029-9841-075ba419d3fa 2018-09-01 22:42:49,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0555930137634s 2018-09-01 22:42:49,872 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-4f81ce91-bf96-4029-9841-075ba419d3fa 2018-09-01 22:42:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-01 22:42:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:50,921 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:42:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9c6fe487-51f5-4608-a6aa-f9b1ad1a0805 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 22:42:50,921 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-9c6fe487-51f5-4608-a6aa-f9b1ad1a0805 2018-09-01 22:42:50,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.04786014557s 2018-09-01 22:42:50,922 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088 used request id req-9c6fe487-51f5-4608-a6aa-f9b1ad1a0805 2018-09-01 22:42:50,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:50,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:50,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:50 GMT Server: Apache x-compute-request-id: req-f7b13eb2-b922-457d-a779-225d026327a4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f7b13eb2-b922-457d-a779-225d026327a4 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "754797f868c44ab3b6a1ec82a697a35b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "self"}, {"href": "http://172.30.9.22:8776/b21e54753d85429698f0c3ec7e2b8591/volumes/f8a38d9c-99fd-475f-868a-dc1b5ae10088", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T22:41:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "updated_at": "2018-09-01T22:42:50.000000", "volume_type": null, "name": "cinder_test-volume_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f8a38d9c-99fd-475f-868a-dc1b5ae10088", "size": 2}]} 2018-09-01 22:42:50,975 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-f7b13eb2-b922-457d-a779-225d026327a4 2018-09-01 22:42:50,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0531611442566s 2018-09-01 22:42:50,976 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-f7b13eb2-b922-457d-a779-225d026327a4 2018-09-01 22:42:50,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:52,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 22:42:52,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:53,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:52 GMT Server: Apache x-compute-request-id: req-d8eb2cf1-1b8c-46ce-a87d-978ba988bac9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8eb2cf1-1b8c-46ce-a87d-978ba988bac9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-01 22:42:53,951 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d8eb2cf1-1b8c-46ce-a87d-978ba988bac9 2018-09-01 22:42:53,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.971377849579s 2018-09-01 22:42:53,951 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/b21e54753d85429698f0c3ec7e2b8591/volumes/detail used request id req-d8eb2cf1-1b8c-46ce-a87d-978ba988bac9 2018-09-01 22:42:53,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 22:42:53,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:54,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-083832c2-1eb7-4279-8a05-5744af88b631 Content-Length: 0 Date: Sat, 01 Sep 2018 22:42:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:42:54,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a.json used request id req-083832c2-1eb7-4279-8a05-5744af88b631 2018-09-01 22:42:54,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00156998634s 2018-09-01 22:42:54,956 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/96a3fcf8-6cfc-45a0-8e51-ef85dddfe06a.json used request id req-083832c2-1eb7-4279-8a05-5744af88b631 2018-09-01 22:42:54,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 22:42:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:55,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f72c4f46-04d2-41b4-b9dd-a75690d41140 Date: Sat, 01 Sep 2018 22:42:54 GMT RESP BODY: {"floatingips": []} 2018-09-01 22:42:55,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f72c4f46-04d2-41b4-b9dd-a75690d41140 2018-09-01 22:42:55,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0418541431427s 2018-09-01 22:42:55,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f72c4f46-04d2-41b4-b9dd-a75690d41140 2018-09-01 22:42:55,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 22:42:55,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:55,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22: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 x-openstack-request-id: req-f47c8256-6dc6-4dca-b07e-522e76c1efea x-compute-request-id: req-f47c8256-6dc6-4dca-b07e-522e76c1efea Content-Type: application/json 2018-09-01 22:42:55,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-f47c8256-6dc6-4dca-b07e-522e76c1efea 2018-09-01 22:42:55,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196405172348s 2018-09-01 22:42:55,199 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa used request id req-f47c8256-6dc6-4dca-b07e-522e76c1efea 2018-09-01 22:42:55,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:55,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22: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-66103d86-ac4b-474b-adec-eb8088d32edb x-compute-request-id: req-66103d86-ac4b-474b-adec-eb8088d32edb Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a1:78:96", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e21aa999-3836-4d7f-b456-9728af84f6aa", "rel": "bookmark"}], "image": {"id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "links": [{"href": "http://172.30.9.22:8774/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T22:42:11.000000", "flavor": {"id": "4c52999d-173d-479d-a782-afad49fda8e3", "links": [{"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "bookmark"}]}, "id": "e21aa999-3836-4d7f-b456-9728af84f6aa", "security_groups": [{"name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}], "user_id": "754797f868c44ab3b6a1ec82a697a35b", "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-01T22:42:55Z", "hostId": "7b58455f164b0dc691e1c590563d75b7cf87d823db7939578147ce37", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "name": "cinder_test-vm_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "created": "2018-09-01T22:42:04Z", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 22:42:55,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66103d86-ac4b-474b-adec-eb8088d32edb 2018-09-01 22:42:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491225004196s 2018-09-01 22:42:55,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66103d86-ac4b-474b-adec-eb8088d32edb 2018-09-01 22:42:55,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 22:42:57,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 22:42:57,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:57,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b258ca1-9f6a-416a-9684-e37f90b76749 x-compute-request-id: req-4b258ca1-9f6a-416a-9684-e37f90b76749 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 22:42:57,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b258ca1-9f6a-416a-9684-e37f90b76749 2018-09-01 22:42:57,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0705890655518s 2018-09-01 22:42:57,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b258ca1-9f6a-416a-9684-e37f90b76749 2018-09-01 22:42:57,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 22:42:57,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:58,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-a366e48d-a125-4cb1-b4c2-ff9885a4d362 Date: Sat, 01 Sep 2018 22:42:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:20Z", "updated_at": "2018-09-01T22:41:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "00e5b2ff-8f52-4b7c-864b-94b4449be66d", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "93a3c836-5126-49ed-8f35-381abca5237c", "remote_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "a4096c44-b5dc-4958-8c06-773ad5cd6c77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:20Z", "revision_number": 0, "id": "f108d1e3-76c8-4334-93a2-f9d2cced3097", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:20Z", "security_group_id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 1, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "1e4c9bcb-55f9-4db4-b3f1-c7e9a7090c6a", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:29Z", "updated_at": "2018-09-01T22:41:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:30Z", "revision_number": 0, "id": "23a96e35-ed6e-4a94-935b-255521c27164", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:30Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "4802e451-5dec-4077-97b2-f18b16183fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "80f18efc-8f3b-4f7e-81fa-cb2040f60d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T22:41:29Z", "revision_number": 0, "id": "92a4d424-dedd-431b-b32c-ec23eb0dee5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T22:41:29Z", "security_group_id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "port_range_min": null, "ethertype": "IPv6", "project_id": "b21e54753d85429698f0c3ec7e2b8591"}], "revision_number": 3, "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "55d9c1a8-a368-40f0-bb66-427380ec757f", "name": "cinder_test-sg_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:42:58,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a366e48d-a125-4cb1-b4c2-ff9885a4d362 2018-09-01 22:42:58,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.33328795433s 2018-09-01 22:42:58,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a366e48d-a125-4cb1-b4c2-ff9885a4d362 2018-09-01 22:42:58,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 22:42:58,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/55d9c1a8-a368-40f0-bb66-427380ec757f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:58,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4460cb2-4a0d-4d55-bada-01f9648444a2 Content-Length: 0 Date: Sat, 01 Sep 2018 22:42:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:42:58,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/55d9c1a8-a368-40f0-bb66-427380ec757f.json used request id req-c4460cb2-4a0d-4d55-bada-01f9648444a2 2018-09-01 22:42:58,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.188644886017s 2018-09-01 22:42:58,294 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/55d9c1a8-a368-40f0-bb66-427380ec757f.json used request id req-c4460cb2-4a0d-4d55-bada-01f9648444a2 2018-09-01 22:42:58,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 22:42:58,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:42:58,392 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09551e71-8151-4f9e-8d4c-29f1088accb5 x-compute-request-id: req-09551e71-8151-4f9e-8d4c-29f1088accb5 Content-Length: 0 Content-Type: application/json 2018-09-01 22:42:58,392 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0 used request id req-09551e71-8151-4f9e-8d4c-29f1088accb5 2018-09-01 22:42:58,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0974149703979s 2018-09-01 22:42:58,393 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_1bac6d44-3742-4b0b-9af3-9517c50a1de0 used request id req-09551e71-8151-4f9e-8d4c-29f1088accb5 2018-09-01 22:42:58,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 22:42:58,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/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}a1c9358dd11eaa5f08445901ef8ad1456357282d" -d '{"subnet_id": "b976c07b-f202-4ee8-9f9d-8697c3ead7e0"}' 2018-09-01 22:43:00,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15fd09ce-c80c-4428-b640-245df5cc8185 Date: Sat, 01 Sep 2018 22:43:00 GMT RESP BODY: {"network_id": "d8bbea96-222d-4969-a471-16bb546091fc", "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "subnet_id": "b976c07b-f202-4ee8-9f9d-8697c3ead7e0", "subnet_ids": ["b976c07b-f202-4ee8-9f9d-8697c3ead7e0"], "port_id": "ba7b0bdb-833a-4741-b1da-56cb9be7127d", "id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2"} 2018-09-01 22:43:00,418 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/remove_router_interface.json used request id req-15fd09ce-c80c-4428-b640-245df5cc8185 2018-09-01 22:43:00,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02453684807s 2018-09-01 22:43:00,418 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2/remove_router_interface.json used request id req-15fd09ce-c80c-4428-b640-245df5cc8185 returning object d6c7d5a9-792e-485b-abcd-fbadae6071e2 2018-09-01 22:43:00,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 22:43:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:00,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-340db23e-35f6-4e6a-9d6f-9c1e5cb2e3e0 Date: Sat, 01 Sep 2018 22:43:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2ecab897-029d-4694-8450-3bf914edbd66", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a6a859ec-89ff-464b-8f02-b6237f01c561", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "b21e54753d85429698f0c3ec7e2b8591", "created_at": "2018-09-01T22:41:22Z", "admin_state_up": true, "updated_at": "2018-09-01T22:42:59Z", "revision_number": 4, "routes": [], "project_id": "b21e54753d85429698f0c3ec7e2b8591", "id": "d6c7d5a9-792e-485b-abcd-fbadae6071e2", "name": "cinder_test-router_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:43:00,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-340db23e-35f6-4e6a-9d6f-9c1e5cb2e3e0 2018-09-01 22:43:00,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122983217239s 2018-09-01 22:43:00,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-340db23e-35f6-4e6a-9d6f-9c1e5cb2e3e0 2018-09-01 22:43:00,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 22:43:00,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:02,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1d49e8f-8b2c-430e-bac6-9b4868ed4141 Content-Length: 0 Date: Sat, 01 Sep 2018 22:43:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:43:02,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2.json used request id req-e1d49e8f-8b2c-430e-bac6-9b4868ed4141 2018-09-01 22:43:02,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62486314774s 2018-09-01 22:43:02,169 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d6c7d5a9-792e-485b-abcd-fbadae6071e2.json used request id req-e1d49e8f-8b2c-430e-bac6-9b4868ed4141 2018-09-01 22:43:02,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 22:43:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:02,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5668e9a2-6a53-4f7a-97da-58a2f2a59c87 Date: Sat, 01 Sep 2018 22:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8bbea96-222d-4969-a471-16bb546091fc","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T22:41: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":"b21e54753d85429698f0c3ec7e2b8591","id":"b976c07b-f202-4ee8-9f9d-8697c3ead7e0","subnetpool_id":null,"name":"cinder_test-subnet_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:43:02,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5668e9a2-6a53-4f7a-97da-58a2f2a59c87 2018-09-01 22:43:02,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0456030368805s 2018-09-01 22:43:02,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5668e9a2-6a53-4f7a-97da-58a2f2a59c87 2018-09-01 22:43:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 22:43:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b976c07b-f202-4ee8-9f9d-8697c3ead7e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:04,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62acd47e-33ae-4ddf-b1fe-c5220f699b53 Date: Sat, 01 Sep 2018 22:43:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:43:04,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b976c07b-f202-4ee8-9f9d-8697c3ead7e0.json used request id req-62acd47e-33ae-4ddf-b1fe-c5220f699b53 2018-09-01 22:43:04,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70458912849s 2018-09-01 22:43:04,922 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b976c07b-f202-4ee8-9f9d-8697c3ead7e0.json used request id req-62acd47e-33ae-4ddf-b1fe-c5220f699b53 2018-09-01 22:43:04,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 22:43:04,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:05,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-bb6b7c78-01ed-4639-8b5d-c6a850f8c193 Date: Sat, 01 Sep 2018 22:43: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":["a6a859ec-89ff-464b-8f02-b6237f01c561"],"updated_at":"2018-09-01T22:31:44Z","tenant_id":"6bff5b78f0a0491ab0479344082bc850","created_at":"2018-09-01T22:31:38Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bff5b78f0a0491ab0479344082bc850","id":"2ecab897-029d-4694-8450-3bf914edbd66","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-01T22:43:04Z","tenant_id":"b21e54753d85429698f0c3ec7e2b8591","created_at":"2018-09-01T22:41:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b21e54753d85429698f0c3ec7e2b8591","id":"d8bbea96-222d-4969-a471-16bb546091fc","name":"cinder_test-net_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:43:05,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bb6b7c78-01ed-4639-8b5d-c6a850f8c193 2018-09-01 22:43:05,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113479852676s 2018-09-01 22:43:05,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bb6b7c78-01ed-4639-8b5d-c6a850f8c193 2018-09-01 22:43:05,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 22:43:05,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/d8bbea96-222d-4969-a471-16bb546091fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:06,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14c51b03-a6d4-415d-bf96-69a6b61f00aa Date: Sat, 01 Sep 2018 22:43:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 22:43:06,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d8bbea96-222d-4969-a471-16bb546091fc.json used request id req-14c51b03-a6d4-415d-bf96-69a6b61f00aa 2018-09-01 22:43:06,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.45934605598s 2018-09-01 22:43:06,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d8bbea96-222d-4969-a471-16bb546091fc.json used request id req-14c51b03-a6d4-415d-bf96-69a6b61f00aa 2018-09-01 22:43:06,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 22:43:06,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:06,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-6102cb80-f132-43b0-8988-c10214161dca Date: Sat, 01 Sep 2018 22:43:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T22:41:27Z", "file": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/file", "owner": "b21e54753d85429698f0c3ec7e2b8591", "id": "305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "size": 12716032, "self": "/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://1ad5e79a-bdf8-43b8-9213-3a3bc16865cd/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T22:41:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 22:43:06,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6102cb80-f132-43b0-8988-c10214161dca 2018-09-01 22:43:06,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038407087326s 2018-09-01 22:43:06,542 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6102cb80-f132-43b0-8988-c10214161dca 2018-09-01 22:43:06,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 22:43:06,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1c9358dd11eaa5f08445901ef8ad1456357282d" 2018-09-01 22:43:07,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07a724db-4ca1-4fff-a317-1f63018e9465 Date: Sat, 01 Sep 2018 22:43:07 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 22:43:07,246 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73 used request id req-07a724db-4ca1-4fff-a317-1f63018e9465 2018-09-01 22:43:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.702265977859s 2018-09-01 22:43:07,247 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/305667fa-8c14-446c-8fe1-9c6bd6a4cd73 used request id req-07a724db-4ca1-4fff-a317-1f63018e9465 2018-09-01 22:43:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 22:43:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:07,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be69cf95-0a6a-4620-9f3b-26f96ed11dbd x-compute-request-id: req-be69cf95-0a6a-4620-9f3b-26f96ed11dbd Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4c52999d-173d-479d-a782-afad49fda8e3", "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": "4c52999d-173d-479d-a782-afad49fda8e3"}]} 2018-09-01 22:43:07,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-be69cf95-0a6a-4620-9f3b-26f96ed11dbd 2018-09-01 22:43:07,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235359668732s 2018-09-01 22:43:07,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-be69cf95-0a6a-4620-9f3b-26f96ed11dbd 2018-09-01 22:43:07,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 22:43:07,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:07,313 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 22:43:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e6f9625-284f-49e6-94d4-b0e0bd5b8da2 x-compute-request-id: req-4e6f9625-284f-49e6-94d4-b0e0bd5b8da2 Content-Length: 0 Content-Type: application/json 2018-09-01 22:43:07,313 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3 used request id req-4e6f9625-284f-49e6-94d4-b0e0bd5b8da2 2018-09-01 22:43:07,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0399739742279s 2018-09-01 22:43:07,313 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4c52999d-173d-479d-a782-afad49fda8e3 used request id req-4e6f9625-284f-49e6-94d4-b0e0bd5b8da2 2018-09-01 22:43:07,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:43:07,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:07,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e3296c-4a5f-4fa4-aa84-e145383ca755 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/151d0b4159804a0c9f42f89950ce38b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "151d0b4159804a0c9f42f89950ce38b1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/17c16398ce3a455f9c2b35a652de87ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "17c16398ce3a455f9c2b35a652de87ca", "email": "neutron@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/1b78ebfef3754c08b926d465caa8157a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b78ebfef3754c08b926d465caa8157a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/26f8a6663e3e4069826e4ddea59c30c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26f8a6663e3e4069826e4ddea59c30c7", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/32741072ffee4641acd6db68f1cce06b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32741072ffee4641acd6db68f1cce06b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/35a0b35867e54796a3878d0c97367cd4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35a0b35867e54796a3878d0c97367cd4", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": {"self": "http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "754797f868c44ab3b6a1ec82a697a35b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/761a4510f05046cd9d3971475d841d2c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "761a4510f05046cd9d3971475d841d2c", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/80732db3544e4ddba8b5c0e00d99118c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80732db3544e4ddba8b5c0e00d99118c", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/98017f0a8d544983b604df276ac0a9f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98017f0a8d544983b604df276ac0a9f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/abe877a7f82c4d4e93fc5481daa7b768"}, "domain_id": "9b717ce675cf491fbeebc44651fbc414", "enabled": true, "options": {}, "id": "abe877a7f82c4d4e93fc5481daa7b768", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/cad4545b3f79479bbc3502a19818a7c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cad4545b3f79479bbc3502a19818a7c6", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dcb912feb36447aab6e9f35247ca732f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dcb912feb36447aab6e9f35247ca732f", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/e60c0b881a8244009370e660a229fa1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e60c0b881a8244009370e660a229fa1d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/f88fec2d64174e858b39e2baafa190a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f88fec2d64174e858b39e2baafa190a4", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 22:43:07,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f2e3296c-4a5f-4fa4-aa84-e145383ca755 2018-09-01 22:43:07,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207760810852s 2018-09-01 22:43:07,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f2e3296c-4a5f-4fa4-aa84-e145383ca755 2018-09-01 22:43:07,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 22:43:07,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:07,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8384b586-b6df-4901-ac13-5dc4176aa27e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1bac6d44-3742-4b0b-9af3-9517c50a1de0", "links": {"self": "http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "754797f868c44ab3b6a1ec82a697a35b", "description": null}} 2018-09-01 22:43:07,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b used request id req-8384b586-b6df-4901-ac13-5dc4176aa27e 2018-09-01 22:43:07,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.223124027252s 2018-09-01 22:43:07,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b used request id req-8384b586-b6df-4901-ac13-5dc4176aa27e 2018-09-01 22:43:07,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 22:43:07,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:08,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-230d6188-bb84-4bfa-b6a5-7779a2ad31f9 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 22:43:08,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b used request id req-230d6188-bb84-4bfa-b6a5-7779a2ad31f9 2018-09-01 22:43:08,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.439599990845s 2018-09-01 22:43:08,192 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/754797f868c44ab3b6a1ec82a697a35b used request id req-230d6188-bb84-4bfa-b6a5-7779a2ad31f9 2018-09-01 22:43:08,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 22:43:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:08,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ecddd0d-43bc-4bfe-823d-bdec6fd1ebf1 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bff5b78f0a0491ab0479344082bc850"}, "tags": [], "enabled": true, "id": "6bff5b78f0a0491ab0479344082bc850", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c607f8dec084760b79a49d03ee5938a"}, "tags": [], "enabled": true, "id": "9c607f8dec084760b79a49d03ee5938a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591"}, "tags": [], "enabled": true, "id": "b21e54753d85429698f0c3ec7e2b8591", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1bac6d44-3742-4b0b-9af3-9517c50a1de0"}]} 2018-09-01 22:43:08,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8ecddd0d-43bc-4bfe-823d-bdec6fd1ebf1 2018-09-01 22:43:08,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190958976746s 2018-09-01 22:43:08,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8ecddd0d-43bc-4bfe-823d-bdec6fd1ebf1 2018-09-01 22:43:08,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 22:43:08,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d76e3bbaa2c32e94001fc8927d20c017d9b8ba54" 2018-09-01 22:43:08,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 22:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13ebdf9-550f-4f93-8187-39211772088f 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 22:43:08,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591 used request id req-a13ebdf9-550f-4f93-8187-39211772088f 2018-09-01 22:43:08,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274895191193s 2018-09-01 22:43:08,669 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b21e54753d85429698f0c3ec7e2b8591 used request id req-a13ebdf9-550f-4f93-8187-39211772088f 2018-09-01 22:43:08,723 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-01 22:43:08,847 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 22:43:08,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 22:43:08,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 22:43:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:43:08,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b4357d-ea85-40db-abf2-071b961620ea 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.22:5000/v3/", "rel": "self"}]}} 2018-09-01 22:43:08,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-76b4357d-ea85-40db-abf2-071b961620ea 2018-09-01 22:43:08,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 22:43:09,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "554b4ad04a7d4dd4b22bad60f3209509", "name": "reader"}, {"id": "1aa03cc326a44e10855ae6f740b3c752", "name": "admin"}, {"id": "55629e0862484d58983f30c01a20fad9", "name": "member"}], "expires_at": "2018-09-01T23:43:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c607f8dec084760b79a49d03ee5938a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adea125942794fde8c3837317e798a23"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}], "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "678cdd71bc634a73b902c558ccda390a"}, {"url": "http://172.30.9.22:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"url": "http://192.30.9.3:8004/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d488f03a2ca645edb1c3314bb553694c"}], "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"url": "http://172.30.9.22:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a13d460ab74045a48835045be402d9c6"}, {"url": "http://192.30.9.3:8776/v2/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a695bf66b2864ff9ad0916d1016d00fd"}], "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}], "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0064ead5763346498a11eddf8659e19f"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f79997fd3e47bf98be55c97d81c998"}], "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}], "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bd22dc0987943c2b56f37581b752554"}, {"url": "http://172.30.9.22:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"url": "http://192.30.9.3:8776/v3/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ae789b5812c41729eed9dae348d878d"}], "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3fc80755f88408e80a8470bfe18f83c"}], "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d729d7391364ad98dfdc6300a114693"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "515c8a873cfc4d918b918435844b2941"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}], "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "028770bed80444208027e1ef747375c5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f59af8506a774293befb764f37e1a13a"}], "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3e7d473d4687492e80469fc4c98846db"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "acb544545606496d9002fa1436103990"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdf694a661364dccb56bba20d596a6a5"}], "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "895f2f648f9c4e43861889522c9de346"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"url": "http://192.30.9.3:8776/v1/9c607f8dec084760b79a49d03ee5938a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b794650f5d1d424eb7e797838845c261"}], "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"url": "http://12.0.0.28:8080/v1/AUTH_9c607f8dec084760b79a49d03ee5938a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd21cff067f749ec82fb31fe8c289e60"}], "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "35a0b35867e54796a3878d0c97367cd4"}, "audit_ids": ["GO0ew9MzSxiPUPD-ac6udQ"], "issued_at": "2018-09-01T22:43:09.000000Z"}} 2018-09-01 22:43:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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 22:43:09,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:43:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30842231-b6f5-4b99-8e87-1030a611bbd3 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.22:5000/v3/", "rel": "self"}]}]}} 2018-09-01 22:43:09,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-30842231-b6f5-4b99-8e87-1030a611bbd3 2018-09-01 22:43:09,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 22:43:09,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 22:43:09,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 22:43:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4410b1df-9c89-4b10-b469-9c24ccc1311b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-09-01 22:43:09,275 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-4410b1df-9c89-4b10-b469-9c24ccc1311b 2018-09-01 22:43:09,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2bff870eaef71c5a4bfe640fd77d7226f1a21f59" 2018-09-01 22:43:09,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13857e2a-e1d4-4989-923f-6fded625dd19 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/047973a10fc14e45986383e61f4b69ae"}, "enabled": true, "type": "compute", "id": "047973a10fc14e45986383e61f4b69ae", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1ae2bb3d310e4742b365cf0617003c96"}, "enabled": true, "type": "orchestration", "id": "1ae2bb3d310e4742b365cf0617003c96", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/1f09c11857f14ccd82aa4cf06c95be34"}, "enabled": true, "type": "volumev2", "id": "1f09c11857f14ccd82aa4cf06c95be34", "name": "cinderv2"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/30062d522b1849a0a6abac60ce07336a"}, "enabled": true, "type": "event", "id": "30062d522b1849a0a6abac60ce07336a", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4ca0c2d0532740e29ca55c3bd671388f"}, "enabled": true, "type": "identity", "id": "4ca0c2d0532740e29ca55c3bd671388f", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/54148bb302474db69bbd57377caf6068"}, "enabled": true, "type": "placement", "id": "54148bb302474db69bbd57377caf6068", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/551eb0bd30a145fcafa302812f2e0d0c"}, "enabled": true, "type": "volumev3", "id": "551eb0bd30a145fcafa302812f2e0d0c", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6cc71c3f52504641adb2d487a67d9726"}, "enabled": true, "type": "cloudformation", "id": "6cc71c3f52504641adb2d487a67d9726", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8361fc6de44048aba62f61da100e7401"}, "enabled": true, "type": "alarming", "id": "8361fc6de44048aba62f61da100e7401", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7e41b2a32234ecab31b3c70608420fc"}, "enabled": true, "type": "metric", "id": "b7e41b2a32234ecab31b3c70608420fc", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b924cd975275408ca9f44ecb6b1ea45f"}, "enabled": true, "type": "image", "id": "b924cd975275408ca9f44ecb6b1ea45f", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ba34be4d37ef4d97a372d69c6f5968d6"}, "enabled": true, "type": "network", "id": "ba34be4d37ef4d97a372d69c6f5968d6", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ca358d6d5e4b42c7a381390dbc2fd8ac"}, "enabled": true, "type": "metering", "id": "ca358d6d5e4b42c7a381390dbc2fd8ac", "name": "ceilometer"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d5fda1c3df0743a7afa93d0ed068dc51"}, "enabled": true, "type": "volume", "id": "d5fda1c3df0743a7afa93d0ed068dc51", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e58151738ed54cd3896fffd795fefb49"}, "enabled": true, "type": "object-store", "id": "e58151738ed54cd3896fffd795fefb49", "name": "swift"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-01 22:43:09,491 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-13857e2a-e1d4-4989-923f-6fded625dd19 2018-09-01 22:43:09,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.225832939148s 2018-09-01 22:43:09,492 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-13857e2a-e1d4-4989-923f-6fded625dd19 2018-09-01 22:43:09,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 22:43:09,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}2bff870eaef71c5a4bfe640fd77d7226f1a21f59" 2018-09-01 22:43:09,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 22:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2573b92-c1e3-439b-8316-d5bf80863911 Content-Encoding: gzip Content-Length: 1976 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0064ead5763346498a11eddf8659e19f"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "0064ead5763346498a11eddf8659e19f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/028770bed80444208027e1ef747375c5"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "028770bed80444208027e1ef747375c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/07a44943d6ee41dca7ac35525915ebcf"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "07a44943d6ee41dca7ac35525915ebcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0bd22dc0987943c2b56f37581b752554"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "0bd22dc0987943c2b56f37581b752554"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1b706178e4484ebdbe8309ac7c16facd"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "1b706178e4484ebdbe8309ac7c16facd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1ba9e3727d7e4bf791078f1c31971129"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "1ba9e3727d7e4bf791078f1c31971129"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1d729d7391364ad98dfdc6300a114693"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "1d729d7391364ad98dfdc6300a114693"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/302c4ca79ad04ffa8203b8226014a4a4"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "302c4ca79ad04ffa8203b8226014a4a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/34c731e1c41b481ea7867cf0a41eb957"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "34c731e1c41b481ea7867cf0a41eb957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3988a44c977e426993fbe3504fbbbb65"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54148bb302474db69bbd57377caf6068", "id": "3988a44c977e426993fbe3504fbbbb65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3d5edfc6b41b41e18b487b8083371349"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "3d5edfc6b41b41e18b487b8083371349"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3e7d473d4687492e80469fc4c98846db"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "3e7d473d4687492e80469fc4c98846db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/494ca54b19994c9786e30b6d3aac07d7"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "494ca54b19994c9786e30b6d3aac07d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4a3842b58b2a494d819f9d359288b4ad"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "4a3842b58b2a494d819f9d359288b4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4d01fb2e5c88410aa60b17af2bb8fd9c"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "4d01fb2e5c88410aa60b17af2bb8fd9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/515c8a873cfc4d918b918435844b2941"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "515c8a873cfc4d918b918435844b2941"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5736089c70b9453890d14f34d1a95f9d"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54148bb302474db69bbd57377caf6068", "id": "5736089c70b9453890d14f34d1a95f9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/63a3a70b6ef44d5da524914322c6cbda"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "63a3a70b6ef44d5da524914322c6cbda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/678cdd71bc634a73b902c558ccda390a"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "678cdd71bc634a73b902c558ccda390a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7ae789b5812c41729eed9dae348d878d"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "551eb0bd30a145fcafa302812f2e0d0c", "id": "7ae789b5812c41729eed9dae348d878d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/895f2f648f9c4e43861889522c9de346"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "895f2f648f9c4e43861889522c9de346"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/90e3af634fa64ebf9b0f874e0b0b3996"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "90e3af634fa64ebf9b0f874e0b0b3996"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/911bce231d734f5b8b99f5adf93ad24e"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "911bce231d734f5b8b99f5adf93ad24e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/93229211cc4848a6a2e5e2b2c06a0a07"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "93229211cc4848a6a2e5e2b2c06a0a07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a13d460ab74045a48835045be402d9c6"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "a13d460ab74045a48835045be402d9c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a695bf66b2864ff9ad0916d1016d00fd"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f09c11857f14ccd82aa4cf06c95be34", "id": "a695bf66b2864ff9ad0916d1016d00fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/acb544545606496d9002fa1436103990"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "acb544545606496d9002fa1436103990"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/adea125942794fde8c3837317e798a23"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "adea125942794fde8c3837317e798a23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/afc14bbfd17a4d69ad05bb128bd4ceec"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "047973a10fc14e45986383e61f4b69ae", "id": "afc14bbfd17a4d69ad05bb128bd4ceec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b0ae82091439424e98f456c5eb0e70f0"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "b0ae82091439424e98f456c5eb0e70f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b4f79997fd3e47bf98be55c97d81c998"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ca0c2d0532740e29ca55c3bd671388f", "id": "b4f79997fd3e47bf98be55c97d81c998"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b794650f5d1d424eb7e797838845c261"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d5fda1c3df0743a7afa93d0ed068dc51", "id": "b794650f5d1d424eb7e797838845c261"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bdf694a661364dccb56bba20d596a6a5"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ba34be4d37ef4d97a372d69c6f5968d6", "id": "bdf694a661364dccb56bba20d596a6a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cc7f94aacaec4d06ad60353e24d06ffe"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8361fc6de44048aba62f61da100e7401", "id": "cc7f94aacaec4d06ad60353e24d06ffe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ce0101284a2844528eeda4f3e8fc8f0f"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "ce0101284a2844528eeda4f3e8fc8f0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d14d9d83b3f4491ba4e3a0dba7ef7ece"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54148bb302474db69bbd57377caf6068", "id": "d14d9d83b3f4491ba4e3a0dba7ef7ece"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d488f03a2ca645edb1c3314bb553694c"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ae2bb3d310e4742b365cf0617003c96", "id": "d488f03a2ca645edb1c3314bb553694c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dd21cff067f749ec82fb31fe8c289e60"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e58151738ed54cd3896fffd795fefb49", "id": "dd21cff067f749ec82fb31fe8c289e60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f3fc80755f88408e80a8470bfe18f83c"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cc71c3f52504641adb2d487a67d9726", "id": "f3fc80755f88408e80a8470bfe18f83c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f59af8506a774293befb764f37e1a13a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b924cd975275408ca9f44ecb6b1ea45f", "id": "f59af8506a774293befb764f37e1a13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f7d142ec5d5d47c79c31b18dbcc701c8"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "30062d522b1849a0a6abac60ce07336a", "id": "f7d142ec5d5d47c79c31b18dbcc701c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f95ee008f0ac490cb8dd40afff440b08"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7e41b2a32234ecab31b3c70608420fc", "id": "f95ee008f0ac490cb8dd40afff440b08"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 22:43:09,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-f2573b92-c1e3-439b-8316-d5bf80863911 2018-09-01 22:43:09,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.15122294426s 2018-09-01 22:43:09,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-f2573b92-c1e3-439b-8316-d5bf80863911 2018-09-01 22:51:56,947 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7cf79e68-0db9-484c-a794-d9b9b024a988 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/6f1a7fd0-69c6-42af-b2ad-512a5486d557 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6ae984c7-1bbd-4ca9-b2bb-eda27abeba77 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6ae984c7-1bbd-4ca9-b2bb-eda27abeba77 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6ae984c7-1bbd-4ca9-b2bb-eda27abeba77 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/6ae984c7-1bbd-4ca9-b2bb-eda27abeba77 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/6f1a7fd0-69c6-42af-b2ad-512a5486d557 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/6f1a7fd0-69c6-42af-b2ad-512a5486d557 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/6f1a7fd0-69c6-42af-b2ad-512a5486d557 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7cf79e68-0db9-484c-a794-d9b9b024a988 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7cf79e68-0db9-484c-a794-d9b9b024a988 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/7cf79e68-0db9-484c-a794-d9b9b024a988 (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 22:51:56,972 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-01 22:51:57,079 - 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 22:51:57,204 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 22:51:57,205 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 22:51:57,210 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-09-01 22:51:57,211 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:15 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:49 | PASS | | singlevm2 | functest | healthcheck | 00:43 | PASS | | vping_ssh | functest | healthcheck | 01:03 | PASS | | vping_userdata | functest | healthcheck | 00:40 | PASS | | cinder_test | functest | healthcheck | 01:25 | PASS | | odl | functest | healthcheck | 08:47 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-01 22:51:57,223 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR