2018-08-28 10:14:33,779 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-256 | | 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-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-28 10:14:33,781 - 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.23,192.30.9.6 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.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=QHWbVxiogUZj33Iw0oP6CN3w1 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=8c0c48513c494234a764a9b7ebf0db6c export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.6 export SDN_CONTROLLER_PASSWORD=ROAM6R9INn5eKazrrBwXEd74j export OS_REGION_NAME=regionOne 2018-08-28 10:14:33,781 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-28 10:14:33,782 - 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-08-28 10:14:33,805 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-28 10:14:34,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:14:34,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:14:34,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:14:34,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:14:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:14:34,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:14:34,084 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-28 10:14:34,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-28 10:14:34,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:34,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6630467-67fb-4ef3-b33f-a1b8bedcbc10 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:14:34,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6630467-67fb-4ef3-b33f-a1b8bedcbc10 2018-08-28 10:14:34,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:14:34,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["CMBVNCINQvi4Oi6au83_RA"], "issued_at": "2018-08-28T10:14:34.000000Z"}} 2018-08-28 10:14:34,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:35,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14: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-d8abbcb5-ef13-45c6-9614-718895e95b39 x-compute-request-id: req-d8abbcb5-ef13-45c6-9614-718895e95b39 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-28 10:14:35,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-d8abbcb5-ef13-45c6-9614-718895e95b39 2018-08-28 10:14:35,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.27682781219s 2018-08-28 10:14:35,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-d8abbcb5-ef13-45c6-9614-718895e95b39 2018-08-28 10:14:35,362 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-28 10:14:35,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:35,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6c93cf5-5840-4e63-9bdd-122ab4500d99 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:14:35,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-d6c93cf5-5840-4e63-9bdd-122ab4500d99 2018-08-28 10:14:35,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:14:35,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:35,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05dd85d2-6e9c-4cb0-a14f-1108b427d472 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:14:35,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-05dd85d2-6e9c-4cb0-a14f-1108b427d472 2018-08-28 10:14:35,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.271414041519s 2018-08-28 10:14:35,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-05dd85d2-6e9c-4cb0-a14f-1108b427d472 2018-08-28 10:14:35,644 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'38f9366451fd49ec8a390d35c52a8506', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-28 10:14:35,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-28 10:14:35,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:35,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edad7fca-9de7-4cb3-9981-b66135f4c740 Content-Encoding: gzip Content-Length: 1984 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0a4bafd5e8264fbeaac1852f28fa3ccf"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0ae325e34a8c465c875f577b9c30dc6d"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0fd95ecf5a1e488d9c88558195d462d4"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/150bbee73ff64f87bd2ac5e40bec660c"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/15247ec8870b4226b403a52cb5d9acd5"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b06215d83a34cfaba9c6218a7624bb8"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b25fdda0d8f4f32b42fb31f1df32426"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/304ff35cf02346388ca8f009ae941aa2"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/35489c7b9e7f46deaaba9b3f39392547"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3d9e717a7d9244a78f309276883e8431"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "3d9e717a7d9244a78f309276883e8431"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ecb9373f4d546abbaeb0031e12e1148"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/40fa881ebfc542b48609b0165d191e18"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "40fa881ebfc542b48609b0165d191e18"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4208c3ce837f4630bdfdcde7b5a68848"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96edc7675a9948538254c197107af43f", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4314d13fecb2491fb3bd9fdf02820ab0"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4788a398551b44eaba2e45e96369afab"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "4788a398551b44eaba2e45e96369afab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b0e947be5154094a7b4e85a0bc0e7dd"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4bcc0b16ca444cf0bf5d22700a32eb2d"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96edc7675a9948538254c197107af43f", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4d86c12ff23c420190734972f7bc724c"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "4d86c12ff23c420190734972f7bc724c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/533dfa7812aa453288bdc187f96181e4"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "533dfa7812aa453288bdc187f96181e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/583c7b07e3674c59af7c0b363459870a"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "583c7b07e3674c59af7c0b363459870a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5e26c8e191b446c6b7314efa09a288f0"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6ac8328f508b4fa19f5a91858b9cf24e"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/75ca6fd708174678a148a223d4617d21"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "75ca6fd708174678a148a223d4617d21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/76f35073d4054cb7a53f50ac72cfd123"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "76f35073d4054cb7a53f50ac72cfd123"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7afeab6936a34c0b9b73fe1343a5be58"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/84aed203888d49ca98c5435c63b5d840"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "84aed203888d49ca98c5435c63b5d840"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/84c619426b0b4fa786744604c30a5aec"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "84c619426b0b4fa786744604c30a5aec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e3b2acbf456476782bcce876a5b1032"}, "url": "http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a12f1d480a754e0cb7145af520a8cd86"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a8870673d95b4b3db3eac7a52641649e"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bfd68afc82a645a0b0ca9f5610a1f8b6"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c53963882a204e3e96ccf228a6d7bb6d"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c544ce6e278e44fb8dabd80445cadc05"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96edc7675a9948538254c197107af43f", "id": "c544ce6e278e44fb8dabd80445cadc05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c5ea8e79d2244f57a606ce0915a1f3df"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ce302a56adea4f9c9b3eadf13d4b9a83"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cfd4f8a391024cb5811389676f252577"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "cfd4f8a391024cb5811389676f252577"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d5dfc8c179ee4902bbed8aa35ae8c3c5"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9f4ba75980f4447aa3b762f148f27de"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "d9f4ba75980f4447aa3b762f148f27de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/de800115e1b142b199d336c1531fe6f3"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "de800115e1b142b199d336c1531fe6f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e90555c4cac54efd9b0e58943b4f62d3"}, "url": "http://12.0.0.26:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "e90555c4cac54efd9b0e58943b4f62d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e9cb41b1aa7141969f96d2d347e71252"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "e9cb41b1aa7141969f96d2d347e71252"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ed3ba42ab03446d4ba25d088a07f6adb"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-28 10:14:35,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-edad7fca-9de7-4cb3-9981-b66135f4c740 2018-08-28 10:14:35,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.174134016037s 2018-08-28 10:14:35,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-edad7fca-9de7-4cb3-9981-b66135f4c740 2018-08-28 10:14:35,830 - 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.23:5000/v3/endpoints/0a4bafd5e8264fbeaac1852f28fa3ccf'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a09a115de186426f90adfbb7e2dd8402', u'id': u'0a4bafd5e8264fbeaac1852f28fa3ccf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0ae325e34a8c465c875f577b9c30dc6d'}, u'url': u'http://192.30.9.6:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'67abc31f5b984a44b7d1ce51bbfdaceb', u'id': u'0ae325e34a8c465c875f577b9c30dc6d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0fd95ecf5a1e488d9c88558195d462d4'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'99ff12233af94e1ea75065eb635d519d', u'id': u'0fd95ecf5a1e488d9c88558195d462d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/150bbee73ff64f87bd2ac5e40bec660c'}, u'url': u'http://192.30.9.6:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2002b7cc38434a57b96cdc23e8b23b4c', u'id': u'150bbee73ff64f87bd2ac5e40bec660c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/15247ec8870b4226b403a52cb5d9acd5'}, u'url': u'http://192.30.9.6:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ae672eaab26842b99a87e72ab6cf40c1', u'id': u'15247ec8870b4226b403a52cb5d9acd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b06215d83a34cfaba9c6218a7624bb8'}, u'url': u'http://192.30.9.6:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'804b1db2d9d249399910656e9e3f4099', u'id': u'1b06215d83a34cfaba9c6218a7624bb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b25fdda0d8f4f32b42fb31f1df32426'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ad8e184f09b3424db8b63156c4d88bb1', u'id': u'1b25fdda0d8f4f32b42fb31f1df32426'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/304ff35cf02346388ca8f009ae941aa2'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fa59c0d4aa1249fba055f525062a9829', u'id': u'304ff35cf02346388ca8f009ae941aa2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/35489c7b9e7f46deaaba9b3f39392547'}, u'url': u'http://192.30.9.6:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9b5aab03f1584fdc9cb8cee4d52ed87e', u'id': u'35489c7b9e7f46deaaba9b3f39392547'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3d9e717a7d9244a78f309276883e8431'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'804b1db2d9d249399910656e9e3f4099', u'id': u'3d9e717a7d9244a78f309276883e8431'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3ecb9373f4d546abbaeb0031e12e1148'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'54bf71dcf7a045bf9b677f12d4627355', u'id': u'3ecb9373f4d546abbaeb0031e12e1148'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/40fa881ebfc542b48609b0165d191e18'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eb4a7e2e18704ae192446dcc021662e5', u'id': u'40fa881ebfc542b48609b0165d191e18'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4208c3ce837f4630bdfdcde7b5a68848'}, u'url': u'http://192.30.9.6:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'96edc7675a9948538254c197107af43f', u'id': u'4208c3ce837f4630bdfdcde7b5a68848'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4314d13fecb2491fb3bd9fdf02820ab0'}, u'url': u'http://192.30.9.6:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9b9fb01480ee42a8a1e74fb7a011c77f', u'id': u'4314d13fecb2491fb3bd9fdf02820ab0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4788a398551b44eaba2e45e96369afab'}, u'url': u'http://192.30.9.6:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fa59c0d4aa1249fba055f525062a9829', u'id': u'4788a398551b44eaba2e45e96369afab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4b0e947be5154094a7b4e85a0bc0e7dd'}, u'url': u'http://192.30.9.6:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2002b7cc38434a57b96cdc23e8b23b4c', u'id': u'4b0e947be5154094a7b4e85a0bc0e7dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4bcc0b16ca444cf0bf5d22700a32eb2d'}, u'url': u'http://192.30.9.6:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'96edc7675a9948538254c197107af43f', u'id': u'4bcc0b16ca444cf0bf5d22700a32eb2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4d86c12ff23c420190734972f7bc724c'}, u'url': u'http://192.30.9.6:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'99ff12233af94e1ea75065eb635d519d', u'id': u'4d86c12ff23c420190734972f7bc724c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/533dfa7812aa453288bdc187f96181e4'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'67abc31f5b984a44b7d1ce51bbfdaceb', u'id': u'533dfa7812aa453288bdc187f96181e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/583c7b07e3674c59af7c0b363459870a'}, u'url': u'http://192.30.9.6:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5dd98f7ce32444968855ec8c30385d55', u'id': u'583c7b07e3674c59af7c0b363459870a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5e26c8e191b446c6b7314efa09a288f0'}, u'url': u'http://192.30.9.6:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5dd98f7ce32444968855ec8c30385d55', u'id': u'5e26c8e191b446c6b7314efa09a288f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6ac8328f508b4fa19f5a91858b9cf24e'}, u'url': u'http://192.30.9.6:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9b9fb01480ee42a8a1e74fb7a011c77f', u'id': u'6ac8328f508b4fa19f5a91858b9cf24e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/75ca6fd708174678a148a223d4617d21'}, u'url': u'http://192.30.9.6:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eb4a7e2e18704ae192446dcc021662e5', u'id': u'75ca6fd708174678a148a223d4617d21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/76f35073d4054cb7a53f50ac72cfd123'}, u'url': u'http://192.30.9.6:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eb4a7e2e18704ae192446dcc021662e5', u'id': u'76f35073d4054cb7a53f50ac72cfd123'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7afeab6936a34c0b9b73fe1343a5be58'}, u'url': u'http://192.30.9.6:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ad8e184f09b3424db8b63156c4d88bb1', u'id': u'7afeab6936a34c0b9b73fe1343a5be58'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/84aed203888d49ca98c5435c63b5d840'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9b9fb01480ee42a8a1e74fb7a011c77f', u'id': u'84aed203888d49ca98c5435c63b5d840'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/84c619426b0b4fa786744604c30a5aec'}, u'url': u'http://192.30.9.6:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fa59c0d4aa1249fba055f525062a9829', u'id': u'84c619426b0b4fa786744604c30a5aec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9e3b2acbf456476782bcce876a5b1032'}, u'url': u'http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'54bf71dcf7a045bf9b677f12d4627355', u'id': u'9e3b2acbf456476782bcce876a5b1032'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a12f1d480a754e0cb7145af520a8cd86'}, u'url': u'http://192.30.9.6:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a09a115de186426f90adfbb7e2dd8402', u'id': u'a12f1d480a754e0cb7145af520a8cd86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a8870673d95b4b3db3eac7a52641649e'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ae672eaab26842b99a87e72ab6cf40c1', u'id': u'a8870673d95b4b3db3eac7a52641649e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bfd68afc82a645a0b0ca9f5610a1f8b6'}, u'url': u'http://192.30.9.6:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ae672eaab26842b99a87e72ab6cf40c1', u'id': u'bfd68afc82a645a0b0ca9f5610a1f8b6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c53963882a204e3e96ccf228a6d7bb6d'}, u'url': u'http://192.30.9.6:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9b5aab03f1584fdc9cb8cee4d52ed87e', u'id': u'c53963882a204e3e96ccf228a6d7bb6d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c544ce6e278e44fb8dabd80445cadc05'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'96edc7675a9948538254c197107af43f', u'id': u'c544ce6e278e44fb8dabd80445cadc05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c5ea8e79d2244f57a606ce0915a1f3df'}, u'url': u'http://192.30.9.6:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ad8e184f09b3424db8b63156c4d88bb1', u'id': u'c5ea8e79d2244f57a606ce0915a1f3df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ce302a56adea4f9c9b3eadf13d4b9a83'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9b5aab03f1584fdc9cb8cee4d52ed87e', u'id': u'ce302a56adea4f9c9b3eadf13d4b9a83'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cfd4f8a391024cb5811389676f252577'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5dd98f7ce32444968855ec8c30385d55', u'id': u'cfd4f8a391024cb5811389676f252577'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d5dfc8c179ee4902bbed8aa35ae8c3c5'}, u'url': u'http://192.30.9.6:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a09a115de186426f90adfbb7e2dd8402', u'id': u'd5dfc8c179ee4902bbed8aa35ae8c3c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d9f4ba75980f4447aa3b762f148f27de'}, u'url': u'http://192.30.9.6:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'804b1db2d9d249399910656e9e3f4099', u'id': u'd9f4ba75980f4447aa3b762f148f27de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/de800115e1b142b199d336c1531fe6f3'}, u'url': u'http://192.30.9.6:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'67abc31f5b984a44b7d1ce51bbfdaceb', u'id': u'de800115e1b142b199d336c1531fe6f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e90555c4cac54efd9b0e58943b4f62d3'}, u'url': u'http://12.0.0.26:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'54bf71dcf7a045bf9b677f12d4627355', u'id': u'e90555c4cac54efd9b0e58943b4f62d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e9cb41b1aa7141969f96d2d347e71252'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2002b7cc38434a57b96cdc23e8b23b4c', u'id': u'e9cb41b1aa7141969f96d2d347e71252'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ed3ba42ab03446d4ba25d088a07f6adb'}, u'url': u'http://192.30.9.6:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'99ff12233af94e1ea75065eb635d519d', u'id': u'ed3ba42ab03446d4ba25d088a07f6adb'})] 2018-08-28 10:14:35,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-28 10:14:35,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:35,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bef5045-87ee-4b90-bd35-49bc5040fb4d x-compute-request-id: req-6bef5045-87ee-4b90-bd35-49bc5040fb4d 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-08-28 10:14:35,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-6bef5045-87ee-4b90-bd35-49bc5040fb4d 2018-08-28 10:14:35,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.111789941788s 2018-08-28 10:14:35,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-6bef5045-87ee-4b90-bd35-49bc5040fb4d 2018-08-28 10:14:35,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-28 10:14:35,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:37,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14: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-852698a8-b286-425d-99f7-60fb42b13ded x-compute-request-id: req-852698a8-b286-425d-99f7-60fb42b13ded Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-28 10:14:37,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-852698a8-b286-425d-99f7-60fb42b13ded 2018-08-28 10:14:37,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.8887450695s 2018-08-28 10:14:37,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-852698a8-b286-425d-99f7-60fb42b13ded 2018-08-28 10:14:37,850 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-28 10:14:37,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:14:37,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:38,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c083d03d-805a-4f37-b0af-05794cb12709 Date: Tue, 28 Aug 2018 10:14:38 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:14:38,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c083d03d-805a-4f37-b0af-05794cb12709 2018-08-28 10:14:38,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.02893090248s 2018-08-28 10:14:38,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c083d03d-805a-4f37-b0af-05794cb12709 2018-08-28 10:14:38,884 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-28 10:14:38,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-28 10:14:38,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14: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-277b9736-defd-456c-a013-bc346b53e87b x-compute-request-id: req-277b9736-defd-456c-a013-bc346b53e87b Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-28 10:14:39,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-277b9736-defd-456c-a013-bc346b53e87b 2018-08-28 10:14:39,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.184229135513s 2018-08-28 10:14:39,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-277b9736-defd-456c-a013-bc346b53e87b 2018-08-28 10:14:39,070 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.9', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 2}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 3}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-28 10:14:39,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-28 10:14:39,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14: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-0c64e0fc-4ee3-402c-ac05-388be5cf0dbe x-compute-request-id: req-0c64e0fc-4ee3-402c-ac05-388be5cf0dbe Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-28 10:14:39,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c64e0fc-4ee3-402c-ac05-388be5cf0dbe 2018-08-28 10:14:39,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.128890037537s 2018-08-28 10:14:39,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c64e0fc-4ee3-402c-ac05-388be5cf0dbe 2018-08-28 10:14:39,200 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-28 10:14:39,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:39,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c414ed58-7e95-4361-a6b0-ff8ed86e5ea8 Date: Tue, 28 Aug 2018 10:14:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:14:39,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c414ed58-7e95-4361-a6b0-ff8ed86e5ea8 2018-08-28 10:14:39,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0903520584106s 2018-08-28 10:14:39,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c414ed58-7e95-4361-a6b0-ff8ed86e5ea8 2018-08-28 10:14:39,291 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T10:12:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 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'b18112b49c304b0097f2129a84e3e067', u'created_at': u'2018-08-28T10:12:15Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b18112b49c304b0097f2129a84e3e067'})] 2018-08-28 10:14:39,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:14:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8adb71da-a5f8-4175-920c-2ca753110cdc Date: Tue, 28 Aug 2018 10:14:39 GMT RESP BODY: {"ports":[]} 2018-08-28 10:14:39,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-8adb71da-a5f8-4175-920c-2ca753110cdc 2018-08-28 10:14:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0273339748383s 2018-08-28 10:14:39,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-8adb71da-a5f8-4175-920c-2ca753110cdc 2018-08-28 10:14:39,320 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-28 10:14:39,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:14:39,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c289786-d96b-48a2-90be-13c003366dd7 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "4a935503bda2418698ba4cdf49ac118e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/4a935503bda2418698ba4cdf49ac118e/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "4c4a903190c74c58ab4da4b8ea4cd189"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/4c4a903190c74c58ab4da4b8ea4cd189/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "5d9ba9dead474b6bbc46a4c4f99935d4"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/5d9ba9dead474b6bbc46a4c4f99935d4/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "725fa4c6f88d4f4098f958f225f6a305"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/725fa4c6f88d4f4098f958f225f6a305/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "8c0c48513c494234a764a9b7ebf0db6c"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "7b4aae6608254ab58bf48a379c0aebef"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c/users/7b4aae6608254ab58bf48a379c0aebef/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "7d9189204af940b9acbecac1fa6d2c97"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/7d9189204af940b9acbecac1fa6d2c97/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "85c240800bb14705840a89c634365425"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/85c240800bb14705840a89c634365425/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "9c492cc0cee34e8f83376436e77c121b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/9c492cc0cee34e8f83376436e77c121b/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "affe1f787aa142b4bf7007c538537ce8"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/affe1f787aa142b4bf7007c538537ce8/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "b2577058625347bd9a40cfbdb03410ad"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/b2577058625347bd9a40cfbdb03410ad/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "d389f051fabe410e8502908ac03cd984"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/d389f051fabe410e8502908ac03cd984/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "d99a9ba817914b698aadce26b795f9a6"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/d99a9ba817914b698aadce26b795f9a6/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "e3cf43e3b52e44379a978352a09a50d9"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/e3cf43e3b52e44379a978352a09a50d9/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"project": {"id": "b18112b49c304b0097f2129a84e3e067"}}, "role": {"id": "358518d476ac4b8fbf8ee168127e523a"}, "user": {"id": "e3cf43e3b52e44379a978352a09a50d9"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067/users/e3cf43e3b52e44379a978352a09a50d9/roles/358518d476ac4b8fbf8ee168127e523a"}}, {"scope": {"domain": {"id": "38f9366451fd49ec8a390d35c52a8506"}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "27b32f804b754b29a1f7e61c3378d247"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506/users/27b32f804b754b29a1f7e61c3378d247/roles/1d061e17031249eb9c106a13aedb5a9f"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1d061e17031249eb9c106a13aedb5a9f"}, "user": {"id": "7b4aae6608254ab58bf48a379c0aebef"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/7b4aae6608254ab58bf48a379c0aebef/roles/1d061e17031249eb9c106a13aedb5a9f"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-28 10:14:39,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-3c289786-d96b-48a2-90be-13c003366dd7 2018-08-28 10:14:39,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.270490169525s 2018-08-28 10:14:39,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-3c289786-d96b-48a2-90be-13c003366dd7 2018-08-28 10:14:39,597 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'4a935503bda2418698ba4cdf49ac118e'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'4c4a903190c74c58ab4da4b8ea4cd189'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'5d9ba9dead474b6bbc46a4c4f99935d4'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'725fa4c6f88d4f4098f958f225f6a305'}), Munch({'project': u'8c0c48513c494234a764a9b7ebf0db6c', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'7b4aae6608254ab58bf48a379c0aebef'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'7d9189204af940b9acbecac1fa6d2c97'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'85c240800bb14705840a89c634365425'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'9c492cc0cee34e8f83376436e77c121b'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'affe1f787aa142b4bf7007c538537ce8'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'b2577058625347bd9a40cfbdb03410ad'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'd389f051fabe410e8502908ac03cd984'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'd99a9ba817914b698aadce26b795f9a6'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'e3cf43e3b52e44379a978352a09a50d9'}), Munch({'project': u'b18112b49c304b0097f2129a84e3e067', 'id': u'358518d476ac4b8fbf8ee168127e523a', 'user': u'e3cf43e3b52e44379a978352a09a50d9'}), Munch({'domain': u'38f9366451fd49ec8a390d35c52a8506', 'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'27b32f804b754b29a1f7e61c3378d247'}), Munch({'id': u'1d061e17031249eb9c106a13aedb5a9f', 'user': u'7b4aae6608254ab58bf48a379c0aebef'})] 2018-08-28 10:14:39,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:14:39,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f952b0-908a-41fc-80c8-d92315a9c43d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:14:39,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-98f952b0-908a-41fc-80c8-d92315a9c43d 2018-08-28 10:14:39,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185081005096s 2018-08-28 10:14:39,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-98f952b0-908a-41fc-80c8-d92315a9c43d 2018-08-28 10:14:39,787 - 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'1d061e17031249eb9c106a13aedb5a9f'}), 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'1d2b5b8dcb564ff58891cea2619926a8'}), 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'2318336d80e24a9a9f8531007b44d834'}), 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'358518d476ac4b8fbf8ee168127e523a'}), 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'991b78bae862436380cff6114b5767af'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'a1a88a11cef04da78ef7c957c51cb716'})] 2018-08-28 10:14:39,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:14:39,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3a25814a-08eb-461f-8a8b-79fc0b50ca89 Date: Tue, 28 Aug 2018 10:14:39 GMT RESP BODY: {"routers": []} 2018-08-28 10:14:39,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3a25814a-08eb-461f-8a8b-79fc0b50ca89 2018-08-28 10:14:39,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.044116973877s 2018-08-28 10:14:39,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3a25814a-08eb-461f-8a8b-79fc0b50ca89 2018-08-28 10:14:39,833 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-28 10:14:39,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:14:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:39,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14: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-773e8861-baed-4ae8-8da0-60b4ebfd7bfa x-compute-request-id: req-773e8861-baed-4ae8-8da0-60b4ebfd7bfa Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:14:39,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-773e8861-baed-4ae8-8da0-60b4ebfd7bfa 2018-08-28 10:14:39,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.110164880753s 2018-08-28 10:14:39,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-773e8861-baed-4ae8-8da0-60b4ebfd7bfa 2018-08-28 10:14:39,944 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-28 10:14:39,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-28 10:14:39,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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-08-28 10:14:39,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d16d70f-73c6-4d5a-a0c7-0da281d5c1ab 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.6:35357/v3/", "rel": "self"}]}]}} 2018-08-28 10:14:39,957 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.6:35357/ used request id req-2d16d70f-73c6-4d5a-a0c7-0da281d5c1ab 2018-08-28 10:14:39,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:40,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31322888-5fdd-4747-8acd-b935e157a9d4 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.6:35357/v3/services/2002b7cc38434a57b96cdc23e8b23b4c"}, "enabled": true, "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.6:35357/v3/services/54bf71dcf7a045bf9b677f12d4627355"}, "enabled": true, "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.6:35357/v3/services/5dd98f7ce32444968855ec8c30385d55"}, "enabled": true, "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.6:35357/v3/services/67abc31f5b984a44b7d1ce51bbfdaceb"}, "enabled": true, "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.6:35357/v3/services/7eabf3378ec94d2e860ad686d3e0e62c"}, "enabled": true, "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.6:35357/v3/services/804b1db2d9d249399910656e9e3f4099"}, "enabled": true, "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.6:35357/v3/services/96edc7675a9948538254c197107af43f"}, "enabled": true, "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.6:35357/v3/services/99ff12233af94e1ea75065eb635d519d"}, "enabled": true, "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.6:35357/v3/services/9b5aab03f1584fdc9cb8cee4d52ed87e"}, "enabled": true, "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.6:35357/v3/services/9b9fb01480ee42a8a1e74fb7a011c77f"}, "enabled": true, "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.6:35357/v3/services/a09a115de186426f90adfbb7e2dd8402"}, "enabled": true, "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.6:35357/v3/services/ad8e184f09b3424db8b63156c4d88bb1"}, "enabled": true, "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.6:35357/v3/services/ae672eaab26842b99a87e72ab6cf40c1"}, "enabled": true, "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.6:35357/v3/services/eb4a7e2e18704ae192446dcc021662e5"}, "enabled": true, "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.6:35357/v3/services/fa59c0d4aa1249fba055f525062a9829"}, "enabled": true, "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "links": {"self": "http://192.30.9.6:35357/v3/services", "previous": null, "next": null}} 2018-08-28 10:14:40,135 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-31322888-5fdd-4747-8acd-b935e157a9d4 2018-08-28 10:14:40,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.187513113022s 2018-08-28 10:14:40,135 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-31322888-5fdd-4747-8acd-b935e157a9d4 2018-08-28 10:14:40,143 - 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'2002b7cc38434a57b96cdc23e8b23b4c', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'54bf71dcf7a045bf9b677f12d4627355', 'name': u'swift'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'5dd98f7ce32444968855ec8c30385d55', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'67abc31f5b984a44b7d1ce51bbfdaceb', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'7eabf3378ec94d2e860ad686d3e0e62c', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'804b1db2d9d249399910656e9e3f4099', 'name': u'glance'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'96edc7675a9948538254c197107af43f', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'99ff12233af94e1ea75065eb635d519d', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'9b5aab03f1584fdc9cb8cee4d52ed87e', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'9b9fb01480ee42a8a1e74fb7a011c77f', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'a09a115de186426f90adfbb7e2dd8402', 'name': u'cinder'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'ad8e184f09b3424db8b63156c4d88bb1', 'name': u'keystone'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'ae672eaab26842b99a87e72ab6cf40c1', 'name': u'heat'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'eb4a7e2e18704ae192446dcc021662e5', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'fa59c0d4aa1249fba055f525062a9829', 'name': u'panko'})] 2018-08-28 10:14:40,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:14:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aaf1779789fc422510ad53180509b792e8a7c7e7" 2018-08-28 10:14:40,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5355d94e-ad3b-499c-9dd1-7b871cc563e9 Date: Tue, 28 Aug 2018 10:14:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"74721f5d-6096-4ea3-ae93-2107115850e8","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:18Z","dns_nameservers":[],"updated_at":"2018-08-28T10:12:18Z","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":"b18112b49c304b0097f2129a84e3e067","id":"8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 10:14:40,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5355d94e-ad3b-499c-9dd1-7b871cc563e9 2018-08-28 10:14:40,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0406391620636s 2018-08-28 10:14:40,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5355d94e-ad3b-499c-9dd1-7b871cc563e9 2018-08-28 10:14:40,186 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:12:18Z', 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'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'tenant_id': u'b18112b49c304b0097f2129a84e3e067', u'created_at': u'2018-08-28T10:12:18Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'b18112b49c304b0097f2129a84e3e067'})] 2018-08-28 10:14:40,308 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:14:40,309 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:06 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-28 10:14:40,365 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-28 10:14:40,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:14:40,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:14:40,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:14:40,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:14:40,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:14:40,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:14:40,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:40,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c472cbae-3c2a-49fe-9368-a012396a2227 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:14:40,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c472cbae-3c2a-49fe-9368-a012396a2227 2018-08-28 10:14:40,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:14:40,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:14:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["_NgdfeUQRDCU2d1qIT_AMA"], "issued_at": "2018-08-28T10:14:40.000000Z"}} 2018-08-28 10:14:40,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:40,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:42,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-86df8552-55dd-485e-a63e-68f10b010090 Date: Tue, 28 Aug 2018 10:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:14:42,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-86df8552-55dd-485e-a63e-68f10b010090 2018-08-28 10:14:42,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14603590965s 2018-08-28 10:14:42,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-86df8552-55dd-485e-a63e-68f10b010090 2018-08-28 10:14:42,085 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-28 10:14:42,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:14:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" -d '{"network": {"name": "tenantnetwork1-net_89becb7e-c319-45f7-b39c-c0f1d99f7e5c", "admin_state_up": true}}' 2018-08-28 10:14:42,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-02c79f60-e95e-4589-bac2-25df3ee1765b Date: Tue, 28 Aug 2018 10:14:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e41e19e9-bdb2-49a9-8ad4-b5d819f17e77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:14:42Z","is_default":false,"provider:segmentation_id":58,"name":"tenantnetwork1-net_89becb7e-c319-45f7-b39c-c0f1d99f7e5c","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:14:42Z","mtu":1450}} 2018-08-28 10:14:42,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-02c79f60-e95e-4589-bac2-25df3ee1765b 2018-08-28 10:14:42,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.500118017197s 2018-08-28 10:14:42,587 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-02c79f60-e95e-4589-bac2-25df3ee1765b 2018-08-28 10:14:42,587 - 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-08-28T10:14:42Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e41e19e9-bdb2-49a9-8ad4-b5d819f17e77', u'provider:segmentation_id': 58, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_89becb7e-c319-45f7-b39c-c0f1d99f7e5c', u'admin_state_up': True, u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:14:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:14:42,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:42,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:42,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-16524963-bd6d-4b84-9d2b-0248013da5a7 Date: Tue, 28 Aug 2018 10:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e41e19e9-bdb2-49a9-8ad4-b5d819f17e77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:14:42Z","provider:segmentation_id":58,"name":"tenantnetwork1-net_89becb7e-c319-45f7-b39c-c0f1d99f7e5c","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:14:42Z","provider:network_type":"vxlan"}]} 2018-08-28 10:14:42,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16524963-bd6d-4b84-9d2b-0248013da5a7 2018-08-28 10:14:42,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117842912674s 2018-08-28 10:14:42,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-16524963-bd6d-4b84-9d2b-0248013da5a7 2018-08-28 10:14:42,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:14:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" -d '{"subnet": {"name": "tenantnetwork1-subnet_89becb7e-c319-45f7-b39c-c0f1d99f7e5c", "enable_dhcp": true, "network_id": "e41e19e9-bdb2-49a9-8ad4-b5d819f17e77", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:14:43,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a09ba2c1-708e-40dc-bb9b-f35e6d6ac501 Date: Tue, 28 Aug 2018 10:14:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41e19e9-bdb2-49a9-8ad4-b5d819f17e77","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:14:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:14:43Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8c0c48513c494234a764a9b7ebf0db6c","id":"af06af6b-cd89-4da3-ae1d-4775dc32ce9f","subnetpool_id":null,"name":"tenantnetwork1-subnet_89becb7e-c319-45f7-b39c-c0f1d99f7e5c"}} 2018-08-28 10:14:43,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a09ba2c1-708e-40dc-bb9b-f35e6d6ac501 2018-08-28 10:14:43,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.908590078354s 2018-08-28 10:14:43,618 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a09ba2c1-708e-40dc-bb9b-f35e6d6ac501 2018-08-28 10:14:43,618 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:14:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'af06af6b-cd89-4da3-ae1d-4775dc32ce9f', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_89becb7e-c319-45f7-b39c-c0f1d99f7e5c', u'enable_dhcp': True, u'network_id': u'e41e19e9-bdb2-49a9-8ad4-b5d819f17e77', u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:14:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:14:43,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:14:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "tenantnetwork1-router_89becb7e-c319-45f7-b39c-c0f1d99f7e5c", "admin_state_up": true}}' 2018-08-28 10:14:45,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-d75abc09-e724-403f-bfe5-b5cd7b878ff4 Date: Tue, 28 Aug 2018 10:14:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:14:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 2, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "1f5afc76-4e3a-4e55-a21d-9543916d7d29", "name": "tenantnetwork1-router_89becb7e-c319-45f7-b39c-c0f1d99f7e5c"}} 2018-08-28 10:14:45,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d75abc09-e724-403f-bfe5-b5cd7b878ff4 2018-08-28 10:14:45,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49097800255s 2018-08-28 10:14:45,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d75abc09-e724-403f-bfe5-b5cd7b878ff4 2018-08-28 10:14:45,111 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:14:43Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T10:14:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'id': u'1f5afc76-4e3a-4e55-a21d-9543916d7d29', u'name': u'tenantnetwork1-router_89becb7e-c319-45f7-b39c-c0f1d99f7e5c'}) 2018-08-28 10:14:45,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:14:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/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}d828b3c8b9c8f32e24b7200185b6632026c26c44" -d '{"subnet_id": "af06af6b-cd89-4da3-ae1d-4775dc32ce9f"}' 2018-08-28 10:14:46,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-822ddb72-e3c2-4e6b-8ca5-992961ef227a Date: Tue, 28 Aug 2018 10:14:46 GMT RESP BODY: {"network_id": "e41e19e9-bdb2-49a9-8ad4-b5d819f17e77", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "af06af6b-cd89-4da3-ae1d-4775dc32ce9f", "subnet_ids": ["af06af6b-cd89-4da3-ae1d-4775dc32ce9f"], "port_id": "dd894cca-1ca7-49ad-8f3a-04cb24069cd8", "id": "1f5afc76-4e3a-4e55-a21d-9543916d7d29"} 2018-08-28 10:14:46,571 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/add_router_interface.json used request id req-822ddb72-e3c2-4e6b-8ca5-992961ef227a 2018-08-28 10:14:46,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.45985412598s 2018-08-28 10:14:46,572 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/add_router_interface.json used request id req-822ddb72-e3c2-4e6b-8ca5-992961ef227a returning object 1f5afc76-4e3a-4e55-a21d-9543916d7d29 2018-08-28 10:14:46,685 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:14:46,686 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 10:14:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:14:46,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/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}d828b3c8b9c8f32e24b7200185b6632026c26c44" -d '{"subnet_id": "af06af6b-cd89-4da3-ae1d-4775dc32ce9f"}' 2018-08-28 10:14:48,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-744f215c-2b30-4a8b-8358-0e3ba49ea314 Date: Tue, 28 Aug 2018 10:14:48 GMT RESP BODY: {"network_id": "e41e19e9-bdb2-49a9-8ad4-b5d819f17e77", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "af06af6b-cd89-4da3-ae1d-4775dc32ce9f", "subnet_ids": ["af06af6b-cd89-4da3-ae1d-4775dc32ce9f"], "port_id": "dd894cca-1ca7-49ad-8f3a-04cb24069cd8", "id": "1f5afc76-4e3a-4e55-a21d-9543916d7d29"} 2018-08-28 10:14:48,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/remove_router_interface.json used request id req-744f215c-2b30-4a8b-8358-0e3ba49ea314 2018-08-28 10:14:48,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67925000191s 2018-08-28 10:14:48,372 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29/remove_router_interface.json used request id req-744f215c-2b30-4a8b-8358-0e3ba49ea314 returning object 1f5afc76-4e3a-4e55-a21d-9543916d7d29 2018-08-28 10:14:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:14:48,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:48,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-445eda71-2d4c-434a-be8f-3e7d318404fa Date: Tue, 28 Aug 2018 10:14:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:14:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:14:47Z", "revision_number": 4, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "1f5afc76-4e3a-4e55-a21d-9543916d7d29", "name": "tenantnetwork1-router_89becb7e-c319-45f7-b39c-c0f1d99f7e5c"}]} 2018-08-28 10:14:48,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-445eda71-2d4c-434a-be8f-3e7d318404fa 2018-08-28 10:14:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127220869064s 2018-08-28 10:14:48,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-445eda71-2d4c-434a-be8f-3e7d318404fa 2018-08-28 10:14:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:14:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:49,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b7d33e6-f802-4d5c-9309-0f3a0ec0f2cd Content-Length: 0 Date: Tue, 28 Aug 2018 10:14:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:14:49,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29.json used request id req-0b7d33e6-f802-4d5c-9309-0f3a0ec0f2cd 2018-08-28 10:14:49,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39683794975s 2018-08-28 10:14:49,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1f5afc76-4e3a-4e55-a21d-9543916d7d29.json used request id req-0b7d33e6-f802-4d5c-9309-0f3a0ec0f2cd 2018-08-28 10:14:49,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:14:49,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:49,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-d11bacac-cd6f-4d31-b446-885640b6b62f Date: Tue, 28 Aug 2018 10:14:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"74721f5d-6096-4ea3-ae93-2107115850e8","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:18Z","dns_nameservers":[],"updated_at":"2018-08-28T10:12:18Z","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":"b18112b49c304b0097f2129a84e3e067","id":"8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e41e19e9-bdb2-49a9-8ad4-b5d819f17e77","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:14:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:14:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8c0c48513c494234a764a9b7ebf0db6c","id":"af06af6b-cd89-4da3-ae1d-4775dc32ce9f","subnetpool_id":null,"name":"tenantnetwork1-subnet_89becb7e-c319-45f7-b39c-c0f1d99f7e5c"}]} 2018-08-28 10:14:49,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d11bacac-cd6f-4d31-b446-885640b6b62f 2018-08-28 10:14:49,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.072723865509s 2018-08-28 10:14:49,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d11bacac-cd6f-4d31-b446-885640b6b62f 2018-08-28 10:14:49,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:14:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/af06af6b-cd89-4da3-ae1d-4775dc32ce9f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:51,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57f87b51-47dc-4847-8a66-e305b22973f8 Date: Tue, 28 Aug 2018 10:14:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:14:51,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/af06af6b-cd89-4da3-ae1d-4775dc32ce9f.json used request id req-57f87b51-47dc-4847-8a66-e305b22973f8 2018-08-28 10:14:51,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.26748323441s 2018-08-28 10:14:51,241 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/af06af6b-cd89-4da3-ae1d-4775dc32ce9f.json used request id req-57f87b51-47dc-4847-8a66-e305b22973f8 2018-08-28 10:14:51,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:51,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:51,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-ac1db052-5870-44a5-ab10-c37b860cad20 Date: Tue, 28 Aug 2018 10:14:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e41e19e9-bdb2-49a9-8ad4-b5d819f17e77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:14:50Z","provider:segmentation_id":58,"name":"tenantnetwork1-net_89becb7e-c319-45f7-b39c-c0f1d99f7e5c","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:14:42Z","provider:network_type":"vxlan"}]} 2018-08-28 10:14:51,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac1db052-5870-44a5-ab10-c37b860cad20 2018-08-28 10:14:51,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882198810577s 2018-08-28 10:14:51,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac1db052-5870-44a5-ab10-c37b860cad20 2018-08-28 10:14:51,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:14:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e41e19e9-bdb2-49a9-8ad4-b5d819f17e77.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d828b3c8b9c8f32e24b7200185b6632026c26c44" 2018-08-28 10:14:52,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfdc9655-8e76-42b2-8df6-ac4fb73cb4bf Date: Tue, 28 Aug 2018 10:14:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:14:52,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e41e19e9-bdb2-49a9-8ad4-b5d819f17e77.json used request id req-cfdc9655-8e76-42b2-8df6-ac4fb73cb4bf 2018-08-28 10:14:52,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48494195938s 2018-08-28 10:14:52,817 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e41e19e9-bdb2-49a9-8ad4-b5d819f17e77.json used request id req-cfdc9655-8e76-42b2-8df6-ac4fb73cb4bf 2018-08-28 10:14:52,870 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-28 10:14:52,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:14:52,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:14:52,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:14:52,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:14:52,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:52,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e9d52d-3fbc-45ef-a574-e7044f3fbfe3 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:14:52,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-27e9d52d-3fbc-45ef-a574-e7044f3fbfe3 2018-08-28 10:14:52,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:14:53,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:14:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["bqOo4lacQMO2FUgsZlRTKg"], "issued_at": "2018-08-28T10:14:53.000000Z"}} 2018-08-28 10:14:53,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:53,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:53,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fab6a1d7-82bc-4969-97fe-e5023eeff380 Date: Tue, 28 Aug 2018 10:14:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:14:53,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fab6a1d7-82bc-4969-97fe-e5023eeff380 2018-08-28 10:14:53,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.322158098221s 2018-08-28 10:14:53,632 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fab6a1d7-82bc-4969-97fe-e5023eeff380 2018-08-28 10:14:53,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:53,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359649dd-cb3d-4653-ab4d-447a8030062e 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:14:53,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-359649dd-cb3d-4653-ab4d-447a8030062e 2018-08-28 10:14:53,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:14:53,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:53,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe43aa7-11bf-4fd4-ab5e-365ac02b9a6f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:14:53,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-9fe43aa7-11bf-4fd4-ab5e-365ac02b9a6f 2018-08-28 10:14:53,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179688930511s 2018-08-28 10:14:53,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-9fe43aa7-11bf-4fd4-ab5e-365ac02b9a6f 2018-08-28 10:14:53,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:14:53,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324"}}' 2018-08-28 10:14:54,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-091b9588-6ed6-4a70-ba7b-95f1577f8b44 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.23:5000/v3/projects/4889a28c35964093b4742df5d5033904"}, "tags": [], "enabled": true, "id": "4889a28c35964093b4742df5d5033904", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324"}} 2018-08-28 10:14:54,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-091b9588-6ed6-4a70-ba7b-95f1577f8b44 2018-08-28 10:14:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.236543893814s 2018-08-28 10:14:54,066 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-091b9588-6ed6-4a70-ba7b-95f1577f8b44 2018-08-28 10:14:54,066 - 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'4889a28c35964093b4742df5d5033904', '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_a0878138-2afa-401d-aa4e-12c8201e9324'}) 2018-08-28 10:14:54,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:14:54,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "66b2028f-db29-4e4a-9d49-feb90c706c5b", "email": null, "name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324"}}' 2018-08-28 10:14:54,479 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:14:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a850d8c-95c7-4b4b-acd1-7359234a7848 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324", "links": {"self": "http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3dbe75ca5ddf476e926da04423ecd056", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:14:54,479 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0a850d8c-95c7-4b4b-acd1-7359234a7848 2018-08-28 10:14:54,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.40654706955s 2018-08-28 10:14:54,479 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0a850d8c-95c7-4b4b-acd1-7359234a7848 2018-08-28 10:14:54,480 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3dbe75ca5ddf476e926da04423ecd056', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324'}) 2018-08-28 10:14:54,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:14:54,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:54,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda9d3a6-a7bb-413e-8165-cb5f9ada02a9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:14:54,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fda9d3a6-a7bb-413e-8165-cb5f9ada02a9 2018-08-28 10:14:54,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113652944565s 2018-08-28 10:14:54,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fda9d3a6-a7bb-413e-8165-cb5f9ada02a9 2018-08-28 10:14:54,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:14:54,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:54,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4b8905-1296-4076-9b7d-f90ee175a976 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:14:54,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5e4b8905-1296-4076-9b7d-f90ee175a976 2018-08-28 10:14:54,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206465005875s 2018-08-28 10:14:54,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5e4b8905-1296-4076-9b7d-f90ee175a976 2018-08-28 10:14:54,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:14:54,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47873b0-ffae-4aad-ae0e-0038b1807b31 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:14:55,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e47873b0-ffae-4aad-ae0e-0038b1807b31 2018-08-28 10:14:55,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187798976898s 2018-08-28 10:14:55,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e47873b0-ffae-4aad-ae0e-0038b1807b31 2018-08-28 10:14:55,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:14:55,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30772784-5bf0-4e44-95d0-32fb682ef80d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:14:55,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-30772784-5bf0-4e44-95d0-32fb682ef80d 2018-08-28 10:14:55,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109818935394s 2018-08-28 10:14:55,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-30772784-5bf0-4e44-95d0-32fb682ef80d 2018-08-28 10:14:55,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:14:55,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce78474-e806-4b95-9438-3aaba8bd8556 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324", "links": {"self": "http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3dbe75ca5ddf476e926da04423ecd056", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:14:55,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5ce78474-e806-4b95-9438-3aaba8bd8556 2018-08-28 10:14:55,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.13000702858s 2018-08-28 10:14:55,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5ce78474-e806-4b95-9438-3aaba8bd8556 2018-08-28 10:14:55,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:14:55,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8085f16e-8329-4f8a-b493-8c88f92a7e15 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904"}, "tags": [], "enabled": true, "id": "4889a28c35964093b4742df5d5033904", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324"}]} 2018-08-28 10:14:55,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8085f16e-8329-4f8a-b493-8c88f92a7e15 2018-08-28 10:14:55,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11757683754s 2018-08-28 10:14:55,383 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8085f16e-8329-4f8a-b493-8c88f92a7e15 2018-08-28 10:14:55,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:14:55,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=3dbe75ca5ddf476e926da04423ecd056&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=4889a28c35964093b4742df5d5033904" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81322b73-ad74-4ede-9e41-c3cb3a9e31fa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=3dbe75ca5ddf476e926da04423ecd056&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=4889a28c35964093b4742df5d5033904", "previous": null, "next": null}} 2018-08-28 10:14:55,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3dbe75ca5ddf476e926da04423ecd056&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=4889a28c35964093b4742df5d5033904 used request id req-81322b73-ad74-4ede-9e41-c3cb3a9e31fa 2018-08-28 10:14:55,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176575183868s 2018-08-28 10:14:55,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=3dbe75ca5ddf476e926da04423ecd056&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=4889a28c35964093b4742df5d5033904 used request id req-81322b73-ad74-4ede-9e41-c3cb3a9e31fa 2018-08-28 10:14:55,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:14:55,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904/users/3dbe75ca5ddf476e926da04423ecd056/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:14:55,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-308b3647-2af2-48d4-8d11-5a0a348cfba6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:14:55,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904/users/3dbe75ca5ddf476e926da04423ecd056/roles/2318336d80e24a9a9f8531007b44d834 used request id req-308b3647-2af2-48d4-8d11-5a0a348cfba6 2018-08-28 10:14:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.138117074966s 2018-08-28 10:14:55,708 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904/users/3dbe75ca5ddf476e926da04423ecd056/roles/2318336d80e24a9a9f8531007b44d834 used request id req-308b3647-2af2-48d4-8d11-5a0a348cfba6 2018-08-28 10:14:55,709 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324', 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'4889a28c35964093b4742df5d5033904', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '66b2028f-db29-4e4a-9d49-feb90c706c5b', 'username': u'tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:14:55,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:14:55,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:14:55,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:14:55,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:14:55,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:14:55,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:14:55,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:14:55,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:14:55,715 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324', 'password': '66b2028f-db29-4e4a-9d49-feb90c706c5b', 'project_name': 'tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4889a28c35964093b4742df5d5033904', 'project_domain_name': 'Default'} 2018-08-28 10:14:55,715 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-28 10:14:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:14:55,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b78e82e-4cad-4e08-a48b-d6ca8b978080 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:14:55,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8b78e82e-4cad-4e08-a48b-d6ca8b978080 2018-08-28 10:14:55,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:14:56,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:14:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4889a28c35964093b4742df5d5033904", "name": "tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_4889a28c35964093b4742df5d5033904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_4889a28c35964093b4742df5d5033904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/4889a28c35964093b4742df5d5033904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/4889a28c35964093b4742df5d5033904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/4889a28c35964093b4742df5d5033904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/4889a28c35964093b4742df5d5033904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/4889a28c35964093b4742df5d5033904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/4889a28c35964093b4742df5d5033904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/4889a28c35964093b4742df5d5033904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/4889a28c35964093b4742df5d5033904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/4889a28c35964093b4742df5d5033904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/4889a28c35964093b4742df5d5033904", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/4889a28c35964093b4742df5d5033904", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/4889a28c35964093b4742df5d5033904", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324", "id": "3dbe75ca5ddf476e926da04423ecd056"}, "audit_ids": ["2SCQaku4QyCabDuGDlRcmA"], "issued_at": "2018-08-28T10:14:56.000000Z"}} 2018-08-28 10:14:56,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:14:56,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" -d '{"network": {"name": "tenantnetwork2-net_a0878138-2afa-401d-aa4e-12c8201e9324", "admin_state_up": true}}' 2018-08-28 10:14:56,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-1e9b842a-dd53-4f1e-8b1e-551e2cf553f8 Date: Tue, 28 Aug 2018 10:14:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4889a28c35964093b4742df5d5033904","created_at":"2018-08-28T10:14:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:14:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4889a28c35964093b4742df5d5033904","id":"1e1a411f-bc17-4907-9310-d37417b587eb","name":"tenantnetwork2-net_a0878138-2afa-401d-aa4e-12c8201e9324"}} 2018-08-28 10:14:56,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e9b842a-dd53-4f1e-8b1e-551e2cf553f8 2018-08-28 10:14:56,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.874726057053s 2018-08-28 10:14:56,998 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1e9b842a-dd53-4f1e-8b1e-551e2cf553f8 2018-08-28 10:14:56,999 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:14:56Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1e1a411f-bc17-4907-9310-d37417b587eb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_a0878138-2afa-401d-aa4e-12c8201e9324', u'admin_state_up': True, u'tenant_id': u'4889a28c35964093b4742df5d5033904', u'created_at': u'2018-08-28T10:14:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4889a28c35964093b4742df5d5033904'}) 2018-08-28 10:14:57,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:14:57,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:14:57,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-19914866-7d3b-4eed-944a-080e85ce36d1 Date: Tue, 28 Aug 2018 10:14:57 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-08-28T10:14:56Z","tenant_id":"4889a28c35964093b4742df5d5033904","created_at":"2018-08-28T10:14:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4889a28c35964093b4742df5d5033904","id":"1e1a411f-bc17-4907-9310-d37417b587eb","name":"tenantnetwork2-net_a0878138-2afa-401d-aa4e-12c8201e9324"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:14:57,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-19914866-7d3b-4eed-944a-080e85ce36d1 2018-08-28 10:14:57,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.142673015594s 2018-08-28 10:14:57,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-19914866-7d3b-4eed-944a-080e85ce36d1 2018-08-28 10:14:57,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:14:57,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" -d '{"subnet": {"name": "tenantnetwork2-subnet_a0878138-2afa-401d-aa4e-12c8201e9324", "enable_dhcp": true, "network_id": "1e1a411f-bc17-4907-9310-d37417b587eb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:14:57,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7aaaf8bf-b1b9-490f-9a18-71ba83e1a3e5 Date: Tue, 28 Aug 2018 10:14:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e1a411f-bc17-4907-9310-d37417b587eb","tenant_id":"4889a28c35964093b4742df5d5033904","created_at":"2018-08-28T10:14:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:14:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"4889a28c35964093b4742df5d5033904","id":"fdd15f7a-c700-49d6-868f-fe0afa1a6e0c","subnetpool_id":null,"name":"tenantnetwork2-subnet_a0878138-2afa-401d-aa4e-12c8201e9324"}} 2018-08-28 10:14:57,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7aaaf8bf-b1b9-490f-9a18-71ba83e1a3e5 2018-08-28 10:14:57,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.620385169983s 2018-08-28 10:14:57,765 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7aaaf8bf-b1b9-490f-9a18-71ba83e1a3e5 2018-08-28 10:14:57,765 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:14:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fdd15f7a-c700-49d6-868f-fe0afa1a6e0c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_a0878138-2afa-401d-aa4e-12c8201e9324', u'enable_dhcp': True, u'network_id': u'1e1a411f-bc17-4907-9310-d37417b587eb', u'tenant_id': u'4889a28c35964093b4742df5d5033904', u'created_at': u'2018-08-28T10:14:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4889a28c35964093b4742df5d5033904'}) 2018-08-28 10:14:57,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:14:57,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "tenantnetwork2-router_a0878138-2afa-401d-aa4e-12c8201e9324", "admin_state_up": true}}' 2018-08-28 10:14:59,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-5b643e1e-19a7-41ce-81f4-2bb45bcb2ced Date: Tue, 28 Aug 2018 10:14:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4889a28c35964093b4742df5d5033904", "created_at": "2018-08-28T10:14:57Z", "admin_state_up": true, "updated_at": "2018-08-28T10:14:58Z", "revision_number": 2, "routes": [], "project_id": "4889a28c35964093b4742df5d5033904", "id": "bae0d301-2c64-4ecb-8e0b-1187b5c62677", "name": "tenantnetwork2-router_a0878138-2afa-401d-aa4e-12c8201e9324"}} 2018-08-28 10:14:59,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5b643e1e-19a7-41ce-81f4-2bb45bcb2ced 2018-08-28 10:14:59,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30626797676s 2018-08-28 10:14:59,073 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5b643e1e-19a7-41ce-81f4-2bb45bcb2ced 2018-08-28 10:14:59,073 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4889a28c35964093b4742df5d5033904', u'created_at': u'2018-08-28T10:14:57Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:14:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'4889a28c35964093b4742df5d5033904', u'id': u'bae0d301-2c64-4ecb-8e0b-1187b5c62677', u'name': u'tenantnetwork2-router_a0878138-2afa-401d-aa4e-12c8201e9324'}) 2018-08-28 10:14:59,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:14:59,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/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}fc2fa237713686850fe9a68ced36061c830f3043" -d '{"subnet_id": "fdd15f7a-c700-49d6-868f-fe0afa1a6e0c"}' 2018-08-28 10:15:01,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2c074254-2473-4e69-a986-6e754e5b214b Date: Tue, 28 Aug 2018 10:15:01 GMT RESP BODY: {"network_id": "1e1a411f-bc17-4907-9310-d37417b587eb", "tenant_id": "4889a28c35964093b4742df5d5033904", "subnet_id": "fdd15f7a-c700-49d6-868f-fe0afa1a6e0c", "subnet_ids": ["fdd15f7a-c700-49d6-868f-fe0afa1a6e0c"], "port_id": "6ce55c17-5d8c-4398-b01a-083919107f4e", "id": "bae0d301-2c64-4ecb-8e0b-1187b5c62677"} 2018-08-28 10:15:01,009 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/add_router_interface.json used request id req-2c074254-2473-4e69-a986-6e754e5b214b 2018-08-28 10:15:01,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.93511795998s 2018-08-28 10:15:01,009 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/add_router_interface.json used request id req-2c074254-2473-4e69-a986-6e754e5b214b returning object bae0d301-2c64-4ecb-8e0b-1187b5c62677 2018-08-28 10:15:01,123 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:15:01,124 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 10:15:01,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:15:01,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/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}fc2fa237713686850fe9a68ced36061c830f3043" -d '{"subnet_id": "fdd15f7a-c700-49d6-868f-fe0afa1a6e0c"}' 2018-08-28 10:15:02,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-053bff38-e6c6-4165-9a32-5cf58534e870 Date: Tue, 28 Aug 2018 10:15:02 GMT RESP BODY: {"network_id": "1e1a411f-bc17-4907-9310-d37417b587eb", "tenant_id": "4889a28c35964093b4742df5d5033904", "subnet_id": "fdd15f7a-c700-49d6-868f-fe0afa1a6e0c", "subnet_ids": ["fdd15f7a-c700-49d6-868f-fe0afa1a6e0c"], "port_id": "6ce55c17-5d8c-4398-b01a-083919107f4e", "id": "bae0d301-2c64-4ecb-8e0b-1187b5c62677"} 2018-08-28 10:15:02,848 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/remove_router_interface.json used request id req-053bff38-e6c6-4165-9a32-5cf58534e870 2018-08-28 10:15:02,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71891403198s 2018-08-28 10:15:02,848 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677/remove_router_interface.json used request id req-053bff38-e6c6-4165-9a32-5cf58534e870 returning object bae0d301-2c64-4ecb-8e0b-1187b5c62677 2018-08-28 10:15:02,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:15:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:02,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-59de219b-f2ad-4996-9fb3-d957c97c5ceb Date: Tue, 28 Aug 2018 10:15:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4889a28c35964093b4742df5d5033904", "created_at": "2018-08-28T10:14:57Z", "admin_state_up": true, "updated_at": "2018-08-28T10:15:02Z", "revision_number": 4, "routes": [], "project_id": "4889a28c35964093b4742df5d5033904", "id": "bae0d301-2c64-4ecb-8e0b-1187b5c62677", "name": "tenantnetwork2-router_a0878138-2afa-401d-aa4e-12c8201e9324"}]} 2018-08-28 10:15:02,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-59de219b-f2ad-4996-9fb3-d957c97c5ceb 2018-08-28 10:15:02,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111088991165s 2018-08-28 10:15:02,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-59de219b-f2ad-4996-9fb3-d957c97c5ceb 2018-08-28 10:15:02,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:15:02,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:04,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f13758a9-5366-406c-b063-135054e50ce4 Content-Length: 0 Date: Tue, 28 Aug 2018 10:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:04,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677.json used request id req-f13758a9-5366-406c-b063-135054e50ce4 2018-08-28 10:15:04,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26113009453s 2018-08-28 10:15:04,223 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bae0d301-2c64-4ecb-8e0b-1187b5c62677.json used request id req-f13758a9-5366-406c-b063-135054e50ce4 2018-08-28 10:15:04,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:15:04,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:04,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-398ddf93-ca86-4231-8009-f5336dc8c5c2 Date: Tue, 28 Aug 2018 10:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e1a411f-bc17-4907-9310-d37417b587eb","tenant_id":"4889a28c35964093b4742df5d5033904","created_at":"2018-08-28T10:14:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:14:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4889a28c35964093b4742df5d5033904","id":"fdd15f7a-c700-49d6-868f-fe0afa1a6e0c","subnetpool_id":null,"name":"tenantnetwork2-subnet_a0878138-2afa-401d-aa4e-12c8201e9324"}]} 2018-08-28 10:15:04,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-398ddf93-ca86-4231-8009-f5336dc8c5c2 2018-08-28 10:15:04,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.069864988327s 2018-08-28 10:15:04,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-398ddf93-ca86-4231-8009-f5336dc8c5c2 2018-08-28 10:15:04,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:15:04,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/fdd15f7a-c700-49d6-868f-fe0afa1a6e0c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:05,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a70a0a9-35e8-481c-9766-a0784271c9e0 Date: Tue, 28 Aug 2018 10:15:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:05,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fdd15f7a-c700-49d6-868f-fe0afa1a6e0c.json used request id req-0a70a0a9-35e8-481c-9766-a0784271c9e0 2018-08-28 10:15:05,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11172914505s 2018-08-28 10:15:05,408 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/fdd15f7a-c700-49d6-868f-fe0afa1a6e0c.json used request id req-0a70a0a9-35e8-481c-9766-a0784271c9e0 2018-08-28 10:15:05,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:05,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:05,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-4ea6e70c-db36-45aa-be7c-83e1651bc0c9 Date: Tue, 28 Aug 2018 10:15:05 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-08-28T10:15:05Z","tenant_id":"4889a28c35964093b4742df5d5033904","created_at":"2018-08-28T10:14:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4889a28c35964093b4742df5d5033904","id":"1e1a411f-bc17-4907-9310-d37417b587eb","name":"tenantnetwork2-net_a0878138-2afa-401d-aa4e-12c8201e9324"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:15:05,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4ea6e70c-db36-45aa-be7c-83e1651bc0c9 2018-08-28 10:15:05,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0962021350861s 2018-08-28 10:15:05,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4ea6e70c-db36-45aa-be7c-83e1651bc0c9 2018-08-28 10:15:05,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:15:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/1e1a411f-bc17-4907-9310-d37417b587eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fc2fa237713686850fe9a68ced36061c830f3043" 2018-08-28 10:15:06,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f74f0e6-6ebe-4150-bd54-0265173df407 Date: Tue, 28 Aug 2018 10:15:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:06,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1e1a411f-bc17-4907-9310-d37417b587eb.json used request id req-6f74f0e6-6ebe-4150-bd54-0265173df407 2018-08-28 10:15:06,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27869200706s 2018-08-28 10:15:06,785 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1e1a411f-bc17-4907-9310-d37417b587eb.json used request id req-6f74f0e6-6ebe-4150-bd54-0265173df407 2018-08-28 10:15:06,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:15:06,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:15:06,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0fe48a-877f-4bd8-a2f7-1ca3d7359e96 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324", "links": {"self": "http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3dbe75ca5ddf476e926da04423ecd056", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:15:06,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5a0fe48a-877f-4bd8-a2f7-1ca3d7359e96 2018-08-28 10:15:06,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199252128601s 2018-08-28 10:15:06,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5a0fe48a-877f-4bd8-a2f7-1ca3d7359e96 2018-08-28 10:15:06,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:15:06,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:15:07,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6d5f87-5110-4793-bdb2-2da051e0d329 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_a0878138-2afa-401d-aa4e-12c8201e9324", "links": {"self": "http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3dbe75ca5ddf476e926da04423ecd056", "description": null}} 2018-08-28 10:15:07,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 used request id req-9c6d5f87-5110-4793-bdb2-2da051e0d329 2018-08-28 10:15:07,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207690000534s 2018-08-28 10:15:07,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 used request id req-9c6d5f87-5110-4793-bdb2-2da051e0d329 2018-08-28 10:15:07,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:15:07,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:15:07,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b95280ba-a28e-45f9-8a54-31d2b3624698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:15:07,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 used request id req-b95280ba-a28e-45f9-8a54-31d2b3624698 2018-08-28 10:15:07,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.281365156174s 2018-08-28 10:15:07,482 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3dbe75ca5ddf476e926da04423ecd056 used request id req-b95280ba-a28e-45f9-8a54-31d2b3624698 2018-08-28 10:15:07,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:15:07,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:15:07,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f84b4ec9-7bbb-49a8-a882-bfb248fa32c0 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904"}, "tags": [], "enabled": true, "id": "4889a28c35964093b4742df5d5033904", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_a0878138-2afa-401d-aa4e-12c8201e9324"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-28 10:15:07,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f84b4ec9-7bbb-49a8-a882-bfb248fa32c0 2018-08-28 10:15:07,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109415054321s 2018-08-28 10:15:07,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f84b4ec9-7bbb-49a8-a882-bfb248fa32c0 2018-08-28 10:15:07,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:15:07,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4159724e9fd7c709b4b54ef5e59687e147dde2d" 2018-08-28 10:15:07,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-414f12fd-d255-4d4c-9248-aff55eb6b987 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:15:07,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904 used request id req-414f12fd-d255-4d4c-9248-aff55eb6b987 2018-08-28 10:15:07,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.301177024841s 2018-08-28 10:15:07,904 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4889a28c35964093b4742df5d5033904 used request id req-414f12fd-d255-4d4c-9248-aff55eb6b987 2018-08-28 10:15:07,957 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-28 10:15:08,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:15:08,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:15:08,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:15:08,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:15:08,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:15:08,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:15:08,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:15:08,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:15:08,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:08,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1986c52d-fdd1-4e76-937b-3b94faa28f63 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:15:08,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1986c52d-fdd1-4e76-937b-3b94faa28f63 2018-08-28 10:15:08,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:15:08,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["s9asxAmaRVus60A_3kyRNw"], "issued_at": "2018-08-28T10:15:08.000000Z"}} 2018-08-28 10:15:08,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:08,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:08,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f8648327-247e-4d79-b947-2bff6f2b7c23 Date: Tue, 28 Aug 2018 10:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:15:08,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8648327-247e-4d79-b947-2bff6f2b7c23 2018-08-28 10:15:08,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369961977005s 2018-08-28 10:15:08,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8648327-247e-4d79-b947-2bff6f2b7c23 2018-08-28 10:15:08,810 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-28 10:15:08,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:15:08,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"network": {"name": "vmready1-net_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "admin_state_up": true}}' 2018-08-28 10:15:09,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-25f19741-a2a7-4138-82d9-e72f93d5e4dd Date: Tue, 28 Aug 2018 10:15:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ed3a1937-9578-40be-92ea-a3a62ac6cc56","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:15:08Z","is_default":false,"provider:segmentation_id":2,"name":"vmready1-net_11d1cac8-337f-4e5b-b652-3b04fb0dc928","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:08Z","mtu":1450}} 2018-08-28 10:15:09,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-25f19741-a2a7-4138-82d9-e72f93d5e4dd 2018-08-28 10:15:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.262377977371s 2018-08-28 10:15:09,073 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-25f19741-a2a7-4138-82d9-e72f93d5e4dd 2018-08-28 10:15:09,074 - 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-08-28T10:15:08Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ed3a1937-9578-40be-92ea-a3a62ac6cc56', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_11d1cac8-337f-4e5b-b652-3b04fb0dc928', u'admin_state_up': True, u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:15:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:09,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-ac22688c-ee4e-4d8e-9cc2-7237df24a22c Date: Tue, 28 Aug 2018 10:15:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ed3a1937-9578-40be-92ea-a3a62ac6cc56","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:15:08Z","provider:segmentation_id":2,"name":"vmready1-net_11d1cac8-337f-4e5b-b652-3b04fb0dc928","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:08Z","provider:network_type":"vxlan"}]} 2018-08-28 10:15:09,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac22688c-ee4e-4d8e-9cc2-7237df24a22c 2018-08-28 10:15:09,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100552082062s 2018-08-28 10:15:09,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac22688c-ee4e-4d8e-9cc2-7237df24a22c 2018-08-28 10:15:09,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:15:09,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"subnet": {"name": "vmready1-subnet_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "enable_dhcp": true, "network_id": "ed3a1937-9578-40be-92ea-a3a62ac6cc56", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:15:09,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e74f58c0-4a86-46cc-b6c4-ce9936209315 Date: Tue, 28 Aug 2018 10:15:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed3a1937-9578-40be-92ea-a3a62ac6cc56","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8c0c48513c494234a764a9b7ebf0db6c","id":"1ed18f31-cc93-452d-a398-70bbdbd19f7b","subnetpool_id":null,"name":"vmready1-subnet_11d1cac8-337f-4e5b-b652-3b04fb0dc928"}} 2018-08-28 10:15:09,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e74f58c0-4a86-46cc-b6c4-ce9936209315 2018-08-28 10:15:09,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.387042045593s 2018-08-28 10:15:09,565 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e74f58c0-4a86-46cc-b6c4-ce9936209315 2018-08-28 10:15:09,565 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:15:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1ed18f31-cc93-452d-a398-70bbdbd19f7b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_11d1cac8-337f-4e5b-b652-3b04fb0dc928', u'enable_dhcp': True, u'network_id': u'ed3a1937-9578-40be-92ea-a3a62ac6cc56', u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:15:09,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:15:09,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "vmready1-router_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "admin_state_up": true}}' 2018-08-28 10:15:10,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-015e75c8-a77d-48b0-95f6-d6f7e3c835e8 Date: Tue, 28 Aug 2018 10:15:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:15:10Z", "revision_number": 2, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff", "name": "vmready1-router_11d1cac8-337f-4e5b-b652-3b04fb0dc928"}} 2018-08-28 10:15:10,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-015e75c8-a77d-48b0-95f6-d6f7e3c835e8 2018-08-28 10:15:10,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.03900408745s 2018-08-28 10:15:10,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-015e75c8-a77d-48b0-95f6-d6f7e3c835e8 2018-08-28 10:15:10,606 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15:09Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T10:15:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'id': u'fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff', u'name': u'vmready1-router_11d1cac8-337f-4e5b-b652-3b04fb0dc928'}) 2018-08-28 10:15:10,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:15:10,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"subnet_id": "1ed18f31-cc93-452d-a398-70bbdbd19f7b"}' 2018-08-28 10:15:12,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee685742-4af3-40b8-8e49-41c453ae9d26 Date: Tue, 28 Aug 2018 10:15:12 GMT RESP BODY: {"network_id": "ed3a1937-9578-40be-92ea-a3a62ac6cc56", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "1ed18f31-cc93-452d-a398-70bbdbd19f7b", "subnet_ids": ["1ed18f31-cc93-452d-a398-70bbdbd19f7b"], "port_id": "c6d975b6-7c52-42df-b3cf-f51453300ce5", "id": "fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff"} 2018-08-28 10:15:12,115 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/add_router_interface.json used request id req-ee685742-4af3-40b8-8e49-41c453ae9d26 2018-08-28 10:15:12,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50843596458s 2018-08-28 10:15:12,115 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/add_router_interface.json used request id req-ee685742-4af3-40b8-8e49-41c453ae9d26 returning object fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff 2018-08-28 10:15:12,116 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:15:12,248 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:15:12,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:12,254 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:15:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:15:12,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:12,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:13,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c9664c08-539c-49cc-ad02-7f0eb3695375 Date: Tue, 28 Aug 2018 10:15:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:13,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9664c08-539c-49cc-ad02-7f0eb3695375 2018-08-28 10:15:13,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.93748998642s 2018-08-28 10:15:13,195 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9664c08-539c-49cc-ad02-7f0eb3695375 2018-08-28 10:15:13,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:15:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928"}' 2018-08-28 10:15:13,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c390afed-c594-4e1c-9bef-5aa5e28747f6 Date: Tue, 28 Aug 2018 10:15:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:13Z", "file": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "size": null, "self": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "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_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "checksum": null, "created_at": "2018-08-28T10:15:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:15:13,273 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c390afed-c594-4e1c-9bef-5aa5e28747f6 2018-08-28 10:15:13,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.070436000824s 2018-08-28 10:15:13,274 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c390afed-c594-4e1c-9bef-5aa5e28747f6 returning object cf1c1738-98d4-448a-9b9f-38cc58f24c0a 2018-08-28 10:15:13,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:15:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/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}79adf24d0e928c3853e88058feb7c51738d47792" -d '' 2018-08-28 10:15:16,514 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a822728a-da2b-4337-8695-7c6bf67f7cdd Date: Tue, 28 Aug 2018 10:15:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:15:16,515 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file used request id req-a822728a-da2b-4337-8695-7c6bf67f7cdd 2018-08-28 10:15:16,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.24045395851s 2018-08-28 10:15:16,515 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file used request id req-a822728a-da2b-4337-8695-7c6bf67f7cdd 2018-08-28 10:15:16,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:16,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:16,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-37ae3eb6-19c7-4cfa-a1e3-632930b13f8b Date: Tue, 28 Aug 2018 10:15:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:16Z", "file": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "size": 12716032, "self": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:16,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37ae3eb6-19c7-4cfa-a1e3-632930b13f8b 2018-08-28 10:15:16,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267939567566s 2018-08-28 10:15:16,547 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37ae3eb6-19c7-4cfa-a1e3-632930b13f8b 2018-08-28 10:15:16,549 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file', 'owner': u'8c0c48513c494234a764a9b7ebf0db6c', 'id': u'cf1c1738-98d4-448a-9b9f-38cc58f24c0a', 'size': 12716032, u'self': u'/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c0c48513c494234a764a9b7ebf0db6c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:15:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:15:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928', '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/cf1c1738-98d4-448a-9b9f-38cc58f24c0a', 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_11d1cac8-337f-4e5b-b652-3b04fb0dc928', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928', 'created': u'2018-08-28T10:15:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:15:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a', 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_11d1cac8-337f-4e5b-b652-3b04fb0dc928', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:15:16,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:15:16,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:15:17,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-65a085a9-6a52-4df3-b74f-7fac693f5d44 x-compute-request-id: req-65a085a9-6a52-4df3-b74f-7fac693f5d44 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff", "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": "dd3a0983-4431-4161-89f9-2c21f9534cff"}} 2018-08-28 10:15:17,386 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65a085a9-6a52-4df3-b74f-7fac693f5d44 2018-08-28 10:15:17,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.835323095322s 2018-08-28 10:15:17,386 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65a085a9-6a52-4df3-b74f-7fac693f5d44 2018-08-28 10:15:17,387 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_11d1cac8-337f-4e5b-b652-3b04fb0dc928', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'dd3a0983-4431-4161-89f9-2c21f9534cff', 'swap': 0}) 2018-08-28 10:15:17,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:15:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff/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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"extra_specs": {}}' 2018-08-28 10:15:17,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb370ea9-1cd3-4608-9062-b938d0970a47 x-compute-request-id: req-bb370ea9-1cd3-4608-9062-b938d0970a47 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:15:17,411 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff/os-extra_specs used request id req-bb370ea9-1cd3-4608-9062-b938d0970a47 2018-08-28 10:15:17,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232360363007s 2018-08-28 10:15:17,412 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff/os-extra_specs used request id req-bb370ea9-1cd3-4608-9062-b938d0970a47 2018-08-28 10:15:17,519 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:15:17,519 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:15:17,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:15:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/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}79adf24d0e928c3853e88058feb7c51738d47792" -d '{"subnet_id": "1ed18f31-cc93-452d-a398-70bbdbd19f7b"}' 2018-08-28 10:15:19,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74c02c09-42d4-44a2-a974-cafb810c0faa Date: Tue, 28 Aug 2018 10:15:19 GMT RESP BODY: {"network_id": "ed3a1937-9578-40be-92ea-a3a62ac6cc56", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "1ed18f31-cc93-452d-a398-70bbdbd19f7b", "subnet_ids": ["1ed18f31-cc93-452d-a398-70bbdbd19f7b"], "port_id": "c6d975b6-7c52-42df-b3cf-f51453300ce5", "id": "fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff"} 2018-08-28 10:15:19,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/remove_router_interface.json used request id req-74c02c09-42d4-44a2-a974-cafb810c0faa 2018-08-28 10:15:19,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79174900055s 2018-08-28 10:15:19,316 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff/remove_router_interface.json used request id req-74c02c09-42d4-44a2-a974-cafb810c0faa returning object fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff 2018-08-28 10:15:19,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:15:19,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:19,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-6e9dde13-dfea-4fff-adb3-8fd83b60db13 Date: Tue, 28 Aug 2018 10:15:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:15:18Z", "revision_number": 4, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff", "name": "vmready1-router_11d1cac8-337f-4e5b-b652-3b04fb0dc928"}]} 2018-08-28 10:15:19,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6e9dde13-dfea-4fff-adb3-8fd83b60db13 2018-08-28 10:15:19,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.105284929276s 2018-08-28 10:15:19,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6e9dde13-dfea-4fff-adb3-8fd83b60db13 2018-08-28 10:15:19,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:15:19,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:20,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8296857-1dc8-4721-b346-5247b66c03a9 Content-Length: 0 Date: Tue, 28 Aug 2018 10:15:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:20,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff.json used request id req-d8296857-1dc8-4721-b346-5247b66c03a9 2018-08-28 10:15:20,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3023648262s 2018-08-28 10:15:20,726 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fe8416e7-73a4-4a72-80bf-4ea54d4cf8ff.json used request id req-d8296857-1dc8-4721-b346-5247b66c03a9 2018-08-28 10:15:20,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:15:20,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:20,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-718b2364-d1ea-4615-a0ce-5be1546101a0 Date: Tue, 28 Aug 2018 10:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed3a1937-9578-40be-92ea-a3a62ac6cc56","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8c0c48513c494234a764a9b7ebf0db6c","id":"1ed18f31-cc93-452d-a398-70bbdbd19f7b","subnetpool_id":null,"name":"vmready1-subnet_11d1cac8-337f-4e5b-b652-3b04fb0dc928"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"74721f5d-6096-4ea3-ae93-2107115850e8","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:18Z","dns_nameservers":[],"updated_at":"2018-08-28T10:12:18Z","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":"b18112b49c304b0097f2129a84e3e067","id":"8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 10:15:20,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-718b2364-d1ea-4615-a0ce-5be1546101a0 2018-08-28 10:15:20,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0673079490662s 2018-08-28 10:15:20,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-718b2364-d1ea-4615-a0ce-5be1546101a0 2018-08-28 10:15:20,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:15:20,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1ed18f31-cc93-452d-a398-70bbdbd19f7b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:22,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3487b2f1-b6ee-4fb8-a8b3-7f583f7da9dd Date: Tue, 28 Aug 2018 10:15:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:22,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1ed18f31-cc93-452d-a398-70bbdbd19f7b.json used request id req-3487b2f1-b6ee-4fb8-a8b3-7f583f7da9dd 2018-08-28 10:15:22,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.43509984016s 2018-08-28 10:15:22,231 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1ed18f31-cc93-452d-a398-70bbdbd19f7b.json used request id req-3487b2f1-b6ee-4fb8-a8b3-7f583f7da9dd 2018-08-28 10:15:22,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:22,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:22,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-4567a2f9-0975-4435-b334-6b5ce90fbc44 Date: Tue, 28 Aug 2018 10:15:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed3a1937-9578-40be-92ea-a3a62ac6cc56","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:15:22Z","provider:segmentation_id":2,"name":"vmready1-net_11d1cac8-337f-4e5b-b652-3b04fb0dc928","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:08Z","provider:network_type":"vxlan"}]} 2018-08-28 10:15:22,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4567a2f9-0975-4435-b334-6b5ce90fbc44 2018-08-28 10:15:22,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0895638465881s 2018-08-28 10:15:22,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4567a2f9-0975-4435-b334-6b5ce90fbc44 2018-08-28 10:15:22,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:15:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ed3a1937-9578-40be-92ea-a3a62ac6cc56.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:23,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eaa9180e-ef49-4920-84f6-9f24de8c836d Date: Tue, 28 Aug 2018 10:15:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:23,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ed3a1937-9578-40be-92ea-a3a62ac6cc56.json used request id req-eaa9180e-ef49-4920-84f6-9f24de8c836d 2018-08-28 10:15:23,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42944598198s 2018-08-28 10:15:23,753 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ed3a1937-9578-40be-92ea-a3a62ac6cc56.json used request id req-eaa9180e-ef49-4920-84f6-9f24de8c836d 2018-08-28 10:15:23,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:23,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:23,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-585a9ba5-a211-4d8b-8303-b4119e97546e Date: Tue, 28 Aug 2018 10:15:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:16Z", "file": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "size": 12716032, "self": "/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:23,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-585a9ba5-a211-4d8b-8303-b4119e97546e 2018-08-28 10:15:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241029262543s 2018-08-28 10:15:23,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-585a9ba5-a211-4d8b-8303-b4119e97546e 2018-08-28 10:15:23,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:15:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:24,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-895f93ba-ee9d-40f8-926d-d2b84245f4ef Date: Tue, 28 Aug 2018 10:15:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:15:24,473 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a used request id req-895f93ba-ee9d-40f8-926d-d2b84245f4ef 2018-08-28 10:15:24,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.690055131912s 2018-08-28 10:15:24,473 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cf1c1738-98d4-448a-9b9f-38cc58f24c0a used request id req-895f93ba-ee9d-40f8-926d-d2b84245f4ef 2018-08-28 10:15:24,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:15:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:24,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-88a7f896-933e-41a6-8d0a-88d89ace37e3 x-compute-request-id: req-88a7f896-933e-41a6-8d0a-88d89ace37e3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_11d1cac8-337f-4e5b-b652-3b04fb0dc928", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff", "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": "dd3a0983-4431-4161-89f9-2c21f9534cff"}]} 2018-08-28 10:15:24,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88a7f896-933e-41a6-8d0a-88d89ace37e3 2018-08-28 10:15:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133682012558s 2018-08-28 10:15:24,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88a7f896-933e-41a6-8d0a-88d89ace37e3 2018-08-28 10:15:24,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:15:24,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}79adf24d0e928c3853e88058feb7c51738d47792" 2018-08-28 10:15:24,652 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0869be2-b4d5-4cc1-a76f-9dde554e7fd7 x-compute-request-id: req-b0869be2-b4d5-4cc1-a76f-9dde554e7fd7 Content-Length: 0 Content-Type: application/json 2018-08-28 10:15:24,652 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff used request id req-b0869be2-b4d5-4cc1-a76f-9dde554e7fd7 2018-08-28 10:15:24,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0408318042755s 2018-08-28 10:15:24,652 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dd3a0983-4431-4161-89f9-2c21f9534cff used request id req-b0869be2-b4d5-4cc1-a76f-9dde554e7fd7 2018-08-28 10:15:24,701 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-28 10:15:24,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:15:24,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:15:24,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:15:24,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:24,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a21223-1f12-46df-a79f-ebff6f6704b6 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:15:24,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8a21223-1f12-46df-a79f-ebff6f6704b6 2018-08-28 10:15:24,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:15:25,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:15:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["OSd-FIf_R1moGYqtNte-Fw"], "issued_at": "2018-08-28T10:15:25.000000Z"}} 2018-08-28 10:15:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:25,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:26,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-075453f5-16d9-49a6-b829-173e075aed29 Date: Tue, 28 Aug 2018 10:15:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:15:26,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-075453f5-16d9-49a6-b829-173e075aed29 2018-08-28 10:15:26,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09213399887s 2018-08-28 10:15:26,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-075453f5-16d9-49a6-b829-173e075aed29 2018-08-28 10:15:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:26,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:15:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d4aab44-f031-4c35-b318-6ce030fc9dda 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:15:26,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-4d4aab44-f031-4c35-b318-6ce030fc9dda 2018-08-28 10:15:26,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:15:26,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:26,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1c893b-ff31-43d3-af46-d2bcd019c8b4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:15:26,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-df1c893b-ff31-43d3-af46-d2bcd019c8b4 2018-08-28 10:15:26,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182249069214s 2018-08-28 10:15:26,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-df1c893b-ff31-43d3-af46-d2bcd019c8b4 2018-08-28 10:15:26,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:15:26,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}}' 2018-08-28 10:15:26,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:15:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ee6ef86-e8e5-451d-94ba-9b8b7d24a231 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.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53"}, "tags": [], "enabled": true, "id": "cafd221a59864fd7b534f0d310deef53", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}} 2018-08-28 10:15:26,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8ee6ef86-e8e5-451d-94ba-9b8b7d24a231 2018-08-28 10:15:26,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.274047136307s 2018-08-28 10:15:26,708 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8ee6ef86-e8e5-451d-94ba-9b8b7d24a231 2018-08-28 10:15:26,709 - 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'cafd221a59864fd7b534f0d310deef53', '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_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0'}) 2018-08-28 10:15:26,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:15:26,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5d996680-7b57-49c3-9fa8-3477b60e2551", "email": null, "name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}}' 2018-08-28 10:15:27,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:15:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78a65816-81bb-480e-829d-28f643d800ff Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": {"self": "http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9f02e6bff7b64aacac7e4762bff93b9d", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:15:27,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-78a65816-81bb-480e-829d-28f643d800ff 2018-08-28 10:15:27,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.409525871277s 2018-08-28 10:15:27,125 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-78a65816-81bb-480e-829d-28f643d800ff 2018-08-28 10:15:27,126 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9f02e6bff7b64aacac7e4762bff93b9d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0'}) 2018-08-28 10:15:27,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:15:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:27,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d1f788-5dd4-4c55-ad61-4021eb7e2d11 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:15:27,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96d1f788-5dd4-4c55-ad61-4021eb7e2d11 2018-08-28 10:15:27,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198935985565s 2018-08-28 10:15:27,329 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-96d1f788-5dd4-4c55-ad61-4021eb7e2d11 2018-08-28 10:15:27,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:15:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:27,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1764c8db-39bd-48d5-8d19-272c304b542d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:15:27,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1764c8db-39bd-48d5-8d19-272c304b542d 2018-08-28 10:15:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183670043945s 2018-08-28 10:15:27,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1764c8db-39bd-48d5-8d19-272c304b542d 2018-08-28 10:15:27,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:15:27,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:27,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3059c5ec-7c66-4649-a867-6e1faf251746 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:15:27,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3059c5ec-7c66-4649-a867-6e1faf251746 2018-08-28 10:15:27,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.168928146362s 2018-08-28 10:15:27,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3059c5ec-7c66-4649-a867-6e1faf251746 2018-08-28 10:15:27,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:15:27,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:27,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c6c462-5571-44a5-9210-833e44043e0f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:15:27,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-87c6c462-5571-44a5-9210-833e44043e0f 2018-08-28 10:15:27,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18688082695s 2018-08-28 10:15:27,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-87c6c462-5571-44a5-9210-833e44043e0f 2018-08-28 10:15:27,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:15:27,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:28,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3818aaa9-f20c-48a6-a0ad-ddbc6f7ec354 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": {"self": "http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9f02e6bff7b64aacac7e4762bff93b9d", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:15:28,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3818aaa9-f20c-48a6-a0ad-ddbc6f7ec354 2018-08-28 10:15:28,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121820926666s 2018-08-28 10:15:28,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3818aaa9-f20c-48a6-a0ad-ddbc6f7ec354 2018-08-28 10:15:28,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:15:28,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:28,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc75687-e616-4eaa-8c57-96eab2b9deb1 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53"}, "tags": [], "enabled": true, "id": "cafd221a59864fd7b534f0d310deef53", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:28,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-dcc75687-e616-4eaa-8c57-96eab2b9deb1 2018-08-28 10:15:28,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109755992889s 2018-08-28 10:15:28,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-dcc75687-e616-4eaa-8c57-96eab2b9deb1 2018-08-28 10:15:28,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:15:28,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=9f02e6bff7b64aacac7e4762bff93b9d&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=cafd221a59864fd7b534f0d310deef53" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:28,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd82f8e-4d03-45de-b876-e0ef2cb83ef4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9f02e6bff7b64aacac7e4762bff93b9d&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=cafd221a59864fd7b534f0d310deef53", "previous": null, "next": null}} 2018-08-28 10:15:28,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9f02e6bff7b64aacac7e4762bff93b9d&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=cafd221a59864fd7b534f0d310deef53 used request id req-8dd82f8e-4d03-45de-b876-e0ef2cb83ef4 2018-08-28 10:15:28,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179733037949s 2018-08-28 10:15:28,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9f02e6bff7b64aacac7e4762bff93b9d&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=cafd221a59864fd7b534f0d310deef53 used request id req-8dd82f8e-4d03-45de-b876-e0ef2cb83ef4 2018-08-28 10:15:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:15:28,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53/users/9f02e6bff7b64aacac7e4762bff93b9d/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:28,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:15:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00858828-951b-490f-b6a6-5bfc8a43e45d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:15:28,527 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53/users/9f02e6bff7b64aacac7e4762bff93b9d/roles/2318336d80e24a9a9f8531007b44d834 used request id req-00858828-951b-490f-b6a6-5bfc8a43e45d 2018-08-28 10:15:28,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.205443143845s 2018-08-28 10:15:28,528 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53/users/9f02e6bff7b64aacac7e4762bff93b9d/roles/2318336d80e24a9a9f8531007b44d834 used request id req-00858828-951b-490f-b6a6-5bfc8a43e45d 2018-08-28 10:15:28,528 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 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'cafd221a59864fd7b534f0d310deef53', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5d996680-7b57-49c3-9fa8-3477b60e2551', 'username': u'vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:15:28,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:15:28,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:15:28,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:15:28,534 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 'password': '5d996680-7b57-49c3-9fa8-3477b60e2551', 'project_name': 'vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'cafd221a59864fd7b534f0d310deef53', 'project_domain_name': 'Default'} 2018-08-28 10:15:28,534 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-28 10:15:28,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:28,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32591d0f-1591-4cb4-8b75-6dc7482f9cc5 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:15:28,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-32591d0f-1591-4cb4-8b75-6dc7482f9cc5 2018-08-28 10:15:28,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:15:28,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:15:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cafd221a59864fd7b534f0d310deef53", "name": "vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_cafd221a59864fd7b534f0d310deef53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_cafd221a59864fd7b534f0d310deef53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/cafd221a59864fd7b534f0d310deef53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/cafd221a59864fd7b534f0d310deef53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/cafd221a59864fd7b534f0d310deef53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/cafd221a59864fd7b534f0d310deef53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/cafd221a59864fd7b534f0d310deef53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/cafd221a59864fd7b534f0d310deef53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/cafd221a59864fd7b534f0d310deef53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/cafd221a59864fd7b534f0d310deef53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/cafd221a59864fd7b534f0d310deef53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/cafd221a59864fd7b534f0d310deef53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/cafd221a59864fd7b534f0d310deef53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/cafd221a59864fd7b534f0d310deef53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "id": "9f02e6bff7b64aacac7e4762bff93b9d"}, "audit_ids": ["BVK6stTRS1SAuFBpXWS3OA"], "issued_at": "2018-08-28T10:15:28.000000Z"}} 2018-08-28 10:15:28,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:15:28,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"network": {"name": "vmready2-net_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "admin_state_up": true}}' 2018-08-28 10:15:29,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-812a73a0-bfbd-4b3e-8cca-fcbe9aa899b3 Date: Tue, 28 Aug 2018 10:15:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cafd221a59864fd7b534f0d310deef53","created_at":"2018-08-28T10:15:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:15:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cafd221a59864fd7b534f0d310deef53","id":"b4c9d304-8c76-419f-ad78-29d2daa85977","name":"vmready2-net_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}} 2018-08-28 10:15:29,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-812a73a0-bfbd-4b3e-8cca-fcbe9aa899b3 2018-08-28 10:15:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.890033960342s 2018-08-28 10:15:29,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-812a73a0-bfbd-4b3e-8cca-fcbe9aa899b3 2018-08-28 10:15:29,833 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:15:29Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b4c9d304-8c76-419f-ad78-29d2daa85977', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', u'admin_state_up': True, u'tenant_id': u'cafd221a59864fd7b534f0d310deef53', u'created_at': u'2018-08-28T10:15:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cafd221a59864fd7b534f0d310deef53'}) 2018-08-28 10:15:29,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:29,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-1eedeca1-cd7e-4ae5-9c41-050bddf90f18 Date: Tue, 28 Aug 2018 10:15:29 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:15:29Z","tenant_id":"cafd221a59864fd7b534f0d310deef53","created_at":"2018-08-28T10:15:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cafd221a59864fd7b534f0d310deef53","id":"b4c9d304-8c76-419f-ad78-29d2daa85977","name":"vmready2-net_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:29,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1eedeca1-cd7e-4ae5-9c41-050bddf90f18 2018-08-28 10:15:29,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148784160614s 2018-08-28 10:15:29,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1eedeca1-cd7e-4ae5-9c41-050bddf90f18 2018-08-28 10:15:29,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:15:29,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"subnet": {"name": "vmready2-subnet_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "enable_dhcp": true, "network_id": "b4c9d304-8c76-419f-ad78-29d2daa85977", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:15:30,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0bdaa4a8-903d-49d4-932f-bacd36743bb4 Date: Tue, 28 Aug 2018 10:15:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c9d304-8c76-419f-ad78-29d2daa85977","tenant_id":"cafd221a59864fd7b534f0d310deef53","created_at":"2018-08-28T10:15:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15:30Z","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":"cafd221a59864fd7b534f0d310deef53","id":"543bf951-2215-47d7-abaf-9a4559d6d105","subnetpool_id":null,"name":"vmready2-subnet_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}} 2018-08-28 10:15:30,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0bdaa4a8-903d-49d4-932f-bacd36743bb4 2018-08-28 10:15:30,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.836740970612s 2018-08-28 10:15:30,822 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0bdaa4a8-903d-49d4-932f-bacd36743bb4 2018-08-28 10:15:30,823 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:15:30Z', 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'543bf951-2215-47d7-abaf-9a4559d6d105', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', u'enable_dhcp': True, u'network_id': u'b4c9d304-8c76-419f-ad78-29d2daa85977', u'tenant_id': u'cafd221a59864fd7b534f0d310deef53', u'created_at': u'2018-08-28T10:15:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cafd221a59864fd7b534f0d310deef53'}) 2018-08-28 10:15:30,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:15:30,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "vmready2-router_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "admin_state_up": true}}' 2018-08-28 10:15:32,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a20bf03e-448f-447d-9c95-071fe36887a4 Date: Tue, 28 Aug 2018 10:15:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "cafd221a59864fd7b534f0d310deef53", "created_at": "2018-08-28T10:15:30Z", "admin_state_up": true, "updated_at": "2018-08-28T10:15:31Z", "revision_number": 2, "routes": [], "project_id": "cafd221a59864fd7b534f0d310deef53", "id": "7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d", "name": "vmready2-router_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}} 2018-08-28 10:15:32,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a20bf03e-448f-447d-9c95-071fe36887a4 2018-08-28 10:15:32,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24593496323s 2018-08-28 10:15:32,070 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a20bf03e-448f-447d-9c95-071fe36887a4 2018-08-28 10:15:32,070 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cafd221a59864fd7b534f0d310deef53', u'created_at': u'2018-08-28T10:15:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:15:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'cafd221a59864fd7b534f0d310deef53', u'id': u'7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d', u'name': u'vmready2-router_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0'}) 2018-08-28 10:15:32,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:15:32,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"subnet_id": "543bf951-2215-47d7-abaf-9a4559d6d105"}' 2018-08-28 10:15:33,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59d9521b-b4cf-40fc-a729-f9e78574e74f Date: Tue, 28 Aug 2018 10:15:33 GMT RESP BODY: {"network_id": "b4c9d304-8c76-419f-ad78-29d2daa85977", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "subnet_id": "543bf951-2215-47d7-abaf-9a4559d6d105", "subnet_ids": ["543bf951-2215-47d7-abaf-9a4559d6d105"], "port_id": "b5aa45b2-f4b4-472d-9ac3-133d10b72c58", "id": "7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d"} 2018-08-28 10:15:33,963 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/add_router_interface.json used request id req-59d9521b-b4cf-40fc-a729-f9e78574e74f 2018-08-28 10:15:33,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89194202423s 2018-08-28 10:15:33,963 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/add_router_interface.json used request id req-59d9521b-b4cf-40fc-a729-f9e78574e74f returning object 7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d 2018-08-28 10:15:33,964 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:15:34,095 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:15:34,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:34,101 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:15:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:15:34,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:34,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:34,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-86fe723d-eb69-4251-9a80-a550265e0aa3 Date: Tue, 28 Aug 2018 10:15:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:34,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86fe723d-eb69-4251-9a80-a550265e0aa3 2018-08-28 10:15:34,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765844106674s 2018-08-28 10:15:34,870 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86fe723d-eb69-4251-9a80-a550265e0aa3 2018-08-28 10:15:34,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:15:34,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}' 2018-08-28 10:15:34,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9d8ed31b-7c4c-44ac-a951-b60c7617fe72 Date: Tue, 28 Aug 2018 10:15:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:34Z", "file": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file", "owner": "cafd221a59864fd7b534f0d310deef53", "id": "4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "size": null, "self": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "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_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "checksum": null, "created_at": "2018-08-28T10:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:15:34,969 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9d8ed31b-7c4c-44ac-a951-b60c7617fe72 2018-08-28 10:15:34,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0912621021271s 2018-08-28 10:15:34,970 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9d8ed31b-7c4c-44ac-a951-b60c7617fe72 returning object 4c2d393d-954b-4b78-a9f4-69ad5ce9b889 2018-08-28 10:15:34,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:15:34,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '' 2018-08-28 10:15:35,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-206cf64a-db71-42fa-8d0a-4370da6ff1aa Date: Tue, 28 Aug 2018 10:15:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:15:35,409 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file used request id req-206cf64a-db71-42fa-8d0a-4370da6ff1aa 2018-08-28 10:15:35,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.438997983932s 2018-08-28 10:15:35,410 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file used request id req-206cf64a-db71-42fa-8d0a-4370da6ff1aa 2018-08-28 10:15:35,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:35,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:35,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-aff35426-9af8-434f-8928-72950c15b9b1 Date: Tue, 28 Aug 2018 10:15:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:35Z", "file": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file", "owner": "cafd221a59864fd7b534f0d310deef53", "id": "4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "size": 12716032, "self": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:35,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-aff35426-9af8-434f-8928-72950c15b9b1 2018-08-28 10:15:35,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0479950904846s 2018-08-28 10:15:35,462 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-aff35426-9af8-434f-8928-72950c15b9b1 2018-08-28 10:15:35,464 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file', 'owner': u'cafd221a59864fd7b534f0d310deef53', 'id': u'4c2d393d-954b-4b78-a9f4-69ad5ce9b889', 'size': 12716032, u'self': u'/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cafd221a59864fd7b534f0d310deef53', 'name': 'vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:15:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:15:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', '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/4c2d393d-954b-4b78-a9f4-69ad5ce9b889', 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_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', 'created': u'2018-08-28T10:15:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:15:34Z', 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/4c2d393d-954b-4b78-a9f4-69ad5ce9b889', 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_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:15:35,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:15:35,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:15:36,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1670e2b-0593-4f1e-9357-33ef363c10ec x-compute-request-id: req-a1670e2b-0593-4f1e-9357-33ef363c10ec Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e", "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": "f00af7aa-5822-424e-9a36-b46a4cbd509e"}} 2018-08-28 10:15:36,325 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a1670e2b-0593-4f1e-9357-33ef363c10ec 2018-08-28 10:15:36,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.860129833221s 2018-08-28 10:15:36,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a1670e2b-0593-4f1e-9357-33ef363c10ec 2018-08-28 10:15:36,327 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'f00af7aa-5822-424e-9a36-b46a4cbd509e', 'swap': 0}) 2018-08-28 10:15:36,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:15:36,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e/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}e11ef017b61c774fb4ecccf3885ff915e818334e" -d '{"extra_specs": {}}' 2018-08-28 10:15:36,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-98bac906-ec0d-4f5c-99cb-fe817621d326 x-compute-request-id: req-98bac906-ec0d-4f5c-99cb-fe817621d326 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:15:36,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e/os-extra_specs used request id req-98bac906-ec0d-4f5c-99cb-fe817621d326 2018-08-28 10:15:36,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236508846283s 2018-08-28 10:15:36,351 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e/os-extra_specs used request id req-98bac906-ec0d-4f5c-99cb-fe817621d326 2018-08-28 10:15:36,459 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:15:36,459 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:15:36,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:15:36,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" -d '{"subnet_id": "543bf951-2215-47d7-abaf-9a4559d6d105"}' 2018-08-28 10:15:38,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ed80047-7945-45a1-b580-96ad58051109 Date: Tue, 28 Aug 2018 10:15:38 GMT RESP BODY: {"network_id": "b4c9d304-8c76-419f-ad78-29d2daa85977", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "subnet_id": "543bf951-2215-47d7-abaf-9a4559d6d105", "subnet_ids": ["543bf951-2215-47d7-abaf-9a4559d6d105"], "port_id": "b5aa45b2-f4b4-472d-9ac3-133d10b72c58", "id": "7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d"} 2018-08-28 10:15:38,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/remove_router_interface.json used request id req-9ed80047-7945-45a1-b580-96ad58051109 2018-08-28 10:15:38,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67691612244s 2018-08-28 10:15:38,142 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d/remove_router_interface.json used request id req-9ed80047-7945-45a1-b580-96ad58051109 returning object 7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d 2018-08-28 10:15:38,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:15:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:38,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-42b1967d-c07f-47e1-89ed-d503c3f016d9 Date: Tue, 28 Aug 2018 10:15:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "cafd221a59864fd7b534f0d310deef53", "created_at": "2018-08-28T10:15:30Z", "admin_state_up": true, "updated_at": "2018-08-28T10:15:37Z", "revision_number": 4, "routes": [], "project_id": "cafd221a59864fd7b534f0d310deef53", "id": "7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d", "name": "vmready2-router_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:38,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-42b1967d-c07f-47e1-89ed-d503c3f016d9 2018-08-28 10:15:38,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109915971756s 2018-08-28 10:15:38,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-42b1967d-c07f-47e1-89ed-d503c3f016d9 2018-08-28 10:15:38,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:15:38,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:39,517 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63e0f954-b07d-4891-9e07-b61089a21fa1 Content-Length: 0 Date: Tue, 28 Aug 2018 10:15:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:39,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d.json used request id req-63e0f954-b07d-4891-9e07-b61089a21fa1 2018-08-28 10:15:39,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26388216019s 2018-08-28 10:15:39,518 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7f2b8d72-cb1b-479b-b3a2-5603b3f8ba2d.json used request id req-63e0f954-b07d-4891-9e07-b61089a21fa1 2018-08-28 10:15:39,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:15:39,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:39,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5c6a9808-0dba-47b7-8828-2ad334c397d0 Date: Tue, 28 Aug 2018 10:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4c9d304-8c76-419f-ad78-29d2daa85977","tenant_id":"cafd221a59864fd7b534f0d310deef53","created_at":"2018-08-28T10:15:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15:30Z","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":"cafd221a59864fd7b534f0d310deef53","id":"543bf951-2215-47d7-abaf-9a4559d6d105","subnetpool_id":null,"name":"vmready2-subnet_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:39,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5c6a9808-0dba-47b7-8828-2ad334c397d0 2018-08-28 10:15:39,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0719909667969s 2018-08-28 10:15:39,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5c6a9808-0dba-47b7-8828-2ad334c397d0 2018-08-28 10:15:39,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:15:39,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/543bf951-2215-47d7-abaf-9a4559d6d105.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:40,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b2e770d-8d9b-4bff-9612-402000c2eb34 Date: Tue, 28 Aug 2018 10:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:40,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/543bf951-2215-47d7-abaf-9a4559d6d105.json used request id req-5b2e770d-8d9b-4bff-9612-402000c2eb34 2018-08-28 10:15:40,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13497900963s 2018-08-28 10:15:40,728 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/543bf951-2215-47d7-abaf-9a4559d6d105.json used request id req-5b2e770d-8d9b-4bff-9612-402000c2eb34 2018-08-28 10:15:40,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:40,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:40,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-2de1aa6e-b770-4031-b4c8-f6865056116c Date: Tue, 28 Aug 2018 10:15:40 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:15:40Z","tenant_id":"cafd221a59864fd7b534f0d310deef53","created_at":"2018-08-28T10:15:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cafd221a59864fd7b534f0d310deef53","id":"b4c9d304-8c76-419f-ad78-29d2daa85977","name":"vmready2-net_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:40,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2de1aa6e-b770-4031-b4c8-f6865056116c 2018-08-28 10:15:40,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0979008674622s 2018-08-28 10:15:40,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2de1aa6e-b770-4031-b4c8-f6865056116c 2018-08-28 10:15:40,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:15:40,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/b4c9d304-8c76-419f-ad78-29d2daa85977.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:42,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0b7c1f4-6476-428b-80cb-78bd1b77646b Date: Tue, 28 Aug 2018 10:15:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:15:42,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b4c9d304-8c76-419f-ad78-29d2daa85977.json used request id req-e0b7c1f4-6476-428b-80cb-78bd1b77646b 2018-08-28 10:15:42,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27284502983s 2018-08-28 10:15:42,101 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b4c9d304-8c76-419f-ad78-29d2daa85977.json used request id req-e0b7c1f4-6476-428b-80cb-78bd1b77646b 2018-08-28 10:15:42,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:42,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:42,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-830e4d8f-40ed-4d88-9c84-2939a8c117ef Date: Tue, 28 Aug 2018 10:15:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:35Z", "file": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/file", "owner": "cafd221a59864fd7b534f0d310deef53", "id": "4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "size": 12716032, "self": "/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:42,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-830e4d8f-40ed-4d88-9c84-2939a8c117ef 2018-08-28 10:15:42,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0362498760223s 2018-08-28 10:15:42,142 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-830e4d8f-40ed-4d88-9c84-2939a8c117ef 2018-08-28 10:15:42,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:15:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f2a3a4409b692074ab5db0bfe0389f17f6bcd71" 2018-08-28 10:15:42,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5dbc84f-f7b6-4bdf-a265-861cee43afa3 Date: Tue, 28 Aug 2018 10:15:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:15:42,551 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889 used request id req-d5dbc84f-f7b6-4bdf-a265-861cee43afa3 2018-08-28 10:15:42,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.40780711174s 2018-08-28 10:15:42,552 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/4c2d393d-954b-4b78-a9f4-69ad5ce9b889 used request id req-d5dbc84f-f7b6-4bdf-a265-861cee43afa3 2018-08-28 10:15:42,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:15:42,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:42,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-8ceaf7d4-4803-41ba-8688-68037bfa6f1f x-compute-request-id: req-8ceaf7d4-4803-41ba-8688-68037bfa6f1f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e", "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": "f00af7aa-5822-424e-9a36-b46a4cbd509e"}]} 2018-08-28 10:15:42,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8ceaf7d4-4803-41ba-8688-68037bfa6f1f 2018-08-28 10:15:42,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226719379425s 2018-08-28 10:15:42,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8ceaf7d4-4803-41ba-8688-68037bfa6f1f 2018-08-28 10:15:42,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:15:42,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:42,610 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f95d6351-4d6f-4190-973a-becc5e16c0e3 x-compute-request-id: req-f95d6351-4d6f-4190-973a-becc5e16c0e3 Content-Length: 0 Content-Type: application/json 2018-08-28 10:15:42,610 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e used request id req-f95d6351-4d6f-4190-973a-becc5e16c0e3 2018-08-28 10:15:42,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0334510803223s 2018-08-28 10:15:42,611 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f00af7aa-5822-424e-9a36-b46a4cbd509e used request id req-f95d6351-4d6f-4190-973a-becc5e16c0e3 2018-08-28 10:15:42,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:15:42,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:42,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7535524-ad8a-440d-8fa3-1879a48976f0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": {"self": "http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9f02e6bff7b64aacac7e4762bff93b9d", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:15:42,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7535524-ad8a-440d-8fa3-1879a48976f0 2018-08-28 10:15:42,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203070878983s 2018-08-28 10:15:42,815 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e7535524-ad8a-440d-8fa3-1879a48976f0 2018-08-28 10:15:42,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:15:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:43,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5973c2-4f11-4daa-8ca8-ff4e48b047b1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0", "links": {"self": "http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9f02e6bff7b64aacac7e4762bff93b9d", "description": null}} 2018-08-28 10:15:43,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d used request id req-4b5973c2-4f11-4daa-8ca8-ff4e48b047b1 2018-08-28 10:15:43,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227308034897s 2018-08-28 10:15:43,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d used request id req-4b5973c2-4f11-4daa-8ca8-ff4e48b047b1 2018-08-28 10:15:43,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:15:43,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:43,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c33052f-cace-4f02-bd8b-7ac73ac76a90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:15:43,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d used request id req-1c33052f-cace-4f02-bd8b-7ac73ac76a90 2018-08-28 10:15:43,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.279582977295s 2018-08-28 10:15:43,328 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9f02e6bff7b64aacac7e4762bff93b9d used request id req-1c33052f-cace-4f02-bd8b-7ac73ac76a90 2018-08-28 10:15:43,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:15:43,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:43,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90c66b5-5535-4530-8834-17b4b467d43b Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53"}, "tags": [], "enabled": true, "id": "cafd221a59864fd7b534f0d310deef53", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_93a3f1a1-0639-4ed3-81a1-0bc96c58cca0"}]} 2018-08-28 10:15:43,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f90c66b5-5535-4530-8834-17b4b467d43b 2018-08-28 10:15:43,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199706077576s 2018-08-28 10:15:43,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-f90c66b5-5535-4530-8834-17b4b467d43b 2018-08-28 10:15:43,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:15:43,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e11ef017b61c774fb4ecccf3885ff915e818334e" 2018-08-28 10:15:43,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3168de0a-e961-4d88-b81f-57be66945299 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:15:43,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53 used request id req-3168de0a-e961-4d88-b81f-57be66945299 2018-08-28 10:15:43,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.23622584343s 2018-08-28 10:15:43,776 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cafd221a59864fd7b534f0d310deef53 used request id req-3168de0a-e961-4d88-b81f-57be66945299 2018-08-28 10:15:43,826 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-28 10:15:43,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:15:43,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:15:43,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:15:43,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:15:43,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:15:43,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:15:43,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:15:43,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:15:43,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:15:43,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:43,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf8805c-f38a-4fc3-bd3d-97291874f1f9 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:15:43,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1cf8805c-f38a-4fc3-bd3d-97291874f1f9 2018-08-28 10:15:43,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:15:44,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["f6MoxP5rT3WjETlAkqElCg"], "issued_at": "2018-08-28T10:15:44.000000Z"}} 2018-08-28 10:15:44,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:44,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:44,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-35d4471d-d4bc-4170-a890-c836e252a3a7 Date: Tue, 28 Aug 2018 10:15:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:15:44,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35d4471d-d4bc-4170-a890-c836e252a3a7 2018-08-28 10:15:44,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318750858307s 2018-08-28 10:15:44,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-35d4471d-d4bc-4170-a890-c836e252a3a7 2018-08-28 10:15:44,590 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-28 10:15:44,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:15:44,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"network": {"name": "singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0", "admin_state_up": true}}' 2018-08-28 10:15:44,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f7249cb1-3377-4c46-a73f-2af955ed422e Date: Tue, 28 Aug 2018 10:15: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":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:15:44Z","is_default":false,"provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","mtu":1450}} 2018-08-28 10:15:44,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f7249cb1-3377-4c46-a73f-2af955ed422e 2018-08-28 10:15:44,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.218099117279s 2018-08-28 10:15:44,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f7249cb1-3377-4c46-a73f-2af955ed422e 2018-08-28 10:15:44,810 - 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-08-28T10:15:44Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a', u'provider:segmentation_id': 90, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0', u'admin_state_up': True, u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:15:44,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:44,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-7f4ce36c-ac1d-4c3d-89d6-644638b33045 Date: Tue, 28 Aug 2018 10:15:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:15:44Z","provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","provider:network_type":"vxlan"}]} 2018-08-28 10:15:44,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7f4ce36c-ac1d-4c3d-89d6-644638b33045 2018-08-28 10:15:44,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0976920127869s 2018-08-28 10:15:44,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7f4ce36c-ac1d-4c3d-89d6-644638b33045 2018-08-28 10:15:44,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:15:44,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"subnet": {"name": "singlevm1-subnet_fa70afcf-89fa-4473-8b21-78817065aeb0", "enable_dhcp": true, "network_id": "e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:15:45,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-3696c9a1-1b4f-4853-b61c-cc731eacb44a Date: Tue, 28 Aug 2018 10:15:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15: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":"8c0c48513c494234a764a9b7ebf0db6c","id":"7bc38025-b76f-42cb-9851-5025b9ba47a0","subnetpool_id":null,"name":"singlevm1-subnet_fa70afcf-89fa-4473-8b21-78817065aeb0"}} 2018-08-28 10:15:45,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3696c9a1-1b4f-4853-b61c-cc731eacb44a 2018-08-28 10:15:45,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.423732995987s 2018-08-28 10:15:45,336 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-3696c9a1-1b4f-4853-b61c-cc731eacb44a 2018-08-28 10:15:45,336 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:15: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'7bc38025-b76f-42cb-9851-5025b9ba47a0', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_fa70afcf-89fa-4473-8b21-78817065aeb0', u'enable_dhcp': True, u'network_id': u'e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a', u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15: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'8c0c48513c494234a764a9b7ebf0db6c'}) 2018-08-28 10:15:45,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:15:45,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "singlevm1-router_fa70afcf-89fa-4473-8b21-78817065aeb0", "admin_state_up": true}}' 2018-08-28 10:15:46,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-bb20226b-a36f-43ad-8ec5-5119db66629c Date: Tue, 28 Aug 2018 10:15:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:15:46Z", "revision_number": 2, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "eab87a83-b84a-43a2-b242-5db26807c9e7", "name": "singlevm1-router_fa70afcf-89fa-4473-8b21-78817065aeb0"}} 2018-08-28 10:15:46,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-bb20226b-a36f-43ad-8ec5-5119db66629c 2018-08-28 10:15:46,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.26941204071s 2018-08-28 10:15:46,607 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-bb20226b-a36f-43ad-8ec5-5119db66629c 2018-08-28 10:15:46,607 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'created_at': u'2018-08-28T10:15:45Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T10:15:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'8c0c48513c494234a764a9b7ebf0db6c', u'id': u'eab87a83-b84a-43a2-b242-5db26807c9e7', u'name': u'singlevm1-router_fa70afcf-89fa-4473-8b21-78817065aeb0'}) 2018-08-28 10:15:46,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:15:46,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"subnet_id": "7bc38025-b76f-42cb-9851-5025b9ba47a0"}' 2018-08-28 10:15:48,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-acefe9af-3eb6-4bc2-81f0-e38d478eeb21 Date: Tue, 28 Aug 2018 10:15:48 GMT RESP BODY: {"network_id": "e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "7bc38025-b76f-42cb-9851-5025b9ba47a0", "subnet_ids": ["7bc38025-b76f-42cb-9851-5025b9ba47a0"], "port_id": "85a51855-8965-480f-804e-a5109abe4759", "id": "eab87a83-b84a-43a2-b242-5db26807c9e7"} 2018-08-28 10:15:48,168 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/add_router_interface.json used request id req-acefe9af-3eb6-4bc2-81f0-e38d478eeb21 2018-08-28 10:15:48,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.55991387367s 2018-08-28 10:15:48,169 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/add_router_interface.json used request id req-acefe9af-3eb6-4bc2-81f0-e38d478eeb21 returning object eab87a83-b84a-43a2-b242-5db26807c9e7 2018-08-28 10:15:48,169 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:15:48,299 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:15:48,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:15:48,306 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:15:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:15:48,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:49,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-240fdb16-6756-4e37-a5c5-9d1c4cf89ffc Date: Tue, 28 Aug 2018 10:15:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:49,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-240fdb16-6756-4e37-a5c5-9d1c4cf89ffc 2018-08-28 10:15:49,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.75276684761s 2018-08-28 10:15:49,061 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-240fdb16-6756-4e37-a5c5-9d1c4cf89ffc 2018-08-28 10:15:49,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:15:49,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0"}' 2018-08-28 10:15:49,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-547787c3-22ff-462d-902e-6fc78f092423 Date: Tue, 28 Aug 2018 10:15:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:49Z", "file": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "c8475450-4e28-4f67-98e7-c43872c05708", "size": null, "self": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708", "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_fa70afcf-89fa-4473-8b21-78817065aeb0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "checksum": null, "created_at": "2018-08-28T10:15:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:15:49,141 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-547787c3-22ff-462d-902e-6fc78f092423 2018-08-28 10:15:49,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0716271400452s 2018-08-28 10:15:49,141 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-547787c3-22ff-462d-902e-6fc78f092423 returning object c8475450-4e28-4f67-98e7-c43872c05708 2018-08-28 10:15:49,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:15:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '' 2018-08-28 10:15:50,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8aa097b-428a-4012-bdb7-cd57160f3453 Date: Tue, 28 Aug 2018 10:15:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:15:50,424 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file used request id req-e8aa097b-428a-4012-bdb7-cd57160f3453 2018-08-28 10:15:50,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28169894218s 2018-08-28 10:15:50,424 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file used request id req-e8aa097b-428a-4012-bdb7-cd57160f3453 2018-08-28 10:15:50,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:50,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-94db2c0a-a63a-4b10-b926-10352dc87370 Date: Tue, 28 Aug 2018 10:15:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:50Z", "file": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "c8475450-4e28-4f67-98e7-c43872c05708", "size": 12716032, "self": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:50,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-94db2c0a-a63a-4b10-b926-10352dc87370 2018-08-28 10:15:50,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0278170108795s 2018-08-28 10:15:50,456 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-94db2c0a-a63a-4b10-b926-10352dc87370 2018-08-28 10:15:50,458 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file', 'owner': u'8c0c48513c494234a764a9b7ebf0db6c', 'id': u'c8475450-4e28-4f67-98e7-c43872c05708', 'size': 12716032, u'self': u'/v2/images/c8475450-4e28-4f67-98e7-c43872c05708', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c0c48513c494234a764a9b7ebf0db6c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:15:50Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:15:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0', '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/c8475450-4e28-4f67-98e7-c43872c05708', 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_fa70afcf-89fa-4473-8b21-78817065aeb0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0', 'created': u'2018-08-28T10:15:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:15:49Z', 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/c8475450-4e28-4f67-98e7-c43872c05708', 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_fa70afcf-89fa-4473-8b21-78817065aeb0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:15:50,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:15:50,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_fa70afcf-89fa-4473-8b21-78817065aeb0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:15:51,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-850bd8ea-c589-4945-b319-0826abee8a42 x-compute-request-id: req-850bd8ea-c589-4945-b319-0826abee8a42 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_fa70afcf-89fa-4473-8b21-78817065aeb0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "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": "cf8fda2b-a035-41b7-a5d8-a51148622b3e"}} 2018-08-28 10:15:51,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-850bd8ea-c589-4945-b319-0826abee8a42 2018-08-28 10:15:51,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 1.06051301956s 2018-08-28 10:15:51,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-850bd8ea-c589-4945-b319-0826abee8a42 2018-08-28 10:15:51,521 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_fa70afcf-89fa-4473-8b21-78817065aeb0', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'cf8fda2b-a035-41b7-a5d8-a51148622b3e', 'swap': 0}) 2018-08-28 10:15:51,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:15:51,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"extra_specs": {}}' 2018-08-28 10:15:51,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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 x-openstack-request-id: req-c4495ab6-da6e-4618-bf42-fc36d692904d x-compute-request-id: req-c4495ab6-da6e-4618-bf42-fc36d692904d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:15:51,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e/os-extra_specs used request id req-c4495ab6-da6e-4618-bf42-fc36d692904d 2018-08-28 10:15:51,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224170684814s 2018-08-28 10:15:51,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e/os-extra_specs used request id req-c4495ab6-da6e-4618-bf42-fc36d692904d 2018-08-28 10:15:51,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 10:15:51,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"keypair": {"name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0"}}' 2018-08-28 10:15:51,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-24947d30-cf6f-44c7-bdb2-7407b12b6170 x-compute-request-id: req-24947d30-cf6f-44c7-bdb2-7407b12b6170 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLsb7qghnGEGchWzPyE+CfMht/5FXfRipz63wJYPmmM8qMHcAOWQz1kdhAhUcc6sLh2Bbijsve3Ykn5CT4shNPb9ZHS09EbDh8dJ9jx3YIpjiQE1hiVKs33AqWDPGyQBiDBOIN+7Zm3qomVR1HRssEV2+JRkTjJSPw4DXAbhJdL5I8+03Lgl7hq0M0NZwBFQcWYiz8mPVT6WDeAWXdNEbRPyj9y0tDaj8ahSdUZcgr9VZ/Lh+itwWL55Dg/Pr8WUkPtdfIKjRB46ObGdSb1nOoMg70DUH0uRQafYG5Rbp6RspJHp1Gr6Rweb0yw8qwYXGfvw/qMYvOqtUBFolKZ9h3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy7G+6oIZxhBnIVsz8hPgnzIbf+RV30Yqc+t8CWD5pjPKjB3A\nDlkM9ZHYQIVHHOrC4dgW4o7L3t2JJ+Qk+LITT2/WR0tPRGw4fHSfY8d2CKY4kBNY\nYlSrN9wKlgzxskAYgwTiDfu2Zt6qJlUdR0bLBFdviUZE4yUj8OA1wG4SXS+SPPtN\ny4Je4atDNDWcARUHFmIs/Jj1U+lg3gFl3TRG0T8o/ctLQ2o/GoUnVGXIK/VWfy4f\norcFi+eQ4Pz6/FlJD7XXyCo0QeOjmxnUm9ZzqDIO9A1B9LkUGn2BuUW6ekbKSR6d\nRq+kcHm9MsPKsGFxn78P6jGLzqrVARaJSmfYdwIDAQABAoIBAChxPgqpkhx1HUTO\nKt4hfDOfaz5VQ4d1EvC5DIOAMZECL3DqZztyCtSnBFyrGZdwNQlKMiEBYRD6w0Sc\nU4rdMGBRQCYfmbloEz8CmLLi41iMSCay8JV1YhlRIvjv0P0nJLa+vXMxSuHZy8aY\nl5uTPrO5+Hc08HB4603j9kgikprVgHHVT5sR6LrYuHSd0R2sT6CGC3vn6Dp0sb84\np67qLKljRgGY0UiePWBgBEpkdcZZWCPxgPBi2raYoyVWBCyyJNoKPJxulkHmac3R\nF3RvEqdbqD0VlDqrWZibkO6NQ5Gr6KvfxXwE1gZCfl8ok5tmmz/t/5Q7JeMPkURx\n0m651CECgYEA5K7P7eGMPmTOFqpVV6ICNzyr/bdDojEoWnN6FBsk1g70osp5gKk2\ntH7nuIiQE+TeK/BugzXY6Au0yDmT1aAS8FIgLQifvA0aKCMeqC1dp+ZA61qEbwr9\nokjP7EdNZpRXPuVw71JAmSjYqeeFrJRSZQCGn2AUWLyIVpzkEnF73qUCgYEA5AbG\n2c6z3kn/V48uxa4OiWaLsDdWWFyoEwJdobjlHCsx53PLjpt4SHOH738XQVNOSJgo\n48QRSSYags+uNjoTKdVymEfb8kFJXr1py8MZgybJFyauLc19CHH1zATadcI3veq2\ni6WxB8GZRaCSCE+j5B88OgmgqOo0+yAQVP896+sCgYBAqHS+C8G9en8SxYJvzqzV\ntV/j0sdauo9wU6o2uR4HMB9XT+xexnljO2aFNIeYOGPhBJAapUT5ByZMXotAIYx5\nSp8yXHfdkc7NfnCSmJEcgevlH6jGRNNF6VRwuBBYaqTocbMm15jQNU5da8rN6voI\n+McXlPDrzhK2epG57UBayQKBgQCbXt65ZDV83jDFCYPWIC45gwzlSh9kX+YJ5c/E\ntQYvdmMvkN//UIHZ5BaYoqFG2qt5nWwnHd6lV/gyb64FtvZ9x7modzYv0Dpc+nUO\n6OYGTjQwuSNvhBeQ3I2dsSTlnit7FWXCq2h/n3N/VNSMIy/J7VqNNSgqUEM/ZW6b\na7tWdwKBgQCRZ9vLfgJLQ6xU3Rj3v6+x8QUvXeoA0PG/w72ssU5ZnvHgWB/rIE3r\nTHOj/bTmP284WPKseSRhp3IL/LNBYYg1dgcJLOv64npg01JH5MfmGYWBjewoFetO\nQNDGQtFty+OVnpPOo70HGYVgzHrO0873Zt+V+bOox0fzVQaqjOXDIA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "7b4aae6608254ab58bf48a379c0aebef", "name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "fingerprint": "62:4b:2a:95:4a:5c:e3:74:3f:e2:d2:d7:c5:81:ce:90"}} 2018-08-28 10:15:51,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-24947d30-cf6f-44c7-bdb2-7407b12b6170 2018-08-28 10:15:51,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.26384305954s 2018-08-28 10:15:51,809 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-24947d30-cf6f-44c7-bdb2-7407b12b6170 2018-08-28 10:15:51,810 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLsb7qghnGEGchWzPyE+CfMht/5FXfRipz63wJYPmmM8qMHcAOWQz1kdhAhUcc6sLh2Bbijsve3Ykn5CT4shNPb9ZHS09EbDh8dJ9jx3YIpjiQE1hiVKs33AqWDPGyQBiDBOIN+7Zm3qomVR1HRssEV2+JRkTjJSPw4DXAbhJdL5I8+03Lgl7hq0M0NZwBFQcWYiz8mPVT6WDeAWXdNEbRPyj9y0tDaj8ahSdUZcgr9VZ/Lh+itwWL55Dg/Pr8WUkPtdfIKjRB46ObGdSb1nOoMg70DUH0uRQafYG5Rbp6RspJHp1Gr6Rweb0yw8qwYXGfvw/qMYvOqtUBFolKZ9h3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy7G+6oIZxhBnIVsz8hPgnzIbf+RV30Yqc+t8CWD5pjPKjB3A\nDlkM9ZHYQIVHHOrC4dgW4o7L3t2JJ+Qk+LITT2/WR0tPRGw4fHSfY8d2CKY4kBNY\nYlSrN9wKlgzxskAYgwTiDfu2Zt6qJlUdR0bLBFdviUZE4yUj8OA1wG4SXS+SPPtN\ny4Je4atDNDWcARUHFmIs/Jj1U+lg3gFl3TRG0T8o/ctLQ2o/GoUnVGXIK/VWfy4f\norcFi+eQ4Pz6/FlJD7XXyCo0QeOjmxnUm9ZzqDIO9A1B9LkUGn2BuUW6ekbKSR6d\nRq+kcHm9MsPKsGFxn78P6jGLzqrVARaJSmfYdwIDAQABAoIBAChxPgqpkhx1HUTO\nKt4hfDOfaz5VQ4d1EvC5DIOAMZECL3DqZztyCtSnBFyrGZdwNQlKMiEBYRD6w0Sc\nU4rdMGBRQCYfmbloEz8CmLLi41iMSCay8JV1YhlRIvjv0P0nJLa+vXMxSuHZy8aY\nl5uTPrO5+Hc08HB4603j9kgikprVgHHVT5sR6LrYuHSd0R2sT6CGC3vn6Dp0sb84\np67qLKljRgGY0UiePWBgBEpkdcZZWCPxgPBi2raYoyVWBCyyJNoKPJxulkHmac3R\nF3RvEqdbqD0VlDqrWZibkO6NQ5Gr6KvfxXwE1gZCfl8ok5tmmz/t/5Q7JeMPkURx\n0m651CECgYEA5K7P7eGMPmTOFqpVV6ICNzyr/bdDojEoWnN6FBsk1g70osp5gKk2\ntH7nuIiQE+TeK/BugzXY6Au0yDmT1aAS8FIgLQifvA0aKCMeqC1dp+ZA61qEbwr9\nokjP7EdNZpRXPuVw71JAmSjYqeeFrJRSZQCGn2AUWLyIVpzkEnF73qUCgYEA5AbG\n2c6z3kn/V48uxa4OiWaLsDdWWFyoEwJdobjlHCsx53PLjpt4SHOH738XQVNOSJgo\n48QRSSYags+uNjoTKdVymEfb8kFJXr1py8MZgybJFyauLc19CHH1zATadcI3veq2\ni6WxB8GZRaCSCE+j5B88OgmgqOo0+yAQVP896+sCgYBAqHS+C8G9en8SxYJvzqzV\ntV/j0sdauo9wU6o2uR4HMB9XT+xexnljO2aFNIeYOGPhBJAapUT5ByZMXotAIYx5\nSp8yXHfdkc7NfnCSmJEcgevlH6jGRNNF6VRwuBBYaqTocbMm15jQNU5da8rN6voI\n+McXlPDrzhK2epG57UBayQKBgQCbXt65ZDV83jDFCYPWIC45gwzlSh9kX+YJ5c/E\ntQYvdmMvkN//UIHZ5BaYoqFG2qt5nWwnHd6lV/gyb64FtvZ9x7modzYv0Dpc+nUO\n6OYGTjQwuSNvhBeQ3I2dsSTlnit7FWXCq2h/n3N/VNSMIy/J7VqNNSgqUEM/ZW6b\na7tWdwKBgQCRZ9vLfgJLQ6xU3Rj3v6+x8QUvXeoA0PG/w72ssU5ZnvHgWB/rIE3r\nTHOj/bTmP284WPKseSRhp3IL/LNBYYg1dgcJLOv64npg01JH5MfmGYWBjewoFetO\nQNDGQtFty+OVnpPOo70HGYVgzHrO0873Zt+V+bOox0fzVQaqjOXDIA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7b4aae6608254ab58bf48a379c0aebef', 'name': u'singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0', 'created_at': '2018-08-28T10:15:51.810615', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c0c48513c494234a764a9b7ebf0db6c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'62:4b:2a:95:4a:5c:e3:74:3f:e2:d2:d7:c5:81:ce:90', 'type': 'ssh', 'id': u'singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0'}) 2018-08-28 10:15:51,811 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAy7G+6oIZxhBnIVsz8hPgnzIbf+RV30Yqc+t8CWD5pjPKjB3A DlkM9ZHYQIVHHOrC4dgW4o7L3t2JJ+Qk+LITT2/WR0tPRGw4fHSfY8d2CKY4kBNY YlSrN9wKlgzxskAYgwTiDfu2Zt6qJlUdR0bLBFdviUZE4yUj8OA1wG4SXS+SPPtN y4Je4atDNDWcARUHFmIs/Jj1U+lg3gFl3TRG0T8o/ctLQ2o/GoUnVGXIK/VWfy4f orcFi+eQ4Pz6/FlJD7XXyCo0QeOjmxnUm9ZzqDIO9A1B9LkUGn2BuUW6ekbKSR6d Rq+kcHm9MsPKsGFxn78P6jGLzqrVARaJSmfYdwIDAQABAoIBAChxPgqpkhx1HUTO Kt4hfDOfaz5VQ4d1EvC5DIOAMZECL3DqZztyCtSnBFyrGZdwNQlKMiEBYRD6w0Sc U4rdMGBRQCYfmbloEz8CmLLi41iMSCay8JV1YhlRIvjv0P0nJLa+vXMxSuHZy8aY l5uTPrO5+Hc08HB4603j9kgikprVgHHVT5sR6LrYuHSd0R2sT6CGC3vn6Dp0sb84 p67qLKljRgGY0UiePWBgBEpkdcZZWCPxgPBi2raYoyVWBCyyJNoKPJxulkHmac3R F3RvEqdbqD0VlDqrWZibkO6NQ5Gr6KvfxXwE1gZCfl8ok5tmmz/t/5Q7JeMPkURx 0m651CECgYEA5K7P7eGMPmTOFqpVV6ICNzyr/bdDojEoWnN6FBsk1g70osp5gKk2 tH7nuIiQE+TeK/BugzXY6Au0yDmT1aAS8FIgLQifvA0aKCMeqC1dp+ZA61qEbwr9 okjP7EdNZpRXPuVw71JAmSjYqeeFrJRSZQCGn2AUWLyIVpzkEnF73qUCgYEA5AbG 2c6z3kn/V48uxa4OiWaLsDdWWFyoEwJdobjlHCsx53PLjpt4SHOH738XQVNOSJgo 48QRSSYags+uNjoTKdVymEfb8kFJXr1py8MZgybJFyauLc19CHH1zATadcI3veq2 i6WxB8GZRaCSCE+j5B88OgmgqOo0+yAQVP896+sCgYBAqHS+C8G9en8SxYJvzqzV tV/j0sdauo9wU6o2uR4HMB9XT+xexnljO2aFNIeYOGPhBJAapUT5ByZMXotAIYx5 Sp8yXHfdkc7NfnCSmJEcgevlH6jGRNNF6VRwuBBYaqTocbMm15jQNU5da8rN6voI +McXlPDrzhK2epG57UBayQKBgQCbXt65ZDV83jDFCYPWIC45gwzlSh9kX+YJ5c/E tQYvdmMvkN//UIHZ5BaYoqFG2qt5nWwnHd6lV/gyb64FtvZ9x7modzYv0Dpc+nUO 6OYGTjQwuSNvhBeQ3I2dsSTlnit7FWXCq2h/n3N/VNSMIy/J7VqNNSgqUEM/ZW6b a7tWdwKBgQCRZ9vLfgJLQ6xU3Rj3v6+x8QUvXeoA0PG/w72ssU5ZnvHgWB/rIE3r THOj/bTmP284WPKseSRhp3IL/LNBYYg1dgcJLOv64npg01JH5MfmGYWBjewoFetO QNDGQtFty+OVnpPOo70HGYVgzHrO0873Zt+V+bOox0fzVQaqjOXDIA== -----END RSA PRIVATE KEY----- 2018-08-28 10:15:51,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 10:15:51,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"security_group": {"name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-28 10:15:52,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7eaa7358-4d79-4ce7-826b-3c34eed74a44 Date: Tue, 28 Aug 2018 10:15:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:51Z", "updated_at": "2018-08-28T10:15:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "3da456f7-5acd-492f-9c01-0668e8304b8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "a03bddd4-6d26-4ab6-ad88-74a4fbca4860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 1, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "958def7b-9205-41df-af46-77678ac17b1a", "name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}} 2018-08-28 10:15:52,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7eaa7358-4d79-4ce7-826b-3c34eed74a44 2018-08-28 10:15:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.206652879715s 2018-08-28 10:15:52,021 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7eaa7358-4d79-4ce7-826b-3c34eed74a44 2018-08-28 10:15:52,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:15:52,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:52,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-65efeac2-9d41-4684-be6a-7d6f3eb1d955 Date: Tue, 28 Aug 2018 10:15:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T10:14:44Z", "updated_at": "2018-08-28T10:14:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "052dfc9f-3cf9-4d33-80e0-c7b7792a3099", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "b733fd0e-896b-4cde-b839-518523674838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "ce15e77b-8276-4b68-b971-fd8df4d1eb71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "f528c996-f204-47bd-b9cb-04d10827c4fe", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b18112b49c304b0097f2129a84e3e067", "created_at": "2018-08-28T10:12:14Z", "updated_at": "2018-08-28T10:12:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "1e2a82a1-a54a-4c4d-bdbe-f0733083bb83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:14Z", "revision_number": 0, "id": "92c9c532-f8ea-4630-98bd-aacf5ccf83a6", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:14Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "9edcbf52-0641-482a-9d7c-f328a6125682", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "fc95457d-3f28-47da-a1eb-6bbeb4e62a94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}], "revision_number": 1, "project_id": "b18112b49c304b0097f2129a84e3e067", "id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4889a28c35964093b4742df5d5033904", "created_at": "2018-08-28T10:14:56Z", "updated_at": "2018-08-28T10:14:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "3279b142-1dbc-4177-8c42-a95510a13b3b", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "9a6fc8db-3074-4fba-b513-84266d0c17d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "c975d033-c88f-4152-8a66-a73723168298", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "de50bf61-1eee-44f8-92d1-f4f1236a7fbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}], "revision_number": 1, "project_id": "4889a28c35964093b4742df5d5033904", "id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cafd221a59864fd7b534f0d310deef53", "created_at": "2018-08-28T10:15:29Z", "updated_at": "2018-08-28T10:15:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "643e25fe-d427-490e-9bb5-44faf202fe34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "b5525d5c-5715-4507-a488-65ff95b8b46d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "dcf054a3-3b99-4f67-b956-64be9533b29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "e5c69b1e-2a27-44a9-917d-7b27834f811d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}], "revision_number": 1, "project_id": "cafd221a59864fd7b534f0d310deef53", "id": "86194601-32d8-4463-b672-46b9379d81d0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:51Z", "updated_at": "2018-08-28T10:15:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "3da456f7-5acd-492f-9c01-0668e8304b8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "a03bddd4-6d26-4ab6-ad88-74a4fbca4860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 1, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "958def7b-9205-41df-af46-77678ac17b1a", "name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}, {"description": "Default security group", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:14:42Z", "updated_at": "2018-08-28T10:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "48f5beef-4e49-4a95-af49-59592d8c0e4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "a49b9e47-2658-4dcb-a5c3-dccec4d0d9b0", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "fea4a7e9-cd2a-48c8-8d62-f94ce1ab6f0d", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "ff73e7ce-3c3e-478c-b28f-93817647560f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 1, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "name": "default"}]} 2018-08-28 10:15:52,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-65efeac2-9d41-4684-be6a-7d6f3eb1d955 2018-08-28 10:15:52,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.126299858093s 2018-08-28 10:15:52,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-65efeac2-9d41-4684-be6a-7d6f3eb1d955 2018-08-28 10:15:52,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:15:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -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": "958def7b-9205-41df-af46-77678ac17b1a"}}' 2018-08-28 10:15:52,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c21ee9cf-b2c5-4383-a1e3-a71ef2c5cc52 Date: Tue, 28 Aug 2018 10:15:52 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-08-28T10:15:52Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "port_range_min": 22, "revision_number": 0, "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:52Z", "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "4f7ac8a6-b5d6-466b-b0fb-cd1b88ac866d"}} 2018-08-28 10:15:52,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c21ee9cf-b2c5-4383-a1e3-a71ef2c5cc52 2018-08-28 10:15:52,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.1879529953s 2018-08-28 10:15:52,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c21ee9cf-b2c5-4383-a1e3-a71ef2c5cc52 2018-08-28 10:15:52,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:15:52,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:52,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-4c74ae02-c09f-4c73-a376-322a8c9a970c Date: Tue, 28 Aug 2018 10:15:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T10:14:44Z", "updated_at": "2018-08-28T10:14:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "052dfc9f-3cf9-4d33-80e0-c7b7792a3099", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "b733fd0e-896b-4cde-b839-518523674838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "ce15e77b-8276-4b68-b971-fd8df4d1eb71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "f528c996-f204-47bd-b9cb-04d10827c4fe", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b18112b49c304b0097f2129a84e3e067", "created_at": "2018-08-28T10:12:14Z", "updated_at": "2018-08-28T10:12:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "1e2a82a1-a54a-4c4d-bdbe-f0733083bb83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:14Z", "revision_number": 0, "id": "92c9c532-f8ea-4630-98bd-aacf5ccf83a6", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:14Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "9edcbf52-0641-482a-9d7c-f328a6125682", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "fc95457d-3f28-47da-a1eb-6bbeb4e62a94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}], "revision_number": 1, "project_id": "b18112b49c304b0097f2129a84e3e067", "id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4889a28c35964093b4742df5d5033904", "created_at": "2018-08-28T10:14:56Z", "updated_at": "2018-08-28T10:14:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "3279b142-1dbc-4177-8c42-a95510a13b3b", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "9a6fc8db-3074-4fba-b513-84266d0c17d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "c975d033-c88f-4152-8a66-a73723168298", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "de50bf61-1eee-44f8-92d1-f4f1236a7fbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}], "revision_number": 1, "project_id": "4889a28c35964093b4742df5d5033904", "id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cafd221a59864fd7b534f0d310deef53", "created_at": "2018-08-28T10:15:29Z", "updated_at": "2018-08-28T10:15:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "643e25fe-d427-490e-9bb5-44faf202fe34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "b5525d5c-5715-4507-a488-65ff95b8b46d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "dcf054a3-3b99-4f67-b956-64be9533b29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "e5c69b1e-2a27-44a9-917d-7b27834f811d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}], "revision_number": 1, "project_id": "cafd221a59864fd7b534f0d310deef53", "id": "86194601-32d8-4463-b672-46b9379d81d0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:51Z", "updated_at": "2018-08-28T10:15:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "3da456f7-5acd-492f-9c01-0668e8304b8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:15:52Z", "revision_number": 0, "id": "4f7ac8a6-b5d6-466b-b0fb-cd1b88ac866d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:52Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "a03bddd4-6d26-4ab6-ad88-74a4fbca4860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 2, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "958def7b-9205-41df-af46-77678ac17b1a", "name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}, {"description": "Default security group", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:14:42Z", "updated_at": "2018-08-28T10:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "48f5beef-4e49-4a95-af49-59592d8c0e4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "a49b9e47-2658-4dcb-a5c3-dccec4d0d9b0", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "fea4a7e9-cd2a-48c8-8d62-f94ce1ab6f0d", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "ff73e7ce-3c3e-478c-b28f-93817647560f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 1, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "name": "default"}]} 2018-08-28 10:15:52,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4c74ae02-c09f-4c73-a376-322a8c9a970c 2018-08-28 10:15:52,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0595321655273s 2018-08-28 10:15:52,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4c74ae02-c09f-4c73-a376-322a8c9a970c 2018-08-28 10:15:52,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:15:52,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -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": "958def7b-9205-41df-af46-77678ac17b1a"}}' 2018-08-28 10:15:52,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1ede25f8-4896-4c7f-9642-78cad2ef1ddc Date: Tue, 28 Aug 2018 10:15:52 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-08-28T10:15:52Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "port_range_min": null, "revision_number": 0, "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:52Z", "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "b2338512-35d1-4097-b4e9-97bf95c15219"}} 2018-08-28 10:15:52,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1ede25f8-4896-4c7f-9642-78cad2ef1ddc 2018-08-28 10:15:52,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127309083939s 2018-08-28 10:15:52,541 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1ede25f8-4896-4c7f-9642-78cad2ef1ddc 2018-08-28 10:15:52,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:52,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-42d47fdf-44a1-4871-bd65-80af409e4a28 Date: Tue, 28 Aug 2018 10:15:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":["7bc38025-b76f-42cb-9851-5025b9ba47a0"],"description":"","tags":[],"updated_at":"2018-08-28T10:15:45Z","provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","provider:network_type":"vxlan"}]} 2018-08-28 10:15:52,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42d47fdf-44a1-4871-bd65-80af409e4a28 2018-08-28 10:15:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0846450328827s 2018-08-28 10:15:52,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42d47fdf-44a1-4871-bd65-80af409e4a28 2018-08-28 10:15:52,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:15:52,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:52,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2b8379aa-3e64-4054-b366-5daa08e41a03 Date: Tue, 28 Aug 2018 10:15:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:50Z", "file": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "c8475450-4e28-4f67-98e7-c43872c05708", "size": 12716032, "self": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:15:52,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2b8379aa-3e64-4054-b366-5daa08e41a03 2018-08-28 10:15:52,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0234520435333s 2018-08-28 10:15:52,656 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2b8379aa-3e64-4054-b366-5daa08e41a03 2018-08-28 10:15:52,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:15:52,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:52,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24ebfe7e-0643-448c-b1ab-8d6d4d1d4a9f x-compute-request-id: req-24ebfe7e-0643-448c-b1ab-8d6d4d1d4a9f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_fa70afcf-89fa-4473-8b21-78817065aeb0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "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": "cf8fda2b-a035-41b7-a5d8-a51148622b3e"}]} 2018-08-28 10:15:52,678 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24ebfe7e-0643-448c-b1ab-8d6d4d1d4a9f 2018-08-28 10:15:52,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0204930305481s 2018-08-28 10:15:52,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24ebfe7e-0643-448c-b1ab-8d6d4d1d4a9f 2018-08-28 10:15:52,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:15:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"server": {"name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "imageRef": "c8475450-4e28-4f67-98e7-c43872c05708", "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "flavorRef": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a"}], "security_groups": [{"name": "958def7b-9205-41df-af46-77678ac17b1a"}]}}' 2018-08-28 10:15:55,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05140e63-09c9-4036-acf9-68575d62ba9d x-compute-request-id: req-05140e63-09c9-4036-acf9-68575d62ba9d Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "958def7b-9205-41df-af46-77678ac17b1a"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "adminPass": "xhrBr9UWfmJH"}} 2018-08-28 10:15:55,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-05140e63-09c9-4036-acf9-68575d62ba9d 2018-08-28 10:15:55,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.67163395882s 2018-08-28 10:15:55,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-05140e63-09c9-4036-acf9-68575d62ba9d 2018-08-28 10:15:55,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:15:55,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:55,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-9229cfc1-5d15-45bd-8b82-3469ab620cff x-compute-request-id: req-9229cfc1-5d15-45bd-8b82-3469ab620cff Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:15:55Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:15:55,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9229cfc1-5d15-45bd-8b82-3469ab620cff 2018-08-28 10:15:55,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371999979019s 2018-08-28 10:15:55,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9229cfc1-5d15-45bd-8b82-3469ab620cff 2018-08-28 10:15:55,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:15:55,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:55,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7eb00666-d61a-48b6-9ce6-896ace1106b0 Date: Tue, 28 Aug 2018 10:15:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":["7bc38025-b76f-42cb-9851-5025b9ba47a0"],"description":"","tags":[],"updated_at":"2018-08-28T10:15:45Z","provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","provider:network_type":"vxlan"}]} 2018-08-28 10:15:55,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7eb00666-d61a-48b6-9ce6-896ace1106b0 2018-08-28 10:15:55,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.078136920929s 2018-08-28 10:15:55,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7eb00666-d61a-48b6-9ce6-896ace1106b0 2018-08-28 10:15:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:15:55,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:55,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-71ae3e72-6cec-456c-86fb-6e71121df129 Date: Tue, 28 Aug 2018 10:15:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15: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":"8c0c48513c494234a764a9b7ebf0db6c","id":"7bc38025-b76f-42cb-9851-5025b9ba47a0","subnetpool_id":null,"name":"singlevm1-subnet_fa70afcf-89fa-4473-8b21-78817065aeb0"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"74721f5d-6096-4ea3-ae93-2107115850e8","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:18Z","dns_nameservers":[],"updated_at":"2018-08-28T10:12:18Z","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":"b18112b49c304b0097f2129a84e3e067","id":"8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 10:15:55,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-71ae3e72-6cec-456c-86fb-6e71121df129 2018-08-28 10:15:55,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0576231479645s 2018-08-28 10:15:55,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-71ae3e72-6cec-456c-86fb-6e71121df129 2018-08-28 10:15:55,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:15:57,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:15:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:15:58,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:15: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-2bbc2d68-7714-4b7e-b16d-f3d7d87b2d4d x-compute-request-id: req-2bbc2d68-7714-4b7e-b16d-f3d7d87b2d4d Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:15:57Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:15:58,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2bbc2d68-7714-4b7e-b16d-f3d7d87b2d4d 2018-08-28 10:15:58,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.989471912384s 2018-08-28 10:15:58,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2bbc2d68-7714-4b7e-b16d-f3d7d87b2d4d 2018-08-28 10:15:58,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:00,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:00,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:01,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e293885b-33f7-47fb-8fc4-4b93d0f9f2a0 x-compute-request-id: req-e293885b-33f7-47fb-8fc4-4b93d0f9f2a0 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "security_groups": [{"name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}], "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:15:59Z", "hostId": "143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:01,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e293885b-33f7-47fb-8fc4-4b93d0f9f2a0 2018-08-28 10:16:01,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.899486064911s 2018-08-28 10:16:01,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e293885b-33f7-47fb-8fc4-4b93d0f9f2a0 2018-08-28 10:16:01,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:04,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-814a482f-2eee-46d6-a1c9-ef6c73c0da08 x-compute-request-id: req-814a482f-2eee-46d6-a1c9-ef6c73c0da08 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:5a:cf", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "security_groups": [{"name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}], "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:15:59Z", "hostId": "143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:04,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-814a482f-2eee-46d6-a1c9-ef6c73c0da08 2018-08-28 10:16:04,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557779073715s 2018-08-28 10:16:04,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-814a482f-2eee-46d6-a1c9-ef6c73c0da08 2018-08-28 10:16:04,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:06,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:06,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:06,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16: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-0463309e-8bc2-4e0a-a1a1-837481c10574 x-compute-request-id: req-0463309e-8bc2-4e0a-a1a1-837481c10574 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:5a:cf", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-28T10:16:05.000000", "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "security_groups": [{"name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}], "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:16:05Z", "hostId": "143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:06,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0463309e-8bc2-4e0a-a1a1-837481c10574 2018-08-28 10:16:06,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46534204483s 2018-08-28 10:16:06,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0463309e-8bc2-4e0a-a1a1-837481c10574 2018-08-28 10:16:06,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:16:06,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:06,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-8114d4be-ef01-4a37-9e8a-9a1f9308e7d1 Date: Tue, 28 Aug 2018 10:16:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T10:16:04Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7bc38025-b76f-42cb-9851-5025b9ba47a0","ip_address":"192.168.120.3"}],"id":"06a6ee7d-e6a1-42c1-a009-504a49aa9fb6","security_groups":["958def7b-9205-41df-af46-77678ac17b1a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:5a:cf","project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3ec1aa22-52de-480b-82e2-b297a7e0f502","name":"","admin_state_up":true,"network_id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:59Z","binding:vnic_type":"normal"}]} 2018-08-28 10:16:06,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-8114d4be-ef01-4a37-9e8a-9a1f9308e7d1 2018-08-28 10:16:06,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0434551239014s 2018-08-28 10:16:06,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-8114d4be-ef01-4a37-9e8a-9a1f9308e7d1 2018-08-28 10:16:06,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:16:06,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=06a6ee7d-e6a1-42c1-a009-504a49aa9fb6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:06,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6d2cfb95-9c8f-426f-b38b-8ebf85d12ab2 Date: Tue, 28 Aug 2018 10:16:06 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:16:06,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=06a6ee7d-e6a1-42c1-a009-504a49aa9fb6 used request id req-6d2cfb95-9c8f-426f-b38b-8ebf85d12ab2 2018-08-28 10:16:06,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0409898757935s 2018-08-28 10:16:06,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=06a6ee7d-e6a1-42c1-a009-504a49aa9fb6 used request id req-6d2cfb95-9c8f-426f-b38b-8ebf85d12ab2 2018-08-28 10:16:06,903 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d2:5a:cf', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c8475450-4e28-4f67-98e7-c43872c05708'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-28T10:16:05.000000', 'flavor': Munch({u'id': u'cf8fda2b-a035-41b7-a5d8-a51148622b3e'}), 'az': u'nova', 'id': u'3ec1aa22-52de-480b-82e2-b297a7e0f502', 'security_groups': [Munch({u'name': u'singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7b4aae6608254ab58bf48a379c0aebef', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c0c48513c494234a764a9b7ebf0db6c', '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-08-28T10:16:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:16:05Z', 'hostId': u'143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-28T10:16:05.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'8c0c48513c494234a764a9b7ebf0db6c', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0', 'adminPass': u'xhrBr9UWfmJH', 'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', 'created_at': u'2018-08-28T10:15:55Z', 'created': u'2018-08-28T10:15:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:16:06,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:07,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-231dc5b8-328f-49a0-adb6-1d270eda65f7 Date: Tue, 28 Aug 2018 10:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":["7bc38025-b76f-42cb-9851-5025b9ba47a0"],"description":"","tags":[],"updated_at":"2018-08-28T10:15:45Z","provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","provider:network_type":"vxlan"}]} 2018-08-28 10:16:07,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-231dc5b8-328f-49a0-adb6-1d270eda65f7 2018-08-28 10:16:07,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260669946671s 2018-08-28 10:16:07,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-231dc5b8-328f-49a0-adb6-1d270eda65f7 2018-08-28 10:16:07,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:16:07,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:07,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b970ca0e-b0f9-4045-9124-c856239008bf Date: Tue, 28 Aug 2018 10:16:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T10:16:04Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7bc38025-b76f-42cb-9851-5025b9ba47a0","ip_address":"192.168.120.3"}],"id":"06a6ee7d-e6a1-42c1-a009-504a49aa9fb6","security_groups":["958def7b-9205-41df-af46-77678ac17b1a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:5a:cf","project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3ec1aa22-52de-480b-82e2-b297a7e0f502","name":"","admin_state_up":true,"network_id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:59Z","binding:vnic_type":"normal"}]} 2018-08-28 10:16:07,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-b970ca0e-b0f9-4045-9124-c856239008bf 2018-08-28 10:16:07,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0409271717072s 2018-08-28 10:16:07,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-b970ca0e-b0f9-4045-9124-c856239008bf 2018-08-28 10:16:07,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 10:16:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"floatingip": {"floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "port_id": "06a6ee7d-e6a1-42c1-a009-504a49aa9fb6"}}' 2018-08-28 10:16:08,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-6c12615f-7e8c-45bc-9415-652bcb1aec9f Date: Tue, 28 Aug 2018 10:16:08 GMT RESP BODY: {"floatingip": {"router_id": "eab87a83-b84a-43a2-b242-5db26807c9e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:16:07Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "06a6ee7d-e6a1-42c1-a009-504a49aa9fb6", "id": "efc44984-98e9-47ad-ae44-b422e3fb0241", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:16:07Z", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}} 2018-08-28 10:16:08,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6c12615f-7e8c-45bc-9415-652bcb1aec9f 2018-08-28 10:16:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.7499229908s 2018-08-28 10:16:08,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6c12615f-7e8c-45bc-9415-652bcb1aec9f 2018-08-28 10:16:08,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:16:08,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:09,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-64b390ff-1d49-407f-a0f5-8c45b10045cb Date: Tue, 28 Aug 2018 10:16:09 GMT RESP BODY: {"floatingips": [{"router_id": "eab87a83-b84a-43a2-b242-5db26807c9e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:16:07Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "06a6ee7d-e6a1-42c1-a009-504a49aa9fb6", "id": "efc44984-98e9-47ad-ae44-b422e3fb0241", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:16:07Z", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}]} 2018-08-28 10:16:09,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-64b390ff-1d49-407f-a0f5-8c45b10045cb 2018-08-28 10:16:09,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.063807964325s 2018-08-28 10:16:09,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-64b390ff-1d49-407f-a0f5-8c45b10045cb 2018-08-28 10:16:09,038 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'eab87a83-b84a-43a2-b242-5db26807c9e7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8c0c48513c494234a764a9b7ebf0db6c', 'created_at': u'2018-08-28T10:16:07Z', 'attached': True, 'updated_at': u'2018-08-28T10:16:07Z', 'id': u'efc44984-98e9-47ad-ae44-b422e3fb0241', 'floating_network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8c0c48513c494234a764a9b7ebf0db6c', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'eab87a83-b84a-43a2-b242-5db26807c9e7', 'project_id': u'8c0c48513c494234a764a9b7ebf0db6c', 'port_id': u'06a6ee7d-e6a1-42c1-a009-504a49aa9fb6', 'port': u'06a6ee7d-e6a1-42c1-a009-504a49aa9fb6', 'network': u'74721f5d-6096-4ea3-ae93-2107115850e8'}) 2018-08-28 10:16:09,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:16:09,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:16:09,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-560ca8b8-533b-47f1-b821-2157d2f85f47 x-compute-request-id: req-560ca8b8-533b-47f1-b821-2157d2f85f47 Content-Encoding: gzip Content-Length: 7944 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 483319891 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.199530] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201999] pid_max: default: 32768 minimum: 301\n[ 0.203365] ACPI: Core revision 20150930\n[ 0.205112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207088] Security Framework initialized\n[ 0.208325] Yama: becoming mindful.\n[ 0.209402] AppArmor: AppArmor initialized\n[ 0.210705] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214647] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216442] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218549] Initializing cgroup subsys io\n[ 0.219814] Initializing cgroup subsys memory\n[ 0.221078] Initializing cgroup subsys devices\n[ 0.222410] Initializing cgroup subsys freezer\n[ 0.223716] Initializing cgroup subsys net_cls\n[ 0.225008] Initializing cgroup subsys perf_event\n[ 0.226399] Initializing cgroup subsys net_prio\n[ 0.227767] Initializing cgroup subsys hugetlb\n[ 0.229084] Initializing cgroup subsys pids\n[ 0.230434] CPU: Physical Processor ID: 0\n[ 0.232338] mce: CPU supports 10 MCE banks\n[ 0.233576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.235108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251700] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258589] ftrace: allocating 31920 entries in 125 pages\n[ 0.283866] smpboot: Max logical packages: 1\n[ 0.285218] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.287326] x2apic enabled\n[ 0.288555] Switched APIC routing to physical x2apic.\n[ 0.291225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296010] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298762] KVM setup paravirtual spinlock\n[ 0.300511] x86: Booted up 1 node, 1 CPUs\n[ 0.301756] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303843] devtmpfs: initialized\n[ 0.305977] evm: security.selinux\n[ 0.307026] evm: security.SMACK64\n[ 0.308093] evm: security.SMACK64EXEC\n[ 0.309241] evm: security.SMACK64TRANSMUTE\n[ 0.310505] evm: security.SMACK64MMAP\n[ 0.311690] evm: security.ima\n[ 0.312641] evm: security.capability\n[ 0.313838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316691] pinctrl core: initialized pinctrl subsystem\n[ 0.318361] RTC time: 10:16:06, date: 08/28/18\n[ 0.319796] NET: Registered protocol family 16\n[ 0.321251] cpuidle: using governor ladder\n[ 0.322555] cpuidle: using governor menu\n[ 0.323736] PCCT header not found.\n[ 0.324838] ACPI: bus type PCI registered\n[ 0.326027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327895] PCI: Using configuration type 1 for base access\n[ 0.330245] ACPI: Added _OSI(Module Device)\n[ 0.331519] ACPI: Added _OSI(Processor Device)\n[ 0.332857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334243] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.336559] ACPI: Interpreter enabled\n[ 0.337728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.343306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.346026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.348874] ACPI: (supports S0 S5)\n[ 0.349960] ACPI: Using IOAPIC for interrupt routing\n[ 0.351357] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.355370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.357085] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.358959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.360768] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.364003] acpiphp: Slot [3] registered\n[ 0.365188] acpiphp: Slot [4] registered\n[ 0.366371] acpiphp: Slot [5] registered\n[ 0.367598] acpiphp: Slot [6] registered\n[ 0.368790] acpiphp: Slot [7] registered\n[ 0.370035] acpiphp: Slot [8] registered\n[ 0.371218] acpiphp: Slot [9] registered\n[ 0.372397] acpiphp: Slot [10] registered\n[ 0.373597] acpiphp: Slot [11] registered\n[ 0.374800] acpiphp: Slot [12] registered\n[ 0.376001] acpiphp: Slot [13] registered\n[ 0.377232] acpiphp: Slot [14] registered\n[ 0.378465] acpiphp: Slot [15] registered\n[ 0.393578] acpiphp: Slot [16] registered\n[ 0.394784] acpiphp: Slot [17] registered\n[ 0.395984] acpiphp: Slot [18] registered\n[ 0.397241] acpiphp: Slot [19] registered\n[ 0.398473] acpiphp: Slot [20] registered\n[ 0.399715] acpiphp: Slot [21] registered\n[ 0.400915] acpiphp: Slot [22] registered\n[ 0.402112] acpiphp: Slot [23] registered\n[ 0.403311] acpiphp: Slot [24] registered\n[ 0.404517] acpiphp: Slot [25] registered\n[ 0.405713] acpiphp: Slot [26] registered\n[ 0.406913] acpiphp: Slot [27] registered\n[ 0.408120] acpiphp: Slot [28] registered\n[ 0.409335] acpiphp: Slot [29] registered\n[ 0.410564] acpiphp: Slot [30] registered\n[ 0.411777] acpiphp: Slot [31] registered\n[ 0.412974] PCI host bridge to bus 0000:00\n[ 0.414169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415958] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422153] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424426] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428721] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.430692] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.432447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.434333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.438540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.440756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.461598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.463694] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.465744] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.467850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.470034] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.471890] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.473800] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.475377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.477711] vgaarb: loaded\n[ 0.478622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.480413] SCSI subsystem initialized\n[ 0.481767] ACPI: bus type USB registered\n[ 0.483020] usbcore: registered new interface driver usbfs\n[ 0.484579] usbcore: registered new interface driver hub\n[ 0.486092] usbcore: registered new device driver usb\n[ 0.487722] PCI: Using ACPI for IRQ routing\n[ 0.489357] NetLabel: Initializing\n[ 0.490446] NetLabel: domain hash size = 128\n[ 0.491728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.493176] NetLabel: unlabeled traffic allowed by default\n[ 0.494910] clocksource: Switched to clocksource kvm-clock\n[ 0.504972] AppArmor: AppArmor Filesystem Enabled\n[ 0.506441] pnp: PnP ACPI init\n[ 0.507779] pnp: PnP ACPI: found 5 devices\n[ 0.514814] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.517431] NET: Registered protocol family 2\n[ 0.518964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.520909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.522718] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.524532] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.526175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.527941] NET: Registered protocol family 1\n[ 0.529266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.530927] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532547] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547135] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.561916] Trying to unpack rootfs image as initramfs...\n[ 0.624263] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.629322] Scanning for low memory corruption every 60 seconds\n[ 0.631707] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.633499] audit: initializing netlink subsys (disabled)\n[ 0.635171] audit: type=2000 audit(1535451366.678:1): initialized\n[ 0.637239] Initialise system trusted keyring\n[ 0.638746] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.640537] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.643476] zbud: loaded\n[ 0.644559] VFS: Disk quotas dquot_6.6.0\n[ 0.645814] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.648179] fuse init (API version 7.23)\n[ 0.649540] Key type big_key registered\n[ 0.650767] Allocating IMA MOK and blacklist keyrings.\n[ 0.652631] Key type asymmetric registered\n[ 0.653893] Asymmetric key parser 'x509' registered\n[ 0.655382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.657668] io scheduler noop registered\n[ 0.658883] io scheduler deadline registered (default)\n[ 0.660411] io scheduler cfq registered\n[ 0.661723] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.663334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.665296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.667544] ACPI: Power Button [PWRF]\n[ 0.668890] GHES: HEST is not enabled!\n[ 0.683125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.712347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.715365] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.739249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.742521] Linux agpgart interface v0.103\n[ 0.746113] brd: module loaded\n[ 0.748464] loop: module loaded\n[ 0.753268] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.755505] GPT:90111 != 2097151\n[ 0.756535] GPT:Alternate GPT header not at the end of the disk.\n[ 0.758052] GPT:90111 != 2097151\n[ 0.759008] GPT: Use GNU Parted to correct GPT errors.\n[ 0.760352] vda: vda1 vda15\n[ 0.762043] scsi host0: ata_piix\n[ 0.763126] scsi host1: ata_piix\n[ 0.764128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.765799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.767795] libphy: Fixed MDIO Bus: probed\n[ 0.768935] tun: Universal TUN/TAP device driver, 1.6\n[ 0.770243] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.773160] PPP generic driver version 2.4.2\n[ 0.774417] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.776064] ehci-pci: EHCI PCI platform driver\n[ 0.777273] ehci-platform: EHCI generic platform driver\n[ 0.778638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.780193] ohci-pci: OHCI PCI platform driver\n[ 0.781420] ohci-platform: OHCI generic platform driver\n[ 0.782792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.797379] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.798788] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.802213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807465] usb usb1: Product: UHCI Host Controller\n[ 0.808741] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810297] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.811632] hub 1-0:1.0: USB hub found\n[ 0.812763] hub 1-0:1.0: 2 ports detected\n[ 0.814046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.816943] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.818255] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.819668] mousedev: PS/2 mouse device common for all mice\n[ 0.821381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.823869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.825409] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.827038] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.828664] i2c /dev entries driver\n[ 0.829725] device-mapper: uevent: version 1.0.3\n[ 0.831052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.833286] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.835151] NET: Registered protocol family 10\n[ 0.836691] NET: Registered protocol family 17\n[ 0.837914] Key type dns_resolver registered\n[ 0.839219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.840702] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.843130] registered taskstats version 1\n[ 0.844278] Loading compiled-in X.509 certificates\n[ 0.846119] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848653] zswap: loaded using pool lzo/zbud\n[ 0.850708] Key type trusted registered\n[ 0.852852] Key type encrypted registered\n[ 0.853987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.855417] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856837] evm: HMAC attrs: 0x1\n[ 0.858131] Magic number: 14:894:275\n[ 0.859231] tty tty12: hash matches\n[ 0.860326] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:07 UTC (1535451367)\n[ 0.862528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864034] EDD information not available.\n[ 0.928421] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.930549] Write protecting the kernel read-only data: 14336k\n[ 0.933477] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935957] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.098005] 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.3...\nLease of 192.168.120.3 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-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-28 10:16:09,905 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/action used request id req-560ca8b8-533b-47f1-b821-2157d2f85f47 2018-08-28 10:16:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.866046905518s 2018-08-28 10:16:09,906 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/action used request id req-560ca8b8-533b-47f1-b821-2157d2f85f47 2018-08-28 10:16:09,906 - 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 483319891 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.199530] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201999] pid_max: default: 32768 minimum: 301 [ 0.203365] ACPI: Core revision 20150930 [ 0.205112] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.207088] Security Framework initialized [ 0.208325] Yama: becoming mindful. [ 0.209402] AppArmor: AppArmor initialized [ 0.210705] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.212701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.214647] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216442] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.218549] Initializing cgroup subsys io [ 0.219814] Initializing cgroup subsys memory [ 0.221078] Initializing cgroup subsys devices [ 0.222410] Initializing cgroup subsys freezer [ 0.223716] Initializing cgroup subsys net_cls [ 0.225008] Initializing cgroup subsys perf_event [ 0.226399] Initializing cgroup subsys net_prio [ 0.227767] Initializing cgroup subsys hugetlb [ 0.229084] Initializing cgroup subsys pids [ 0.230434] CPU: Physical Processor ID: 0 [ 0.232338] mce: CPU supports 10 MCE banks [ 0.233576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.235108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.251700] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.258589] ftrace: allocating 31920 entries in 125 pages [ 0.283866] smpboot: Max logical packages: 1 [ 0.285218] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.287326] x2apic enabled [ 0.288555] Switched APIC routing to physical x2apic. [ 0.291225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.292982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.296010] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.298762] KVM setup paravirtual spinlock [ 0.300511] x86: Booted up 1 node, 1 CPUs [ 0.301756] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.303843] devtmpfs: initialized [ 0.305977] evm: security.selinux [ 0.307026] evm: security.SMACK64 [ 0.308093] evm: security.SMACK64EXEC [ 0.309241] evm: security.SMACK64TRANSMUTE [ 0.310505] evm: security.SMACK64MMAP [ 0.311690] evm: security.ima [ 0.312641] evm: security.capability [ 0.313838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.316691] pinctrl core: initialized pinctrl subsystem [ 0.318361] RTC time: 10:16:06, date: 08/28/18 [ 0.319796] NET: Registered protocol family 16 [ 0.321251] cpuidle: using governor ladder [ 0.322555] cpuidle: using governor menu [ 0.323736] PCCT header not found. [ 0.324838] ACPI: bus type PCI registered [ 0.326027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.327895] PCI: Using configuration type 1 for base access [ 0.330245] ACPI: Added _OSI(Module Device) [ 0.331519] ACPI: Added _OSI(Processor Device) [ 0.332857] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.334243] ACPI: Added _OSI(Processor Aggregator Device) [ 0.336559] ACPI: Interpreter enabled [ 0.337728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.340543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.343306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.346026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.348874] ACPI: (supports S0 S5) [ 0.349960] ACPI: Using IOAPIC for interrupt routing [ 0.351357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.355370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.357085] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.358959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.360768] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.364003] acpiphp: Slot [3] registered [ 0.365188] acpiphp: Slot [4] registered [ 0.366371] acpiphp: Slot [5] registered [ 0.367598] acpiphp: Slot [6] registered [ 0.368790] acpiphp: Slot [7] registered [ 0.370035] acpiphp: Slot [8] registered [ 0.371218] acpiphp: Slot [9] registered [ 0.372397] acpiphp: Slot [10] registered [ 0.373597] acpiphp: Slot [11] registered [ 0.374800] acpiphp: Slot [12] registered [ 0.376001] acpiphp: Slot [13] registered [ 0.377232] acpiphp: Slot [14] registered [ 0.378465] acpiphp: Slot [15] registered [ 0.393578] acpiphp: Slot [16] registered [ 0.394784] acpiphp: Slot [17] registered [ 0.395984] acpiphp: Slot [18] registered [ 0.397241] acpiphp: Slot [19] registered [ 0.398473] acpiphp: Slot [20] registered [ 0.399715] acpiphp: Slot [21] registered [ 0.400915] acpiphp: Slot [22] registered [ 0.402112] acpiphp: Slot [23] registered [ 0.403311] acpiphp: Slot [24] registered [ 0.404517] acpiphp: Slot [25] registered [ 0.405713] acpiphp: Slot [26] registered [ 0.406913] acpiphp: Slot [27] registered [ 0.408120] acpiphp: Slot [28] registered [ 0.409335] acpiphp: Slot [29] registered [ 0.410564] acpiphp: Slot [30] registered [ 0.411777] acpiphp: Slot [31] registered [ 0.412974] PCI host bridge to bus 0000:00 [ 0.414169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415958] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.422153] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.424426] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.428721] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.430692] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.432447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.434333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.438540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.440756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.461598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.463694] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.465744] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.467850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.470034] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.471890] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.473800] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.475377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.477711] vgaarb: loaded [ 0.478622] vgaarb: bridge control possible 0000:00:02.0 [ 0.480413] SCSI subsystem initialized [ 0.481767] ACPI: bus type USB registered [ 0.483020] usbcore: registered new interface driver usbfs [ 0.484579] usbcore: registered new interface driver hub [ 0.486092] usbcore: registered new device driver usb [ 0.487722] PCI: Using ACPI for IRQ routing [ 0.489357] NetLabel: Initializing [ 0.490446] NetLabel: domain hash size = 128 [ 0.491728] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.493176] NetLabel: unlabeled traffic allowed by default [ 0.494910] clocksource: Switched to clocksource kvm-clock [ 0.504972] AppArmor: AppArmor Filesystem Enabled [ 0.506441] pnp: PnP ACPI init [ 0.507779] pnp: PnP ACPI: found 5 devices [ 0.514814] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.517431] NET: Registered protocol family 2 [ 0.518964] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.520909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.522718] TCP: Hash tables configured (established 4096 bind 4096) [ 0.524532] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.526175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.527941] NET: Registered protocol family 1 [ 0.529266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.530927] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532547] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.547135] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.561916] Trying to unpack rootfs image as initramfs... [ 0.624263] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.629322] Scanning for low memory corruption every 60 seconds [ 0.631707] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.633499] audit: initializing netlink subsys (disabled) [ 0.635171] audit: type=2000 audit(1535451366.678:1): initialized [ 0.637239] Initialise system trusted keyring [ 0.638746] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.640537] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.643476] zbud: loaded [ 0.644559] VFS: Disk quotas dquot_6.6.0 [ 0.645814] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.648179] fuse init (API version 7.23) [ 0.649540] Key type big_key registered [ 0.650767] Allocating IMA MOK and blacklist keyrings. [ 0.652631] Key type asymmetric registered [ 0.653893] Asymmetric key parser 'x509' registered [ 0.655382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.657668] io scheduler noop registered [ 0.658883] io scheduler deadline registered (default) [ 0.660411] io scheduler cfq registered [ 0.661723] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.663334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.665296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.667544] ACPI: Power Button [PWRF] [ 0.668890] GHES: HEST is not enabled! [ 0.683125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.712347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.715365] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.739249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.742521] Linux agpgart interface v0.103 [ 0.746113] brd: module loaded [ 0.748464] loop: module loaded [ 0.753268] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.755505] GPT:90111 != 2097151 [ 0.756535] GPT:Alternate GPT header not at the end of the disk. [ 0.758052] GPT:90111 != 2097151 [ 0.759008] GPT: Use GNU Parted to correct GPT errors. [ 0.760352] vda: vda1 vda15 [ 0.762043] scsi host0: ata_piix [ 0.763126] scsi host1: ata_piix [ 0.764128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.765799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.767795] libphy: Fixed MDIO Bus: probed [ 0.768935] tun: Universal TUN/TAP device driver, 1.6 [ 0.770243] tun: (C) 1999-2004 Max Krasnyansky [ 0.773160] PPP generic driver version 2.4.2 [ 0.774417] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.776064] ehci-pci: EHCI PCI platform driver [ 0.777273] ehci-platform: EHCI generic platform driver [ 0.778638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.780193] ohci-pci: OHCI PCI platform driver [ 0.781420] ohci-platform: OHCI generic platform driver [ 0.782792] uhci_hcd: USB Universal Host Controller Interface driver [ 0.797379] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.798788] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800826] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807465] usb usb1: Product: UHCI Host Controller [ 0.808741] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810297] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811632] hub 1-0:1.0: USB hub found [ 0.812763] hub 1-0:1.0: 2 ports detected [ 0.814046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816943] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.818255] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.819668] mousedev: PS/2 mouse device common for all mice [ 0.821381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823869] rtc_cmos 00:00: RTC can wake from S4 [ 0.825409] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.827038] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.828664] i2c /dev entries driver [ 0.829725] device-mapper: uevent: version 1.0.3 [ 0.831052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.833286] ledtrig-cpu: registered to indicate activity on CPUs [ 0.835151] NET: Registered protocol family 10 [ 0.836691] NET: Registered protocol family 17 [ 0.837914] Key type dns_resolver registered [ 0.839219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.840702] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.843130] registered taskstats version 1 [ 0.844278] Loading compiled-in X.509 certificates [ 0.846119] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848653] zswap: loaded using pool lzo/zbud [ 0.850708] Key type trusted registered [ 0.852852] Key type encrypted registered [ 0.853987] AppArmor: AppArmor sha1 policy hashing enabled [ 0.855417] ima: No TPM chip found, activating TPM-bypass! [ 0.856837] evm: HMAC attrs: 0x1 [ 0.858131] Magic number: 14:894:275 [ 0.859231] tty tty12: hash matches [ 0.860326] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:07 UTC (1535451367) [ 0.862528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.864034] EDD information not available. [ 0.928421] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.930549] Write protecting the kernel read-only data: 14336k [ 0.933477] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.935957] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.098005] 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.3... Lease of 192.168.120.3 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-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-28 10:16:10,909 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-28 10:16:19,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:16:19,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:16:20,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24686df4-ce23-4f0a-b22a-a7a9ecb14ed0 x-compute-request-id: req-24686df4-ce23-4f0a-b22a-a7a9ecb14ed0 Content-Encoding: gzip Content-Length: 9607 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 483319891 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.199530] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201999] pid_max: default: 32768 minimum: 301\n[ 0.203365] ACPI: Core revision 20150930\n[ 0.205112] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207088] Security Framework initialized\n[ 0.208325] Yama: becoming mindful.\n[ 0.209402] AppArmor: AppArmor initialized\n[ 0.210705] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214647] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216442] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218549] Initializing cgroup subsys io\n[ 0.219814] Initializing cgroup subsys memory\n[ 0.221078] Initializing cgroup subsys devices\n[ 0.222410] Initializing cgroup subsys freezer\n[ 0.223716] Initializing cgroup subsys net_cls\n[ 0.225008] Initializing cgroup subsys perf_event\n[ 0.226399] Initializing cgroup subsys net_prio\n[ 0.227767] Initializing cgroup subsys hugetlb\n[ 0.229084] Initializing cgroup subsys pids\n[ 0.230434] CPU: Physical Processor ID: 0\n[ 0.232338] mce: CPU supports 10 MCE banks\n[ 0.233576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.235108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251700] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258589] ftrace: allocating 31920 entries in 125 pages\n[ 0.283866] smpboot: Max logical packages: 1\n[ 0.285218] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.287326] x2apic enabled\n[ 0.288555] Switched APIC routing to physical x2apic.\n[ 0.291225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296010] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298762] KVM setup paravirtual spinlock\n[ 0.300511] x86: Booted up 1 node, 1 CPUs\n[ 0.301756] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303843] devtmpfs: initialized\n[ 0.305977] evm: security.selinux\n[ 0.307026] evm: security.SMACK64\n[ 0.308093] evm: security.SMACK64EXEC\n[ 0.309241] evm: security.SMACK64TRANSMUTE\n[ 0.310505] evm: security.SMACK64MMAP\n[ 0.311690] evm: security.ima\n[ 0.312641] evm: security.capability\n[ 0.313838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316691] pinctrl core: initialized pinctrl subsystem\n[ 0.318361] RTC time: 10:16:06, date: 08/28/18\n[ 0.319796] NET: Registered protocol family 16\n[ 0.321251] cpuidle: using governor ladder\n[ 0.322555] cpuidle: using governor menu\n[ 0.323736] PCCT header not found.\n[ 0.324838] ACPI: bus type PCI registered\n[ 0.326027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327895] PCI: Using configuration type 1 for base access\n[ 0.330245] ACPI: Added _OSI(Module Device)\n[ 0.331519] ACPI: Added _OSI(Processor Device)\n[ 0.332857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334243] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.336559] ACPI: Interpreter enabled\n[ 0.337728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.343306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.346026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.348874] ACPI: (supports S0 S5)\n[ 0.349960] ACPI: Using IOAPIC for interrupt routing\n[ 0.351357] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.355370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.357085] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.358959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.360768] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.364003] acpiphp: Slot [3] registered\n[ 0.365188] acpiphp: Slot [4] registered\n[ 0.366371] acpiphp: Slot [5] registered\n[ 0.367598] acpiphp: Slot [6] registered\n[ 0.368790] acpiphp: Slot [7] registered\n[ 0.370035] acpiphp: Slot [8] registered\n[ 0.371218] acpiphp: Slot [9] registered\n[ 0.372397] acpiphp: Slot [10] registered\n[ 0.373597] acpiphp: Slot [11] registered\n[ 0.374800] acpiphp: Slot [12] registered\n[ 0.376001] acpiphp: Slot [13] registered\n[ 0.377232] acpiphp: Slot [14] registered\n[ 0.378465] acpiphp: Slot [15] registered\n[ 0.393578] acpiphp: Slot [16] registered\n[ 0.394784] acpiphp: Slot [17] registered\n[ 0.395984] acpiphp: Slot [18] registered\n[ 0.397241] acpiphp: Slot [19] registered\n[ 0.398473] acpiphp: Slot [20] registered\n[ 0.399715] acpiphp: Slot [21] registered\n[ 0.400915] acpiphp: Slot [22] registered\n[ 0.402112] acpiphp: Slot [23] registered\n[ 0.403311] acpiphp: Slot [24] registered\n[ 0.404517] acpiphp: Slot [25] registered\n[ 0.405713] acpiphp: Slot [26] registered\n[ 0.406913] acpiphp: Slot [27] registered\n[ 0.408120] acpiphp: Slot [28] registered\n[ 0.409335] acpiphp: Slot [29] registered\n[ 0.410564] acpiphp: Slot [30] registered\n[ 0.411777] acpiphp: Slot [31] registered\n[ 0.412974] PCI host bridge to bus 0000:00\n[ 0.414169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415958] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.422153] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.424426] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.428721] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.430692] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.432447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.434333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.438540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.440756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.461598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.463694] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.465744] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.467850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.470034] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.471890] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.473800] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.475377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.477711] vgaarb: loaded\n[ 0.478622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.480413] SCSI subsystem initialized\n[ 0.481767] ACPI: bus type USB registered\n[ 0.483020] usbcore: registered new interface driver usbfs\n[ 0.484579] usbcore: registered new interface driver hub\n[ 0.486092] usbcore: registered new device driver usb\n[ 0.487722] PCI: Using ACPI for IRQ routing\n[ 0.489357] NetLabel: Initializing\n[ 0.490446] NetLabel: domain hash size = 128\n[ 0.491728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.493176] NetLabel: unlabeled traffic allowed by default\n[ 0.494910] clocksource: Switched to clocksource kvm-clock\n[ 0.504972] AppArmor: AppArmor Filesystem Enabled\n[ 0.506441] pnp: PnP ACPI init\n[ 0.507779] pnp: PnP ACPI: found 5 devices\n[ 0.514814] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.517431] NET: Registered protocol family 2\n[ 0.518964] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.520909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.522718] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.524532] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.526175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.527941] NET: Registered protocol family 1\n[ 0.529266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.530927] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.532547] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547135] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.561916] Trying to unpack rootfs image as initramfs...\n[ 0.624263] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.629322] Scanning for low memory corruption every 60 seconds\n[ 0.631707] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.633499] audit: initializing netlink subsys (disabled)\n[ 0.635171] audit: type=2000 audit(1535451366.678:1): initialized\n[ 0.637239] Initialise system trusted keyring\n[ 0.638746] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.640537] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.643476] zbud: loaded\n[ 0.644559] VFS: Disk quotas dquot_6.6.0\n[ 0.645814] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.648179] fuse init (API version 7.23)\n[ 0.649540] Key type big_key registered\n[ 0.650767] Allocating IMA MOK and blacklist keyrings.\n[ 0.652631] Key type asymmetric registered\n[ 0.653893] Asymmetric key parser 'x509' registered\n[ 0.655382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.657668] io scheduler noop registered\n[ 0.658883] io scheduler deadline registered (default)\n[ 0.660411] io scheduler cfq registered\n[ 0.661723] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.663334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.665296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.667544] ACPI: Power Button [PWRF]\n[ 0.668890] GHES: HEST is not enabled!\n[ 0.683125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.712347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.715365] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.739249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.742521] Linux agpgart interface v0.103\n[ 0.746113] brd: module loaded\n[ 0.748464] loop: module loaded\n[ 0.753268] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.755505] GPT:90111 != 2097151\n[ 0.756535] GPT:Alternate GPT header not at the end of the disk.\n[ 0.758052] GPT:90111 != 2097151\n[ 0.759008] GPT: Use GNU Parted to correct GPT errors.\n[ 0.760352] vda: vda1 vda15\n[ 0.762043] scsi host0: ata_piix\n[ 0.763126] scsi host1: ata_piix\n[ 0.764128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.765799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.767795] libphy: Fixed MDIO Bus: probed\n[ 0.768935] tun: Universal TUN/TAP device driver, 1.6\n[ 0.770243] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.773160] PPP generic driver version 2.4.2\n[ 0.774417] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.776064] ehci-pci: EHCI PCI platform driver\n[ 0.777273] ehci-platform: EHCI generic platform driver\n[ 0.778638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.780193] ohci-pci: OHCI PCI platform driver\n[ 0.781420] ohci-platform: OHCI generic platform driver\n[ 0.782792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.797379] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.798788] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.802213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807465] usb usb1: Product: UHCI Host Controller\n[ 0.808741] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810297] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.811632] hub 1-0:1.0: USB hub found\n[ 0.812763] hub 1-0:1.0: 2 ports detected\n[ 0.814046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.816943] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.818255] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.819668] mousedev: PS/2 mouse device common for all mice\n[ 0.821381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.823869] rtc_cmos 00:00: RTC can wake from S4\n[ 0.825409] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.827038] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.828664] i2c /dev entries driver\n[ 0.829725] device-mapper: uevent: version 1.0.3\n[ 0.831052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.833286] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.835151] NET: Registered protocol family 10\n[ 0.836691] NET: Registered protocol family 17\n[ 0.837914] Key type dns_resolver registered\n[ 0.839219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.840702] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.843130] registered taskstats version 1\n[ 0.844278] Loading compiled-in X.509 certificates\n[ 0.846119] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848653] zswap: loaded using pool lzo/zbud\n[ 0.850708] Key type trusted registered\n[ 0.852852] Key type encrypted registered\n[ 0.853987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.855417] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856837] evm: HMAC attrs: 0x1\n[ 0.858131] Magic number: 14:894:275\n[ 0.859231] tty tty12: hash matches\n[ 0.860326] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:07 UTC (1535451367)\n[ 0.862528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864034] EDD information not available.\n[ 0.928421] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.930549] Write protecting the kernel read-only data: 14336k\n[ 0.933477] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935957] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.098005] 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.3...\nLease of 192.168.120.3 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-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBXdrVUa87cZpGHWdLzSRQzt91rtz8JOWYtk/4SgKe4RClztT1gW6SBffPyPbTz+iXnAffSJazO37c+pyXv9oZnCWdtpfm5JRVr3Wk2KUMhIoD6eLctb9E7gtMZzdAPbZdaykoStWh8KmoPo3uUy6LTJDMKLxAdnbAWbhgXmb5e2gtKycBlzY6CbjENN5+ZQA9mHIjE3vysBCYif8LD+MEQwRC95BHOdVSZ4N1M3/kGybVHHD20++lS65mjnThCDquhDjqFPP7nv9yDB8n18mCkYhLJarZ5YUXJQGsQC8Qa1J0Uowmb+hUYDkHKoN6JBjhMBo6/WU5B7JC4k17Kh/b root@singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0\nssh-dss AAAAB3NzaC1kc3MAAACBAP++uIOZYNWhQRo0ep3IfHpYe3/XZ3JumOcVPECSG8zYSz3gLRPSv7SUS43B2e2FPXX0kiO/CMkkfbjkqRWUy5TO6i+2LlCOlFE2VvI5VhpkoTT33bOzOZGvyC1/r8coH2ptMRsRz0c7Z2A+/J9VCEbuLfroV48p6Ni/R1s06o9RAAAAFQCxoXleFzYsQ8DCkKI8u4TlHzknFwAAAIEApP5qNVXtG82eHBKONKeg8KIlAUBprmpzunj8YNL55L49nFcemOa2elPBZfT6NFd6BUx7BxWueOXGmePeJFX42KF919eM365Wbo+GgApR+chETNJYGDwoCYiZzwZxOzYXWi78msyqkSCwbLk3fMTbZz9V4uK5qlmJzzfdT1eSq0oAAACBAMKK6V92a6geAct+l0JDCyBFuNZT1HoYPfR+Qmer8ESr9AgfqqsvOfRhFsCRQpI9pzb3X8zjawGtOhcQ9Z9B+AE2YWHZLDk7zDtsbt9Txq5TyR20aq1G9h/XrArxT8fdwqOj+R7mjeSYEfFei59FFYuSwIlSVRkcNDROgILA/SmA root@singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0\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.3,24,fe80::f816:3eff:fed2:5acf/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.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.10 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0 login: "} 2018-08-28 10:16:20,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/action used request id req-24686df4-ce23-4f0a-b22a-a7a9ecb14ed0 2018-08-28 10:16:20,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.225146055222s 2018-08-28 10:16:20,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502/action used request id req-24686df4-ce23-4f0a-b22a-a7a9ecb14ed0 2018-08-28 10:16:20,146 - 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 483319891 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.199530] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201999] pid_max: default: 32768 minimum: 301 [ 0.203365] ACPI: Core revision 20150930 [ 0.205112] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.207088] Security Framework initialized [ 0.208325] Yama: becoming mindful. [ 0.209402] AppArmor: AppArmor initialized [ 0.210705] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.212701] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.214647] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216442] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.218549] Initializing cgroup subsys io [ 0.219814] Initializing cgroup subsys memory [ 0.221078] Initializing cgroup subsys devices [ 0.222410] Initializing cgroup subsys freezer [ 0.223716] Initializing cgroup subsys net_cls [ 0.225008] Initializing cgroup subsys perf_event [ 0.226399] Initializing cgroup subsys net_prio [ 0.227767] Initializing cgroup subsys hugetlb [ 0.229084] Initializing cgroup subsys pids [ 0.230434] CPU: Physical Processor ID: 0 [ 0.232338] mce: CPU supports 10 MCE banks [ 0.233576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.235108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.251700] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.258589] ftrace: allocating 31920 entries in 125 pages [ 0.283866] smpboot: Max logical packages: 1 [ 0.285218] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.287326] x2apic enabled [ 0.288555] Switched APIC routing to physical x2apic. [ 0.291225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.292982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.296010] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.298762] KVM setup paravirtual spinlock [ 0.300511] x86: Booted up 1 node, 1 CPUs [ 0.301756] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.303843] devtmpfs: initialized [ 0.305977] evm: security.selinux [ 0.307026] evm: security.SMACK64 [ 0.308093] evm: security.SMACK64EXEC [ 0.309241] evm: security.SMACK64TRANSMUTE [ 0.310505] evm: security.SMACK64MMAP [ 0.311690] evm: security.ima [ 0.312641] evm: security.capability [ 0.313838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.316691] pinctrl core: initialized pinctrl subsystem [ 0.318361] RTC time: 10:16:06, date: 08/28/18 [ 0.319796] NET: Registered protocol family 16 [ 0.321251] cpuidle: using governor ladder [ 0.322555] cpuidle: using governor menu [ 0.323736] PCCT header not found. [ 0.324838] ACPI: bus type PCI registered [ 0.326027] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.327895] PCI: Using configuration type 1 for base access [ 0.330245] ACPI: Added _OSI(Module Device) [ 0.331519] ACPI: Added _OSI(Processor Device) [ 0.332857] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.334243] ACPI: Added _OSI(Processor Aggregator Device) [ 0.336559] ACPI: Interpreter enabled [ 0.337728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.340543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.343306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.346026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.348874] ACPI: (supports S0 S5) [ 0.349960] ACPI: Using IOAPIC for interrupt routing [ 0.351357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.355370] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.357085] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.358959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.360768] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.364003] acpiphp: Slot [3] registered [ 0.365188] acpiphp: Slot [4] registered [ 0.366371] acpiphp: Slot [5] registered [ 0.367598] acpiphp: Slot [6] registered [ 0.368790] acpiphp: Slot [7] registered [ 0.370035] acpiphp: Slot [8] registered [ 0.371218] acpiphp: Slot [9] registered [ 0.372397] acpiphp: Slot [10] registered [ 0.373597] acpiphp: Slot [11] registered [ 0.374800] acpiphp: Slot [12] registered [ 0.376001] acpiphp: Slot [13] registered [ 0.377232] acpiphp: Slot [14] registered [ 0.378465] acpiphp: Slot [15] registered [ 0.393578] acpiphp: Slot [16] registered [ 0.394784] acpiphp: Slot [17] registered [ 0.395984] acpiphp: Slot [18] registered [ 0.397241] acpiphp: Slot [19] registered [ 0.398473] acpiphp: Slot [20] registered [ 0.399715] acpiphp: Slot [21] registered [ 0.400915] acpiphp: Slot [22] registered [ 0.402112] acpiphp: Slot [23] registered [ 0.403311] acpiphp: Slot [24] registered [ 0.404517] acpiphp: Slot [25] registered [ 0.405713] acpiphp: Slot [26] registered [ 0.406913] acpiphp: Slot [27] registered [ 0.408120] acpiphp: Slot [28] registered [ 0.409335] acpiphp: Slot [29] registered [ 0.410564] acpiphp: Slot [30] registered [ 0.411777] acpiphp: Slot [31] registered [ 0.412974] PCI host bridge to bus 0000:00 [ 0.414169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415958] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.422153] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.424426] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.428721] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.430692] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.432447] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.434333] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.438540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.440756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.461598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.463694] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.465744] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.467850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.470034] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.471890] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.473800] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.475377] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.477711] vgaarb: loaded [ 0.478622] vgaarb: bridge control possible 0000:00:02.0 [ 0.480413] SCSI subsystem initialized [ 0.481767] ACPI: bus type USB registered [ 0.483020] usbcore: registered new interface driver usbfs [ 0.484579] usbcore: registered new interface driver hub [ 0.486092] usbcore: registered new device driver usb [ 0.487722] PCI: Using ACPI for IRQ routing [ 0.489357] NetLabel: Initializing [ 0.490446] NetLabel: domain hash size = 128 [ 0.491728] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.493176] NetLabel: unlabeled traffic allowed by default [ 0.494910] clocksource: Switched to clocksource kvm-clock [ 0.504972] AppArmor: AppArmor Filesystem Enabled [ 0.506441] pnp: PnP ACPI init [ 0.507779] pnp: PnP ACPI: found 5 devices [ 0.514814] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.517431] NET: Registered protocol family 2 [ 0.518964] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.520909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.522718] TCP: Hash tables configured (established 4096 bind 4096) [ 0.524532] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.526175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.527941] NET: Registered protocol family 1 [ 0.529266] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.530927] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.532547] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.547135] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.561916] Trying to unpack rootfs image as initramfs... [ 0.624263] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.629322] Scanning for low memory corruption every 60 seconds [ 0.631707] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.633499] audit: initializing netlink subsys (disabled) [ 0.635171] audit: type=2000 audit(1535451366.678:1): initialized [ 0.637239] Initialise system trusted keyring [ 0.638746] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.640537] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.643476] zbud: loaded [ 0.644559] VFS: Disk quotas dquot_6.6.0 [ 0.645814] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.648179] fuse init (API version 7.23) [ 0.649540] Key type big_key registered [ 0.650767] Allocating IMA MOK and blacklist keyrings. [ 0.652631] Key type asymmetric registered [ 0.653893] Asymmetric key parser 'x509' registered [ 0.655382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.657668] io scheduler noop registered [ 0.658883] io scheduler deadline registered (default) [ 0.660411] io scheduler cfq registered [ 0.661723] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.663334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.665296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.667544] ACPI: Power Button [PWRF] [ 0.668890] GHES: HEST is not enabled! [ 0.683125] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.712347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.715365] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.739249] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.742521] Linux agpgart interface v0.103 [ 0.746113] brd: module loaded [ 0.748464] loop: module loaded [ 0.753268] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.755505] GPT:90111 != 2097151 [ 0.756535] GPT:Alternate GPT header not at the end of the disk. [ 0.758052] GPT:90111 != 2097151 [ 0.759008] GPT: Use GNU Parted to correct GPT errors. [ 0.760352] vda: vda1 vda15 [ 0.762043] scsi host0: ata_piix [ 0.763126] scsi host1: ata_piix [ 0.764128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.765799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.767795] libphy: Fixed MDIO Bus: probed [ 0.768935] tun: Universal TUN/TAP device driver, 1.6 [ 0.770243] tun: (C) 1999-2004 Max Krasnyansky [ 0.773160] PPP generic driver version 2.4.2 [ 0.774417] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.776064] ehci-pci: EHCI PCI platform driver [ 0.777273] ehci-platform: EHCI generic platform driver [ 0.778638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.780193] ohci-pci: OHCI PCI platform driver [ 0.781420] ohci-platform: OHCI generic platform driver [ 0.782792] uhci_hcd: USB Universal Host Controller Interface driver [ 0.797379] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.798788] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800826] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.803800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.805500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.807465] usb usb1: Product: UHCI Host Controller [ 0.808741] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.810297] usb usb1: SerialNumber: 0000:00:01.2 [ 0.811632] hub 1-0:1.0: USB hub found [ 0.812763] hub 1-0:1.0: 2 ports detected [ 0.814046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.816943] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.818255] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.819668] mousedev: PS/2 mouse device common for all mice [ 0.821381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.823869] rtc_cmos 00:00: RTC can wake from S4 [ 0.825409] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.827038] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.828664] i2c /dev entries driver [ 0.829725] device-mapper: uevent: version 1.0.3 [ 0.831052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.833286] ledtrig-cpu: registered to indicate activity on CPUs [ 0.835151] NET: Registered protocol family 10 [ 0.836691] NET: Registered protocol family 17 [ 0.837914] Key type dns_resolver registered [ 0.839219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.840702] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.843130] registered taskstats version 1 [ 0.844278] Loading compiled-in X.509 certificates [ 0.846119] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848653] zswap: loaded using pool lzo/zbud [ 0.850708] Key type trusted registered [ 0.852852] Key type encrypted registered [ 0.853987] AppArmor: AppArmor sha1 policy hashing enabled [ 0.855417] ima: No TPM chip found, activating TPM-bypass! [ 0.856837] evm: HMAC attrs: 0x1 [ 0.858131] Magic number: 14:894:275 [ 0.859231] tty tty12: hash matches [ 0.860326] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:07 UTC (1535451367) [ 0.862528] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.864034] EDD information not available. [ 0.928421] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.930549] Write protecting the kernel read-only data: 14336k [ 0.933477] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.935957] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.098005] 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.3... Lease of 192.168.120.3 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-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBXdrVUa87cZpGHWdLzSRQzt91rtz8JOWYtk/4SgKe4RClztT1gW6SBffPyPbTz+iXnAffSJazO37c+pyXv9oZnCWdtpfm5JRVr3Wk2KUMhIoD6eLctb9E7gtMZzdAPbZdaykoStWh8KmoPo3uUy6LTJDMKLxAdnbAWbhgXmb5e2gtKycBlzY6CbjENN5+ZQA9mHIjE3vysBCYif8LD+MEQwRC95BHOdVSZ4N1M3/kGybVHHD20++lS65mjnThCDquhDjqFPP7nv9yDB8n18mCkYhLJarZ5YUXJQGsQC8Qa1J0Uowmb+hUYDkHKoN6JBjhMBo6/WU5B7JC4k17Kh/b root@singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0 ssh-dss AAAAB3NzaC1kc3MAAACBAP++uIOZYNWhQRo0ep3IfHpYe3/XZ3JumOcVPECSG8zYSz3gLRPSv7SUS43B2e2FPXX0kiO/CMkkfbjkqRWUy5TO6i+2LlCOlFE2VvI5VhpkoTT33bOzOZGvyC1/r8coH2ptMRsRz0c7Z2A+/J9VCEbuLfroV48p6Ni/R1s06o9RAAAAFQCxoXleFzYsQ8DCkKI8u4TlHzknFwAAAIEApP5qNVXtG82eHBKONKeg8KIlAUBprmpzunj8YNL55L49nFcemOa2elPBZfT6NFd6BUx7BxWueOXGmePeJFX42KF919eM365Wbo+GgApR+chETNJYGDwoCYiZzwZxOzYXWi78msyqkSCwbLk3fMTbZz9V4uK5qlmJzzfdT1eSq0oAAACBAMKK6V92a6geAct+l0JDCyBFuNZT1HoYPfR+Qmer8ESr9AgfqqsvOfRhFsCRQpI9pzb3X8zjawGtOhcQ9Z9B+AE2YWHZLDk7zDtsbt9Txq5TyR20aq1G9h/XrArxT8fdwqOj+R7mjeSYEfFei59FFYuSwIlSVRkcNDROgILA/SmA root@singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0 -----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.3,24,fe80::f816:3eff:fed2:5acf/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.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.10 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-fa70afcf-89fa-4473-8b21-78817065aeb0 login: 2018-08-28 10:16:20,149 - paramiko.transport - DEBUG - starting thread (client mode): 0xe2fd03d0L 2018-08-28 10:16:20,149 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 10:16:20,150 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 10:16:20,150 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 10:16:20,151 - 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-08-28 10:16:20,151 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 10:16:20,151 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 10:16:20,152 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 10:16:20,152 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 10:16:20,152 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 10:16:20,170 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 10:16:20,171 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 10:16:20,181 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: b7e624d03555d01b54c7e203b3bc6152 2018-08-28 10:16:20,183 - paramiko.transport - DEBUG - Trying discovered key 624b2a954a5ce3743fe2d2d7c581ce90 in /tmp/tmpQBpX4x 2018-08-28 10:16:20,208 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 10:16:20,214 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 10:16:20,216 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 10:16:20,216 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 10:16:20,217 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 10:16:20,218 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 10:16:20,219 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 10:16:20,219 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-28 10:16:20,219 - functest.core.singlevm - DEBUG - error: 2018-08-28 10:16:20,224 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 10:16:20,333 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:16:20,334 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:16:20,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 10:16:20,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/efc44984-98e9-47ad-ae44-b422e3fb0241.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:21,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-347b2867-4984-471f-aba3-5622b3b77d65 Content-Length: 0 Date: Tue, 28 Aug 2018 10:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:16:21,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/efc44984-98e9-47ad-ae44-b422e3fb0241.json used request id req-347b2867-4984-471f-aba3-5622b3b77d65 2018-08-28 10:16:21,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.991811037064s 2018-08-28 10:16:21,333 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/efc44984-98e9-47ad-ae44-b422e3fb0241.json used request id req-347b2867-4984-471f-aba3-5622b3b77d65 2018-08-28 10:16:21,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:16:21,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:21,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6d49f34f-c560-4ac8-8cee-ae4d1b5faa92 Date: Tue, 28 Aug 2018 10:16:21 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:16:21,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6d49f34f-c560-4ac8-8cee-ae4d1b5faa92 2018-08-28 10:16:21,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443019866943s 2018-08-28 10:16:21,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6d49f34f-c560-4ac8-8cee-ae4d1b5faa92 2018-08-28 10:16:21,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:16:21,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:21,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:16:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47338166-a2f0-4793-ad58-c3997ceec92b x-compute-request-id: req-47338166-a2f0-4793-ad58-c3997ceec92b Content-Type: application/json 2018-08-28 10:16:21,669 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-47338166-a2f0-4793-ad58-c3997ceec92b 2018-08-28 10:16:21,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.285337924957s 2018-08-28 10:16:21,669 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502 used request id req-47338166-a2f0-4793-ad58-c3997ceec92b 2018-08-28 10:16:21,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:21,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:23,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-157628cb-92d7-4590-9272-4613557ff5c7 x-compute-request-id: req-157628cb-92d7-4590-9272-4613557ff5c7 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:5a:cf", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:5a:cf", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3ec1aa22-52de-480b-82e2-b297a7e0f502", "rel": "bookmark"}], "image": {"id": "c8475450-4e28-4f67-98e7-c43872c05708", "links": [{"href": "http://172.30.9.23:8774/images/c8475450-4e28-4f67-98e7-c43872c05708", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-28T10:16:05.000000", "flavor": {"id": "cf8fda2b-a035-41b7-a5d8-a51148622b3e", "links": [{"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "bookmark"}]}, "id": "3ec1aa22-52de-480b-82e2-b297a7e0f502", "user_id": "7b4aae6608254ab58bf48a379c0aebef", "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-08-28T10:16:21Z", "hostId": "143a21c79419b0cb0945eabf2d679ebd262c85518b6391e8e714e115", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fa70afcf-89fa-4473-8b21-78817065aeb0", "created": "2018-08-28T10:15:55Z", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:23,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-157628cb-92d7-4590-9272-4613557ff5c7 2018-08-28 10:16:23,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50892591476s 2018-08-28 10:16:23,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-157628cb-92d7-4590-9272-4613557ff5c7 2018-08-28 10:16:23,181 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:25,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:25,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:25,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ac1e14d-7113-4bcf-ad7a-980e6c2b60aa x-compute-request-id: req-6ac1e14d-7113-4bcf-ad7a-980e6c2b60aa Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:16:25,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ac1e14d-7113-4bcf-ad7a-980e6c2b60aa 2018-08-28 10:16:25,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191486120224s 2018-08-28 10:16:25,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ac1e14d-7113-4bcf-ad7a-980e6c2b60aa 2018-08-28 10:16:25,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:16:25,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:25,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-f4cf4210-2735-486e-ab9d-89e93e3b56b8 Date: Tue, 28 Aug 2018 10:16:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T10:14:44Z", "updated_at": "2018-08-28T10:14:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "052dfc9f-3cf9-4d33-80e0-c7b7792a3099", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "b733fd0e-896b-4cde-b839-518523674838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "ce15e77b-8276-4b68-b971-fd8df4d1eb71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:44Z", "revision_number": 0, "id": "f528c996-f204-47bd-b9cb-04d10827c4fe", "remote_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:44Z", "security_group_id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "37110c29-c63b-4e0d-b338-634c6d1a1b19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b18112b49c304b0097f2129a84e3e067", "created_at": "2018-08-28T10:12:14Z", "updated_at": "2018-08-28T10:12:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "1e2a82a1-a54a-4c4d-bdbe-f0733083bb83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:14Z", "revision_number": 0, "id": "92c9c532-f8ea-4630-98bd-aacf5ccf83a6", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:14Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "9edcbf52-0641-482a-9d7c-f328a6125682", "remote_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18112b49c304b0097f2129a84e3e067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:12:15Z", "revision_number": 0, "id": "fc95457d-3f28-47da-a1eb-6bbeb4e62a94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:12:15Z", "security_group_id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "tenant_id": "b18112b49c304b0097f2129a84e3e067", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18112b49c304b0097f2129a84e3e067"}], "revision_number": 1, "project_id": "b18112b49c304b0097f2129a84e3e067", "id": "511228ce-bf6e-440a-98e7-504cfc9ac527", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4889a28c35964093b4742df5d5033904", "created_at": "2018-08-28T10:14:56Z", "updated_at": "2018-08-28T10:14:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "3279b142-1dbc-4177-8c42-a95510a13b3b", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "9a6fc8db-3074-4fba-b513-84266d0c17d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "c975d033-c88f-4152-8a66-a73723168298", "remote_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv4", "project_id": "4889a28c35964093b4742df5d5033904"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:56Z", "revision_number": 0, "id": "de50bf61-1eee-44f8-92d1-f4f1236a7fbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:56Z", "security_group_id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "tenant_id": "4889a28c35964093b4742df5d5033904", "port_range_min": null, "ethertype": "IPv6", "project_id": "4889a28c35964093b4742df5d5033904"}], "revision_number": 1, "project_id": "4889a28c35964093b4742df5d5033904", "id": "811cd280-3dd2-4076-ada7-6217e0312b2a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cafd221a59864fd7b534f0d310deef53", "created_at": "2018-08-28T10:15:29Z", "updated_at": "2018-08-28T10:15:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "643e25fe-d427-490e-9bb5-44faf202fe34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "b5525d5c-5715-4507-a488-65ff95b8b46d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "dcf054a3-3b99-4f67-b956-64be9533b29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv6", "project_id": "cafd221a59864fd7b534f0d310deef53"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:29Z", "revision_number": 0, "id": "e5c69b1e-2a27-44a9-917d-7b27834f811d", "remote_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:29Z", "security_group_id": "86194601-32d8-4463-b672-46b9379d81d0", "tenant_id": "cafd221a59864fd7b534f0d310deef53", "port_range_min": null, "ethertype": "IPv4", "project_id": "cafd221a59864fd7b534f0d310deef53"}], "revision_number": 1, "project_id": "cafd221a59864fd7b534f0d310deef53", "id": "86194601-32d8-4463-b672-46b9379d81d0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:51Z", "updated_at": "2018-08-28T10:15:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "3da456f7-5acd-492f-9c01-0668e8304b8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:15:52Z", "revision_number": 0, "id": "4f7ac8a6-b5d6-466b-b0fb-cd1b88ac866d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:52Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:51Z", "revision_number": 0, "id": "a03bddd4-6d26-4ab6-ad88-74a4fbca4860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:51Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:15:52Z", "revision_number": 0, "id": "b2338512-35d1-4097-b4e9-97bf95c15219", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:15:52Z", "security_group_id": "958def7b-9205-41df-af46-77678ac17b1a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 3, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "958def7b-9205-41df-af46-77678ac17b1a", "name": "singlevm1-sg_fa70afcf-89fa-4473-8b21-78817065aeb0"}, {"description": "Default security group", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:14:42Z", "updated_at": "2018-08-28T10:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "48f5beef-4e49-4a95-af49-59592d8c0e4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "a49b9e47-2658-4dcb-a5c3-dccec4d0d9b0", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "fea4a7e9-cd2a-48c8-8d62-f94ce1ab6f0d", "remote_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:14:42Z", "revision_number": 0, "id": "ff73e7ce-3c3e-478c-b28f-93817647560f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:14:42Z", "security_group_id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c0c48513c494234a764a9b7ebf0db6c"}], "revision_number": 1, "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "d3c52ca5-d9a8-4b2f-a611-f5a8f727210d", "name": "default"}]} 2018-08-28 10:16:25,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f4cf4210-2735-486e-ab9d-89e93e3b56b8 2018-08-28 10:16:25,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0604338645935s 2018-08-28 10:16:25,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f4cf4210-2735-486e-ab9d-89e93e3b56b8 2018-08-28 10:16:25,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 10:16:25,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/958def7b-9205-41df-af46-77678ac17b1a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:25,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa448ac3-5a0c-4286-b2ba-c57200d96ffc Content-Length: 0 Date: Tue, 28 Aug 2018 10:16:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:16:25,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/958def7b-9205-41df-af46-77678ac17b1a.json used request id req-fa448ac3-5a0c-4286-b2ba-c57200d96ffc 2018-08-28 10:16:25,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.20890712738s 2018-08-28 10:16:25,654 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/958def7b-9205-41df-af46-77678ac17b1a.json used request id req-fa448ac3-5a0c-4286-b2ba-c57200d96ffc 2018-08-28 10:16:25,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 10:16:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:25,725 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef7261bf-e8ca-45a6-9d50-8d91913d5415 x-compute-request-id: req-ef7261bf-e8ca-45a6-9d50-8d91913d5415 Content-Length: 0 Content-Type: application/json 2018-08-28 10:16:25,725 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0 used request id req-ef7261bf-e8ca-45a6-9d50-8d91913d5415 2018-08-28 10:16:25,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0705590248108s 2018-08-28 10:16:25,725 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_fa70afcf-89fa-4473-8b21-78817065aeb0 used request id req-ef7261bf-e8ca-45a6-9d50-8d91913d5415 2018-08-28 10:16:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:16:25,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/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}c479608d975ef16cc05e916000897f9aef50c28c" -d '{"subnet_id": "7bc38025-b76f-42cb-9851-5025b9ba47a0"}' 2018-08-28 10:16:27,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b8201f92-954a-4fc3-8781-f948bf626fde Date: Tue, 28 Aug 2018 10:16:27 GMT RESP BODY: {"network_id": "e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a", "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "subnet_id": "7bc38025-b76f-42cb-9851-5025b9ba47a0", "subnet_ids": ["7bc38025-b76f-42cb-9851-5025b9ba47a0"], "port_id": "85a51855-8965-480f-804e-a5109abe4759", "id": "eab87a83-b84a-43a2-b242-5db26807c9e7"} 2018-08-28 10:16:27,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/remove_router_interface.json used request id req-b8201f92-954a-4fc3-8781-f948bf626fde 2018-08-28 10:16:27,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.4737739563s 2018-08-28 10:16:27,200 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7/remove_router_interface.json used request id req-b8201f92-954a-4fc3-8781-f948bf626fde returning object eab87a83-b84a-43a2-b242-5db26807c9e7 2018-08-28 10:16:27,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:16:27,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:27,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6d186a5c-6e13-4452-8f75-406f25a924c2 Date: Tue, 28 Aug 2018 10:16:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8c0c48513c494234a764a9b7ebf0db6c", "created_at": "2018-08-28T10:15:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T10:16:26Z", "revision_number": 4, "routes": [], "project_id": "8c0c48513c494234a764a9b7ebf0db6c", "id": "eab87a83-b84a-43a2-b242-5db26807c9e7", "name": "singlevm1-router_fa70afcf-89fa-4473-8b21-78817065aeb0"}]} 2018-08-28 10:16:27,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6d186a5c-6e13-4452-8f75-406f25a924c2 2018-08-28 10:16:27,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.304614067078s 2018-08-28 10:16:27,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6d186a5c-6e13-4452-8f75-406f25a924c2 2018-08-28 10:16:27,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:16:27,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:28,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f4a527d-0100-4085-b7e3-3f1ea3b045f8 Content-Length: 0 Date: Tue, 28 Aug 2018 10:16:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:16:28,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7.json used request id req-6f4a527d-0100-4085-b7e3-3f1ea3b045f8 2018-08-28 10:16:28,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33536911011s 2018-08-28 10:16:28,843 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/eab87a83-b84a-43a2-b242-5db26807c9e7.json used request id req-6f4a527d-0100-4085-b7e3-3f1ea3b045f8 2018-08-28 10:16:28,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:16:28,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:28,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-63c01a52-7cae-485a-a5c2-4feac4326b2b Date: Tue, 28 Aug 2018 10:16:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:15: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":"8c0c48513c494234a764a9b7ebf0db6c","id":"7bc38025-b76f-42cb-9851-5025b9ba47a0","subnetpool_id":null,"name":"singlevm1-subnet_fa70afcf-89fa-4473-8b21-78817065aeb0"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"74721f5d-6096-4ea3-ae93-2107115850e8","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:18Z","dns_nameservers":[],"updated_at":"2018-08-28T10:12:18Z","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":"b18112b49c304b0097f2129a84e3e067","id":"8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 10:16:28,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-63c01a52-7cae-485a-a5c2-4feac4326b2b 2018-08-28 10:16:28,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0512130260468s 2018-08-28 10:16:28,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-63c01a52-7cae-485a-a5c2-4feac4326b2b 2018-08-28 10:16:28,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:16:28,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/7bc38025-b76f-42cb-9851-5025b9ba47a0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:29,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e694122-dac6-40b9-89df-4596fd9fb649 Date: Tue, 28 Aug 2018 10:16:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:16:29,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7bc38025-b76f-42cb-9851-5025b9ba47a0.json used request id req-1e694122-dac6-40b9-89df-4596fd9fb649 2018-08-28 10:16:29,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.947453975677s 2018-08-28 10:16:29,844 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7bc38025-b76f-42cb-9851-5025b9ba47a0.json used request id req-1e694122-dac6-40b9-89df-4596fd9fb649 2018-08-28 10:16:29,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:29,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:30,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-9545c913-550a-4a31-88a3-0cdb85bcbe78 Date: Tue, 28 Aug 2018 10:16:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8c0c48513c494234a764a9b7ebf0db6c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T10:16:29Z","provider:segmentation_id":90,"name":"singlevm1-net_fa70afcf-89fa-4473-8b21-78817065aeb0","admin_state_up":true,"tenant_id":"8c0c48513c494234a764a9b7ebf0db6c","created_at":"2018-08-28T10:15:44Z","provider:network_type":"vxlan"}]} 2018-08-28 10:16:30,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9545c913-550a-4a31-88a3-0cdb85bcbe78 2018-08-28 10:16:30,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290095090866s 2018-08-28 10:16:30,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9545c913-550a-4a31-88a3-0cdb85bcbe78 2018-08-28 10:16:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:16:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:31,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f96e1b1-23f6-4b03-baff-0bd77f106599 Date: Tue, 28 Aug 2018 10:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:16:31,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a.json used request id req-2f96e1b1-23f6-4b03-baff-0bd77f106599 2018-08-28 10:16:31,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08496499062s 2018-08-28 10:16:31,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e5cfcbc9-1bb7-48c7-b793-3f2f99b1253a.json used request id req-2f96e1b1-23f6-4b03-baff-0bd77f106599 2018-08-28 10:16:31,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:16:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:31,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-29fece30-49bf-4221-b693-cd5d7fb5c663 Date: Tue, 28 Aug 2018 10:16:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:15:50Z", "file": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708/file", "owner": "8c0c48513c494234a764a9b7ebf0db6c", "id": "c8475450-4e28-4f67-98e7-c43872c05708", "size": 12716032, "self": "/v2/images/c8475450-4e28-4f67-98e7-c43872c05708", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/c8475450-4e28-4f67-98e7-c43872c05708/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fa70afcf-89fa-4473-8b21-78817065aeb0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:15:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:16:31,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-29fece30-49bf-4221-b693-cd5d7fb5c663 2018-08-28 10:16:31,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250859260559s 2018-08-28 10:16:31,251 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-29fece30-49bf-4221-b693-cd5d7fb5c663 2018-08-28 10:16:31,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:16:31,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:32,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4d6e6a3-df5a-4a2a-ae89-78a568e8f09b Date: Tue, 28 Aug 2018 10:16:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:16:32,499 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708 used request id req-f4d6e6a3-df5a-4a2a-ae89-78a568e8f09b 2018-08-28 10:16:32,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.24636507034s 2018-08-28 10:16:32,499 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c8475450-4e28-4f67-98e7-c43872c05708 used request id req-f4d6e6a3-df5a-4a2a-ae89-78a568e8f09b 2018-08-28 10:16:32,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:16:32,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:32,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31d9499d-2c14-46c2-9035-0c3f584e4cb8 x-compute-request-id: req-31d9499d-2c14-46c2-9035-0c3f584e4cb8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_fa70afcf-89fa-4473-8b21-78817065aeb0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e", "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": "cf8fda2b-a035-41b7-a5d8-a51148622b3e"}]} 2018-08-28 10:16:32,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-31d9499d-2c14-46c2-9035-0c3f584e4cb8 2018-08-28 10:16:32,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259709358215s 2018-08-28 10:16:32,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-31d9499d-2c14-46c2-9035-0c3f584e4cb8 2018-08-28 10:16:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:16:32,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c479608d975ef16cc05e916000897f9aef50c28c" 2018-08-28 10:16:32,558 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-155efa6a-ff57-4886-b214-c51eabe2cf56 x-compute-request-id: req-155efa6a-ff57-4886-b214-c51eabe2cf56 Content-Length: 0 Content-Type: application/json 2018-08-28 10:16:32,558 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e used request id req-155efa6a-ff57-4886-b214-c51eabe2cf56 2018-08-28 10:16:32,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0305008888245s 2018-08-28 10:16:32,558 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cf8fda2b-a035-41b7-a5d8-a51148622b3e used request id req-155efa6a-ff57-4886-b214-c51eabe2cf56 2018-08-28 10:16:32,612 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:16:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:16:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:16:32,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:16:32,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:16:32,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:16:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:16:32,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa4bbc7-4886-40ac-bf40-ef9874630f97 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:16:32,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-efa4bbc7-4886-40ac-bf40-ef9874630f97 2018-08-28 10:16:32,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:16:33,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:16:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["WrIphhLASS2G1c7-uagCsA"], "issued_at": "2018-08-28T10:16:32.000000Z"}} 2018-08-28 10:16:33,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:33,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:33,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a6b3a715-0253-469d-9286-e77e23d23182 Date: Tue, 28 Aug 2018 10:16:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:16:33,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6b3a715-0253-469d-9286-e77e23d23182 2018-08-28 10:16:33,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.529730081558s 2018-08-28 10:16:33,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6b3a715-0253-469d-9286-e77e23d23182 2018-08-28 10:16:33,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:16:33,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-535ee04e-c958-433a-b5fe-53f3f7ae3bea 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:16:33,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-535ee04e-c958-433a-b5fe-53f3f7ae3bea 2018-08-28 10:16:33,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:16:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:33,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b47026c-6aa0-4057-ba9d-92fe7be7bd87 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:16:33,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-4b47026c-6aa0-4057-ba9d-92fe7be7bd87 2018-08-28 10:16:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176064968109s 2018-08-28 10:16:33,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-4b47026c-6aa0-4057-ba9d-92fe7be7bd87 2018-08-28 10:16:33,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:16:33,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187"}}' 2018-08-28 10:16:34,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7292e2c4-3d4f-414a-a03c-9977155193ee 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.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b"}, "tags": [], "enabled": true, "id": "e79195e54e394a46865c61d2ee04b91b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187"}} 2018-08-28 10:16:34,017 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7292e2c4-3d4f-414a-a03c-9977155193ee 2018-08-28 10:16:34,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.242031097412s 2018-08-28 10:16:34,018 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7292e2c4-3d4f-414a-a03c-9977155193ee 2018-08-28 10:16:34,018 - 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'e79195e54e394a46865c61d2ee04b91b', '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_83abd9b7-496b-4bdd-b032-58121e83d187'}) 2018-08-28 10:16:34,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:16:34,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2f9c3ee7-7c2e-44cc-87c7-81fdff8d861d", "email": null, "name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187"}}' 2018-08-28 10:16:34,409 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0425cf47-406d-462b-844b-a43e61e52c03 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187", "links": {"self": "http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d08db1b319424fb1a6936f4767f7be07", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:16:34,409 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0425cf47-406d-462b-844b-a43e61e52c03 2018-08-28 10:16:34,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.384723186493s 2018-08-28 10:16:34,409 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0425cf47-406d-462b-844b-a43e61e52c03 2018-08-28 10:16:34,410 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd08db1b319424fb1a6936f4767f7be07', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187'}) 2018-08-28 10:16:34,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:16:34,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:34,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afeb0799-965a-4ad3-b6bd-38406ec802a0 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:16:34,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-afeb0799-965a-4ad3-b6bd-38406ec802a0 2018-08-28 10:16:34,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17068696022s 2018-08-28 10:16:34,584 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-afeb0799-965a-4ad3-b6bd-38406ec802a0 2018-08-28 10:16:34,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:16:34,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:34,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41e018c6-8253-406a-97a7-ce169138ccc1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:16:34,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41e018c6-8253-406a-97a7-ce169138ccc1 2018-08-28 10:16:34,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175699949265s 2018-08-28 10:16:34,765 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41e018c6-8253-406a-97a7-ce169138ccc1 2018-08-28 10:16:34,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:16:34,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:34,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ab3f2f-aa15-4d56-97e7-99fc454fb60a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:16:34,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-52ab3f2f-aa15-4d56-97e7-99fc454fb60a 2018-08-28 10:16:34,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101766109467s 2018-08-28 10:16:34,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-52ab3f2f-aa15-4d56-97e7-99fc454fb60a 2018-08-28 10:16:34,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:16:34,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:35,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ff90da-2156-4f83-b0e5-1866c8d07886 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:16:35,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f5ff90da-2156-4f83-b0e5-1866c8d07886 2018-08-28 10:16:35,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.162984848022s 2018-08-28 10:16:35,040 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f5ff90da-2156-4f83-b0e5-1866c8d07886 2018-08-28 10:16:35,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:16:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:35,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185b7380-ff05-4da3-b070-4cb4a9a3c895 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187", "links": {"self": "http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d08db1b319424fb1a6936f4767f7be07", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:16:35,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-185b7380-ff05-4da3-b070-4cb4a9a3c895 2018-08-28 10:16:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195203065872s 2018-08-28 10:16:35,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-185b7380-ff05-4da3-b070-4cb4a9a3c895 2018-08-28 10:16:35,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:16:35,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:35,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cfa840d-44da-41a3-acfd-384107c25105 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b"}, "tags": [], "enabled": true, "id": "e79195e54e394a46865c61d2ee04b91b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:35,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2cfa840d-44da-41a3-acfd-384107c25105 2018-08-28 10:16:35,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113356113434s 2018-08-28 10:16:35,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2cfa840d-44da-41a3-acfd-384107c25105 2018-08-28 10:16:35,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:16:35,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=d08db1b319424fb1a6936f4767f7be07&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=e79195e54e394a46865c61d2ee04b91b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:35,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cdfa7e0-c24f-441f-bbca-0c09d21ec1e5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=d08db1b319424fb1a6936f4767f7be07&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=e79195e54e394a46865c61d2ee04b91b", "previous": null, "next": null}} 2018-08-28 10:16:35,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d08db1b319424fb1a6936f4767f7be07&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=e79195e54e394a46865c61d2ee04b91b used request id req-4cdfa7e0-c24f-441f-bbca-0c09d21ec1e5 2018-08-28 10:16:35,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.183279037476s 2018-08-28 10:16:35,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=d08db1b319424fb1a6936f4767f7be07&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=e79195e54e394a46865c61d2ee04b91b used request id req-4cdfa7e0-c24f-441f-bbca-0c09d21ec1e5 2018-08-28 10:16:35,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:16:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b/users/d08db1b319424fb1a6936f4767f7be07/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:16:35,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-225d4f7c-a94b-41f4-9cdc-910cebb9eeaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:16:35,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b/users/d08db1b319424fb1a6936f4767f7be07/roles/2318336d80e24a9a9f8531007b44d834 used request id req-225d4f7c-a94b-41f4-9cdc-910cebb9eeaa 2018-08-28 10:16:35,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.176637172699s 2018-08-28 10:16:35,733 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b/users/d08db1b319424fb1a6936f4767f7be07/roles/2318336d80e24a9a9f8531007b44d834 used request id req-225d4f7c-a94b-41f4-9cdc-910cebb9eeaa 2018-08-28 10:16:35,734 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', 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'e79195e54e394a46865c61d2ee04b91b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2f9c3ee7-7c2e-44cc-87c7-81fdff8d861d', 'username': u'singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:16:35,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:16:35,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:16:35,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:16:35,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:16:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:16:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:16:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:16:35,739 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187', 'password': '2f9c3ee7-7c2e-44cc-87c7-81fdff8d861d', 'project_name': 'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'e79195e54e394a46865c61d2ee04b91b', 'project_domain_name': 'Default'} 2018-08-28 10:16:35,739 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-28 10:16:35,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:16:35,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35c73d3-fe93-4522-b52f-456441a0ab44 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:16:35,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f35c73d3-fe93-4522-b52f-456441a0ab44 2018-08-28 10:16:35,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:16:36,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e79195e54e394a46865c61d2ee04b91b", "name": "singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_e79195e54e394a46865c61d2ee04b91b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_e79195e54e394a46865c61d2ee04b91b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/e79195e54e394a46865c61d2ee04b91b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/e79195e54e394a46865c61d2ee04b91b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/e79195e54e394a46865c61d2ee04b91b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e79195e54e394a46865c61d2ee04b91b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/e79195e54e394a46865c61d2ee04b91b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/e79195e54e394a46865c61d2ee04b91b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/e79195e54e394a46865c61d2ee04b91b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187", "id": "d08db1b319424fb1a6936f4767f7be07"}, "audit_ids": ["oSDy2UUpQaakQmQpOPY6XA"], "issued_at": "2018-08-28T10:16:36.000000Z"}} 2018-08-28 10:16:36,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:16:36,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"network": {"name": "singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187", "admin_state_up": true}}' 2018-08-28 10:16:36,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-c551df42-88de-4b9c-a484-69f443feb86a Date: Tue, 28 Aug 2018 10:16:36 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:16:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}} 2018-08-28 10:16:36,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c551df42-88de-4b9c-a484-69f443feb86a 2018-08-28 10:16:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.687680006027s 2018-08-28 10:16:36,834 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c551df42-88de-4b9c-a484-69f443feb86a 2018-08-28 10:16:36,834 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:16:36Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cbf175ab-4a12-4460-a7da-ddc7cd935317', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187', u'admin_state_up': True, u'tenant_id': u'e79195e54e394a46865c61d2ee04b91b', u'created_at': u'2018-08-28T10:16:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e79195e54e394a46865c61d2ee04b91b'}) 2018-08-28 10:16:36,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:36,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:37,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f517e85e-d610-4afa-899a-b52406623a63 Date: Tue, 28 Aug 2018 10:16: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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:16:36Z","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:37,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f517e85e-d610-4afa-899a-b52406623a63 2018-08-28 10:16:37,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.190459012985s 2018-08-28 10:16:37,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f517e85e-d610-4afa-899a-b52406623a63 2018-08-28 10:16:37,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:16:37,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"subnet": {"name": "singlevm2-subnet_83abd9b7-496b-4bdd-b032-58121e83d187", "enable_dhcp": true, "network_id": "cbf175ab-4a12-4460-a7da-ddc7cd935317", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:16:37,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-70cd9a67-5fce-4f92-b629-5d784de7cc15 Date: Tue, 28 Aug 2018 10:16:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:16:37Z","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":"e79195e54e394a46865c61d2ee04b91b","id":"ea2cf7f4-154d-4ef6-b729-145968d315e5","subnetpool_id":null,"name":"singlevm2-subnet_83abd9b7-496b-4bdd-b032-58121e83d187"}} 2018-08-28 10:16:37,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-70cd9a67-5fce-4f92-b629-5d784de7cc15 2018-08-28 10:16:37,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.57884812355s 2018-08-28 10:16:37,606 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-70cd9a67-5fce-4f92-b629-5d784de7cc15 2018-08-28 10:16:37,607 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:16:37Z', 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'ea2cf7f4-154d-4ef6-b729-145968d315e5', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_83abd9b7-496b-4bdd-b032-58121e83d187', u'enable_dhcp': True, u'network_id': u'cbf175ab-4a12-4460-a7da-ddc7cd935317', u'tenant_id': u'e79195e54e394a46865c61d2ee04b91b', u'created_at': u'2018-08-28T10:16:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e79195e54e394a46865c61d2ee04b91b'}) 2018-08-28 10:16:37,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:16:37,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "singlevm2-router_83abd9b7-496b-4bdd-b032-58121e83d187", "admin_state_up": true}}' 2018-08-28 10:16:38,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-0e5759bd-e3d3-4f57-b1c2-c3ae1e6f657c Date: Tue, 28 Aug 2018 10:16:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:37Z", "admin_state_up": true, "updated_at": "2018-08-28T10:16:38Z", "revision_number": 2, "routes": [], "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "218e927e-8b2b-4aa6-8b70-9110aa080744", "name": "singlevm2-router_83abd9b7-496b-4bdd-b032-58121e83d187"}} 2018-08-28 10:16:38,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0e5759bd-e3d3-4f57-b1c2-c3ae1e6f657c 2018-08-28 10:16:38,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25824904442s 2018-08-28 10:16:38,866 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0e5759bd-e3d3-4f57-b1c2-c3ae1e6f657c 2018-08-28 10:16:38,866 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e79195e54e394a46865c61d2ee04b91b', u'created_at': u'2018-08-28T10:16:37Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:16:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'e79195e54e394a46865c61d2ee04b91b', u'id': u'218e927e-8b2b-4aa6-8b70-9110aa080744', u'name': u'singlevm2-router_83abd9b7-496b-4bdd-b032-58121e83d187'}) 2018-08-28 10:16:38,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:16:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"subnet_id": "ea2cf7f4-154d-4ef6-b729-145968d315e5"}' 2018-08-28 10:16:40,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c46ba9b0-9d62-454a-a259-b4b940d63fa0 Date: Tue, 28 Aug 2018 10:16:40 GMT RESP BODY: {"network_id": "cbf175ab-4a12-4460-a7da-ddc7cd935317", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "subnet_id": "ea2cf7f4-154d-4ef6-b729-145968d315e5", "subnet_ids": ["ea2cf7f4-154d-4ef6-b729-145968d315e5"], "port_id": "8673de37-65b2-4526-aa00-be4f644de974", "id": "218e927e-8b2b-4aa6-8b70-9110aa080744"} 2018-08-28 10:16:40,702 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/add_router_interface.json used request id req-c46ba9b0-9d62-454a-a259-b4b940d63fa0 2018-08-28 10:16:40,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83455395699s 2018-08-28 10:16:40,702 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/add_router_interface.json used request id req-c46ba9b0-9d62-454a-a259-b4b940d63fa0 returning object 218e927e-8b2b-4aa6-8b70-9110aa080744 2018-08-28 10:16:40,703 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:16:40,835 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:16:40,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:16:40,842 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:16:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:16:40,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:16:40,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:41,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9ca00b37-cb4a-494b-b192-bc6e09657bf1 Date: Tue, 28 Aug 2018 10:16:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:16:41,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9ca00b37-cb4a-494b-b192-bc6e09657bf1 2018-08-28 10:16:41,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761518001556s 2018-08-28 10:16:41,609 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9ca00b37-cb4a-494b-b192-bc6e09657bf1 2018-08-28 10:16:41,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:16:41,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187"}' 2018-08-28 10:16:41,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-148da507-b337-484a-90af-cf5f599ec6d4 Date: Tue, 28 Aug 2018 10:16:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:16:41Z", "file": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file", "owner": "e79195e54e394a46865c61d2ee04b91b", "id": "8975554f-3e95-450b-ae4a-b397810d0b89", "size": null, "self": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89", "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_83abd9b7-496b-4bdd-b032-58121e83d187", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "checksum": null, "created_at": "2018-08-28T10:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:16:41,690 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-148da507-b337-484a-90af-cf5f599ec6d4 2018-08-28 10:16:41,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0725729465485s 2018-08-28 10:16:41,690 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-148da507-b337-484a-90af-cf5f599ec6d4 returning object 8975554f-3e95-450b-ae4a-b397810d0b89 2018-08-28 10:16:41,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:16:41,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '' 2018-08-28 10:16:42,441 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93b799e0-9a61-497a-8f6b-d09a2ba5748f Date: Tue, 28 Aug 2018 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:16:42,441 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file used request id req-93b799e0-9a61-497a-8f6b-d09a2ba5748f 2018-08-28 10:16:42,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.749888181686s 2018-08-28 10:16:42,441 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file used request id req-93b799e0-9a61-497a-8f6b-d09a2ba5748f 2018-08-28 10:16:42,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:16:42,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:42,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-59d66360-2f98-4cf9-903b-57f0ce7b2a05 Date: Tue, 28 Aug 2018 10:16:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:16:42Z", "file": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file", "owner": "e79195e54e394a46865c61d2ee04b91b", "id": "8975554f-3e95-450b-ae4a-b397810d0b89", "size": 12716032, "self": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:16:42,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-59d66360-2f98-4cf9-903b-57f0ce7b2a05 2018-08-28 10:16:42,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353050231934s 2018-08-28 10:16:42,481 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-59d66360-2f98-4cf9-903b-57f0ce7b2a05 2018-08-28 10:16:42,483 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file', 'owner': u'e79195e54e394a46865c61d2ee04b91b', 'id': u'8975554f-3e95-450b-ae4a-b397810d0b89', 'size': 12716032, u'self': u'/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e79195e54e394a46865c61d2ee04b91b', 'name': 'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:16:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:16:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187', '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/8975554f-3e95-450b-ae4a-b397810d0b89', 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_83abd9b7-496b-4bdd-b032-58121e83d187', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187', 'created': u'2018-08-28T10:16:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:16:41Z', 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/8975554f-3e95-450b-ae4a-b397810d0b89', 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_83abd9b7-496b-4bdd-b032-58121e83d187', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:16:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:16:42,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_83abd9b7-496b-4bdd-b032-58121e83d187", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:16:42,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef2d9849-4d1d-4ea2-affd-cd4d32ad0a35 x-compute-request-id: req-ef2d9849-4d1d-4ea2-affd-cd4d32ad0a35 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_83abd9b7-496b-4bdd-b032-58121e83d187", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "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": "28062eb9-48a4-471c-8cc3-1830f3ca1248"}} 2018-08-28 10:16:42,814 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ef2d9849-4d1d-4ea2-affd-cd4d32ad0a35 2018-08-28 10:16:42,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.33074593544s 2018-08-28 10:16:42,815 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ef2d9849-4d1d-4ea2-affd-cd4d32ad0a35 2018-08-28 10:16:42,816 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_83abd9b7-496b-4bdd-b032-58121e83d187', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'28062eb9-48a4-471c-8cc3-1830f3ca1248', 'swap': 0}) 2018-08-28 10:16:42,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:16:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248/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}8378ffaf650acecc7aecdd32761cbbf30b95778e" -d '{"extra_specs": {}}' 2018-08-28 10:16:42,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0ccd37f-9a1e-40b1-9686-aab10abe4d9a x-compute-request-id: req-a0ccd37f-9a1e-40b1-9686-aab10abe4d9a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:16:42,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248/os-extra_specs used request id req-a0ccd37f-9a1e-40b1-9686-aab10abe4d9a 2018-08-28 10:16:42,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204920768738s 2018-08-28 10:16:42,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248/os-extra_specs used request id req-a0ccd37f-9a1e-40b1-9686-aab10abe4d9a 2018-08-28 10:16:42,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 10:16:42,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"keypair": {"name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187"}}' 2018-08-28 10:16:43,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fae477d-f5dd-4a8b-9188-6417c6379331 x-compute-request-id: req-0fae477d-f5dd-4a8b-9188-6417c6379331 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgXMx1cyzf6J992DnAKx5BdFqe95NiU/JooiLy2La/ry91EENE3PNTPd5sreFs2JBNazczaHr0qF+oq4SmY7n+TiBZejfbozB6eTeABsPJ+Blbf93VpyrmZbVOdFypuHrSesMoIM5BT0uLTgogVI+oM+aSREUOzEOAY1AIo7bgBkEZweBlKtJyPzfMnMkMq4ZK8OwgmvsDppl4UFewCreMY9kNcrWJQ0wxvfVdtL1+2nMC1XS115lV1URsBfxyODLKp5cNnaVe7axbOwc1abZ5EV9Db6xrM06pZIhi6xeLA5AhqAqqHOhT6K5FKOGxACB/Vv3M4Z3nwfTSdAh/cVVt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoFzMdXMs3+iffdg5wCseQXRanveTYlPyaKIi8ti2v68vdRBD\nRNzzUz3ebK3hbNiQTWs3M2h69KhfqKuEpmO5/k4gWXo326Mwenk3gAbDyfgZW3/d\n1acq5mW1TnRcqbh60nrDKCDOQU9Li04KIFSPqDPmkkRFDsxDgGNQCKO24AZBGcHg\nZSrScj83zJzJDKuGSvDsIJr7A6aZeFBXsAq3jGPZDXK1iUNMMb31XbS9ftpzAtV0\ntdeZVdVEbAX8cjgyyqeXDZ2lXu2sWzsHNWm2eRFfQ2+sazNOqWSIYusXiwOQIagK\nqhzoU+iuRSjhsQAgf1b9zOGd58H00nQIf3FVbQIDAQABAoIBAQCMRL++2FDfRg4E\nONdDBTRA0rLVq/7qGj3GUlQ5kWBAyM69Gc2NdasNG+frriipWcDXRzoQqIosaP7L\nfcPY+xBcph/bxHEJmHO2HUNzo/csOeyMQYtb8A4xW7O8fUH0Xt5oL2N3PULMk7yj\njE6FOxIxcbx0Im05ZWiB69y8wd8bklogac8BQadng1tkdmQtVv5rjTXWEMuM9STn\nfy1RCnoAGmq+7LwI+BpJANA3sw1TDT1MlqvuNXshZ4C8UscLHWBrnEx3BC32Oiv4\ntaOmt4P2Q9Oyxf9NvcmBtSM3gGjrx46J/2Hh7ovhPeMr2G8Fpz9DCriKaezGPXiR\nNtMovloNAoGBANO2YzMsIqgMBJBohze3OSN968ZRVEY8Pk1DATWL/Hj3mEplxeYJ\nKkQiJmKHq4wqYwLjwpHiqRupFjcAlmT1QXC9leROer0WC822jdEj1mEabLaRbjWz\nagw4zRObrAqbbcae/r3cziWT0S+xqIwyt1pJgnIZJIhqAsXkpNDmDkq7AoGBAMHo\nhXktr5fYdublGwtaY8Cw7p29tH6HqPQi0gssJOGY0SK6s5b6f9PrDFx9aV4II796\nkq422wvsXydpRIkhlWJSraNQ5WQ8EuqTieqpoS7pWKpKmQpYCQi1akWag67Yh9tk\nr/2BprXaqyhX67tTZNQdiVyovML2jt1WGwtRjYH3AoGAWnsjkFY3hYyFUtZpm8VB\ntUp2vq45jz7l/Y06chEe2PAwdPNkDbkzCCV0ND35chEXeb+vgzvUvE6agO1OWV18\nF1vfONDVogRPDR8NIynm0F9DwQ8MhATmuMx50PyCHZJp6y4+fxRkQikXiQOrnid6\ntyqdhnf6ZhawkrTyP5li2EsCgYB1Krr77c8cQYAXJHii84sy87Y7OlXF3tMIMcIZ\nXiMq7dvw0D+UCukSdASUHnN8jg6LtNTMz/iry7fzaHgxJEnPj4W8GTWCy4nilCPR\n1429euJIg6rVxTwwNu5wAF1xWQU+XCi7VYwWdnrVdcrK9ikGwpItmwf0Bmds9oqA\n3FZVIQKBgQCr68jTkx8HcQEtYnHC/h6+pMdcCW9D5tfKK1JKkaRpgKCmA5mbH11t\nXrV0sY5YPhvziaawNclMdScD9XPWg3an2oLA0zs+g5E9pB1rMwGmpUJCgvVILjwO\ndlMGzJeMRQal4HaZWaSyunKetwXOlkqsulcePDSc6z5nS3CqkLj6Ug==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d08db1b319424fb1a6936f4767f7be07", "name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "fingerprint": "29:c1:f6:e8:a5:ad:b0:fb:67:81:6f:17:2b:56:0a:ee"}} 2018-08-28 10:16:43,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0fae477d-f5dd-4a8b-9188-6417c6379331 2018-08-28 10:16:43,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.355569124222s 2018-08-28 10:16:43,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0fae477d-f5dd-4a8b-9188-6417c6379331 2018-08-28 10:16:43,194 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgXMx1cyzf6J992DnAKx5BdFqe95NiU/JooiLy2La/ry91EENE3PNTPd5sreFs2JBNazczaHr0qF+oq4SmY7n+TiBZejfbozB6eTeABsPJ+Blbf93VpyrmZbVOdFypuHrSesMoIM5BT0uLTgogVI+oM+aSREUOzEOAY1AIo7bgBkEZweBlKtJyPzfMnMkMq4ZK8OwgmvsDppl4UFewCreMY9kNcrWJQ0wxvfVdtL1+2nMC1XS115lV1URsBfxyODLKp5cNnaVe7axbOwc1abZ5EV9Db6xrM06pZIhi6xeLA5AhqAqqHOhT6K5FKOGxACB/Vv3M4Z3nwfTSdAh/cVVt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoFzMdXMs3+iffdg5wCseQXRanveTYlPyaKIi8ti2v68vdRBD\nRNzzUz3ebK3hbNiQTWs3M2h69KhfqKuEpmO5/k4gWXo326Mwenk3gAbDyfgZW3/d\n1acq5mW1TnRcqbh60nrDKCDOQU9Li04KIFSPqDPmkkRFDsxDgGNQCKO24AZBGcHg\nZSrScj83zJzJDKuGSvDsIJr7A6aZeFBXsAq3jGPZDXK1iUNMMb31XbS9ftpzAtV0\ntdeZVdVEbAX8cjgyyqeXDZ2lXu2sWzsHNWm2eRFfQ2+sazNOqWSIYusXiwOQIagK\nqhzoU+iuRSjhsQAgf1b9zOGd58H00nQIf3FVbQIDAQABAoIBAQCMRL++2FDfRg4E\nONdDBTRA0rLVq/7qGj3GUlQ5kWBAyM69Gc2NdasNG+frriipWcDXRzoQqIosaP7L\nfcPY+xBcph/bxHEJmHO2HUNzo/csOeyMQYtb8A4xW7O8fUH0Xt5oL2N3PULMk7yj\njE6FOxIxcbx0Im05ZWiB69y8wd8bklogac8BQadng1tkdmQtVv5rjTXWEMuM9STn\nfy1RCnoAGmq+7LwI+BpJANA3sw1TDT1MlqvuNXshZ4C8UscLHWBrnEx3BC32Oiv4\ntaOmt4P2Q9Oyxf9NvcmBtSM3gGjrx46J/2Hh7ovhPeMr2G8Fpz9DCriKaezGPXiR\nNtMovloNAoGBANO2YzMsIqgMBJBohze3OSN968ZRVEY8Pk1DATWL/Hj3mEplxeYJ\nKkQiJmKHq4wqYwLjwpHiqRupFjcAlmT1QXC9leROer0WC822jdEj1mEabLaRbjWz\nagw4zRObrAqbbcae/r3cziWT0S+xqIwyt1pJgnIZJIhqAsXkpNDmDkq7AoGBAMHo\nhXktr5fYdublGwtaY8Cw7p29tH6HqPQi0gssJOGY0SK6s5b6f9PrDFx9aV4II796\nkq422wvsXydpRIkhlWJSraNQ5WQ8EuqTieqpoS7pWKpKmQpYCQi1akWag67Yh9tk\nr/2BprXaqyhX67tTZNQdiVyovML2jt1WGwtRjYH3AoGAWnsjkFY3hYyFUtZpm8VB\ntUp2vq45jz7l/Y06chEe2PAwdPNkDbkzCCV0ND35chEXeb+vgzvUvE6agO1OWV18\nF1vfONDVogRPDR8NIynm0F9DwQ8MhATmuMx50PyCHZJp6y4+fxRkQikXiQOrnid6\ntyqdhnf6ZhawkrTyP5li2EsCgYB1Krr77c8cQYAXJHii84sy87Y7OlXF3tMIMcIZ\nXiMq7dvw0D+UCukSdASUHnN8jg6LtNTMz/iry7fzaHgxJEnPj4W8GTWCy4nilCPR\n1429euJIg6rVxTwwNu5wAF1xWQU+XCi7VYwWdnrVdcrK9ikGwpItmwf0Bmds9oqA\n3FZVIQKBgQCr68jTkx8HcQEtYnHC/h6+pMdcCW9D5tfKK1JKkaRpgKCmA5mbH11t\nXrV0sY5YPhvziaawNclMdScD9XPWg3an2oLA0zs+g5E9pB1rMwGmpUJCgvVILjwO\ndlMGzJeMRQal4HaZWaSyunKetwXOlkqsulcePDSc6z5nS3CqkLj6Ug==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd08db1b319424fb1a6936f4767f7be07', 'name': u'singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187', 'created_at': '2018-08-28T10:16:43.194833', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e79195e54e394a46865c61d2ee04b91b', 'name': 'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'29:c1:f6:e8:a5:ad:b0:fb:67:81:6f:17:2b:56:0a:ee', 'type': 'ssh', 'id': u'singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187'}) 2018-08-28 10:16:43,195 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAoFzMdXMs3+iffdg5wCseQXRanveTYlPyaKIi8ti2v68vdRBD RNzzUz3ebK3hbNiQTWs3M2h69KhfqKuEpmO5/k4gWXo326Mwenk3gAbDyfgZW3/d 1acq5mW1TnRcqbh60nrDKCDOQU9Li04KIFSPqDPmkkRFDsxDgGNQCKO24AZBGcHg ZSrScj83zJzJDKuGSvDsIJr7A6aZeFBXsAq3jGPZDXK1iUNMMb31XbS9ftpzAtV0 tdeZVdVEbAX8cjgyyqeXDZ2lXu2sWzsHNWm2eRFfQ2+sazNOqWSIYusXiwOQIagK qhzoU+iuRSjhsQAgf1b9zOGd58H00nQIf3FVbQIDAQABAoIBAQCMRL++2FDfRg4E ONdDBTRA0rLVq/7qGj3GUlQ5kWBAyM69Gc2NdasNG+frriipWcDXRzoQqIosaP7L fcPY+xBcph/bxHEJmHO2HUNzo/csOeyMQYtb8A4xW7O8fUH0Xt5oL2N3PULMk7yj jE6FOxIxcbx0Im05ZWiB69y8wd8bklogac8BQadng1tkdmQtVv5rjTXWEMuM9STn fy1RCnoAGmq+7LwI+BpJANA3sw1TDT1MlqvuNXshZ4C8UscLHWBrnEx3BC32Oiv4 taOmt4P2Q9Oyxf9NvcmBtSM3gGjrx46J/2Hh7ovhPeMr2G8Fpz9DCriKaezGPXiR NtMovloNAoGBANO2YzMsIqgMBJBohze3OSN968ZRVEY8Pk1DATWL/Hj3mEplxeYJ KkQiJmKHq4wqYwLjwpHiqRupFjcAlmT1QXC9leROer0WC822jdEj1mEabLaRbjWz agw4zRObrAqbbcae/r3cziWT0S+xqIwyt1pJgnIZJIhqAsXkpNDmDkq7AoGBAMHo hXktr5fYdublGwtaY8Cw7p29tH6HqPQi0gssJOGY0SK6s5b6f9PrDFx9aV4II796 kq422wvsXydpRIkhlWJSraNQ5WQ8EuqTieqpoS7pWKpKmQpYCQi1akWag67Yh9tk r/2BprXaqyhX67tTZNQdiVyovML2jt1WGwtRjYH3AoGAWnsjkFY3hYyFUtZpm8VB tUp2vq45jz7l/Y06chEe2PAwdPNkDbkzCCV0ND35chEXeb+vgzvUvE6agO1OWV18 F1vfONDVogRPDR8NIynm0F9DwQ8MhATmuMx50PyCHZJp6y4+fxRkQikXiQOrnid6 tyqdhnf6ZhawkrTyP5li2EsCgYB1Krr77c8cQYAXJHii84sy87Y7OlXF3tMIMcIZ XiMq7dvw0D+UCukSdASUHnN8jg6LtNTMz/iry7fzaHgxJEnPj4W8GTWCy4nilCPR 1429euJIg6rVxTwwNu5wAF1xWQU+XCi7VYwWdnrVdcrK9ikGwpItmwf0Bmds9oqA 3FZVIQKBgQCr68jTkx8HcQEtYnHC/h6+pMdcCW9D5tfKK1JKkaRpgKCmA5mbH11t XrV0sY5YPhvziaawNclMdScD9XPWg3an2oLA0zs+g5E9pB1rMwGmpUJCgvVILjwO dlMGzJeMRQal4HaZWaSyunKetwXOlkqsulcePDSc6z5nS3CqkLj6Ug== -----END RSA PRIVATE KEY----- 2018-08-28 10:16:43,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 10:16:43,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"security_group": {"name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-28 10:16:43,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-2f0a5301-6730-4f1f-aa40-3334cc35bf92 Date: Tue, 28 Aug 2018 10:16:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "updated_at": "2018-08-28T10:16:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "142471ea-9aa7-4e56-96ed-ca7b270042b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "aec3cc52-dc62-4dfa-bff0-6fe926f70c23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 1, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}} 2018-08-28 10:16:43,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2f0a5301-6730-4f1f-aa40-3334cc35bf92 2018-08-28 10:16:43,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.178248882294s 2018-08-28 10:16:43,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2f0a5301-6730-4f1f-aa40-3334cc35bf92 2018-08-28 10:16:43,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:16:43,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:43,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-f28fc26c-3ba0-4bcd-b851-c715b45fecb8 Date: Tue, 28 Aug 2018 10:16:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:36Z", "updated_at": "2018-08-28T10:16:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "06098d18-4073-477b-9125-9959a309d14a", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "30e9f3d2-9d3d-47e6-97b3-1b55873163c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "5a13a2fa-d955-4e76-97ac-90da2f04d56d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "7ae012c6-5acb-4eed-8ac8-c17b7aaa9042", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 1, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "updated_at": "2018-08-28T10:16:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "142471ea-9aa7-4e56-96ed-ca7b270042b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "aec3cc52-dc62-4dfa-bff0-6fe926f70c23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 1, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:43,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f28fc26c-3ba0-4bcd-b851-c715b45fecb8 2018-08-28 10:16:43,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0853130817413s 2018-08-28 10:16:43,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f28fc26c-3ba0-4bcd-b851-c715b45fecb8 2018-08-28 10:16:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:16:43,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -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": "f4316614-0b17-42c4-8493-6d813ff5bdf6"}}' 2018-08-28 10:16:43,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ef5dde13-be5a-4789-b691-a3d9d6af8e9d Date: Tue, 28 Aug 2018 10:16:43 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-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "port_range_min": 22, "revision_number": 0, "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "7ac5ab5d-684b-46a0-87b1-f6e37ba88503"}} 2018-08-28 10:16:43,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-ef5dde13-be5a-4789-b691-a3d9d6af8e9d 2018-08-28 10:16:43,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179881811142s 2018-08-28 10:16:43,653 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-ef5dde13-be5a-4789-b691-a3d9d6af8e9d 2018-08-28 10:16:43,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:16:43,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:43,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-01bac9ed-a545-4963-9a83-e9e50180a13b Date: Tue, 28 Aug 2018 10:16:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:36Z", "updated_at": "2018-08-28T10:16:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "06098d18-4073-477b-9125-9959a309d14a", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "30e9f3d2-9d3d-47e6-97b3-1b55873163c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "5a13a2fa-d955-4e76-97ac-90da2f04d56d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "7ae012c6-5acb-4eed-8ac8-c17b7aaa9042", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 1, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "updated_at": "2018-08-28T10:16:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "142471ea-9aa7-4e56-96ed-ca7b270042b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "7ac5ab5d-684b-46a0-87b1-f6e37ba88503", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "aec3cc52-dc62-4dfa-bff0-6fe926f70c23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 2, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:43,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-01bac9ed-a545-4963-9a83-e9e50180a13b 2018-08-28 10:16:43,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0587258338928s 2018-08-28 10:16:43,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-01bac9ed-a545-4963-9a83-e9e50180a13b 2018-08-28 10:16:43,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:16:43,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -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": "f4316614-0b17-42c4-8493-6d813ff5bdf6"}}' 2018-08-28 10:16:44,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-cb35d611-9a0c-4c91-94ed-38ee77f0f137 Date: Tue, 28 Aug 2018 10:16:44 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-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "port_range_min": null, "revision_number": 0, "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "e329da31-7c90-43c9-97c2-57866d25c846"}} 2018-08-28 10:16:44,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-cb35d611-9a0c-4c91-94ed-38ee77f0f137 2018-08-28 10:16:44,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.305366039276s 2018-08-28 10:16:44,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-cb35d611-9a0c-4c91-94ed-38ee77f0f137 2018-08-28 10:16:44,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:44,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f842d25f-0642-4bd1-873f-cda5ee6cc749 Date: Tue, 28 Aug 2018 10:16:44 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea2cf7f4-154d-4ef6-b729-145968d315e5"],"updated_at":"2018-08-28T10:16:37Z","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:44,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f842d25f-0642-4bd1-873f-cda5ee6cc749 2018-08-28 10:16:44,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.170512914658s 2018-08-28 10:16:44,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f842d25f-0642-4bd1-873f-cda5ee6cc749 2018-08-28 10:16:44,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:16:44,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:44,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-49e6883d-928e-4f9f-bdee-9817632951c9 Date: Tue, 28 Aug 2018 10:16:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:16:42Z", "file": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file", "owner": "e79195e54e394a46865c61d2ee04b91b", "id": "8975554f-3e95-450b-ae4a-b397810d0b89", "size": 12716032, "self": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:16:44,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-49e6883d-928e-4f9f-bdee-9817632951c9 2018-08-28 10:16:44,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352499485016s 2018-08-28 10:16:44,237 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-49e6883d-928e-4f9f-bdee-9817632951c9 2018-08-28 10:16:44,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:16:44,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aa18968-9d35-492d-9f95-7bf4ff82d684 x-compute-request-id: req-2aa18968-9d35-492d-9f95-7bf4ff82d684 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_83abd9b7-496b-4bdd-b032-58121e83d187", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "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": "28062eb9-48a4-471c-8cc3-1830f3ca1248"}]} 2018-08-28 10:16:44,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-2aa18968-9d35-492d-9f95-7bf4ff82d684 2018-08-28 10:16:44,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243849754333s 2018-08-28 10:16:44,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-2aa18968-9d35-492d-9f95-7bf4ff82d684 2018-08-28 10:16:44,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:16:44,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"server": {"name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "imageRef": "8975554f-3e95-450b-ae4a-b397810d0b89", "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "flavorRef": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cbf175ab-4a12-4460-a7da-ddc7cd935317"}], "security_groups": [{"name": "f4316614-0b17-42c4-8493-6d813ff5bdf6"}]}}' 2018-08-28 10:16:46,685 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:16: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-475870a8-1829-4702-9e58-23a188e84722 x-compute-request-id: req-475870a8-1829-4702-9e58-23a188e84722 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f4316614-0b17-42c4-8493-6d813ff5bdf6"}], "OS-DCF:diskConfig": "MANUAL", "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "adminPass": "VLjRq8e5eyDL"}} 2018-08-28 10:16:46,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-475870a8-1829-4702-9e58-23a188e84722 2018-08-28 10:16:46,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.41860699654s 2018-08-28 10:16:46,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-475870a8-1829-4702-9e58-23a188e84722 2018-08-28 10:16:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:46,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:47,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16: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-8faa5348-3081-49cc-81da-6d943fa34748 x-compute-request-id: req-8faa5348-3081-49cc-81da-6d943fa34748 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.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "image": {"id": "8975554f-3e95-450b-ae4a-b397810d0b89", "links": [{"href": "http://172.30.9.23:8774/images/8975554f-3e95-450b-ae4a-b397810d0b89", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "links": [{"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "bookmark"}]}, "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "user_id": "d08db1b319424fb1a6936f4767f7be07", "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-08-28T10:16:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "created": "2018-08-28T10:16:46Z", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:47,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8faa5348-3081-49cc-81da-6d943fa34748 2018-08-28 10:16:47,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504182100296s 2018-08-28 10:16:47,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8faa5348-3081-49cc-81da-6d943fa34748 2018-08-28 10:16:47,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:47,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:47,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-62997052-4051-4b9f-986e-85d71e1d7c6d Date: Tue, 28 Aug 2018 10:16:47 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea2cf7f4-154d-4ef6-b729-145968d315e5"],"updated_at":"2018-08-28T10:16:37Z","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:47,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-62997052-4051-4b9f-986e-85d71e1d7c6d 2018-08-28 10:16:47,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0848450660706s 2018-08-28 10:16:47,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-62997052-4051-4b9f-986e-85d71e1d7c6d 2018-08-28 10:16:47,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:16:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:47,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6e57359a-50ec-4f14-8418-0f3e27e78632 Date: Tue, 28 Aug 2018 10:16:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:16:37Z","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":"e79195e54e394a46865c61d2ee04b91b","id":"ea2cf7f4-154d-4ef6-b729-145968d315e5","subnetpool_id":null,"name":"singlevm2-subnet_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:47,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6e57359a-50ec-4f14-8418-0f3e27e78632 2018-08-28 10:16:47,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0793721675873s 2018-08-28 10:16:47,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6e57359a-50ec-4f14-8418-0f3e27e78632 2018-08-28 10:16:47,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:49,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:49,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:50,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7dda422-d196-4540-b74e-b51d48735beb x-compute-request-id: req-e7dda422-d196-4540-b74e-b51d48735beb Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "image": {"id": "8975554f-3e95-450b-ae4a-b397810d0b89", "links": [{"href": "http://172.30.9.23:8774/images/8975554f-3e95-450b-ae4a-b397810d0b89", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "links": [{"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "bookmark"}]}, "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "security_groups": [{"name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}], "user_id": "d08db1b319424fb1a6936f4767f7be07", "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-08-28T10:16:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "created": "2018-08-28T10:16:46Z", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:50,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7dda422-d196-4540-b74e-b51d48735beb 2018-08-28 10:16:50,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46015286446s 2018-08-28 10:16:50,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e7dda422-d196-4540-b74e-b51d48735beb 2018-08-28 10:16:50,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:52,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:53,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16: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-71ac5957-f4b8-406b-879f-8e16064457f3 x-compute-request-id: req-71ac5957-f4b8-406b-879f-8e16064457f3 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.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "image": {"id": "8975554f-3e95-450b-ae4a-b397810d0b89", "links": [{"href": "http://172.30.9.23:8774/images/8975554f-3e95-450b-ae4a-b397810d0b89", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "links": [{"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "bookmark"}]}, "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "security_groups": [{"name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}], "user_id": "d08db1b319424fb1a6936f4767f7be07", "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-08-28T10:16:50Z", "hostId": "7824b458a8701d9d8c18abe2374f9ac45008667bb835c5f3647a188a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "created": "2018-08-28T10:16:46Z", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:53,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-71ac5957-f4b8-406b-879f-8e16064457f3 2018-08-28 10:16:53,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.930625200272s 2018-08-28 10:16:53,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-71ac5957-f4b8-406b-879f-8e16064457f3 2018-08-28 10:16:53,770 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:16:55,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:16:55,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:56,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16: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-dd541d10-21c0-4833-8aa9-1509260779d3 x-compute-request-id: req-dd541d10-21c0-4833-8aa9-1509260779d3 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e4:54", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "image": {"id": "8975554f-3e95-450b-ae4a-b397810d0b89", "links": [{"href": "http://172.30.9.23:8774/images/8975554f-3e95-450b-ae4a-b397810d0b89", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:16:54.000000", "flavor": {"id": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "links": [{"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "bookmark"}]}, "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "security_groups": [{"name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}], "user_id": "d08db1b319424fb1a6936f4767f7be07", "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-08-28T10:16:54Z", "hostId": "7824b458a8701d9d8c18abe2374f9ac45008667bb835c5f3647a188a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "created": "2018-08-28T10:16:46Z", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:16:56,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dd541d10-21c0-4833-8aa9-1509260779d3 2018-08-28 10:16:56,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.299950122833s 2018-08-28 10:16:56,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dd541d10-21c0-4833-8aa9-1509260779d3 2018-08-28 10:16:56,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:16:56,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:56,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-003d9e10-6374-4039-84c0-5ec2872714ac Date: Tue, 28 Aug 2018 10:16:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:50Z","admin_state_up":true,"updated_at":"2018-08-28T10:16:54Z","binding:vnic_type":"normal","device_id":"413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:64:e4:54","id":"70fbceb3-1387-49e9-ac69-a8f3bfcfcb91","port_security_enabled":true,"project_id":"e79195e54e394a46865c61d2ee04b91b","fixed_ips":[{"subnet_id":"ea2cf7f4-154d-4ef6-b729-145968d315e5","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["f4316614-0b17-42c4-8493-6d813ff5bdf6"],"name":""}]} 2018-08-28 10:16:56,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-003d9e10-6374-4039-84c0-5ec2872714ac 2018-08-28 10:16:56,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0668249130249s 2018-08-28 10:16:56,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-003d9e10-6374-4039-84c0-5ec2872714ac 2018-08-28 10:16:56,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:16:56,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=70fbceb3-1387-49e9-ac69-a8f3bfcfcb91" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:56,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-140b7d12-a1ae-492b-9236-9e21b11455fd Date: Tue, 28 Aug 2018 10:16:56 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:16:56,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=70fbceb3-1387-49e9-ac69-a8f3bfcfcb91 used request id req-140b7d12-a1ae-492b-9236-9e21b11455fd 2018-08-28 10:16:56,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0426740646362s 2018-08-28 10:16:56,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=70fbceb3-1387-49e9-ac69-a8f3bfcfcb91 used request id req-140b7d12-a1ae-492b-9236-9e21b11455fd 2018-08-28 10:16:56,195 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:e4:54', 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'8975554f-3e95-450b-ae4a-b397810d0b89'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:16:54.000000', 'flavor': Munch({u'id': u'28062eb9-48a4-471c-8cc3-1830f3ca1248'}), 'az': u'nova', 'id': u'413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3', 'security_groups': [Munch({u'name': u'singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd08db1b319424fb1a6936f4767f7be07', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e79195e54e394a46865c61d2ee04b91b', 'name': 'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', '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-08-28T10:16:54.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:16:54Z', 'hostId': u'7824b458a8701d9d8c18abe2374f9ac45008667bb835c5f3647a188a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'7824b458a8701d9d8c18abe2374f9ac45008667bb835c5f3647a188a', '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-08-28T10:16:54.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e79195e54e394a46865c61d2ee04b91b', 'name': u'singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187', 'adminPass': u'VLjRq8e5eyDL', 'tenant_id': u'e79195e54e394a46865c61d2ee04b91b', 'created_at': u'2018-08-28T10:16:46Z', 'created': u'2018-08-28T10:16:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:16:56,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:16:56,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:56,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f7bbe23a-b046-448c-bb98-a48cf5a152d2 Date: Tue, 28 Aug 2018 10:16:56 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ea2cf7f4-154d-4ef6-b729-145968d315e5"],"updated_at":"2018-08-28T10:16:37Z","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:16:56,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f7bbe23a-b046-448c-bb98-a48cf5a152d2 2018-08-28 10:16:56,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0930957794189s 2018-08-28 10:16:56,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f7bbe23a-b046-448c-bb98-a48cf5a152d2 2018-08-28 10:16:56,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:16:56,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:56,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a8ea26a2-9af0-44f8-8fc0-0b5bddc31e47 Date: Tue, 28 Aug 2018 10:16:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:50Z","admin_state_up":true,"updated_at":"2018-08-28T10:16:54Z","binding:vnic_type":"normal","device_id":"413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:64:e4:54","id":"70fbceb3-1387-49e9-ac69-a8f3bfcfcb91","port_security_enabled":true,"project_id":"e79195e54e394a46865c61d2ee04b91b","fixed_ips":[{"subnet_id":"ea2cf7f4-154d-4ef6-b729-145968d315e5","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["f4316614-0b17-42c4-8493-6d813ff5bdf6"],"name":""}]} 2018-08-28 10:16:56,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-a8ea26a2-9af0-44f8-8fc0-0b5bddc31e47 2018-08-28 10:16:56,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.049164056778s 2018-08-28 10:16:56,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-a8ea26a2-9af0-44f8-8fc0-0b5bddc31e47 2018-08-28 10:16:56,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 10:16:56,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"floatingip": {"floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.18", "port_id": "70fbceb3-1387-49e9-ac69-a8f3bfcfcb91"}}' 2018-08-28 10:16:58,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-987380bf-a133-426b-8894-9cf4694256b7 Date: Tue, 28 Aug 2018 10:16:58 GMT RESP BODY: {"floatingip": {"router_id": "218e927e-8b2b-4aa6-8b70-9110aa080744", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:16:57Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "70fbceb3-1387-49e9-ac69-a8f3bfcfcb91", "id": "83c19234-6a9d-4195-ae26-4cb0745e79a8", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:57Z", "project_id": "e79195e54e394a46865c61d2ee04b91b"}} 2018-08-28 10:16:58,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-987380bf-a133-426b-8894-9cf4694256b7 2018-08-28 10:16:58,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.85845398903s 2018-08-28 10:16:58,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-987380bf-a133-426b-8894-9cf4694256b7 2018-08-28 10:16:58,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:16:58,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:16:58,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ee488e04-4189-4dca-a938-c42183a62a19 Date: Tue, 28 Aug 2018 10:16:58 GMT RESP BODY: {"floatingips": [{"router_id": "218e927e-8b2b-4aa6-8b70-9110aa080744", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:16:57Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "70fbceb3-1387-49e9-ac69-a8f3bfcfcb91", "id": "83c19234-6a9d-4195-ae26-4cb0745e79a8", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:57Z", "project_id": "e79195e54e394a46865c61d2ee04b91b"}]} 2018-08-28 10:16:58,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ee488e04-4189-4dca-a938-c42183a62a19 2018-08-28 10:16:58,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0622379779816s 2018-08-28 10:16:58,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ee488e04-4189-4dca-a938-c42183a62a19 2018-08-28 10:16:58,276 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'218e927e-8b2b-4aa6-8b70-9110aa080744', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'e79195e54e394a46865c61d2ee04b91b', 'created_at': u'2018-08-28T10:16:57Z', 'attached': True, 'updated_at': u'2018-08-28T10:16:57Z', 'id': u'83c19234-6a9d-4195-ae26-4cb0745e79a8', 'floating_network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e79195e54e394a46865c61d2ee04b91b', 'name': 'singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'218e927e-8b2b-4aa6-8b70-9110aa080744', 'project_id': u'e79195e54e394a46865c61d2ee04b91b', 'port_id': u'70fbceb3-1387-49e9-ac69-a8f3bfcfcb91', 'port': u'70fbceb3-1387-49e9-ac69-a8f3bfcfcb91', 'network': u'74721f5d-6096-4ea3-ae93-2107115850e8'}) 2018-08-28 10:16:58,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:16:58,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:16:58,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:16: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-75ba9a1f-71f6-4b67-b803-33c7b26503ca x-compute-request-id: req-75ba9a1f-71f6-4b67-b803-33c7b26503ca Content-Encoding: gzip Content-Length: 7910 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 494123494 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.191549] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193908] pid_max: default: 32768 minimum: 301\n[ 0.195211] ACPI: Core revision 20150930\n[ 0.196895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198776] Security Framework initialized\n[ 0.199927] Yama: becoming mindful.\n[ 0.200961] AppArmor: AppArmor initialized\n[ 0.202185] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207613] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209546] Initializing cgroup subsys io\n[ 0.210743] Initializing cgroup subsys memory\n[ 0.211958] Initializing cgroup subsys devices\n[ 0.213219] Initializing cgroup subsys freezer\n[ 0.214502] Initializing cgroup subsys net_cls\n[ 0.215776] Initializing cgroup subsys perf_event\n[ 0.217054] Initializing cgroup subsys net_prio\n[ 0.218340] Initializing cgroup subsys hugetlb\n[ 0.219588] Initializing cgroup subsys pids\n[ 0.220792] CPU: Physical Processor ID: 0\n[ 0.222720] mce: CPU supports 10 MCE banks\n[ 0.223929] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246845] ftrace: allocating 31920 entries in 125 pages\n[ 0.272107] smpboot: Max logical packages: 1\n[ 0.273386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275384] x2apic enabled\n[ 0.276548] Switched APIC routing to physical x2apic.\n[ 0.279051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281011] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287551] KVM setup paravirtual spinlock\n[ 0.289494] x86: Booted up 1 node, 1 CPUs\n[ 0.290891] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293235] devtmpfs: initialized\n[ 0.295423] evm: security.selinux\n[ 0.296646] evm: security.SMACK64\n[ 0.297817] evm: security.SMACK64EXEC\n[ 0.299099] evm: security.SMACK64TRANSMUTE\n[ 0.300482] evm: security.SMACK64MMAP\n[ 0.301741] evm: security.ima\n[ 0.302808] evm: security.capability\n[ 0.304103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307325] pinctrl core: initialized pinctrl subsystem\n[ 0.309156] RTC time: 10:16:54, date: 08/28/18\n[ 0.310747] NET: Registered protocol family 16\n[ 0.312376] cpuidle: using governor ladder\n[ 0.313823] cpuidle: using governor menu\n[ 0.315165] PCCT header not found.\n[ 0.316295] ACPI: bus type PCI registered\n[ 0.317386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319054] PCI: Using configuration type 1 for base access\n[ 0.321191] ACPI: Added _OSI(Module Device)\n[ 0.322324] ACPI: Added _OSI(Processor Device)\n[ 0.323489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326874] ACPI: Interpreter enabled\n[ 0.327922] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.332955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337974] ACPI: (supports S0 S5)\n[ 0.338917] ACPI: Using IOAPIC for interrupt routing\n[ 0.340174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.345391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351494] acpiphp: Slot [3] registered\n[ 0.352560] acpiphp: Slot [4] registered\n[ 0.353623] acpiphp: Slot [5] registered\n[ 0.354683] acpiphp: Slot [6] registered\n[ 0.355748] acpiphp: Slot [7] registered\n[ 0.356815] acpiphp: Slot [8] registered\n[ 0.357881] acpiphp: Slot [9] registered\n[ 0.358939] acpiphp: Slot [10] registered\n[ 0.360017] acpiphp: Slot [11] registered\n[ 0.361112] acpiphp: Slot [12] registered\n[ 0.362202] acpiphp: Slot [13] registered\n[ 0.363273] acpiphp: Slot [14] registered\n[ 0.364348] acpiphp: Slot [15] registered\n[ 0.379460] acpiphp: Slot [16] registered\n[ 0.380541] acpiphp: Slot [17] registered\n[ 0.381638] acpiphp: Slot [18] registered\n[ 0.382722] acpiphp: Slot [19] registered\n[ 0.383822] acpiphp: Slot [20] registered\n[ 0.384919] acpiphp: Slot [21] registered\n[ 0.386012] acpiphp: Slot [22] registered\n[ 0.387105] acpiphp: Slot [23] registered\n[ 0.388203] acpiphp: Slot [24] registered\n[ 0.389295] acpiphp: Slot [25] registered\n[ 0.390383] acpiphp: Slot [26] registered\n[ 0.391458] acpiphp: Slot [27] registered\n[ 0.392546] acpiphp: Slot [28] registered\n[ 0.393628] acpiphp: Slot [29] registered\n[ 0.394714] acpiphp: Slot [30] registered\n[ 0.395800] acpiphp: Slot [31] registered\n[ 0.396911] PCI host bridge to bus 0000:00\n[ 0.397989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407113] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411122] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420215] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453881] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455270] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457314] vgaarb: loaded\n[ 0.458125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459720] SCSI subsystem initialized\n[ 0.460939] ACPI: bus type USB registered\n[ 0.462037] usbcore: registered new interface driver usbfs\n[ 0.463399] usbcore: registered new interface driver hub\n[ 0.464726] usbcore: registered new device driver usb\n[ 0.466173] PCI: Using ACPI for IRQ routing\n[ 0.467661] NetLabel: Initializing\n[ 0.468619] NetLabel: domain hash size = 128\n[ 0.469741] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470999] NetLabel: unlabeled traffic allowed by default\n[ 0.472543] clocksource: Switched to clocksource kvm-clock\n[ 0.482498] AppArmor: AppArmor Filesystem Enabled\n[ 0.483774] pnp: PnP ACPI init\n[ 0.484981] pnp: PnP ACPI: found 5 devices\n[ 0.491767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494034] NET: Registered protocol family 2\n[ 0.495411] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498693] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500263] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503237] NET: Registered protocol family 1\n[ 0.504402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505831] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507251] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536241] Trying to unpack rootfs image as initramfs...\n[ 0.598065] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.602847] Scanning for low memory corruption every 60 seconds\n[ 0.604988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.606557] audit: initializing netlink subsys (disabled)\n[ 0.607996] audit: type=2000 audit(1535451415.407:1): initialized\n[ 0.609879] Initialise system trusted keyring\n[ 0.611210] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.612765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615418] zbud: loaded\n[ 0.616377] VFS: Disk quotas dquot_6.6.0\n[ 0.617471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619574] fuse init (API version 7.23)\n[ 0.620774] Key type big_key registered\n[ 0.621836] Allocating IMA MOK and blacklist keyrings.\n[ 0.623432] Key type asymmetric registered\n[ 0.624519] Asymmetric key parser 'x509' registered\n[ 0.625784] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627763] io scheduler noop registered\n[ 0.628859] io scheduler deadline registered (default)\n[ 0.630169] io scheduler cfq registered\n[ 0.631301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.632673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.634347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.636251] ACPI: Power Button [PWRF]\n[ 0.637443] GHES: HEST is not enabled!\n[ 0.651223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679807] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709566] Linux agpgart interface v0.103\n[ 0.712858] brd: module loaded\n[ 0.715070] loop: module loaded\n[ 0.719369] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721292] GPT:90111 != 2097151\n[ 0.722218] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723655] GPT:90111 != 2097151\n[ 0.724545] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725791] vda: vda1 vda15\n[ 0.727411] scsi host0: ata_piix\n[ 0.728440] scsi host1: ata_piix\n[ 0.729403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731010] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.732887] libphy: Fixed MDIO Bus: probed\n[ 0.733952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735181] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738082] PPP generic driver version 2.4.2\n[ 0.739316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.740922] ehci-pci: EHCI PCI platform driver\n[ 0.742087] ehci-platform: EHCI generic platform driver\n[ 0.743518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745056] ohci-pci: OHCI PCI platform driver\n[ 0.746251] ohci-platform: OHCI generic platform driver\n[ 0.747600] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.761973] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763336] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765343] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.766711] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.768271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771907] usb usb1: Product: UHCI Host Controller\n[ 0.773183] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.774725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776049] hub 1-0:1.0: USB hub found\n[ 0.777125] hub 1-0:1.0: 2 ports detected\n[ 0.778442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781312] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.782617] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784015] mousedev: PS/2 mouse device common for all mice\n[ 0.785706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789689] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792925] i2c /dev entries driver\n[ 0.793976] device-mapper: uevent: version 1.0.3\n[ 0.795280] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.797490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.799326] NET: Registered protocol family 10\n[ 0.800871] NET: Registered protocol family 17\n[ 0.802077] Key type dns_resolver registered\n[ 0.803366] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804857] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.807240] registered taskstats version 1\n[ 0.808389] Loading compiled-in X.509 certificates\n[ 0.810204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812730] zswap: loaded using pool lzo/zbud\n[ 0.814817] Key type trusted registered\n[ 0.816971] Key type encrypted registered\n[ 0.818103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.819520] ima: No TPM chip found, activating TPM-bypass!\n[ 0.820945] evm: HMAC attrs: 0x1\n[ 0.822236] Magic number: 14:894:275\n[ 0.823308] tty tty12: hash matches\n[ 0.824400] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:55 UTC (1535451415)\n[ 0.826617] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828132] EDD information not available.\n[ 0.894144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.896279] Write protecting the kernel read-only data: 14336k\n[ 0.899239] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.901683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.058142] 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.89. iid=i-00000002\n"} 2018-08-28 10:16:58,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/action used request id req-75ba9a1f-71f6-4b67-b803-33c7b26503ca 2018-08-28 10:16:58,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119988918304s 2018-08-28 10:16:58,397 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/action used request id req-75ba9a1f-71f6-4b67-b803-33c7b26503ca 2018-08-28 10:16:58,398 - 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 494123494 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.191549] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193908] pid_max: default: 32768 minimum: 301 [ 0.195211] ACPI: Core revision 20150930 [ 0.196895] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198776] Security Framework initialized [ 0.199927] Yama: becoming mindful. [ 0.200961] AppArmor: AppArmor initialized [ 0.202185] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207613] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209546] Initializing cgroup subsys io [ 0.210743] Initializing cgroup subsys memory [ 0.211958] Initializing cgroup subsys devices [ 0.213219] Initializing cgroup subsys freezer [ 0.214502] Initializing cgroup subsys net_cls [ 0.215776] Initializing cgroup subsys perf_event [ 0.217054] Initializing cgroup subsys net_prio [ 0.218340] Initializing cgroup subsys hugetlb [ 0.219588] Initializing cgroup subsys pids [ 0.220792] CPU: Physical Processor ID: 0 [ 0.222720] mce: CPU supports 10 MCE banks [ 0.223929] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246845] ftrace: allocating 31920 entries in 125 pages [ 0.272107] smpboot: Max logical packages: 1 [ 0.273386] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275384] x2apic enabled [ 0.276548] Switched APIC routing to physical x2apic. [ 0.279051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281011] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287551] KVM setup paravirtual spinlock [ 0.289494] x86: Booted up 1 node, 1 CPUs [ 0.290891] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293235] devtmpfs: initialized [ 0.295423] evm: security.selinux [ 0.296646] evm: security.SMACK64 [ 0.297817] evm: security.SMACK64EXEC [ 0.299099] evm: security.SMACK64TRANSMUTE [ 0.300482] evm: security.SMACK64MMAP [ 0.301741] evm: security.ima [ 0.302808] evm: security.capability [ 0.304103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307325] pinctrl core: initialized pinctrl subsystem [ 0.309156] RTC time: 10:16:54, date: 08/28/18 [ 0.310747] NET: Registered protocol family 16 [ 0.312376] cpuidle: using governor ladder [ 0.313823] cpuidle: using governor menu [ 0.315165] PCCT header not found. [ 0.316295] ACPI: bus type PCI registered [ 0.317386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319054] PCI: Using configuration type 1 for base access [ 0.321191] ACPI: Added _OSI(Module Device) [ 0.322324] ACPI: Added _OSI(Processor Device) [ 0.323489] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326874] ACPI: Interpreter enabled [ 0.327922] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.332955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.337974] ACPI: (supports S0 S5) [ 0.338917] ACPI: Using IOAPIC for interrupt routing [ 0.340174] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.345391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351494] acpiphp: Slot [3] registered [ 0.352560] acpiphp: Slot [4] registered [ 0.353623] acpiphp: Slot [5] registered [ 0.354683] acpiphp: Slot [6] registered [ 0.355748] acpiphp: Slot [7] registered [ 0.356815] acpiphp: Slot [8] registered [ 0.357881] acpiphp: Slot [9] registered [ 0.358939] acpiphp: Slot [10] registered [ 0.360017] acpiphp: Slot [11] registered [ 0.361112] acpiphp: Slot [12] registered [ 0.362202] acpiphp: Slot [13] registered [ 0.363273] acpiphp: Slot [14] registered [ 0.364348] acpiphp: Slot [15] registered [ 0.379460] acpiphp: Slot [16] registered [ 0.380541] acpiphp: Slot [17] registered [ 0.381638] acpiphp: Slot [18] registered [ 0.382722] acpiphp: Slot [19] registered [ 0.383822] acpiphp: Slot [20] registered [ 0.384919] acpiphp: Slot [21] registered [ 0.386012] acpiphp: Slot [22] registered [ 0.387105] acpiphp: Slot [23] registered [ 0.388203] acpiphp: Slot [24] registered [ 0.389295] acpiphp: Slot [25] registered [ 0.390383] acpiphp: Slot [26] registered [ 0.391458] acpiphp: Slot [27] registered [ 0.392546] acpiphp: Slot [28] registered [ 0.393628] acpiphp: Slot [29] registered [ 0.394714] acpiphp: Slot [30] registered [ 0.395800] acpiphp: Slot [31] registered [ 0.396911] PCI host bridge to bus 0000:00 [ 0.397989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407113] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411122] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.412795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.414316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420215] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452138] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453881] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455270] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457314] vgaarb: loaded [ 0.458125] vgaarb: bridge control possible 0000:00:02.0 [ 0.459720] SCSI subsystem initialized [ 0.460939] ACPI: bus type USB registered [ 0.462037] usbcore: registered new interface driver usbfs [ 0.463399] usbcore: registered new interface driver hub [ 0.464726] usbcore: registered new device driver usb [ 0.466173] PCI: Using ACPI for IRQ routing [ 0.467661] NetLabel: Initializing [ 0.468619] NetLabel: domain hash size = 128 [ 0.469741] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470999] NetLabel: unlabeled traffic allowed by default [ 0.472543] clocksource: Switched to clocksource kvm-clock [ 0.482498] AppArmor: AppArmor Filesystem Enabled [ 0.483774] pnp: PnP ACPI init [ 0.484981] pnp: PnP ACPI: found 5 devices [ 0.491767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494034] NET: Registered protocol family 2 [ 0.495411] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498693] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500263] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503237] NET: Registered protocol family 1 [ 0.504402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505831] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507251] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536241] Trying to unpack rootfs image as initramfs... [ 0.598065] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602847] Scanning for low memory corruption every 60 seconds [ 0.604988] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.606557] audit: initializing netlink subsys (disabled) [ 0.607996] audit: type=2000 audit(1535451415.407:1): initialized [ 0.609879] Initialise system trusted keyring [ 0.611210] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.612765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.615418] zbud: loaded [ 0.616377] VFS: Disk quotas dquot_6.6.0 [ 0.617471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619574] fuse init (API version 7.23) [ 0.620774] Key type big_key registered [ 0.621836] Allocating IMA MOK and blacklist keyrings. [ 0.623432] Key type asymmetric registered [ 0.624519] Asymmetric key parser 'x509' registered [ 0.625784] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627763] io scheduler noop registered [ 0.628859] io scheduler deadline registered (default) [ 0.630169] io scheduler cfq registered [ 0.631301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.632673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.634347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.636251] ACPI: Power Button [PWRF] [ 0.637443] GHES: HEST is not enabled! [ 0.651223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679807] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709566] Linux agpgart interface v0.103 [ 0.712858] brd: module loaded [ 0.715070] loop: module loaded [ 0.719369] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721292] GPT:90111 != 2097151 [ 0.722218] GPT:Alternate GPT header not at the end of the disk. [ 0.723655] GPT:90111 != 2097151 [ 0.724545] GPT: Use GNU Parted to correct GPT errors. [ 0.725791] vda: vda1 vda15 [ 0.727411] scsi host0: ata_piix [ 0.728440] scsi host1: ata_piix [ 0.729403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731010] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.732887] libphy: Fixed MDIO Bus: probed [ 0.733952] tun: Universal TUN/TAP device driver, 1.6 [ 0.735181] tun: (C) 1999-2004 Max Krasnyansky [ 0.738082] PPP generic driver version 2.4.2 [ 0.739316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.740922] ehci-pci: EHCI PCI platform driver [ 0.742087] ehci-platform: EHCI generic platform driver [ 0.743518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745056] ohci-pci: OHCI PCI platform driver [ 0.746251] ohci-platform: OHCI generic platform driver [ 0.747600] uhci_hcd: USB Universal Host Controller Interface driver [ 0.761973] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763336] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765343] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.766711] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.768271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771907] usb usb1: Product: UHCI Host Controller [ 0.773183] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.774725] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776049] hub 1-0:1.0: USB hub found [ 0.777125] hub 1-0:1.0: 2 ports detected [ 0.778442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781312] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.782617] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784015] mousedev: PS/2 mouse device common for all mice [ 0.785706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788156] rtc_cmos 00:00: RTC can wake from S4 [ 0.789689] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.792925] i2c /dev entries driver [ 0.793976] device-mapper: uevent: version 1.0.3 [ 0.795280] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.797490] ledtrig-cpu: registered to indicate activity on CPUs [ 0.799326] NET: Registered protocol family 10 [ 0.800871] NET: Registered protocol family 17 [ 0.802077] Key type dns_resolver registered [ 0.803366] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.804857] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.807240] registered taskstats version 1 [ 0.808389] Loading compiled-in X.509 certificates [ 0.810204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.812730] zswap: loaded using pool lzo/zbud [ 0.814817] Key type trusted registered [ 0.816971] Key type encrypted registered [ 0.818103] AppArmor: AppArmor sha1 policy hashing enabled [ 0.819520] ima: No TPM chip found, activating TPM-bypass! [ 0.820945] evm: HMAC attrs: 0x1 [ 0.822236] Magic number: 14:894:275 [ 0.823308] tty tty12: hash matches [ 0.824400] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:55 UTC (1535451415) [ 0.826617] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828132] EDD information not available. [ 0.894144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.896279] Write protecting the kernel read-only data: 14336k [ 0.899239] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.901683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.058142] 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.89. iid=i-00000002 2018-08-28 10:16:59,400 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-28 10:17:08,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:17:08,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:17:08,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaaca90a-04d1-48cc-bf81-fe30e77924b1 x-compute-request-id: req-eaaca90a-04d1-48cc-bf81-fe30e77924b1 Content-Encoding: gzip Content-Length: 9605 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 494123494 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.191549] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193908] pid_max: default: 32768 minimum: 301\n[ 0.195211] ACPI: Core revision 20150930\n[ 0.196895] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198776] Security Framework initialized\n[ 0.199927] Yama: becoming mindful.\n[ 0.200961] AppArmor: AppArmor initialized\n[ 0.202185] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207613] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209546] Initializing cgroup subsys io\n[ 0.210743] Initializing cgroup subsys memory\n[ 0.211958] Initializing cgroup subsys devices\n[ 0.213219] Initializing cgroup subsys freezer\n[ 0.214502] Initializing cgroup subsys net_cls\n[ 0.215776] Initializing cgroup subsys perf_event\n[ 0.217054] Initializing cgroup subsys net_prio\n[ 0.218340] Initializing cgroup subsys hugetlb\n[ 0.219588] Initializing cgroup subsys pids\n[ 0.220792] CPU: Physical Processor ID: 0\n[ 0.222720] mce: CPU supports 10 MCE banks\n[ 0.223929] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.246845] ftrace: allocating 31920 entries in 125 pages\n[ 0.272107] smpboot: Max logical packages: 1\n[ 0.273386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275384] x2apic enabled\n[ 0.276548] Switched APIC routing to physical x2apic.\n[ 0.279051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281011] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287551] KVM setup paravirtual spinlock\n[ 0.289494] x86: Booted up 1 node, 1 CPUs\n[ 0.290891] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293235] devtmpfs: initialized\n[ 0.295423] evm: security.selinux\n[ 0.296646] evm: security.SMACK64\n[ 0.297817] evm: security.SMACK64EXEC\n[ 0.299099] evm: security.SMACK64TRANSMUTE\n[ 0.300482] evm: security.SMACK64MMAP\n[ 0.301741] evm: security.ima\n[ 0.302808] evm: security.capability\n[ 0.304103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307325] pinctrl core: initialized pinctrl subsystem\n[ 0.309156] RTC time: 10:16:54, date: 08/28/18\n[ 0.310747] NET: Registered protocol family 16\n[ 0.312376] cpuidle: using governor ladder\n[ 0.313823] cpuidle: using governor menu\n[ 0.315165] PCCT header not found.\n[ 0.316295] ACPI: bus type PCI registered\n[ 0.317386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319054] PCI: Using configuration type 1 for base access\n[ 0.321191] ACPI: Added _OSI(Module Device)\n[ 0.322324] ACPI: Added _OSI(Processor Device)\n[ 0.323489] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326874] ACPI: Interpreter enabled\n[ 0.327922] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.332955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337974] ACPI: (supports S0 S5)\n[ 0.338917] ACPI: Using IOAPIC for interrupt routing\n[ 0.340174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.343890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.345391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.348580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.351494] acpiphp: Slot [3] registered\n[ 0.352560] acpiphp: Slot [4] registered\n[ 0.353623] acpiphp: Slot [5] registered\n[ 0.354683] acpiphp: Slot [6] registered\n[ 0.355748] acpiphp: Slot [7] registered\n[ 0.356815] acpiphp: Slot [8] registered\n[ 0.357881] acpiphp: Slot [9] registered\n[ 0.358939] acpiphp: Slot [10] registered\n[ 0.360017] acpiphp: Slot [11] registered\n[ 0.361112] acpiphp: Slot [12] registered\n[ 0.362202] acpiphp: Slot [13] registered\n[ 0.363273] acpiphp: Slot [14] registered\n[ 0.364348] acpiphp: Slot [15] registered\n[ 0.379460] acpiphp: Slot [16] registered\n[ 0.380541] acpiphp: Slot [17] registered\n[ 0.381638] acpiphp: Slot [18] registered\n[ 0.382722] acpiphp: Slot [19] registered\n[ 0.383822] acpiphp: Slot [20] registered\n[ 0.384919] acpiphp: Slot [21] registered\n[ 0.386012] acpiphp: Slot [22] registered\n[ 0.387105] acpiphp: Slot [23] registered\n[ 0.388203] acpiphp: Slot [24] registered\n[ 0.389295] acpiphp: Slot [25] registered\n[ 0.390383] acpiphp: Slot [26] registered\n[ 0.391458] acpiphp: Slot [27] registered\n[ 0.392546] acpiphp: Slot [28] registered\n[ 0.393628] acpiphp: Slot [29] registered\n[ 0.394714] acpiphp: Slot [30] registered\n[ 0.395800] acpiphp: Slot [31] registered\n[ 0.396911] PCI host bridge to bus 0000:00\n[ 0.397989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407113] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411122] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420215] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453881] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455270] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457314] vgaarb: loaded\n[ 0.458125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459720] SCSI subsystem initialized\n[ 0.460939] ACPI: bus type USB registered\n[ 0.462037] usbcore: registered new interface driver usbfs\n[ 0.463399] usbcore: registered new interface driver hub\n[ 0.464726] usbcore: registered new device driver usb\n[ 0.466173] PCI: Using ACPI for IRQ routing\n[ 0.467661] NetLabel: Initializing\n[ 0.468619] NetLabel: domain hash size = 128\n[ 0.469741] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470999] NetLabel: unlabeled traffic allowed by default\n[ 0.472543] clocksource: Switched to clocksource kvm-clock\n[ 0.482498] AppArmor: AppArmor Filesystem Enabled\n[ 0.483774] pnp: PnP ACPI init\n[ 0.484981] pnp: PnP ACPI: found 5 devices\n[ 0.491767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494034] NET: Registered protocol family 2\n[ 0.495411] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498693] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500263] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503237] NET: Registered protocol family 1\n[ 0.504402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505831] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507251] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536241] Trying to unpack rootfs image as initramfs...\n[ 0.598065] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.602847] Scanning for low memory corruption every 60 seconds\n[ 0.604988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.606557] audit: initializing netlink subsys (disabled)\n[ 0.607996] audit: type=2000 audit(1535451415.407:1): initialized\n[ 0.609879] Initialise system trusted keyring\n[ 0.611210] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.612765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615418] zbud: loaded\n[ 0.616377] VFS: Disk quotas dquot_6.6.0\n[ 0.617471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619574] fuse init (API version 7.23)\n[ 0.620774] Key type big_key registered\n[ 0.621836] Allocating IMA MOK and blacklist keyrings.\n[ 0.623432] Key type asymmetric registered\n[ 0.624519] Asymmetric key parser 'x509' registered\n[ 0.625784] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627763] io scheduler noop registered\n[ 0.628859] io scheduler deadline registered (default)\n[ 0.630169] io scheduler cfq registered\n[ 0.631301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.632673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.634347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.636251] ACPI: Power Button [PWRF]\n[ 0.637443] GHES: HEST is not enabled!\n[ 0.651223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679807] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709566] Linux agpgart interface v0.103\n[ 0.712858] brd: module loaded\n[ 0.715070] loop: module loaded\n[ 0.719369] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721292] GPT:90111 != 2097151\n[ 0.722218] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723655] GPT:90111 != 2097151\n[ 0.724545] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725791] vda: vda1 vda15\n[ 0.727411] scsi host0: ata_piix\n[ 0.728440] scsi host1: ata_piix\n[ 0.729403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731010] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.732887] libphy: Fixed MDIO Bus: probed\n[ 0.733952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735181] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738082] PPP generic driver version 2.4.2\n[ 0.739316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.740922] ehci-pci: EHCI PCI platform driver\n[ 0.742087] ehci-platform: EHCI generic platform driver\n[ 0.743518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745056] ohci-pci: OHCI PCI platform driver\n[ 0.746251] ohci-platform: OHCI generic platform driver\n[ 0.747600] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.761973] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763336] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765343] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.766711] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.768271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771907] usb usb1: Product: UHCI Host Controller\n[ 0.773183] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.774725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776049] hub 1-0:1.0: USB hub found\n[ 0.777125] hub 1-0:1.0: 2 ports detected\n[ 0.778442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781312] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.782617] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784015] mousedev: PS/2 mouse device common for all mice\n[ 0.785706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789689] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792925] i2c /dev entries driver\n[ 0.793976] device-mapper: uevent: version 1.0.3\n[ 0.795280] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.797490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.799326] NET: Registered protocol family 10\n[ 0.800871] NET: Registered protocol family 17\n[ 0.802077] Key type dns_resolver registered\n[ 0.803366] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.804857] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.807240] registered taskstats version 1\n[ 0.808389] Loading compiled-in X.509 certificates\n[ 0.810204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.812730] zswap: loaded using pool lzo/zbud\n[ 0.814817] Key type trusted registered\n[ 0.816971] Key type encrypted registered\n[ 0.818103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.819520] ima: No TPM chip found, activating TPM-bypass!\n[ 0.820945] evm: HMAC attrs: 0x1\n[ 0.822236] Magic number: 14:894:275\n[ 0.823308] tty tty12: hash matches\n[ 0.824400] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:55 UTC (1535451415)\n[ 0.826617] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828132] EDD information not available.\n[ 0.894144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.896279] Write protecting the kernel read-only data: 14336k\n[ 0.899239] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.901683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.058142] 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.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtt6Z/0Qkz11t7sbZsezMuyw2etAYp7stLLhUGW2SJxxpByJQmBaBQUsRb0tHBOpBpgwCYyhMBspoYXDA/SvK6QQjtBUeKFlPc39MM4JXGrmduM22iQM8ymCSKs5AlIOajmtLVxvFdjYpzHk5nFSBbXL1LOmMUyNRdL3U0cmqYQ1EFGBG/e4I6PpNUP4AD3S4a6LyLrBiQGIta7fW+gBHnM1IBAbBgLfGOBzPj7yQ7hyUxhfMnRWNBg/FAdAVrSQaWx5hktfrd7JmKk7/3QhDFXkA1ZruKbkVP3ahRHvA5jLkReWDrWIL7gi+ong7Lq1PeA+hq9rllHB8hbfuWCyif root@singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187\nssh-dss AAAAB3NzaC1kc3MAAACBAMYxpy+mLNSpHcgiMnpLwQSi6rvdSnFlkQnA6BaE81meqF7IrOjiGULIAnjWx+0zWNFHTUvdXX4TYnV+EBhiq487zGDKI9NESG5HvagU1Z4iixMg9Ql/bz4vIyoEV67y4iJtkF8vVdbCKfwGpqmzAGXIjpaSeilq9VJP7oiS63j/AAAAFQC1GOgnrIBmwPPT8TMmDIaka69gFQAAAIBOrkRig2TYA6gCTvOF0HIcJQPefPwbCw0S/tLwLwmbmOm/RmVhfROwAwJwMq5Hy7zKQlvchzRrgOwSvOSnNDG6S2P3wD7+mARB55bBhGBc0sPMKWK5bin+wwECsgBS2vDNp+SG/GCeqzFQGEciq7MI/EJC3PZ/LymoPFIIAe/CmQAAAIEAwm8qeDPpKBM0Npy8M2p2fB+0zO1CPU1SGEiS2zfIylZw5kdleTtGF5uDuS4gQ8ECJdCabB8Urz1p6zmcAGcNNlIjKk8IW18gQKNF4xSkYicjpSVqXINR6zchCszQo1bZ5zPa55uWIMmHby9rdZTICgetNNzlUUff8TW2URAMKeQ= root@singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.34s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe64:e454/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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.18 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187 login: "} 2018-08-28 10:17:08,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/action used request id req-eaaca90a-04d1-48cc-bf81-fe30e77924b1 2018-08-28 10:17:08,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.257171154022s 2018-08-28 10:17:08,669 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3/action used request id req-eaaca90a-04d1-48cc-bf81-fe30e77924b1 2018-08-28 10:17:08,669 - 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 494123494 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.191549] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193908] pid_max: default: 32768 minimum: 301 [ 0.195211] ACPI: Core revision 20150930 [ 0.196895] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198776] Security Framework initialized [ 0.199927] Yama: becoming mindful. [ 0.200961] AppArmor: AppArmor initialized [ 0.202185] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205883] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207613] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209546] Initializing cgroup subsys io [ 0.210743] Initializing cgroup subsys memory [ 0.211958] Initializing cgroup subsys devices [ 0.213219] Initializing cgroup subsys freezer [ 0.214502] Initializing cgroup subsys net_cls [ 0.215776] Initializing cgroup subsys perf_event [ 0.217054] Initializing cgroup subsys net_prio [ 0.218340] Initializing cgroup subsys hugetlb [ 0.219588] Initializing cgroup subsys pids [ 0.220792] CPU: Physical Processor ID: 0 [ 0.222720] mce: CPU supports 10 MCE banks [ 0.223929] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.246845] ftrace: allocating 31920 entries in 125 pages [ 0.272107] smpboot: Max logical packages: 1 [ 0.273386] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275384] x2apic enabled [ 0.276548] Switched APIC routing to physical x2apic. [ 0.279051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281011] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287551] KVM setup paravirtual spinlock [ 0.289494] x86: Booted up 1 node, 1 CPUs [ 0.290891] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293235] devtmpfs: initialized [ 0.295423] evm: security.selinux [ 0.296646] evm: security.SMACK64 [ 0.297817] evm: security.SMACK64EXEC [ 0.299099] evm: security.SMACK64TRANSMUTE [ 0.300482] evm: security.SMACK64MMAP [ 0.301741] evm: security.ima [ 0.302808] evm: security.capability [ 0.304103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307325] pinctrl core: initialized pinctrl subsystem [ 0.309156] RTC time: 10:16:54, date: 08/28/18 [ 0.310747] NET: Registered protocol family 16 [ 0.312376] cpuidle: using governor ladder [ 0.313823] cpuidle: using governor menu [ 0.315165] PCCT header not found. [ 0.316295] ACPI: bus type PCI registered [ 0.317386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319054] PCI: Using configuration type 1 for base access [ 0.321191] ACPI: Added _OSI(Module Device) [ 0.322324] ACPI: Added _OSI(Processor Device) [ 0.323489] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324706] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326874] ACPI: Interpreter enabled [ 0.327922] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.332955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.337974] ACPI: (supports S0 S5) [ 0.338917] ACPI: Using IOAPIC for interrupt routing [ 0.340174] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.345391] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347013] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351494] acpiphp: Slot [3] registered [ 0.352560] acpiphp: Slot [4] registered [ 0.353623] acpiphp: Slot [5] registered [ 0.354683] acpiphp: Slot [6] registered [ 0.355748] acpiphp: Slot [7] registered [ 0.356815] acpiphp: Slot [8] registered [ 0.357881] acpiphp: Slot [9] registered [ 0.358939] acpiphp: Slot [10] registered [ 0.360017] acpiphp: Slot [11] registered [ 0.361112] acpiphp: Slot [12] registered [ 0.362202] acpiphp: Slot [13] registered [ 0.363273] acpiphp: Slot [14] registered [ 0.364348] acpiphp: Slot [15] registered [ 0.379460] acpiphp: Slot [16] registered [ 0.380541] acpiphp: Slot [17] registered [ 0.381638] acpiphp: Slot [18] registered [ 0.382722] acpiphp: Slot [19] registered [ 0.383822] acpiphp: Slot [20] registered [ 0.384919] acpiphp: Slot [21] registered [ 0.386012] acpiphp: Slot [22] registered [ 0.387105] acpiphp: Slot [23] registered [ 0.388203] acpiphp: Slot [24] registered [ 0.389295] acpiphp: Slot [25] registered [ 0.390383] acpiphp: Slot [26] registered [ 0.391458] acpiphp: Slot [27] registered [ 0.392546] acpiphp: Slot [28] registered [ 0.393628] acpiphp: Slot [29] registered [ 0.394714] acpiphp: Slot [30] registered [ 0.395800] acpiphp: Slot [31] registered [ 0.396911] PCI host bridge to bus 0000:00 [ 0.397989] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403202] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407113] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411122] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.412795] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.414316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420215] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442683] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446579] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450371] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452138] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453881] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455270] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457314] vgaarb: loaded [ 0.458125] vgaarb: bridge control possible 0000:00:02.0 [ 0.459720] SCSI subsystem initialized [ 0.460939] ACPI: bus type USB registered [ 0.462037] usbcore: registered new interface driver usbfs [ 0.463399] usbcore: registered new interface driver hub [ 0.464726] usbcore: registered new device driver usb [ 0.466173] PCI: Using ACPI for IRQ routing [ 0.467661] NetLabel: Initializing [ 0.468619] NetLabel: domain hash size = 128 [ 0.469741] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470999] NetLabel: unlabeled traffic allowed by default [ 0.472543] clocksource: Switched to clocksource kvm-clock [ 0.482498] AppArmor: AppArmor Filesystem Enabled [ 0.483774] pnp: PnP ACPI init [ 0.484981] pnp: PnP ACPI: found 5 devices [ 0.491767] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494034] NET: Registered protocol family 2 [ 0.495411] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497107] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498693] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500263] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503237] NET: Registered protocol family 1 [ 0.504402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505831] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507251] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536241] Trying to unpack rootfs image as initramfs... [ 0.598065] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602847] Scanning for low memory corruption every 60 seconds [ 0.604988] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.606557] audit: initializing netlink subsys (disabled) [ 0.607996] audit: type=2000 audit(1535451415.407:1): initialized [ 0.609879] Initialise system trusted keyring [ 0.611210] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.612765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.615418] zbud: loaded [ 0.616377] VFS: Disk quotas dquot_6.6.0 [ 0.617471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619574] fuse init (API version 7.23) [ 0.620774] Key type big_key registered [ 0.621836] Allocating IMA MOK and blacklist keyrings. [ 0.623432] Key type asymmetric registered [ 0.624519] Asymmetric key parser 'x509' registered [ 0.625784] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627763] io scheduler noop registered [ 0.628859] io scheduler deadline registered (default) [ 0.630169] io scheduler cfq registered [ 0.631301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.632673] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.634347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.636251] ACPI: Power Button [PWRF] [ 0.637443] GHES: HEST is not enabled! [ 0.651223] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679807] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706667] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709566] Linux agpgart interface v0.103 [ 0.712858] brd: module loaded [ 0.715070] loop: module loaded [ 0.719369] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721292] GPT:90111 != 2097151 [ 0.722218] GPT:Alternate GPT header not at the end of the disk. [ 0.723655] GPT:90111 != 2097151 [ 0.724545] GPT: Use GNU Parted to correct GPT errors. [ 0.725791] vda: vda1 vda15 [ 0.727411] scsi host0: ata_piix [ 0.728440] scsi host1: ata_piix [ 0.729403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731010] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.732887] libphy: Fixed MDIO Bus: probed [ 0.733952] tun: Universal TUN/TAP device driver, 1.6 [ 0.735181] tun: (C) 1999-2004 Max Krasnyansky [ 0.738082] PPP generic driver version 2.4.2 [ 0.739316] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.740922] ehci-pci: EHCI PCI platform driver [ 0.742087] ehci-platform: EHCI generic platform driver [ 0.743518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745056] ohci-pci: OHCI PCI platform driver [ 0.746251] ohci-platform: OHCI generic platform driver [ 0.747600] uhci_hcd: USB Universal Host Controller Interface driver [ 0.761973] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763336] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765343] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.766711] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.768271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771907] usb usb1: Product: UHCI Host Controller [ 0.773183] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.774725] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776049] hub 1-0:1.0: USB hub found [ 0.777125] hub 1-0:1.0: 2 ports detected [ 0.778442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781312] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.782617] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784015] mousedev: PS/2 mouse device common for all mice [ 0.785706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788156] rtc_cmos 00:00: RTC can wake from S4 [ 0.789689] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.792925] i2c /dev entries driver [ 0.793976] device-mapper: uevent: version 1.0.3 [ 0.795280] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.797490] ledtrig-cpu: registered to indicate activity on CPUs [ 0.799326] NET: Registered protocol family 10 [ 0.800871] NET: Registered protocol family 17 [ 0.802077] Key type dns_resolver registered [ 0.803366] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.804857] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.807240] registered taskstats version 1 [ 0.808389] Loading compiled-in X.509 certificates [ 0.810204] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.812730] zswap: loaded using pool lzo/zbud [ 0.814817] Key type trusted registered [ 0.816971] Key type encrypted registered [ 0.818103] AppArmor: AppArmor sha1 policy hashing enabled [ 0.819520] ima: No TPM chip found, activating TPM-bypass! [ 0.820945] evm: HMAC attrs: 0x1 [ 0.822236] Magic number: 14:894:275 [ 0.823308] tty tty12: hash matches [ 0.824400] rtc_cmos 00:00: setting system clock to 2018-08-28 10:16:55 UTC (1535451415) [ 0.826617] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828132] EDD information not available. [ 0.894144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.896279] Write protecting the kernel read-only data: 14336k [ 0.899239] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.901683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.058142] 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.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCtt6Z/0Qkz11t7sbZsezMuyw2etAYp7stLLhUGW2SJxxpByJQmBaBQUsRb0tHBOpBpgwCYyhMBspoYXDA/SvK6QQjtBUeKFlPc39MM4JXGrmduM22iQM8ymCSKs5AlIOajmtLVxvFdjYpzHk5nFSBbXL1LOmMUyNRdL3U0cmqYQ1EFGBG/e4I6PpNUP4AD3S4a6LyLrBiQGIta7fW+gBHnM1IBAbBgLfGOBzPj7yQ7hyUxhfMnRWNBg/FAdAVrSQaWx5hktfrd7JmKk7/3QhDFXkA1ZruKbkVP3ahRHvA5jLkReWDrWIL7gi+ong7Lq1PeA+hq9rllHB8hbfuWCyif root@singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187 ssh-dss AAAAB3NzaC1kc3MAAACBAMYxpy+mLNSpHcgiMnpLwQSi6rvdSnFlkQnA6BaE81meqF7IrOjiGULIAnjWx+0zWNFHTUvdXX4TYnV+EBhiq487zGDKI9NESG5HvagU1Z4iixMg9Ql/bz4vIyoEV67y4iJtkF8vVdbCKfwGpqmzAGXIjpaSeilq9VJP7oiS63j/AAAAFQC1GOgnrIBmwPPT8TMmDIaka69gFQAAAIBOrkRig2TYA6gCTvOF0HIcJQPefPwbCw0S/tLwLwmbmOm/RmVhfROwAwJwMq5Hy7zKQlvchzRrgOwSvOSnNDG6S2P3wD7+mARB55bBhGBc0sPMKWK5bin+wwECsgBS2vDNp+SG/GCeqzFQGEciq7MI/EJC3PZ/LymoPFIIAe/CmQAAAIEAwm8qeDPpKBM0Npy8M2p2fB+0zO1CPU1SGEiS2zfIylZw5kdleTtGF5uDuS4gQ8ECJdCabB8Urz1p6zmcAGcNNlIjKk8IW18gQKNF4xSkYicjpSVqXINR6zchCszQo1bZ5zPa55uWIMmHby9rdZTICgetNNzlUUff8TW2URAMKeQ= root@singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.34s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe64:e454/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-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187 launch-index: 0 === cirros: current=0.4.0 uptime=4.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-83abd9b7-496b-4bdd-b032-58121e83d187 login: 2018-08-28 10:17:08,672 - paramiko.transport - DEBUG - starting thread (client mode): 0xe2f28410L 2018-08-28 10:17:08,672 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 10:17:08,672 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 10:17:08,672 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 10:17:08,674 - 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-08-28 10:17:08,674 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 10:17:08,674 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 10:17:08,674 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 10:17:08,674 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 10:17:08,674 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 10:17:08,691 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 10:17:08,692 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 10:17:08,703 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: d50af4e8b381229921c8d7b825bcb269 2018-08-28 10:17:08,704 - paramiko.transport - DEBUG - Trying discovered key 29c1f6e8a5adb0fb67816f172b560aee in /tmp/tmpKCs53T 2018-08-28 10:17:08,731 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 10:17:08,736 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 10:17:08,769 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 10:17:08,769 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 10:17:08,770 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 10:17:08,771 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 10:17:08,772 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 10:17:08,772 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-28 10:17:08,773 - functest.core.singlevm - DEBUG - error: 2018-08-28 10:17:08,777 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 10:17:08,890 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:17:08,890 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:17:08,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 10:17:08,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/83c19234-6a9d-4195-ae26-4cb0745e79a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:09,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82af4934-62ea-4f20-b2d7-5abcc35fc7f9 Content-Length: 0 Date: Tue, 28 Aug 2018 10:17:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:17:09,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/83c19234-6a9d-4195-ae26-4cb0745e79a8.json used request id req-82af4934-62ea-4f20-b2d7-5abcc35fc7f9 2018-08-28 10:17:09,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03452301025s 2018-08-28 10:17:09,931 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/83c19234-6a9d-4195-ae26-4cb0745e79a8.json used request id req-82af4934-62ea-4f20-b2d7-5abcc35fc7f9 2018-08-28 10:17:09,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:17:09,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:09,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f3e41ab4-95f6-442c-9dc9-cb1585898fe1 Date: Tue, 28 Aug 2018 10:17:09 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:17:09,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-f3e41ab4-95f6-442c-9dc9-cb1585898fe1 2018-08-28 10:17:09,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0458319187164s 2018-08-28 10:17:09,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-f3e41ab4-95f6-442c-9dc9-cb1585898fe1 2018-08-28 10:17:09,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:17:09,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:10,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24ae54e9-a8e8-4ec3-b5f4-291fc9b3c5af x-compute-request-id: req-24ae54e9-a8e8-4ec3-b5f4-291fc9b3c5af Content-Type: application/json 2018-08-28 10:17:10,189 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-24ae54e9-a8e8-4ec3-b5f4-291fc9b3c5af 2018-08-28 10:17:10,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.206076145172s 2018-08-28 10:17:10,190 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3 used request id req-24ae54e9-a8e8-4ec3-b5f4-291fc9b3c5af 2018-08-28 10:17:10,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:10,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:11,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-4e710745-dec9-45ac-8638-1d0e26f8a706 x-compute-request-id: req-4e710745-dec9-45ac-8638-1d0e26f8a706 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e4:54", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e4:54", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "rel": "bookmark"}], "image": {"id": "8975554f-3e95-450b-ae4a-b397810d0b89", "links": [{"href": "http://172.30.9.23:8774/images/8975554f-3e95-450b-ae4a-b397810d0b89", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:16:54.000000", "flavor": {"id": "28062eb9-48a4-471c-8cc3-1830f3ca1248", "links": [{"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "bookmark"}]}, "id": "413b35f9-e9e3-44ee-9ff8-e7b7fc5e18d3", "security_groups": [{"name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}], "user_id": "d08db1b319424fb1a6936f4767f7be07", "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-08-28T10:17:10Z", "hostId": "7824b458a8701d9d8c18abe2374f9ac45008667bb835c5f3647a188a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187", "name": "singlevm2-vm_83abd9b7-496b-4bdd-b032-58121e83d187", "created": "2018-08-28T10:16:46Z", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:11,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e710745-dec9-45ac-8638-1d0e26f8a706 2018-08-28 10:17:11,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13874387741s 2018-08-28 10:17:11,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e710745-dec9-45ac-8638-1d0e26f8a706 2018-08-28 10:17:11,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:13,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:13,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:13,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-65514c40-3ba5-478e-bf86-3a120ecbb644 x-compute-request-id: req-65514c40-3ba5-478e-bf86-3a120ecbb644 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:17:13,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65514c40-3ba5-478e-bf86-3a120ecbb644 2018-08-28 10:17:13,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0683569908142s 2018-08-28 10:17:13,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-65514c40-3ba5-478e-bf86-3a120ecbb644 2018-08-28 10:17:13,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:17:13,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:13,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-8e6a447d-9996-40de-9491-96b5c4f995c9 Date: Tue, 28 Aug 2018 10:17:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:36Z", "updated_at": "2018-08-28T10:16:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "06098d18-4073-477b-9125-9959a309d14a", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "30e9f3d2-9d3d-47e6-97b3-1b55873163c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "5a13a2fa-d955-4e76-97ac-90da2f04d56d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:36Z", "revision_number": 0, "id": "7ae012c6-5acb-4eed-8ac8-c17b7aaa9042", "remote_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:36Z", "security_group_id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 1, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "50fd3fea-d9aa-4172-bd76-3763d6f83034", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:43Z", "updated_at": "2018-08-28T10:16:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "142471ea-9aa7-4e56-96ed-ca7b270042b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "7ac5ab5d-684b-46a0-87b1-f6e37ba88503", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "aec3cc52-dc62-4dfa-bff0-6fe926f70c23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:16:43Z", "revision_number": 0, "id": "e329da31-7c90-43c9-97c2-57866d25c846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:16:43Z", "security_group_id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e79195e54e394a46865c61d2ee04b91b"}], "revision_number": 3, "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "f4316614-0b17-42c4-8493-6d813ff5bdf6", "name": "singlevm2-sg_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:17:13,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8e6a447d-9996-40de-9491-96b5c4f995c9 2018-08-28 10:17:13,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0451459884644s 2018-08-28 10:17:13,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8e6a447d-9996-40de-9491-96b5c4f995c9 2018-08-28 10:17:13,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 10:17:13,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f4316614-0b17-42c4-8493-6d813ff5bdf6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:13,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d82e4b2-be93-4f83-9637-7a408c4d1f10 Content-Length: 0 Date: Tue, 28 Aug 2018 10:17:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:17:13,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f4316614-0b17-42c4-8493-6d813ff5bdf6.json used request id req-8d82e4b2-be93-4f83-9637-7a408c4d1f10 2018-08-28 10:17:13,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.182840824127s 2018-08-28 10:17:13,639 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f4316614-0b17-42c4-8493-6d813ff5bdf6.json used request id req-8d82e4b2-be93-4f83-9637-7a408c4d1f10 2018-08-28 10:17:13,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 10:17:13,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:13,681 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:17: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-07a15aa9-d71c-46f9-aa37-b94a00b97127 x-compute-request-id: req-07a15aa9-d71c-46f9-aa37-b94a00b97127 Content-Length: 0 Content-Type: application/json 2018-08-28 10:17:13,681 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187 used request id req-07a15aa9-d71c-46f9-aa37-b94a00b97127 2018-08-28 10:17:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.042228937149s 2018-08-28 10:17:13,682 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_83abd9b7-496b-4bdd-b032-58121e83d187 used request id req-07a15aa9-d71c-46f9-aa37-b94a00b97127 2018-08-28 10:17:13,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:17:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" -d '{"subnet_id": "ea2cf7f4-154d-4ef6-b729-145968d315e5"}' 2018-08-28 10:17:15,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a4f06c1-6760-485a-8654-0cd577511a97 Date: Tue, 28 Aug 2018 10:17:15 GMT RESP BODY: {"network_id": "cbf175ab-4a12-4460-a7da-ddc7cd935317", "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "subnet_id": "ea2cf7f4-154d-4ef6-b729-145968d315e5", "subnet_ids": ["ea2cf7f4-154d-4ef6-b729-145968d315e5"], "port_id": "8673de37-65b2-4526-aa00-be4f644de974", "id": "218e927e-8b2b-4aa6-8b70-9110aa080744"} 2018-08-28 10:17:15,393 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/remove_router_interface.json used request id req-3a4f06c1-6760-485a-8654-0cd577511a97 2018-08-28 10:17:15,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71103286743s 2018-08-28 10:17:15,393 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744/remove_router_interface.json used request id req-3a4f06c1-6760-485a-8654-0cd577511a97 returning object 218e927e-8b2b-4aa6-8b70-9110aa080744 2018-08-28 10:17:15,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:17:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:15,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-f7b7aee3-ca0f-4e56-9a94-5696d19b7b75 Date: Tue, 28 Aug 2018 10:17:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e79195e54e394a46865c61d2ee04b91b", "created_at": "2018-08-28T10:16:37Z", "admin_state_up": true, "updated_at": "2018-08-28T10:17:14Z", "revision_number": 4, "routes": [], "project_id": "e79195e54e394a46865c61d2ee04b91b", "id": "218e927e-8b2b-4aa6-8b70-9110aa080744", "name": "singlevm2-router_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:17:15,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f7b7aee3-ca0f-4e56-9a94-5696d19b7b75 2018-08-28 10:17:15,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109121084213s 2018-08-28 10:17:15,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f7b7aee3-ca0f-4e56-9a94-5696d19b7b75 2018-08-28 10:17:15,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:17:15,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:16,794 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57469407-ecdc-4419-bf22-c65e613c6d90 Content-Length: 0 Date: Tue, 28 Aug 2018 10:17:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:17:16,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744.json used request id req-57469407-ecdc-4419-bf22-c65e613c6d90 2018-08-28 10:17:16,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28953099251s 2018-08-28 10:17:16,795 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/218e927e-8b2b-4aa6-8b70-9110aa080744.json used request id req-57469407-ecdc-4419-bf22-c65e613c6d90 2018-08-28 10:17:16,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:17:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:16,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c8fa61fb-4338-4496-aad6-49ad9f649e2e Date: Tue, 28 Aug 2018 10:17:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:16:37Z","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":"e79195e54e394a46865c61d2ee04b91b","id":"ea2cf7f4-154d-4ef6-b729-145968d315e5","subnetpool_id":null,"name":"singlevm2-subnet_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:17:16,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c8fa61fb-4338-4496-aad6-49ad9f649e2e 2018-08-28 10:17:16,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.045982837677s 2018-08-28 10:17:16,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c8fa61fb-4338-4496-aad6-49ad9f649e2e 2018-08-28 10:17:16,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:17:16,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ea2cf7f4-154d-4ef6-b729-145968d315e5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:17,992 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9fb9664-49a9-4bd7-a51a-8afa47bb435f Date: Tue, 28 Aug 2018 10:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:17:17,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ea2cf7f4-154d-4ef6-b729-145968d315e5.json used request id req-c9fb9664-49a9-4bd7-a51a-8afa47bb435f 2018-08-28 10:17:17,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14851999283s 2018-08-28 10:17:17,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ea2cf7f4-154d-4ef6-b729-145968d315e5.json used request id req-c9fb9664-49a9-4bd7-a51a-8afa47bb435f 2018-08-28 10:17:17,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:17,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:18,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-5a11410b-103d-43fd-b4d5-4cdedc0205d2 Date: Tue, 28 Aug 2018 10:17:18 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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:17:17Z","tenant_id":"e79195e54e394a46865c61d2ee04b91b","created_at":"2018-08-28T10:16:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e79195e54e394a46865c61d2ee04b91b","id":"cbf175ab-4a12-4460-a7da-ddc7cd935317","name":"singlevm2-net_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:17:18,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5a11410b-103d-43fd-b4d5-4cdedc0205d2 2018-08-28 10:17:18,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.096832036972s 2018-08-28 10:17:18,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5a11410b-103d-43fd-b4d5-4cdedc0205d2 2018-08-28 10:17:18,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:17:18,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/cbf175ab-4a12-4460-a7da-ddc7cd935317.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:19,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-feefe528-4eef-468c-99c5-9d69253732f4 Date: Tue, 28 Aug 2018 10:17:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:17:19,358 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cbf175ab-4a12-4460-a7da-ddc7cd935317.json used request id req-feefe528-4eef-468c-99c5-9d69253732f4 2018-08-28 10:17:19,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26677894592s 2018-08-28 10:17:19,358 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cbf175ab-4a12-4460-a7da-ddc7cd935317.json used request id req-feefe528-4eef-468c-99c5-9d69253732f4 2018-08-28 10:17:19,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:17:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:20,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9aa51c27-1b65-490d-ba29-30383a95a4f5 Date: Tue, 28 Aug 2018 10:17:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:16:42Z", "file": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89/file", "owner": "e79195e54e394a46865c61d2ee04b91b", "id": "8975554f-3e95-450b-ae4a-b397810d0b89", "size": 12716032, "self": "/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/8975554f-3e95-450b-ae4a-b397810d0b89/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_83abd9b7-496b-4bdd-b032-58121e83d187", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:17:20,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9aa51c27-1b65-490d-ba29-30383a95a4f5 2018-08-28 10:17:20,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765254974365s 2018-08-28 10:17:20,129 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9aa51c27-1b65-490d-ba29-30383a95a4f5 2018-08-28 10:17:20,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:17:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f7dc89d1fd2ca7b272fb86eb0714f913173a4c0" 2018-08-28 10:17:20,818 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a8a250c-eede-450c-9d2c-1cb59f749b22 Date: Tue, 28 Aug 2018 10:17:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:17:20,818 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89 used request id req-5a8a250c-eede-450c-9d2c-1cb59f749b22 2018-08-28 10:17:20,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.686748027802s 2018-08-28 10:17:20,818 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8975554f-3e95-450b-ae4a-b397810d0b89 used request id req-5a8a250c-eede-450c-9d2c-1cb59f749b22 2018-08-28 10:17:20,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:17:20,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:20,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab749c15-47bd-4f87-971e-5c639778bd62 x-compute-request-id: req-ab749c15-47bd-4f87-971e-5c639778bd62 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_83abd9b7-496b-4bdd-b032-58121e83d187", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248", "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": "28062eb9-48a4-471c-8cc3-1830f3ca1248"}]} 2018-08-28 10:17:20,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ab749c15-47bd-4f87-971e-5c639778bd62 2018-08-28 10:17:20,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0392129421234s 2018-08-28 10:17:20,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ab749c15-47bd-4f87-971e-5c639778bd62 2018-08-28 10:17:20,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:17:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:20,891 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:17:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a526c2c7-e631-463e-b2a1-d7efe8c71aeb x-compute-request-id: req-a526c2c7-e631-463e-b2a1-d7efe8c71aeb Content-Length: 0 Content-Type: application/json 2018-08-28 10:17:20,892 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248 used request id req-a526c2c7-e631-463e-b2a1-d7efe8c71aeb 2018-08-28 10:17:20,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0318109989166s 2018-08-28 10:17:20,892 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/28062eb9-48a4-471c-8cc3-1830f3ca1248 used request id req-a526c2c7-e631-463e-b2a1-d7efe8c71aeb 2018-08-28 10:17:20,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:17:20,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:21,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c05d62d-430d-484c-997f-762a03b40fae Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187", "links": {"self": "http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d08db1b319424fb1a6936f4767f7be07", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:17:21,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8c05d62d-430d-484c-997f-762a03b40fae 2018-08-28 10:17:21,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20642209053s 2018-08-28 10:17:21,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8c05d62d-430d-484c-997f-762a03b40fae 2018-08-28 10:17:21,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:17:21,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:21,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47181e3-b355-44ff-9ffc-de3dddc169e3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_83abd9b7-496b-4bdd-b032-58121e83d187", "links": {"self": "http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d08db1b319424fb1a6936f4767f7be07", "description": null}} 2018-08-28 10:17:21,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 used request id req-c47181e3-b355-44ff-9ffc-de3dddc169e3 2018-08-28 10:17:21,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192627906799s 2018-08-28 10:17:21,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 used request id req-c47181e3-b355-44ff-9ffc-de3dddc169e3 2018-08-28 10:17:21,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:17:21,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:21,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71c6ec30-29c3-45dc-a25c-993873cb6cf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:17:21,610 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 used request id req-71c6ec30-29c3-45dc-a25c-993873cb6cf5 2018-08-28 10:17:21,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.310199975967s 2018-08-28 10:17:21,610 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d08db1b319424fb1a6936f4767f7be07 used request id req-71c6ec30-29c3-45dc-a25c-993873cb6cf5 2018-08-28 10:17:21,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:17:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:21,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9271d9-651d-4279-8126-4a5dea894f20 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b"}, "tags": [], "enabled": true, "id": "e79195e54e394a46865c61d2ee04b91b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_83abd9b7-496b-4bdd-b032-58121e83d187"}]} 2018-08-28 10:17:21,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0b9271d9-651d-4279-8126-4a5dea894f20 2018-08-28 10:17:21,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186736106873s 2018-08-28 10:17:21,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0b9271d9-651d-4279-8126-4a5dea894f20 2018-08-28 10:17:21,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:17:21,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8378ffaf650acecc7aecdd32761cbbf30b95778e" 2018-08-28 10:17:22,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb417047-b043-417e-9012-08b6494a5f31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:17:22,101 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b used request id req-eb417047-b043-417e-9012-08b6494a5f31 2018-08-28 10:17:22,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.292862892151s 2018-08-28 10:17:22,102 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e79195e54e394a46865c61d2ee04b91b used request id req-eb417047-b043-417e-9012-08b6494a5f31 2018-08-28 10:17:22,153 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-28 10:17:22,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:17:22,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:17:22,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:17:22,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:17:22,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:17:22,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f3d979-7f71-4b6b-ac8a-16b2c4c932ee Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:17:22,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24f3d979-7f71-4b6b-ac8a-16b2c4c932ee 2018-08-28 10:17:22,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:17:22,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["KkJJKpZdSey1582YVuHpXQ"], "issued_at": "2018-08-28T10:17:22.000000Z"}} 2018-08-28 10:17:22,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:22,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:22,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e5b59f1c-5471-46a2-b52e-65c51e1982a9 Date: Tue, 28 Aug 2018 10:17:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:17:22,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5b59f1c-5471-46a2-b52e-65c51e1982a9 2018-08-28 10:17:22,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321946144104s 2018-08-28 10:17:22,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5b59f1c-5471-46a2-b52e-65c51e1982a9 2018-08-28 10:17:22,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:17:22,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71f10bd4-4a15-406c-9943-6e6ad0fe410a 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:17:22,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-71f10bd4-4a15-406c-9943-6e6ad0fe410a 2018-08-28 10:17:22,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:17:22,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:23,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64bb267b-eca1-4dcb-87d6-83d285985bf1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:17:23,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-64bb267b-eca1-4dcb-87d6-83d285985bf1 2018-08-28 10:17:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18806886673s 2018-08-28 10:17:23,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-64bb267b-eca1-4dcb-87d6-83d285985bf1 2018-08-28 10:17:23,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:17:23,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}}' 2018-08-28 10:17:23,343 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42e7c2b8-4414-4e60-a743-0f2440f9f225 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.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca"}, "tags": [], "enabled": true, "id": "d09714ac9089427c81cdd2171f9902ca", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}} 2018-08-28 10:17:23,343 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-42e7c2b8-4414-4e60-a743-0f2440f9f225 2018-08-28 10:17:23,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.216840982437s 2018-08-28 10:17:23,344 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-42e7c2b8-4414-4e60-a743-0f2440f9f225 2018-08-28 10:17:23,344 - 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'd09714ac9089427c81cdd2171f9902ca', '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_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'}) 2018-08-28 10:17:23,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:17:23,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b5905f91-4e65-4548-bb1a-368818866f50", "email": null, "name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}}' 2018-08-28 10:17:23,842 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e3429c-8e93-4b90-a584-5a43d299157e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": {"self": "http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e1fb2799f43b44ffaf3ca9d657d8a303", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:17:23,842 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-55e3429c-8e93-4b90-a584-5a43d299157e 2018-08-28 10:17:23,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.490962982178s 2018-08-28 10:17:23,843 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-55e3429c-8e93-4b90-a584-5a43d299157e 2018-08-28 10:17:23,843 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e1fb2799f43b44ffaf3ca9d657d8a303', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'}) 2018-08-28 10:17:23,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:17:23,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:23,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83260e1c-618e-47c6-a50c-eab80a426856 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:17:23,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-83260e1c-618e-47c6-a50c-eab80a426856 2018-08-28 10:17:23,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103400945663s 2018-08-28 10:17:23,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-83260e1c-618e-47c6-a50c-eab80a426856 2018-08-28 10:17:23,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:17:23,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97a678f-b9d5-4403-84cc-6f18013a9725 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:17:24,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f97a678f-b9d5-4403-84cc-6f18013a9725 2018-08-28 10:17:24,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101067781448s 2018-08-28 10:17:24,058 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f97a678f-b9d5-4403-84cc-6f18013a9725 2018-08-28 10:17:24,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:17:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358b525c-fe3d-48d6-b449-8c697af9ee8f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:17:24,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-358b525c-fe3d-48d6-b449-8c697af9ee8f 2018-08-28 10:17:24,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.140718221664s 2018-08-28 10:17:24,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-358b525c-fe3d-48d6-b449-8c697af9ee8f 2018-08-28 10:17:24,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:17:24,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a880b6cf-21e1-465c-9ac5-b4983a1176be Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:17:24,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a880b6cf-21e1-465c-9ac5-b4983a1176be 2018-08-28 10:17:24,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185548782349s 2018-08-28 10:17:24,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a880b6cf-21e1-465c-9ac5-b4983a1176be 2018-08-28 10:17:24,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:17:24,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d1402b-0e18-4dc6-b631-151e807b39c5 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": {"self": "http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e1fb2799f43b44ffaf3ca9d657d8a303", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:17:24,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a9d1402b-0e18-4dc6-b631-151e807b39c5 2018-08-28 10:17:24,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201615095139s 2018-08-28 10:17:24,598 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a9d1402b-0e18-4dc6-b631-151e807b39c5 2018-08-28 10:17:24,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:17:24,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106799eb-fb32-4b55-826a-990ebfeafd81 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca"}, "tags": [], "enabled": true, "id": "d09714ac9089427c81cdd2171f9902ca", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:17:24,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-106799eb-fb32-4b55-826a-990ebfeafd81 2018-08-28 10:17:24,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178295850754s 2018-08-28 10:17:24,788 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-106799eb-fb32-4b55-826a-990ebfeafd81 2018-08-28 10:17:24,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:17:24,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e1fb2799f43b44ffaf3ca9d657d8a303&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=d09714ac9089427c81cdd2171f9902ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:24,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4070a7c-c57a-46b7-b8af-248b4930d0c9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e1fb2799f43b44ffaf3ca9d657d8a303&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=d09714ac9089427c81cdd2171f9902ca", "previous": null, "next": null}} 2018-08-28 10:17:24,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e1fb2799f43b44ffaf3ca9d657d8a303&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=d09714ac9089427c81cdd2171f9902ca used request id req-e4070a7c-c57a-46b7-b8af-248b4930d0c9 2018-08-28 10:17:24,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.142060041428s 2018-08-28 10:17:24,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e1fb2799f43b44ffaf3ca9d657d8a303&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=d09714ac9089427c81cdd2171f9902ca used request id req-e4070a7c-c57a-46b7-b8af-248b4930d0c9 2018-08-28 10:17:24,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:17:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca/users/e1fb2799f43b44ffaf3ca9d657d8a303/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:17:25,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4274d38-a3b3-4151-bfeb-f467d61b733b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:17:25,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca/users/e1fb2799f43b44ffaf3ca9d657d8a303/roles/2318336d80e24a9a9f8531007b44d834 used request id req-a4274d38-a3b3-4151-bfeb-f467d61b733b 2018-08-28 10:17:25,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.198037147522s 2018-08-28 10:17:25,140 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca/users/e1fb2799f43b44ffaf3ca9d657d8a303/roles/2318336d80e24a9a9f8531007b44d834 used request id req-a4274d38-a3b3-4151-bfeb-f467d61b733b 2018-08-28 10:17:25,140 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 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'd09714ac9089427c81cdd2171f9902ca', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b5905f91-4e65-4548-bb1a-368818866f50', 'username': u'vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:17:25,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:17:25,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:17:25,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:17:25,146 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'password': 'b5905f91-4e65-4548-bb1a-368818866f50', 'project_name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'd09714ac9089427c81cdd2171f9902ca', 'project_domain_name': 'Default'} 2018-08-28 10:17:25,146 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-28 10:17:25,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:17:25,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12991d43-1590-47e8-b13e-e9a30b462a11 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:17:25,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12991d43-1590-47e8-b13e-e9a30b462a11 2018-08-28 10:17:25,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:17:25,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d09714ac9089427c81cdd2171f9902ca", "name": "vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_d09714ac9089427c81cdd2171f9902ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_d09714ac9089427c81cdd2171f9902ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/d09714ac9089427c81cdd2171f9902ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/d09714ac9089427c81cdd2171f9902ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/d09714ac9089427c81cdd2171f9902ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/d09714ac9089427c81cdd2171f9902ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/d09714ac9089427c81cdd2171f9902ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/d09714ac9089427c81cdd2171f9902ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/d09714ac9089427c81cdd2171f9902ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "id": "e1fb2799f43b44ffaf3ca9d657d8a303"}, "audit_ids": ["Ilzh4McpQ-WGtf0TKDTR5w"], "issued_at": "2018-08-28T10:17:25.000000Z"}} 2018-08-28 10:17:25,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:17:25,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"network": {"name": "vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "admin_state_up": true}}' 2018-08-28 10:17:26,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-0d8542d1-fbc7-42fa-b594-09aa43a983d9 Date: Tue, 28 Aug 2018 10:17:26 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:17:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}} 2018-08-28 10:17:26,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0d8542d1-fbc7-42fa-b594-09aa43a983d9 2018-08-28 10:17:26,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.821976900101s 2018-08-28 10:17:26,373 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0d8542d1-fbc7-42fa-b594-09aa43a983d9 2018-08-28 10:17:26,373 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:17:26Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'30da3697-37c5-4a2b-b686-e68fb15040b2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', u'admin_state_up': True, u'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', u'created_at': u'2018-08-28T10:17:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd09714ac9089427c81cdd2171f9902ca'}) 2018-08-28 10:17:26,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:26,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-e3cdc07b-faa9-40e3-bc8e-b6d3a8a7ec75 Date: Tue, 28 Aug 2018 10:17:26 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-08-28T10:17:26Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:17:26,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3cdc07b-faa9-40e3-bc8e-b6d3a8a7ec75 2018-08-28 10:17:26,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.140746116638s 2018-08-28 10:17:26,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3cdc07b-faa9-40e3-bc8e-b6d3a8a7ec75 2018-08-28 10:17:26,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:17:26,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"subnet": {"name": "vping_ssh-subnet_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "enable_dhcp": true, "network_id": "30da3697-37c5-4a2b-b686-e68fb15040b2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:17:27,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-aeb4fbaf-4790-49b6-bd08-448bf0c6d2a7 Date: Tue, 28 Aug 2018 10:17:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:17:26Z","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":"d09714ac9089427c81cdd2171f9902ca","id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","subnetpool_id":null,"name":"vping_ssh-subnet_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}} 2018-08-28 10:17:27,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aeb4fbaf-4790-49b6-bd08-448bf0c6d2a7 2018-08-28 10:17:27,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.634639978409s 2018-08-28 10:17:27,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-aeb4fbaf-4790-49b6-bd08-448bf0c6d2a7 2018-08-28 10:17:27,152 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:17:26Z', 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'c81f8be6-ec1d-4070-9b76-2422e0ada373', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', u'enable_dhcp': True, u'network_id': u'30da3697-37c5-4a2b-b686-e68fb15040b2', u'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', u'created_at': u'2018-08-28T10:17:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd09714ac9089427c81cdd2171f9902ca'}) 2018-08-28 10:17:27,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:17:27,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "vping_ssh-router_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "admin_state_up": true}}' 2018-08-28 10:17:28,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-8c751b9c-36fd-4269-876f-1fb774dfc0dc Date: Tue, 28 Aug 2018 10:17:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:27Z", "admin_state_up": true, "updated_at": "2018-08-28T10:17:28Z", "revision_number": 2, "routes": [], "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "a10489e3-d77f-4f80-a75f-9b5880a15180", "name": "vping_ssh-router_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}} 2018-08-28 10:17:28,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c751b9c-36fd-4269-876f-1fb774dfc0dc 2018-08-28 10:17:28,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21662807465s 2018-08-28 10:17:28,370 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c751b9c-36fd-4269-876f-1fb774dfc0dc 2018-08-28 10:17:28,370 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', u'created_at': u'2018-08-28T10:17:27Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:17:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'd09714ac9089427c81cdd2171f9902ca', u'id': u'a10489e3-d77f-4f80-a75f-9b5880a15180', u'name': u'vping_ssh-router_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'}) 2018-08-28 10:17:28,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:17:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"subnet_id": "c81f8be6-ec1d-4070-9b76-2422e0ada373"}' 2018-08-28 10:17:30,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1402362a-94ae-4f5c-9e6b-75b50b1f1575 Date: Tue, 28 Aug 2018 10:17:30 GMT RESP BODY: {"network_id": "30da3697-37c5-4a2b-b686-e68fb15040b2", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "subnet_id": "c81f8be6-ec1d-4070-9b76-2422e0ada373", "subnet_ids": ["c81f8be6-ec1d-4070-9b76-2422e0ada373"], "port_id": "ba78293c-3677-4743-afb0-c4d54d094b55", "id": "a10489e3-d77f-4f80-a75f-9b5880a15180"} 2018-08-28 10:17:30,184 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/add_router_interface.json used request id req-1402362a-94ae-4f5c-9e6b-75b50b1f1575 2018-08-28 10:17:30,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.81315493584s 2018-08-28 10:17:30,184 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/add_router_interface.json used request id req-1402362a-94ae-4f5c-9e6b-75b50b1f1575 returning object a10489e3-d77f-4f80-a75f-9b5880a15180 2018-08-28 10:17:30,185 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:17:30,306 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:17:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:17:30,313 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:17:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:17:30,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:17:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:30,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8a1565ef-df7e-4315-ad6c-0b63f21a9b7b Date: Tue, 28 Aug 2018 10:17:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:17:30,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8a1565ef-df7e-4315-ad6c-0b63f21a9b7b 2018-08-28 10:17:30,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271196842194s 2018-08-28 10:17:30,590 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8a1565ef-df7e-4315-ad6c-0b63f21a9b7b 2018-08-28 10:17:30,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:17:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}' 2018-08-28 10:17:30,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-55d1599f-2ad6-4370-b405-1a62969a8360 Date: Tue, 28 Aug 2018 10:17:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:17:30Z", "file": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file", "owner": "d09714ac9089427c81cdd2171f9902ca", "id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "size": null, "self": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "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_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "checksum": null, "created_at": "2018-08-28T10:17:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:17:30,668 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-55d1599f-2ad6-4370-b405-1a62969a8360 2018-08-28 10:17:30,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0690400600433s 2018-08-28 10:17:30,668 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-55d1599f-2ad6-4370-b405-1a62969a8360 returning object 22a5d959-5008-48c2-bee5-fafa08cbb09f 2018-08-28 10:17:30,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:17:30,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/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}653237f3dee457d87d9889a87b20bcf191379dae" -d '' 2018-08-28 10:17:31,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93b83db6-8169-4744-ad57-44a193250ac9 Date: Tue, 28 Aug 2018 10:17:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:17:31,219 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file used request id req-93b83db6-8169-4744-ad57-44a193250ac9 2018-08-28 10:17:31,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.550889015198s 2018-08-28 10:17:31,220 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file used request id req-93b83db6-8169-4744-ad57-44a193250ac9 2018-08-28 10:17:31,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:17:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:31,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9133170c-6e4e-4b45-a0f1-dd8692fa2386 Date: Tue, 28 Aug 2018 10:17:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:17:31Z", "file": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file", "owner": "d09714ac9089427c81cdd2171f9902ca", "id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "size": 12716032, "self": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:17:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:17:31,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9133170c-6e4e-4b45-a0f1-dd8692fa2386 2018-08-28 10:17:31,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.126806020737s 2018-08-28 10:17:31,353 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9133170c-6e4e-4b45-a0f1-dd8692fa2386 2018-08-28 10:17:31,355 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file', 'owner': u'd09714ac9089427c81cdd2171f9902ca', 'id': u'22a5d959-5008-48c2-bee5-fafa08cbb09f', 'size': 12716032, u'self': u'/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd09714ac9089427c81cdd2171f9902ca', 'name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:17:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:17:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', '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/22a5d959-5008-48c2-bee5-fafa08cbb09f', 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_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'created': u'2018-08-28T10:17:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:17:30Z', 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/22a5d959-5008-48c2-bee5-fafa08cbb09f', 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_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:17:31,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:17:31,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:17:31,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-e0a33ece-4c8e-4c10-920c-bc18ba039f3b x-compute-request-id: req-e0a33ece-4c8e-4c10-920c-bc18ba039f3b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "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": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4"}} 2018-08-28 10:17:31,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e0a33ece-4c8e-4c10-920c-bc18ba039f3b 2018-08-28 10:17:31,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.291531085968s 2018-08-28 10:17:31,648 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e0a33ece-4c8e-4c10-920c-bc18ba039f3b 2018-08-28 10:17:31,649 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4', 'swap': 0}) 2018-08-28 10:17:31,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:17:31,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4/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}21a6ec27544fbe0c5966b652cec913ea90034d1e" -d '{"extra_specs": {}}' 2018-08-28 10:17:31,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f76746f-98c7-4876-a7e8-49aafe559057 x-compute-request-id: req-0f76746f-98c7-4876-a7e8-49aafe559057 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:17:31,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4/os-extra_specs used request id req-0f76746f-98c7-4876-a7e8-49aafe559057 2018-08-28 10:17:31,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233469009399s 2018-08-28 10:17:31,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4/os-extra_specs used request id req-0f76746f-98c7-4876-a7e8-49aafe559057 2018-08-28 10:17:31,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 10:17:31,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"keypair": {"name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}}' 2018-08-28 10:17:32,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-fc83a033-b335-4f36-a1d1-50f974299b29 x-compute-request-id: req-fc83a033-b335-4f36-a1d1-50f974299b29 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuGnUlto3eA+bp4fDWRYIT1FTQyIffS2FZ78Pyj00d/jrIp6ilgoMxWpvLFJPqqALNn0Jp0axB1Dx+xlRbRG88NLhNlM+wlU936470poHB4lGBu2iAU3NB4SlgwZXI/SAybvh3YqyESKcLld4JrJ0FiWcGX7kd2B8E+i+Q9yV/c9i8mRMIg2SEZ2QOfjKxotyYfs+u4HgoSVKvqkitDz7mFqjUT1TbM/Sm5H0f0hcMuItVJMsOYwCvE1S6NeJZA5fK1SCF0ZdYKcN99KKj/jib5C25jek1k+7oiT0lbH/yQTya5a7SxO1orcXmtWr6XTckntZG2E0L4IQZ7Sm78fsf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArhp1JbaN3gPm6eHw1kWCE9RU0MiH30thWe/D8o9NHf46yKeo\npYKDMVqbyxST6qgCzZ9CadGsQdQ8fsZUW0RvPDS4TZTPsJVPd+uO9KaBweJRgbto\ngFNzQeEpYMGVyP0gMm74d2KshEinC5XeCaydBYlnBl+5HdgfBPovkPclf3PYvJkT\nCINkhGdkDn4ysaLcmH7PruB4KElSr6pIrQ8+5hao1E9U2zP0puR9H9IXDLiLVSTL\nDmMArxNUujXiWQOXytUghdGXWCnDffSio/44m+QtuY3pNZPu6Ik9JWx/8kE8muWu\n0sTtaK3F5rVq+l03JJ7WRthNC+CEGe0pu/H7HwIDAQABAoIBAQCKYsVS4LQLEJbu\nuISyDDXEhTWVbo9xUX1j+0yI9JabjIQ1Ee7e/8o/5IGI/iZEkp8HydsEOYDuIkCj\nlAlhMhgohs8n+2zKMyQjcb0DgYYKElYvBEOgHLS0XMCDA9yHEYwSClq8qlXuH8GH\nV+xRTD7TM9AMJPIDYtHlJufAFnJbxuy4/XzcDbPIPbfnI9rYG3UcxC5yd857JtpK\nkz9rhf/RA03bWCysnxaBLnd1k+Z/mKjPXBYEz38LFc1ZjuV7yJx7imNHAvvRTI71\nH7zs1P6n1HmqGu/8cI74LvhRxzZDLe5m4k6XAZMXNHzXalo9WJM2pgom+c5FPLxm\nnjyu5EWhAoGBAOLLgzXfOSM1nlyaFREL49vo995sekfS/DFi2bssdp/b8dY5UEvt\nAAoJlfZBxPkMr5+tsCvk6STATQvWXkT2jZi2yty2qk7Ae5VWAhKO1MYr0BgajfZi\n+j+kNvB5eyr+/CtBB8lkyCAvfsZz+rtrTqIXc17mz7cNjONIorX/9zYdAoGBAMSF\n693IYrCyijP0hR0vdJfKvxaTdKv26z+GvOKqLz2QEyz/VoLDkRjyKdzFRChrzTLu\nppWaow/f9+DnootOYVrMsFZl+Xy+FuACVFRNIxmkBJZEVhjh+EeR3GQjmbLIl6Qr\nS2u0KgDwQZf4rfqX1H3R73y8lNYU6wW+EoyslUFrAoGAIrEw5Ae+bMVh8RZczJu+\nAkCz0eFUHzKGA2P0nG4jwzZY2wUvZD3fuKlYuC+9Wr93Cfz+qug8RbPo1Tu4deIl\nLMwhYfvLN3q4LNLYRFB2+c1v6o/9UUg4sY2EHernTV9t4Yv0DfmNp2a8hMzu+MZk\nY+Ukb8rs0TqQZ6APy7lY7n0CgYA3L/SAn5k3TawJ0wzemUkAp2rqCBang/ukJ047\nyNbjTuZTqJC+v/SrMLYYzTzKrRs+xk35jSdledu+SM4YmLY2LW0HljNtmGQMHBta\nYR8OQEUZfa8/5ZU3Y/qkFGtBDZun+pB/emShRtbkum0BBkoh2yaJvNt/Evi88Bd9\ncamoaQKBgQCJ4Bnybdu3W5aixtOHxhPgG5PSvyVBdWrUiDGg+eZpl06/5KAgbUa5\nNynHEzPZ89FpnhD9XR5+K/bevz/fhoLm8f7UhEjmpnpN1UGvHBwunkSpGOz1xPgy\n/ZKRAgMX8y6P6PS8JJxYEvQltdE6H1rC/0DuPxW+022/OT9sKnhbMw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "fingerprint": "80:fd:8b:f5:0d:6d:3f:cc:c1:67:ee:92:b6:47:2d:17"}} 2018-08-28 10:17:32,272 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-fc83a033-b335-4f36-a1d1-50f974299b29 2018-08-28 10:17:32,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.597912788391s 2018-08-28 10:17:32,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-fc83a033-b335-4f36-a1d1-50f974299b29 2018-08-28 10:17:32,273 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuGnUlto3eA+bp4fDWRYIT1FTQyIffS2FZ78Pyj00d/jrIp6ilgoMxWpvLFJPqqALNn0Jp0axB1Dx+xlRbRG88NLhNlM+wlU936470poHB4lGBu2iAU3NB4SlgwZXI/SAybvh3YqyESKcLld4JrJ0FiWcGX7kd2B8E+i+Q9yV/c9i8mRMIg2SEZ2QOfjKxotyYfs+u4HgoSVKvqkitDz7mFqjUT1TbM/Sm5H0f0hcMuItVJMsOYwCvE1S6NeJZA5fK1SCF0ZdYKcN99KKj/jib5C25jek1k+7oiT0lbH/yQTya5a7SxO1orcXmtWr6XTckntZG2E0L4IQZ7Sm78fsf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArhp1JbaN3gPm6eHw1kWCE9RU0MiH30thWe/D8o9NHf46yKeo\npYKDMVqbyxST6qgCzZ9CadGsQdQ8fsZUW0RvPDS4TZTPsJVPd+uO9KaBweJRgbto\ngFNzQeEpYMGVyP0gMm74d2KshEinC5XeCaydBYlnBl+5HdgfBPovkPclf3PYvJkT\nCINkhGdkDn4ysaLcmH7PruB4KElSr6pIrQ8+5hao1E9U2zP0puR9H9IXDLiLVSTL\nDmMArxNUujXiWQOXytUghdGXWCnDffSio/44m+QtuY3pNZPu6Ik9JWx/8kE8muWu\n0sTtaK3F5rVq+l03JJ7WRthNC+CEGe0pu/H7HwIDAQABAoIBAQCKYsVS4LQLEJbu\nuISyDDXEhTWVbo9xUX1j+0yI9JabjIQ1Ee7e/8o/5IGI/iZEkp8HydsEOYDuIkCj\nlAlhMhgohs8n+2zKMyQjcb0DgYYKElYvBEOgHLS0XMCDA9yHEYwSClq8qlXuH8GH\nV+xRTD7TM9AMJPIDYtHlJufAFnJbxuy4/XzcDbPIPbfnI9rYG3UcxC5yd857JtpK\nkz9rhf/RA03bWCysnxaBLnd1k+Z/mKjPXBYEz38LFc1ZjuV7yJx7imNHAvvRTI71\nH7zs1P6n1HmqGu/8cI74LvhRxzZDLe5m4k6XAZMXNHzXalo9WJM2pgom+c5FPLxm\nnjyu5EWhAoGBAOLLgzXfOSM1nlyaFREL49vo995sekfS/DFi2bssdp/b8dY5UEvt\nAAoJlfZBxPkMr5+tsCvk6STATQvWXkT2jZi2yty2qk7Ae5VWAhKO1MYr0BgajfZi\n+j+kNvB5eyr+/CtBB8lkyCAvfsZz+rtrTqIXc17mz7cNjONIorX/9zYdAoGBAMSF\n693IYrCyijP0hR0vdJfKvxaTdKv26z+GvOKqLz2QEyz/VoLDkRjyKdzFRChrzTLu\nppWaow/f9+DnootOYVrMsFZl+Xy+FuACVFRNIxmkBJZEVhjh+EeR3GQjmbLIl6Qr\nS2u0KgDwQZf4rfqX1H3R73y8lNYU6wW+EoyslUFrAoGAIrEw5Ae+bMVh8RZczJu+\nAkCz0eFUHzKGA2P0nG4jwzZY2wUvZD3fuKlYuC+9Wr93Cfz+qug8RbPo1Tu4deIl\nLMwhYfvLN3q4LNLYRFB2+c1v6o/9UUg4sY2EHernTV9t4Yv0DfmNp2a8hMzu+MZk\nY+Ukb8rs0TqQZ6APy7lY7n0CgYA3L/SAn5k3TawJ0wzemUkAp2rqCBang/ukJ047\nyNbjTuZTqJC+v/SrMLYYzTzKrRs+xk35jSdledu+SM4YmLY2LW0HljNtmGQMHBta\nYR8OQEUZfa8/5ZU3Y/qkFGtBDZun+pB/emShRtbkum0BBkoh2yaJvNt/Evi88Bd9\ncamoaQKBgQCJ4Bnybdu3W5aixtOHxhPgG5PSvyVBdWrUiDGg+eZpl06/5KAgbUa5\nNynHEzPZ89FpnhD9XR5+K/bevz/fhoLm8f7UhEjmpnpN1UGvHBwunkSpGOz1xPgy\n/ZKRAgMX8y6P6PS8JJxYEvQltdE6H1rC/0DuPxW+022/OT9sKnhbMw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e1fb2799f43b44ffaf3ca9d657d8a303', 'name': u'vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'created_at': '2018-08-28T10:17:32.273353', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd09714ac9089427c81cdd2171f9902ca', 'name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'80:fd:8b:f5:0d:6d:3f:cc:c1:67:ee:92:b6:47:2d:17', 'type': 'ssh', 'id': u'vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'}) 2018-08-28 10:17:32,273 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArhp1JbaN3gPm6eHw1kWCE9RU0MiH30thWe/D8o9NHf46yKeo pYKDMVqbyxST6qgCzZ9CadGsQdQ8fsZUW0RvPDS4TZTPsJVPd+uO9KaBweJRgbto gFNzQeEpYMGVyP0gMm74d2KshEinC5XeCaydBYlnBl+5HdgfBPovkPclf3PYvJkT CINkhGdkDn4ysaLcmH7PruB4KElSr6pIrQ8+5hao1E9U2zP0puR9H9IXDLiLVSTL DmMArxNUujXiWQOXytUghdGXWCnDffSio/44m+QtuY3pNZPu6Ik9JWx/8kE8muWu 0sTtaK3F5rVq+l03JJ7WRthNC+CEGe0pu/H7HwIDAQABAoIBAQCKYsVS4LQLEJbu uISyDDXEhTWVbo9xUX1j+0yI9JabjIQ1Ee7e/8o/5IGI/iZEkp8HydsEOYDuIkCj lAlhMhgohs8n+2zKMyQjcb0DgYYKElYvBEOgHLS0XMCDA9yHEYwSClq8qlXuH8GH V+xRTD7TM9AMJPIDYtHlJufAFnJbxuy4/XzcDbPIPbfnI9rYG3UcxC5yd857JtpK kz9rhf/RA03bWCysnxaBLnd1k+Z/mKjPXBYEz38LFc1ZjuV7yJx7imNHAvvRTI71 H7zs1P6n1HmqGu/8cI74LvhRxzZDLe5m4k6XAZMXNHzXalo9WJM2pgom+c5FPLxm njyu5EWhAoGBAOLLgzXfOSM1nlyaFREL49vo995sekfS/DFi2bssdp/b8dY5UEvt AAoJlfZBxPkMr5+tsCvk6STATQvWXkT2jZi2yty2qk7Ae5VWAhKO1MYr0BgajfZi +j+kNvB5eyr+/CtBB8lkyCAvfsZz+rtrTqIXc17mz7cNjONIorX/9zYdAoGBAMSF 693IYrCyijP0hR0vdJfKvxaTdKv26z+GvOKqLz2QEyz/VoLDkRjyKdzFRChrzTLu ppWaow/f9+DnootOYVrMsFZl+Xy+FuACVFRNIxmkBJZEVhjh+EeR3GQjmbLIl6Qr S2u0KgDwQZf4rfqX1H3R73y8lNYU6wW+EoyslUFrAoGAIrEw5Ae+bMVh8RZczJu+ AkCz0eFUHzKGA2P0nG4jwzZY2wUvZD3fuKlYuC+9Wr93Cfz+qug8RbPo1Tu4deIl LMwhYfvLN3q4LNLYRFB2+c1v6o/9UUg4sY2EHernTV9t4Yv0DfmNp2a8hMzu+MZk Y+Ukb8rs0TqQZ6APy7lY7n0CgYA3L/SAn5k3TawJ0wzemUkAp2rqCBang/ukJ047 yNbjTuZTqJC+v/SrMLYYzTzKrRs+xk35jSdledu+SM4YmLY2LW0HljNtmGQMHBta YR8OQEUZfa8/5ZU3Y/qkFGtBDZun+pB/emShRtbkum0BBkoh2yaJvNt/Evi88Bd9 camoaQKBgQCJ4Bnybdu3W5aixtOHxhPgG5PSvyVBdWrUiDGg+eZpl06/5KAgbUa5 NynHEzPZ89FpnhD9XR5+K/bevz/fhoLm8f7UhEjmpnpN1UGvHBwunkSpGOz1xPgy /ZKRAgMX8y6P6PS8JJxYEvQltdE6H1rC/0DuPxW+022/OT9sKnhbMw== -----END RSA PRIVATE KEY----- 2018-08-28 10:17:32,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 10:17:32,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"security_group": {"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-28 10:17:32,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ea7fc638-52c0-4741-94b0-3243eec097fd Date: Tue, 28 Aug 2018 10:17:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "updated_at": "2018-08-28T10:17:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "29a0607f-7e11-487a-ae96-b49504aab8c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "8ae33bdf-0173-40fb-834e-08d72ba0f613", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 1, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}} 2018-08-28 10:17:32,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ea7fc638-52c0-4741-94b0-3243eec097fd 2018-08-28 10:17:32,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.187549829483s 2018-08-28 10:17:32,464 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ea7fc638-52c0-4741-94b0-3243eec097fd 2018-08-28 10:17:32,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:17:32,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:32,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e6104dff-2a81-445b-b64d-1611b4e949d4 Date: Tue, 28 Aug 2018 10:17:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:25Z", "updated_at": "2018-08-28T10:17:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "41d9efd1-f68c-4e57-b0ec-facf57e0e514", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "50f86227-c556-4b4b-9d96-6a23e8537cf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "d1489bab-6b3d-4710-a151-9f2badf79114", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "e43c98d9-4a08-4f50-aeb1-557a1721ee0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 1, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "updated_at": "2018-08-28T10:17:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "29a0607f-7e11-487a-ae96-b49504aab8c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "8ae33bdf-0173-40fb-834e-08d72ba0f613", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 1, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:17:32,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e6104dff-2a81-445b-b64d-1611b4e949d4 2018-08-28 10:17:32,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0962009429932s 2018-08-28 10:17:32,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e6104dff-2a81-445b-b64d-1611b4e949d4 2018-08-28 10:17:32,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:17:32,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -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": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}}' 2018-08-28 10:17:32,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-35a7fb99-b862-4d35-bd32-19380b85b377 Date: Tue, 28 Aug 2018 10:17:32 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-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "port_range_min": 22, "revision_number": 0, "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "9ec10bed-61e7-4a44-b9fc-13920d2ae587"}} 2018-08-28 10:17:32,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-35a7fb99-b862-4d35-bd32-19380b85b377 2018-08-28 10:17:32,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.14720582962s 2018-08-28 10:17:32,717 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-35a7fb99-b862-4d35-bd32-19380b85b377 2018-08-28 10:17:32,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:17:32,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:32,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-4ebfa38f-0df1-44db-aefa-c60bdd1ae660 Date: Tue, 28 Aug 2018 10:17:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:25Z", "updated_at": "2018-08-28T10:17:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "41d9efd1-f68c-4e57-b0ec-facf57e0e514", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "50f86227-c556-4b4b-9d96-6a23e8537cf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "d1489bab-6b3d-4710-a151-9f2badf79114", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "e43c98d9-4a08-4f50-aeb1-557a1721ee0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 1, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "updated_at": "2018-08-28T10:17:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "29a0607f-7e11-487a-ae96-b49504aab8c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "8ae33bdf-0173-40fb-834e-08d72ba0f613", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "9ec10bed-61e7-4a44-b9fc-13920d2ae587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 2, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:17:32,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4ebfa38f-0df1-44db-aefa-c60bdd1ae660 2018-08-28 10:17:32,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456688404083s 2018-08-28 10:17:32,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4ebfa38f-0df1-44db-aefa-c60bdd1ae660 2018-08-28 10:17:32,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:17:32,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -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": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}}' 2018-08-28 10:17:32,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c2eebbd3-deff-4e9d-8c16-6a2fb842a874 Date: Tue, 28 Aug 2018 10:17:32 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-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "port_range_min": null, "revision_number": 0, "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "fdbbd82d-4159-4dd0-9fa9-83f5c935eb73"}} 2018-08-28 10:17:32,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c2eebbd3-deff-4e9d-8c16-6a2fb842a874 2018-08-28 10:17:32,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.162942171097s 2018-08-28 10:17:32,933 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c2eebbd3-deff-4e9d-8c16-6a2fb842a874 2018-08-28 10:17:32,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:32,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:33,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9d045cc5-bf53-4499-8a81-effd1b9ddcfb Date: Tue, 28 Aug 2018 10:17:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c81f8be6-ec1d-4070-9b76-2422e0ada373"],"updated_at":"2018-08-28T10:17:26Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:17:33,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d045cc5-bf53-4499-8a81-effd1b9ddcfb 2018-08-28 10:17:33,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0923919677734s 2018-08-28 10:17:33,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d045cc5-bf53-4499-8a81-effd1b9ddcfb 2018-08-28 10:17:33,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:17:33,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:33,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3812d1b7-3ed9-47c4-ad88-9e332869a9d3 Date: Tue, 28 Aug 2018 10:17:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:17:31Z", "file": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file", "owner": "d09714ac9089427c81cdd2171f9902ca", "id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "size": 12716032, "self": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:17:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:17:33,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3812d1b7-3ed9-47c4-ad88-9e332869a9d3 2018-08-28 10:17:33,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360608100891s 2018-08-28 10:17:33,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3812d1b7-3ed9-47c4-ad88-9e332869a9d3 2018-08-28 10:17:33,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:17:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:33,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-a2bf2771-33ee-48fc-b5f0-a36403f9d9d6 x-compute-request-id: req-a2bf2771-33ee-48fc-b5f0-a36403f9d9d6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "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": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4"}]} 2018-08-28 10:17:33,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a2bf2771-33ee-48fc-b5f0-a36403f9d9d6 2018-08-28 10:17:33,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236959457397s 2018-08-28 10:17:33,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a2bf2771-33ee-48fc-b5f0-a36403f9d9d6 2018-08-28 10:17:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:17:33,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"server": {"name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "imageRef": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "flavorRef": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "30da3697-37c5-4a2b-b686-e68fb15040b2"}], "security_groups": [{"name": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}]}}' 2018-08-28 10:17:35,978 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:17: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-7a08bc31-46e1-4283-a599-b1ae48ba9dda x-compute-request-id: req-7a08bc31-46e1-4283-a599-b1ae48ba9dda Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d539a30-679c-40e3-857c-73753ede844f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "adminPass": "Nbp8GoD7Nw7K"}} 2018-08-28 10:17:35,979 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7a08bc31-46e1-4283-a599-b1ae48ba9dda 2018-08-28 10:17:35,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.88338208199s 2018-08-28 10:17:35,979 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7a08bc31-46e1-4283-a599-b1ae48ba9dda 2018-08-28 10:17:35,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:35,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:36,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d6b785-4863-4473-b75f-6e127f9d90f1 x-compute-request-id: req-d7d6b785-4863-4473-b75f-6e127f9d90f1 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.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:36,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7d6b785-4863-4473-b75f-6e127f9d90f1 2018-08-28 10:17:36,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402662992477s 2018-08-28 10:17:36,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7d6b785-4863-4473-b75f-6e127f9d90f1 2018-08-28 10:17:36,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:36,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:36,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0904f518-8d94-4621-a6f2-8ed5282db1e6 Date: Tue, 28 Aug 2018 10:17:36 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":["c81f8be6-ec1d-4070-9b76-2422e0ada373"],"updated_at":"2018-08-28T10:17:26Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:17:36,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0904f518-8d94-4621-a6f2-8ed5282db1e6 2018-08-28 10:17:36,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0841188430786s 2018-08-28 10:17:36,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0904f518-8d94-4621-a6f2-8ed5282db1e6 2018-08-28 10:17:36,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:17:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:36,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1036b54e-1427-4dac-999d-a0cf348eba2d Date: Tue, 28 Aug 2018 10:17:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:17:26Z","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":"d09714ac9089427c81cdd2171f9902ca","id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","subnetpool_id":null,"name":"vping_ssh-subnet_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:17:36,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1036b54e-1427-4dac-999d-a0cf348eba2d 2018-08-28 10:17:36,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.262667894363s 2018-08-28 10:17:36,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1036b54e-1427-4dac-999d-a0cf348eba2d 2018-08-28 10:17:36,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:38,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:38,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:39,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f1a8ee2-9869-46c2-934e-748042f3b939 x-compute-request-id: req-5f1a8ee2-9869-46c2-934e-748042f3b939 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:38Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:39,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f1a8ee2-9869-46c2-934e-748042f3b939 2018-08-28 10:17:39,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347455978394s 2018-08-28 10:17:39,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5f1a8ee2-9869-46c2-934e-748042f3b939 2018-08-28 10:17:39,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:41,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:41,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:41,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0c1e19c-ca5d-4d17-a600-faa85b2819cd x-compute-request-id: req-d0c1e19c-ca5d-4d17-a600-faa85b2819cd 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.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:38Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:41,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d0c1e19c-ca5d-4d17-a600-faa85b2819cd 2018-08-28 10:17:41,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172842025757s 2018-08-28 10:17:41,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d0c1e19c-ca5d-4d17-a600-faa85b2819cd 2018-08-28 10:17:41,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:43,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:43,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51bcbe47-b0a7-4306-b6c3-e57b7804a703 x-compute-request-id: req-51bcbe47-b0a7-4306-b6c3-e57b7804a703 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:43,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-51bcbe47-b0a7-4306-b6c3-e57b7804a703 2018-08-28 10:17:43,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436518907547s 2018-08-28 10:17:43,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-51bcbe47-b0a7-4306-b6c3-e57b7804a703 2018-08-28 10:17:43,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:17:43,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=9d539a30-679c-40e3-857c-73753ede844f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c3c5ec36-b007-4fbc-8007-68015873f073 Date: Tue, 28 Aug 2018 10:17:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:38Z","admin_state_up":true,"updated_at":"2018-08-28T10:17:42Z","binding:vnic_type":"normal","device_id":"9d539a30-679c-40e3-857c-73753ede844f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e4:65:f5","id":"6933f6c6-25e2-4f67-a29f-628f4dab1bf0","port_security_enabled":true,"project_id":"d09714ac9089427c81cdd2171f9902ca","fixed_ips":[{"subnet_id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["fc8b553f-2fa9-4e32-a2b9-faf52efdf905"],"name":""}]} 2018-08-28 10:17:43,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=9d539a30-679c-40e3-857c-73753ede844f used request id req-c3c5ec36-b007-4fbc-8007-68015873f073 2018-08-28 10:17:43,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0464379787445s 2018-08-28 10:17:43,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=9d539a30-679c-40e3-857c-73753ede844f used request id req-c3c5ec36-b007-4fbc-8007-68015873f073 2018-08-28 10:17:43,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:17:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6933f6c6-25e2-4f67-a29f-628f4dab1bf0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-67fc50f9-bb41-456a-88a3-1981033d9f83 Date: Tue, 28 Aug 2018 10:17:43 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:17:43,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6933f6c6-25e2-4f67-a29f-628f4dab1bf0 used request id req-67fc50f9-bb41-456a-88a3-1981033d9f83 2018-08-28 10:17:43,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0419681072235s 2018-08-28 10:17:43,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6933f6c6-25e2-4f67-a29f-628f4dab1bf0 used request id req-67fc50f9-bb41-456a-88a3-1981033d9f83 2018-08-28 10:17:43,814 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e4:65:f5', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'22a5d959-5008-48c2-bee5-fafa08cbb09f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:17:42.000000', 'flavor': Munch({u'id': u'39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4'}), 'az': u'nova', 'id': u'9d539a30-679c-40e3-857c-73753ede844f', 'security_groups': [Munch({u'name': u'vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e1fb2799f43b44ffaf3ca9d657d8a303', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd09714ac9089427c81cdd2171f9902ca', 'name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', '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-08-28T10:17:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:17:42Z', 'hostId': u'a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4', '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-08-28T10:17:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd09714ac9089427c81cdd2171f9902ca', 'name': u'vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'adminPass': u'Nbp8GoD7Nw7K', 'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', 'created_at': u'2018-08-28T10:17:35Z', 'created': u'2018-08-28T10:17:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:17:43,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:43,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-758f7661-ca96-4d94-b576-107ebab358b8 Date: Tue, 28 Aug 2018 10:17:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c81f8be6-ec1d-4070-9b76-2422e0ada373"],"updated_at":"2018-08-28T10:17:26Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:17:43,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-758f7661-ca96-4d94-b576-107ebab358b8 2018-08-28 10:17:43,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0856509208679s 2018-08-28 10:17:43,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-758f7661-ca96-4d94-b576-107ebab358b8 2018-08-28 10:17:43,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:17:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e300b423-86bd-4aef-840d-bb4b5e710b92 Date: Tue, 28 Aug 2018 10:17:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:17:31Z", "file": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file", "owner": "d09714ac9089427c81cdd2171f9902ca", "id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "size": 12716032, "self": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:17:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:17:43,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e300b423-86bd-4aef-840d-bb4b5e710b92 2018-08-28 10:17:43,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389511585236s 2018-08-28 10:17:43,945 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e300b423-86bd-4aef-840d-bb4b5e710b92 2018-08-28 10:17:43,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:17:43,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81472954-e9c4-4773-bb0c-abd837512465 x-compute-request-id: req-81472954-e9c4-4773-bb0c-abd837512465 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "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": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4"}]} 2018-08-28 10:17:43,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-81472954-e9c4-4773-bb0c-abd837512465 2018-08-28 10:17:43,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022864818573s 2018-08-28 10:17:43,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-81472954-e9c4-4773-bb0c-abd837512465 2018-08-28 10:17:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:17:43,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"server": {"name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "imageRef": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "flavorRef": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "30da3697-37c5-4a2b-b686-e68fb15040b2"}], "security_groups": [{"name": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}]}}' 2018-08-28 10:17:46,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:17:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c990afa-361f-44e0-8d27-ebfeb7ddaf29 x-compute-request-id: req-5c990afa-361f-44e0-8d27-ebfeb7ddaf29 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905"}], "OS-DCF:diskConfig": "MANUAL", "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "adminPass": "mig9NdmjZTdF"}} 2018-08-28 10:17:46,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5c990afa-361f-44e0-8d27-ebfeb7ddaf29 2018-08-28 10:17:46,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.11969089508s 2018-08-28 10:17:46,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5c990afa-361f-44e0-8d27-ebfeb7ddaf29 2018-08-28 10:17:46,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:46,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:46,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d92d2031-83bd-42a0-a707-3016158a767b x-compute-request-id: req-d92d2031-83bd-42a0-a707-3016158a767b Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:46,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d92d2031-83bd-42a0-a707-3016158a767b 2018-08-28 10:17:46,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189491987228s 2018-08-28 10:17:46,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d92d2031-83bd-42a0-a707-3016158a767b 2018-08-28 10:17:46,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:48,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:48,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:48,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-8aa4b0a4-8daa-4ea1-a93d-b9110c1d3bcd x-compute-request-id: req-8aa4b0a4-8daa-4ea1-a93d-b9110c1d3bcd Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:48Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:48,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8aa4b0a4-8daa-4ea1-a93d-b9110c1d3bcd 2018-08-28 10:17:48,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490311145782s 2018-08-28 10:17:48,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8aa4b0a4-8daa-4ea1-a93d-b9110c1d3bcd 2018-08-28 10:17:48,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:50,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:50,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:50,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307d574c-4d67-4311-a17a-418a0bbb154c x-compute-request-id: req-307d574c-4d67-4311-a17a-418a0bbb154c Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:49Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:50,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-307d574c-4d67-4311-a17a-418a0bbb154c 2018-08-28 10:17:50,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208923816681s 2018-08-28 10:17:50,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-307d574c-4d67-4311-a17a-418a0bbb154c 2018-08-28 10:17:51,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:53,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:53,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:53,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-446ea892-306f-4a4a-b344-4232ae302ee6 x-compute-request-id: req-446ea892-306f-4a4a-b344-4232ae302ee6 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:49Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:53,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-446ea892-306f-4a4a-b344-4232ae302ee6 2018-08-28 10:17:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30166387558s 2018-08-28 10:17:53,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-446ea892-306f-4a4a-b344-4232ae302ee6 2018-08-28 10:17:53,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:17:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:55,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:55,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-9dd2fe53-2b79-4374-9642-08f55395aced x-compute-request-id: req-9dd2fe53-2b79-4374-9642-08f55395aced Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:54.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:54Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:42Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:17:55,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9dd2fe53-2b79-4374-9642-08f55395aced 2018-08-28 10:17:55,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177656888962s 2018-08-28 10:17:55,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9dd2fe53-2b79-4374-9642-08f55395aced 2018-08-28 10:17:55,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:17:55,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:55,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d4177957-0ec9-4946-adea-8441976d2bcf Date: Tue, 28 Aug 2018 10:17:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:49Z","admin_state_up":true,"updated_at":"2018-08-28T10:17:54Z","binding:vnic_type":"normal","device_id":"268aec9a-a06c-4bf3-8766-3e571881f276","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:d0:3f","id":"c39219fd-3c9b-460c-8488-2f31c1c7196f","port_security_enabled":true,"project_id":"d09714ac9089427c81cdd2171f9902ca","fixed_ips":[{"subnet_id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["fc8b553f-2fa9-4e32-a2b9-faf52efdf905"],"name":""}]} 2018-08-28 10:17:55,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-d4177957-0ec9-4946-adea-8441976d2bcf 2018-08-28 10:17:55,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0522041320801s 2018-08-28 10:17:55,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-d4177957-0ec9-4946-adea-8441976d2bcf 2018-08-28 10:17:55,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:17:55,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c39219fd-3c9b-460c-8488-2f31c1c7196f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:55,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ad7aa9b5-d837-41c7-912e-6789ceb51f32 Date: Tue, 28 Aug 2018 10:17:55 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:17:55,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c39219fd-3c9b-460c-8488-2f31c1c7196f used request id req-ad7aa9b5-d837-41c7-912e-6789ceb51f32 2018-08-28 10:17:55,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0472609996796s 2018-08-28 10:17:55,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c39219fd-3c9b-460c-8488-2f31c1c7196f used request id req-ad7aa9b5-d837-41c7-912e-6789ceb51f32 2018-08-28 10:17:55,606 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:d0:3f', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'22a5d959-5008-48c2-bee5-fafa08cbb09f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:17:54.000000', 'flavor': Munch({u'id': u'39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4'}), 'az': u'nova', 'id': u'268aec9a-a06c-4bf3-8766-3e571881f276', 'security_groups': [Munch({u'name': u'vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e1fb2799f43b44ffaf3ca9d657d8a303', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd09714ac9089427c81cdd2171f9902ca', 'name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', '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-08-28T10:17:54.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:17:54Z', 'hostId': u'56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee', '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-08-28T10:17:54.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd09714ac9089427c81cdd2171f9902ca', 'name': u'vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'adminPass': u'mig9NdmjZTdF', 'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', 'created_at': u'2018-08-28T10:17:46Z', 'created': u'2018-08-28T10:17:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:17:55,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:17:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:55,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e101a4d8-7e03-46f7-81eb-95223ac6de07 Date: Tue, 28 Aug 2018 10:17:55 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":["c81f8be6-ec1d-4070-9b76-2422e0ada373"],"updated_at":"2018-08-28T10:17:26Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:17:55,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e101a4d8-7e03-46f7-81eb-95223ac6de07 2018-08-28 10:17:55,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0870590209961s 2018-08-28 10:17:55,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e101a4d8-7e03-46f7-81eb-95223ac6de07 2018-08-28 10:17:55,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:17:55,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:55,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7d33a69d-7825-4308-820d-7ba71cbb9a21 Date: Tue, 28 Aug 2018 10:17:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:49Z","admin_state_up":true,"updated_at":"2018-08-28T10:17:54Z","binding:vnic_type":"normal","device_id":"268aec9a-a06c-4bf3-8766-3e571881f276","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:d0:3f","id":"c39219fd-3c9b-460c-8488-2f31c1c7196f","port_security_enabled":true,"project_id":"d09714ac9089427c81cdd2171f9902ca","fixed_ips":[{"subnet_id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["fc8b553f-2fa9-4e32-a2b9-faf52efdf905"],"name":""}]} 2018-08-28 10:17:55,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-7d33a69d-7825-4308-820d-7ba71cbb9a21 2018-08-28 10:17:55,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0447978973389s 2018-08-28 10:17:55,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-7d33a69d-7825-4308-820d-7ba71cbb9a21 2018-08-28 10:17:55,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 10:17:55,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"floatingip": {"floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.20", "port_id": "c39219fd-3c9b-460c-8488-2f31c1c7196f"}}' 2018-08-28 10:17:57,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-42c02887-31b6-4914-9cbb-6d8604cbccd6 Date: Tue, 28 Aug 2018 10:17:57 GMT RESP BODY: {"floatingip": {"router_id": "a10489e3-d77f-4f80-a75f-9b5880a15180", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:17:56Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "c39219fd-3c9b-460c-8488-2f31c1c7196f", "id": "9a2f3f17-4567-4030-9993-ec350372d8cd", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:56Z", "project_id": "d09714ac9089427c81cdd2171f9902ca"}} 2018-08-28 10:17:57,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-42c02887-31b6-4914-9cbb-6d8604cbccd6 2018-08-28 10:17:57,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01688694954s 2018-08-28 10:17:57,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-42c02887-31b6-4914-9cbb-6d8604cbccd6 2018-08-28 10:17:57,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:17:57,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:57,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c68fa6b1-44ef-4da9-97b5-a420b71a2098 Date: Tue, 28 Aug 2018 10:17:57 GMT RESP BODY: {"floatingips": [{"router_id": "a10489e3-d77f-4f80-a75f-9b5880a15180", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:17:56Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "c39219fd-3c9b-460c-8488-2f31c1c7196f", "id": "9a2f3f17-4567-4030-9993-ec350372d8cd", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:56Z", "project_id": "d09714ac9089427c81cdd2171f9902ca"}]} 2018-08-28 10:17:57,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c68fa6b1-44ef-4da9-97b5-a420b71a2098 2018-08-28 10:17:57,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0787060260773s 2018-08-28 10:17:57,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c68fa6b1-44ef-4da9-97b5-a420b71a2098 2018-08-28 10:17:57,853 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a10489e3-d77f-4f80-a75f-9b5880a15180', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd09714ac9089427c81cdd2171f9902ca', 'created_at': u'2018-08-28T10:17:56Z', 'attached': True, 'updated_at': u'2018-08-28T10:17:56Z', 'id': u'9a2f3f17-4567-4030-9993-ec350372d8cd', 'floating_network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd09714ac9089427c81cdd2171f9902ca', 'name': 'vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a10489e3-d77f-4f80-a75f-9b5880a15180', 'project_id': u'd09714ac9089427c81cdd2171f9902ca', 'port_id': u'c39219fd-3c9b-460c-8488-2f31c1c7196f', 'port': u'c39219fd-3c9b-460c-8488-2f31c1c7196f', 'network': u'74721f5d-6096-4ea3-ae93-2107115850e8'}) 2018-08-28 10:17:57,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:17:57,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276/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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:17:58,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17: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-b4676a9f-2632-4ef4-970a-e3101c654bd0 x-compute-request-id: req-b4676a9f-2632-4ef4-970a-e3101c654bd0 Content-Encoding: gzip Content-Length: 9612 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 508842937 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.908 MHz processor\n[ 0.180393] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.182628] pid_max: default: 32768 minimum: 301\n[ 0.183851] ACPI: Core revision 20150930\n[ 0.185508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187282] Security Framework initialized\n[ 0.188389] Yama: becoming mindful.\n[ 0.189382] AppArmor: AppArmor initialized\n[ 0.190526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192293] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193988] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195616] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197474] Initializing cgroup subsys io\n[ 0.198583] Initializing cgroup subsys memory\n[ 0.199776] Initializing cgroup subsys devices\n[ 0.200968] Initializing cgroup subsys freezer\n[ 0.202142] Initializing cgroup subsys net_cls\n[ 0.203337] Initializing cgroup subsys perf_event\n[ 0.204575] Initializing cgroup subsys net_prio\n[ 0.205770] Initializing cgroup subsys hugetlb\n[ 0.206936] Initializing cgroup subsys pids\n[ 0.208118] CPU: Physical Processor ID: 0\n[ 0.209911] mce: CPU supports 10 MCE banks\n[ 0.211044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212403] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227569] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.234446] ftrace: allocating 31920 entries in 125 pages\n[ 0.261112] smpboot: Max logical packages: 1\n[ 0.262290] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264150] x2apic enabled\n[ 0.265278] Switched APIC routing to physical x2apic.\n[ 0.267730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269222] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271911] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274331] KVM setup paravirtual spinlock\n[ 0.275962] x86: Booted up 1 node, 1 CPUs\n[ 0.277055] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.278918] devtmpfs: initialized\n[ 0.280886] evm: security.selinux\n[ 0.281829] evm: security.SMACK64\n[ 0.282775] evm: security.SMACK64EXEC\n[ 0.283788] evm: security.SMACK64TRANSMUTE\n[ 0.284877] evm: security.SMACK64MMAP\n[ 0.285879] evm: security.ima\n[ 0.286751] evm: security.capability\n[ 0.287820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290295] pinctrl core: initialized pinctrl subsystem\n[ 0.291754] RTC time: 10:17:54, date: 08/28/18\n[ 0.293024] NET: Registered protocol family 16\n[ 0.294317] cpuidle: using governor ladder\n[ 0.295407] cpuidle: using governor menu\n[ 0.296474] PCCT header not found.\n[ 0.297484] ACPI: bus type PCI registered\n[ 0.298566] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300215] PCI: Using configuration type 1 for base access\n[ 0.302344] ACPI: Added _OSI(Module Device)\n[ 0.303470] ACPI: Added _OSI(Processor Device)\n[ 0.304624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307950] ACPI: Interpreter enabled\n[ 0.308977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318977] ACPI: (supports S0 S5)\n[ 0.319934] ACPI: Using IOAPIC for interrupt routing\n[ 0.321203] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326521] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328185] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329789] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332726] acpiphp: Slot [3] registered\n[ 0.333808] acpiphp: Slot [4] registered\n[ 0.334889] acpiphp: Slot [5] registered\n[ 0.335966] acpiphp: Slot [6] registered\n[ 0.337055] acpiphp: Slot [7] registered\n[ 0.338138] acpiphp: Slot [8] registered\n[ 0.339219] acpiphp: Slot [9] registered\n[ 0.340297] acpiphp: Slot [10] registered\n[ 0.341395] acpiphp: Slot [11] registered\n[ 0.342492] acpiphp: Slot [12] registered\n[ 0.343594] acpiphp: Slot [13] registered\n[ 0.344684] acpiphp: Slot [14] registered\n[ 0.345782] acpiphp: Slot [15] registered\n[ 0.361091] acpiphp: Slot [16] registered\n[ 0.362218] acpiphp: Slot [17] registered\n[ 0.363321] acpiphp: Slot [18] registered\n[ 0.364414] acpiphp: Slot [19] registered\n[ 0.365512] acpiphp: Slot [20] registered\n[ 0.366612] acpiphp: Slot [21] registered\n[ 0.367705] acpiphp: Slot [22] registered\n[ 0.368797] acpiphp: Slot [23] registered\n[ 0.369898] acpiphp: Slot [24] registered\n[ 0.370993] acpiphp: Slot [25] registered\n[ 0.372095] acpiphp: Slot [26] registered\n[ 0.373192] acpiphp: Slot [27] registered\n[ 0.374295] acpiphp: Slot [28] registered\n[ 0.375394] acpiphp: Slot [29] registered\n[ 0.376485] acpiphp: Slot [30] registered\n[ 0.377583] acpiphp: Slot [31] registered\n[ 0.378689] PCI host bridge to bus 0000:00\n[ 0.379787] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381418] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383046] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.385020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386995] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.389007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.393015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394739] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.396306] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397998] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404359] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.425681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.427662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.429558] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431469] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435258] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.437018] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438426] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440520] vgaarb: loaded\n[ 0.441342] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442982] SCSI subsystem initialized\n[ 0.444222] ACPI: bus type USB registered\n[ 0.445332] usbcore: registered new interface driver usbfs\n[ 0.446709] usbcore: registered new interface driver hub\n[ 0.448056] usbcore: registered new device driver usb\n[ 0.449526] PCI: Using ACPI for IRQ routing\n[ 0.451037] NetLabel: Initializing\n[ 0.451994] NetLabel: domain hash size = 128\n[ 0.453137] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454415] NetLabel: unlabeled traffic allowed by default\n[ 0.455968] clocksource: Switched to clocksource kvm-clock\n[ 0.466225] AppArmor: AppArmor Filesystem Enabled\n[ 0.467530] pnp: PnP ACPI init\n[ 0.468762] pnp: PnP ACPI: found 5 devices\n[ 0.475619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.477937] NET: Registered protocol family 2\n[ 0.479349] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.481076] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.482688] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.484313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485766] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487315] NET: Registered protocol family 1\n[ 0.488499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.491412] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.505970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.520628] Trying to unpack rootfs image as initramfs...\n[ 0.583429] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590198] Scanning for low memory corruption every 60 seconds\n[ 0.593309] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594958] audit: initializing netlink subsys (disabled)\n[ 0.596649] audit: type=2000 audit(1535451474.915:1): initialized\n[ 0.598773] Initialise system trusted keyring\n[ 0.600330] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.601908] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604779] zbud: loaded\n[ 0.605846] VFS: Disk quotas dquot_6.6.0\n[ 0.607015] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609337] fuse init (API version 7.23)\n[ 0.610623] Key type big_key registered\n[ 0.611741] Allocating IMA MOK and blacklist keyrings.\n[ 0.613472] Key type asymmetric registered\n[ 0.614637] Asymmetric key parser 'x509' registered\n[ 0.615970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618096] io scheduler noop registered\n[ 0.619190] io scheduler deadline registered (default)\n[ 0.620578] io scheduler cfq registered\n[ 0.621865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623285] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.625156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.627194] ACPI: Power Button [PWRF]\n[ 0.628567] GHES: HEST is not enabled!\n[ 0.642858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671991] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675001] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698829] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701967] Linux agpgart interface v0.103\n[ 0.705815] brd: module loaded\n[ 0.708075] loop: module loaded\n[ 0.713248] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715184] GPT:90111 != 2097151\n[ 0.716098] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717540] GPT:90111 != 2097151\n[ 0.718446] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719723] vda: vda1 vda15\n[ 0.721575] scsi host0: ata_piix\n[ 0.722631] scsi host1: ata_piix\n[ 0.723626] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725228] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727221] libphy: Fixed MDIO Bus: probed\n[ 0.728542] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729810] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.732738] PPP generic driver version 2.4.2\n[ 0.733995] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735586] ehci-pci: EHCI PCI platform driver\n[ 0.736765] ehci-platform: EHCI generic platform driver\n[ 0.738080] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739589] ohci-pci: OHCI PCI platform driver\n[ 0.740769] ohci-platform: OHCI generic platform driver\n[ 0.742100] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758061] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761391] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764617] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766523] usb usb1: Product: UHCI Host Controller\n[ 0.767762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769263] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770595] hub 1-0:1.0: USB hub found\n[ 0.771666] hub 1-0:1.0: 2 ports detected\n[ 0.773008] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777155] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778530] mousedev: PS/2 mouse device common for all mice\n[ 0.780230] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782676] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787394] i2c /dev entries driver\n[ 0.788451] device-mapper: uevent: version 1.0.3\n[ 0.789774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.791989] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.793955] NET: Registered protocol family 10\n[ 0.795743] NET: Registered protocol family 17\n[ 0.796968] Key type dns_resolver registered\n[ 0.798306] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799775] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.802167] registered taskstats version 1\n[ 0.803321] Loading compiled-in X.509 certificates\n[ 0.805180] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807663] zswap: loaded using pool lzo/zbud\n[ 0.810102] Key type trusted registered\n[ 0.812291] Key type encrypted registered\n[ 0.813397] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814791] ima: No TPM chip found, activating TPM-bypass!\n[ 0.816195] evm: HMAC attrs: 0x1\n[ 0.817526] Magic number: 14:894:275\n[ 0.818599] tty tty12: hash matches\n[ 0.819673] rtc_cmos 00:00: setting system clock to 2018-08-28 10:17:55 UTC (1535451475)\n[ 0.821890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.823377] EDD information not available.\n[ 0.886522] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.888620] Write protecting the kernel read-only data: 14336k\n[ 0.893436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.896052] 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.056078] 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.20...\nLease of 192.168.120.20 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-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQD0PUHqFNu+MtdfYJcrjwouF39bP2EpdtUu/WdfD3x/WbWwgMkPYLUYh8OoaSt5lIa/Qbr5umVbtI4fbpasoJMLrP0tFrtCRALSY+IF+26uN0AxUl7WV56iYLfacQ+3gTAIVcoJMHStO1VfNSuVB37BOyo1uRh9LhQ+qO6CwAKJm/EGHmjuiw/0BpS5FuLolko04SVHMfI5QxD8/Bwk8vWJu4lKD8X/YKHJaNaCztZW93xxBJOy16CV/OpgFbZj6YHT9LeSu8pSyujqNzQtWBeOLB/na1SJxzjN7Vj1nXNdP0QcpmxTAzHPTFNr8Z1Q5FTfFEjkjcxBqEwaIYDQ+F8N root@vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe\nssh-dss AAAAB3NzaC1kc3MAAACBALIWVJ7lwPV0L27xux2Em9VNTfhNJzC0oUJZL1ABD7WlK510ZBa9V7veAxtM4v9rRG3Xu/J0jtKjqYV3Jjgte9PXTtbrCELU2z5kx++8sH9/24KF4Chy6SzEXgqs+fl5EEKcXeqe7Ye2Q711RH6libjjSajuR5ZQiOKBs1W1aO8HAAAAFQCTKuZeC2JvQMZzwFj0pLtXIEC9lQAAAIEAm+ROhAZ1ueD/am1CzzOsIM+Cx81ULWdAksmSXqosiOpBvATLJZbvWZdeAqcSSJe/hE9jtNjaIKnsfoc9KOFrwFMQrXv/+pVclN/JoRrgiLFw2T6f40H2xEgcDF/btGFsCR1qyBp9ns9hmzUVbYh4wRWmhLR0fquNDqWPzqJkKc4AAACAR9D8dVwXPG9ADa0IzSz1HrniV3XdSryTzC2OKszBqfco/Lwbi7njx9mXgCzNvu8IUCy3PmpODtP1WqONRtOSDNAzEEYjo85Rgm872slC+348LqR4Pxg373aAgNyJmw5pw1UgeUq8zJYzk0hJgclcIakZYLCU+CGnWu1xqJrJZpY= root@vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fe75:d03f/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.20 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe\nlaunch-index: 0\n/dev/root resized successfully [took 0.14s]\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.51 ===\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-7ece8d61-843a-4b2f-8b70-3ca1669d6abe login: "} 2018-08-28 10:17:58,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276/action used request id req-b4676a9f-2632-4ef4-970a-e3101c654bd0 2018-08-28 10:17:58,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.721797943115s 2018-08-28 10:17:58,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276/action used request id req-b4676a9f-2632-4ef4-970a-e3101c654bd0 2018-08-28 10:17:58,577 - 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 508842937 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.908 MHz processor [ 0.180393] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.182628] pid_max: default: 32768 minimum: 301 [ 0.183851] ACPI: Core revision 20150930 [ 0.185508] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.187282] Security Framework initialized [ 0.188389] Yama: becoming mindful. [ 0.189382] AppArmor: AppArmor initialized [ 0.190526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192293] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193988] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195616] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197474] Initializing cgroup subsys io [ 0.198583] Initializing cgroup subsys memory [ 0.199776] Initializing cgroup subsys devices [ 0.200968] Initializing cgroup subsys freezer [ 0.202142] Initializing cgroup subsys net_cls [ 0.203337] Initializing cgroup subsys perf_event [ 0.204575] Initializing cgroup subsys net_prio [ 0.205770] Initializing cgroup subsys hugetlb [ 0.206936] Initializing cgroup subsys pids [ 0.208118] CPU: Physical Processor ID: 0 [ 0.209911] mce: CPU supports 10 MCE banks [ 0.211044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212403] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227569] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.234446] ftrace: allocating 31920 entries in 125 pages [ 0.261112] smpboot: Max logical packages: 1 [ 0.262290] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264150] x2apic enabled [ 0.265278] Switched APIC routing to physical x2apic. [ 0.267730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269222] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271911] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274331] KVM setup paravirtual spinlock [ 0.275962] x86: Booted up 1 node, 1 CPUs [ 0.277055] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.278918] devtmpfs: initialized [ 0.280886] evm: security.selinux [ 0.281829] evm: security.SMACK64 [ 0.282775] evm: security.SMACK64EXEC [ 0.283788] evm: security.SMACK64TRANSMUTE [ 0.284877] evm: security.SMACK64MMAP [ 0.285879] evm: security.ima [ 0.286751] evm: security.capability [ 0.287820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290295] pinctrl core: initialized pinctrl subsystem [ 0.291754] RTC time: 10:17:54, date: 08/28/18 [ 0.293024] NET: Registered protocol family 16 [ 0.294317] cpuidle: using governor ladder [ 0.295407] cpuidle: using governor menu [ 0.296474] PCCT header not found. [ 0.297484] ACPI: bus type PCI registered [ 0.298566] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300215] PCI: Using configuration type 1 for base access [ 0.302344] ACPI: Added _OSI(Module Device) [ 0.303470] ACPI: Added _OSI(Processor Device) [ 0.304624] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307950] ACPI: Interpreter enabled [ 0.308977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318977] ACPI: (supports S0 S5) [ 0.319934] ACPI: Using IOAPIC for interrupt routing [ 0.321203] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324991] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326521] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328185] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329789] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332726] acpiphp: Slot [3] registered [ 0.333808] acpiphp: Slot [4] registered [ 0.334889] acpiphp: Slot [5] registered [ 0.335966] acpiphp: Slot [6] registered [ 0.337055] acpiphp: Slot [7] registered [ 0.338138] acpiphp: Slot [8] registered [ 0.339219] acpiphp: Slot [9] registered [ 0.340297] acpiphp: Slot [10] registered [ 0.341395] acpiphp: Slot [11] registered [ 0.342492] acpiphp: Slot [12] registered [ 0.343594] acpiphp: Slot [13] registered [ 0.344684] acpiphp: Slot [14] registered [ 0.345782] acpiphp: Slot [15] registered [ 0.361091] acpiphp: Slot [16] registered [ 0.362218] acpiphp: Slot [17] registered [ 0.363321] acpiphp: Slot [18] registered [ 0.364414] acpiphp: Slot [19] registered [ 0.365512] acpiphp: Slot [20] registered [ 0.366612] acpiphp: Slot [21] registered [ 0.367705] acpiphp: Slot [22] registered [ 0.368797] acpiphp: Slot [23] registered [ 0.369898] acpiphp: Slot [24] registered [ 0.370993] acpiphp: Slot [25] registered [ 0.372095] acpiphp: Slot [26] registered [ 0.373192] acpiphp: Slot [27] registered [ 0.374295] acpiphp: Slot [28] registered [ 0.375394] acpiphp: Slot [29] registered [ 0.376485] acpiphp: Slot [30] registered [ 0.377583] acpiphp: Slot [31] registered [ 0.378689] PCI host bridge to bus 0000:00 [ 0.379787] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381418] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383046] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.385020] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386995] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.389007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.393015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394739] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.396306] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397998] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404359] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.425681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.427662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.429558] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431469] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.433562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.435258] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.437018] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.438426] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440520] vgaarb: loaded [ 0.441342] vgaarb: bridge control possible 0000:00:02.0 [ 0.442982] SCSI subsystem initialized [ 0.444222] ACPI: bus type USB registered [ 0.445332] usbcore: registered new interface driver usbfs [ 0.446709] usbcore: registered new interface driver hub [ 0.448056] usbcore: registered new device driver usb [ 0.449526] PCI: Using ACPI for IRQ routing [ 0.451037] NetLabel: Initializing [ 0.451994] NetLabel: domain hash size = 128 [ 0.453137] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454415] NetLabel: unlabeled traffic allowed by default [ 0.455968] clocksource: Switched to clocksource kvm-clock [ 0.466225] AppArmor: AppArmor Filesystem Enabled [ 0.467530] pnp: PnP ACPI init [ 0.468762] pnp: PnP ACPI: found 5 devices [ 0.475619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.477937] NET: Registered protocol family 2 [ 0.479349] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.481076] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.482688] TCP: Hash tables configured (established 4096 bind 4096) [ 0.484313] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.485766] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.487315] NET: Registered protocol family 1 [ 0.488499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489978] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.491412] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.505970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.520628] Trying to unpack rootfs image as initramfs... [ 0.583429] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590198] Scanning for low memory corruption every 60 seconds [ 0.593309] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594958] audit: initializing netlink subsys (disabled) [ 0.596649] audit: type=2000 audit(1535451474.915:1): initialized [ 0.598773] Initialise system trusted keyring [ 0.600330] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601908] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604779] zbud: loaded [ 0.605846] VFS: Disk quotas dquot_6.6.0 [ 0.607015] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609337] fuse init (API version 7.23) [ 0.610623] Key type big_key registered [ 0.611741] Allocating IMA MOK and blacklist keyrings. [ 0.613472] Key type asymmetric registered [ 0.614637] Asymmetric key parser 'x509' registered [ 0.615970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618096] io scheduler noop registered [ 0.619190] io scheduler deadline registered (default) [ 0.620578] io scheduler cfq registered [ 0.621865] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623285] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627194] ACPI: Power Button [PWRF] [ 0.628567] GHES: HEST is not enabled! [ 0.642858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671991] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675001] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.698829] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.701967] Linux agpgart interface v0.103 [ 0.705815] brd: module loaded [ 0.708075] loop: module loaded [ 0.713248] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715184] GPT:90111 != 2097151 [ 0.716098] GPT:Alternate GPT header not at the end of the disk. [ 0.717540] GPT:90111 != 2097151 [ 0.718446] GPT: Use GNU Parted to correct GPT errors. [ 0.719723] vda: vda1 vda15 [ 0.721575] scsi host0: ata_piix [ 0.722631] scsi host1: ata_piix [ 0.723626] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725228] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727221] libphy: Fixed MDIO Bus: probed [ 0.728542] tun: Universal TUN/TAP device driver, 1.6 [ 0.729810] tun: (C) 1999-2004 Max Krasnyansky [ 0.732738] PPP generic driver version 2.4.2 [ 0.733995] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735586] ehci-pci: EHCI PCI platform driver [ 0.736765] ehci-platform: EHCI generic platform driver [ 0.738080] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.739589] ohci-pci: OHCI PCI platform driver [ 0.740769] ohci-platform: OHCI generic platform driver [ 0.742100] uhci_hcd: USB Universal Host Controller Interface driver [ 0.756712] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758061] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760054] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761391] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.762995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.764617] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.766523] usb usb1: Product: UHCI Host Controller [ 0.767762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.769263] usb usb1: SerialNumber: 0000:00:01.2 [ 0.770595] hub 1-0:1.0: USB hub found [ 0.771666] hub 1-0:1.0: 2 ports detected [ 0.773008] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.775887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.777155] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778530] mousedev: PS/2 mouse device common for all mice [ 0.780230] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782676] rtc_cmos 00:00: RTC can wake from S4 [ 0.784231] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.785814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.787394] i2c /dev entries driver [ 0.788451] device-mapper: uevent: version 1.0.3 [ 0.789774] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791989] ledtrig-cpu: registered to indicate activity on CPUs [ 0.793955] NET: Registered protocol family 10 [ 0.795743] NET: Registered protocol family 17 [ 0.796968] Key type dns_resolver registered [ 0.798306] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.799775] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.802167] registered taskstats version 1 [ 0.803321] Loading compiled-in X.509 certificates [ 0.805180] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807663] zswap: loaded using pool lzo/zbud [ 0.810102] Key type trusted registered [ 0.812291] Key type encrypted registered [ 0.813397] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814791] ima: No TPM chip found, activating TPM-bypass! [ 0.816195] evm: HMAC attrs: 0x1 [ 0.817526] Magic number: 14:894:275 [ 0.818599] tty tty12: hash matches [ 0.819673] rtc_cmos 00:00: setting system clock to 2018-08-28 10:17:55 UTC (1535451475) [ 0.821890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.823377] EDD information not available. [ 0.886522] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.888620] Write protecting the kernel read-only data: 14336k [ 0.893436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.896052] 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.056078] 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.20... Lease of 192.168.120.20 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-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQD0PUHqFNu+MtdfYJcrjwouF39bP2EpdtUu/WdfD3x/WbWwgMkPYLUYh8OoaSt5lIa/Qbr5umVbtI4fbpasoJMLrP0tFrtCRALSY+IF+26uN0AxUl7WV56iYLfacQ+3gTAIVcoJMHStO1VfNSuVB37BOyo1uRh9LhQ+qO6CwAKJm/EGHmjuiw/0BpS5FuLolko04SVHMfI5QxD8/Bwk8vWJu4lKD8X/YKHJaNaCztZW93xxBJOy16CV/OpgFbZj6YHT9LeSu8pSyujqNzQtWBeOLB/na1SJxzjN7Vj1nXNdP0QcpmxTAzHPTFNr8Z1Q5FTfFEjkjcxBqEwaIYDQ+F8N root@vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe ssh-dss AAAAB3NzaC1kc3MAAACBALIWVJ7lwPV0L27xux2Em9VNTfhNJzC0oUJZL1ABD7WlK510ZBa9V7veAxtM4v9rRG3Xu/J0jtKjqYV3Jjgte9PXTtbrCELU2z5kx++8sH9/24KF4Chy6SzEXgqs+fl5EEKcXeqe7Ye2Q711RH6libjjSajuR5ZQiOKBs1W1aO8HAAAAFQCTKuZeC2JvQMZzwFj0pLtXIEC9lQAAAIEAm+ROhAZ1ueD/am1CzzOsIM+Cx81ULWdAksmSXqosiOpBvATLJZbvWZdeAqcSSJe/hE9jtNjaIKnsfoc9KOFrwFMQrXv/+pVclN/JoRrgiLFw2T6f40H2xEgcDF/btGFsCR1qyBp9ns9hmzUVbYh4wRWmhLR0fquNDqWPzqJkKc4AAACAR9D8dVwXPG9ADa0IzSz1HrniV3XdSryTzC2OKszBqfco/Lwbi7njx9mXgCzNvu8IUCy3PmpODtP1WqONRtOSDNAzEEYjo85Rgm872slC+348LqR4Pxg373aAgNyJmw5pw1UgeUq8zJYzk0hJgclcIakZYLCU+CGnWu1xqJrJZpY= root@vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fe75:d03f/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.20 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe launch-index: 0 /dev/root resized successfully [took 0.14s] === cirros: current=0.4.0 latest=0.4.0 uptime=3.51 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-7ece8d61-843a-4b2f-8b70-3ca1669d6abe login: 2018-08-28 10:17:59,579 - paramiko.transport - DEBUG - starting thread (client mode): 0xe2c6f850L 2018-08-28 10:17:59,580 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 10:17:59,580 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 10:17:59,580 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 10:17:59,581 - 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-08-28 10:17:59,582 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 10:17:59,582 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 10:17:59,582 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 10:17:59,582 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 10:17:59,582 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 10:17:59,601 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 10:17:59,602 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 10:17:59,612 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 2109c8a58cc43a98746920a4f714f900 2018-08-28 10:17:59,613 - paramiko.transport - DEBUG - Trying discovered key 80fd8bf50d6d3fccc167ee92b6472d17 in /tmp/tmpnrSzc0 2018-08-28 10:17:59,638 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 10:17:59,644 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 10:17:59,646 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 10:17:59,646 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 10:17:59,647 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 10:17:59,648 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 10:17:59,652 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 10:17:59,652 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.8 (192.168.120.8): 56 data bytes 64 bytes from 192.168.120.8: seq=0 ttl=64 time=1.550 ms --- 192.168.120.8 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.550/1.550/1.550 ms 2018-08-28 10:17:59,653 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-28 10:17:59,653 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 10:17:59,767 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:17:59,768 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:17:59,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:17:59,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:17:59,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:17:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-acc3ca77-2e87-4a87-905d-a8ccacd90cc1 x-compute-request-id: req-acc3ca77-2e87-4a87-905d-a8ccacd90cc1 Content-Type: application/json 2018-08-28 10:17:59,932 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f used request id req-acc3ca77-2e87-4a87-905d-a8ccacd90cc1 2018-08-28 10:17:59,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.15928196907s 2018-08-28 10:17:59,933 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f used request id req-acc3ca77-2e87-4a87-905d-a8ccacd90cc1 2018-08-28 10:17:59,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:17:59,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:00,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:17:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50a95d42-ccf9-4b03-9380-70f406f5e6b5 x-compute-request-id: req-50a95d42-ccf9-4b03-9380-70f406f5e6b5 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:54.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:54Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:65:f5", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d539a30-679c-40e3-857c-73753ede844f", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:42.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "9d539a30-679c-40e3-857c-73753ede844f", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:59Z", "hostId": "a8c37ba33e00ba387051327d97570281b38dd096f1b20784255741b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:35Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:00,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50a95d42-ccf9-4b03-9380-70f406f5e6b5 2018-08-28 10:18:00,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18755698204s 2018-08-28 10:18:00,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50a95d42-ccf9-4b03-9380-70f406f5e6b5 2018-08-28 10:18:00,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:02,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:02,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89db631c-98ed-4168-bd12-e90eea148b3b x-compute-request-id: req-89db631c-98ed-4168-bd12-e90eea148b3b Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:54.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:17:54Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:02,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-89db631c-98ed-4168-bd12-e90eea148b3b 2018-08-28 10:18:02,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667537212372s 2018-08-28 10:18:02,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-89db631c-98ed-4168-bd12-e90eea148b3b 2018-08-28 10:18:02,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 10:18:02,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/9a2f3f17-4567-4030-9993-ec350372d8cd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:03,800 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27616e1f-032f-48a6-8346-79baa6f32d14 Content-Length: 0 Date: Tue, 28 Aug 2018 10:18:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:18:03,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9a2f3f17-4567-4030-9993-ec350372d8cd.json used request id req-27616e1f-032f-48a6-8346-79baa6f32d14 2018-08-28 10:18:03,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.00198197365s 2018-08-28 10:18:03,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9a2f3f17-4567-4030-9993-ec350372d8cd.json used request id req-27616e1f-032f-48a6-8346-79baa6f32d14 2018-08-28 10:18:03,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:18:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:03,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ad92f663-ce75-46b1-a28e-f135d7060f69 Date: Tue, 28 Aug 2018 10:18:03 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:18:03,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ad92f663-ce75-46b1-a28e-f135d7060f69 2018-08-28 10:18:03,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.043112039566s 2018-08-28 10:18:03,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-ad92f663-ce75-46b1-a28e-f135d7060f69 2018-08-28 10:18:03,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:18:03,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:03,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfc5a96d-912c-4b40-b18a-a016a2b95298 x-compute-request-id: req-cfc5a96d-912c-4b40-b18a-a016a2b95298 Content-Type: application/json 2018-08-28 10:18:03,995 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-cfc5a96d-912c-4b40-b18a-a016a2b95298 2018-08-28 10:18:03,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145359039307s 2018-08-28 10:18:03,996 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276 used request id req-cfc5a96d-912c-4b40-b18a-a016a2b95298 2018-08-28 10:18:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:04,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-ed5fe4e1-81ef-46e6-8688-b707538c7fe0 x-compute-request-id: req-ed5fe4e1-81ef-46e6-8688-b707538c7fe0 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:d0:3f", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/268aec9a-a06c-4bf3-8766-3e571881f276", "rel": "bookmark"}], "image": {"id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "links": [{"href": "http://172.30.9.23:8774/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:17:54.000000", "flavor": {"id": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "links": [{"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "bookmark"}]}, "id": "268aec9a-a06c-4bf3-8766-3e571881f276", "security_groups": [{"name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}], "user_id": "e1fb2799f43b44ffaf3ca9d657d8a303", "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-08-28T10:18:03Z", "hostId": "56c60c6ff291ced24b97b2129bbbfdc03a0b696a1f33dd749dbe90ee", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "name": "vping_ssh-vm_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "created": "2018-08-28T10:17:46Z", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:04,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed5fe4e1-81ef-46e6-8688-b707538c7fe0 2018-08-28 10:18:04,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472912073135s 2018-08-28 10:18:04,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed5fe4e1-81ef-46e6-8688-b707538c7fe0 2018-08-28 10:18:04,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:06,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:06,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e84e680c-2ee6-4eaf-9eb7-6645e478f0e6 x-compute-request-id: req-e84e680c-2ee6-4eaf-9eb7-6645e478f0e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:18:06,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e84e680c-2ee6-4eaf-9eb7-6645e478f0e6 2018-08-28 10:18:06,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220072031021s 2018-08-28 10:18:06,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e84e680c-2ee6-4eaf-9eb7-6645e478f0e6 2018-08-28 10:18:06,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:18:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:06,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-54f5a64a-cdeb-4466-80e1-7a4ba4f069c2 Date: Tue, 28 Aug 2018 10:18:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:25Z", "updated_at": "2018-08-28T10:17:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "41d9efd1-f68c-4e57-b0ec-facf57e0e514", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "50f86227-c556-4b4b-9d96-6a23e8537cf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "d1489bab-6b3d-4710-a151-9f2badf79114", "remote_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:25Z", "revision_number": 0, "id": "e43c98d9-4a08-4f50-aeb1-557a1721ee0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:25Z", "security_group_id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 1, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "8d1cf88c-a927-4d13-b64a-b35d653f4172", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:32Z", "updated_at": "2018-08-28T10:17:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "29a0607f-7e11-487a-ae96-b49504aab8c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "8ae33bdf-0173-40fb-834e-08d72ba0f613", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "9ec10bed-61e7-4a44-b9fc-13920d2ae587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:17:32Z", "revision_number": 0, "id": "fdbbd82d-4159-4dd0-9fa9-83f5c935eb73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:17:32Z", "security_group_id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "d09714ac9089427c81cdd2171f9902ca"}], "revision_number": 3, "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "fc8b553f-2fa9-4e32-a2b9-faf52efdf905", "name": "vping_ssh-sg_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:18:06,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-54f5a64a-cdeb-4466-80e1-7a4ba4f069c2 2018-08-28 10:18:06,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0450780391693s 2018-08-28 10:18:06,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-54f5a64a-cdeb-4466-80e1-7a4ba4f069c2 2018-08-28 10:18:06,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 10:18:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/fc8b553f-2fa9-4e32-a2b9-faf52efdf905.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:06,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed569136-1ee6-4a0c-8dfb-6dc60897fda2 Content-Length: 0 Date: Tue, 28 Aug 2018 10:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:18:06,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fc8b553f-2fa9-4e32-a2b9-faf52efdf905.json used request id req-ed569136-1ee6-4a0c-8dfb-6dc60897fda2 2018-08-28 10:18:06,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.209391117096s 2018-08-28 10:18:06,956 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fc8b553f-2fa9-4e32-a2b9-faf52efdf905.json used request id req-ed569136-1ee6-4a0c-8dfb-6dc60897fda2 2018-08-28 10:18:06,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 10:18:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:07,027 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-724ef49e-c113-4aac-9b31-4e7351d36b96 x-compute-request-id: req-724ef49e-c113-4aac-9b31-4e7351d36b96 Content-Length: 0 Content-Type: application/json 2018-08-28 10:18:07,028 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe used request id req-724ef49e-c113-4aac-9b31-4e7351d36b96 2018-08-28 10:18:07,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0712139606476s 2018-08-28 10:18:07,028 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_7ece8d61-843a-4b2f-8b70-3ca1669d6abe used request id req-724ef49e-c113-4aac-9b31-4e7351d36b96 2018-08-28 10:18:07,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:18:07,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/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}653237f3dee457d87d9889a87b20bcf191379dae" -d '{"subnet_id": "c81f8be6-ec1d-4070-9b76-2422e0ada373"}' 2018-08-28 10:18:08,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-539effed-c198-469c-9d99-4ee04223201a Date: Tue, 28 Aug 2018 10:18:08 GMT RESP BODY: {"network_id": "30da3697-37c5-4a2b-b686-e68fb15040b2", "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "subnet_id": "c81f8be6-ec1d-4070-9b76-2422e0ada373", "subnet_ids": ["c81f8be6-ec1d-4070-9b76-2422e0ada373"], "port_id": "ba78293c-3677-4743-afb0-c4d54d094b55", "id": "a10489e3-d77f-4f80-a75f-9b5880a15180"} 2018-08-28 10:18:08,824 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/remove_router_interface.json used request id req-539effed-c198-469c-9d99-4ee04223201a 2018-08-28 10:18:08,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79597902298s 2018-08-28 10:18:08,825 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180/remove_router_interface.json used request id req-539effed-c198-469c-9d99-4ee04223201a returning object a10489e3-d77f-4f80-a75f-9b5880a15180 2018-08-28 10:18:08,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:18:08,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:08,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-dab9370a-15ed-49bc-8862-10ca24607e23 Date: Tue, 28 Aug 2018 10:18:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d09714ac9089427c81cdd2171f9902ca", "created_at": "2018-08-28T10:17:27Z", "admin_state_up": true, "updated_at": "2018-08-28T10:18:07Z", "revision_number": 4, "routes": [], "project_id": "d09714ac9089427c81cdd2171f9902ca", "id": "a10489e3-d77f-4f80-a75f-9b5880a15180", "name": "vping_ssh-router_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:18:08,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-dab9370a-15ed-49bc-8862-10ca24607e23 2018-08-28 10:18:08,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110056877136s 2018-08-28 10:18:08,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-dab9370a-15ed-49bc-8862-10ca24607e23 2018-08-28 10:18:08,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:18:08,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:10,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-492957cc-9f90-4ad2-bec4-8a1fa58fc947 Content-Length: 0 Date: Tue, 28 Aug 2018 10:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:18:10,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180.json used request id req-492957cc-9f90-4ad2-bec4-8a1fa58fc947 2018-08-28 10:18:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.32418394089s 2018-08-28 10:18:10,262 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a10489e3-d77f-4f80-a75f-9b5880a15180.json used request id req-492957cc-9f90-4ad2-bec4-8a1fa58fc947 2018-08-28 10:18:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:18:10,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:10,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-40893c55-7ccd-4ca0-adf3-a3d379351b49 Date: Tue, 28 Aug 2018 10:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30da3697-37c5-4a2b-b686-e68fb15040b2","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:17:26Z","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":"d09714ac9089427c81cdd2171f9902ca","id":"c81f8be6-ec1d-4070-9b76-2422e0ada373","subnetpool_id":null,"name":"vping_ssh-subnet_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:18:10,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-40893c55-7ccd-4ca0-adf3-a3d379351b49 2018-08-28 10:18:10,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0451459884644s 2018-08-28 10:18:10,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-40893c55-7ccd-4ca0-adf3-a3d379351b49 2018-08-28 10:18:10,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:18:10,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c81f8be6-ec1d-4070-9b76-2422e0ada373.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:11,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53ecc8ae-1f8e-4cf4-a18f-3a2335324612 Date: Tue, 28 Aug 2018 10:18:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:18:11,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c81f8be6-ec1d-4070-9b76-2422e0ada373.json used request id req-53ecc8ae-1f8e-4cf4-a18f-3a2335324612 2018-08-28 10:18:11,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14906382561s 2018-08-28 10:18:11,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c81f8be6-ec1d-4070-9b76-2422e0ada373.json used request id req-53ecc8ae-1f8e-4cf4-a18f-3a2335324612 2018-08-28 10:18:11,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:11,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:11,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c102daa3-4fc6-447a-952e-a7af64ecc31d Date: Tue, 28 Aug 2018 10:18:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T10:18:11Z","tenant_id":"d09714ac9089427c81cdd2171f9902ca","created_at":"2018-08-28T10:17:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d09714ac9089427c81cdd2171f9902ca","id":"30da3697-37c5-4a2b-b686-e68fb15040b2","name":"vping_ssh-net_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:18:11,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c102daa3-4fc6-447a-952e-a7af64ecc31d 2018-08-28 10:18:11,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126129865646s 2018-08-28 10:18:11,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c102daa3-4fc6-447a-952e-a7af64ecc31d 2018-08-28 10:18:11,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:18:11,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/30da3697-37c5-4a2b-b686-e68fb15040b2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:13,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d6a8108-b3a4-44dc-902b-825da56a6535 Date: Tue, 28 Aug 2018 10:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:18:13,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/30da3697-37c5-4a2b-b686-e68fb15040b2.json used request id req-8d6a8108-b3a4-44dc-902b-825da56a6535 2018-08-28 10:18:13,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57177495956s 2018-08-28 10:18:13,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/30da3697-37c5-4a2b-b686-e68fb15040b2.json used request id req-8d6a8108-b3a4-44dc-902b-825da56a6535 2018-08-28 10:18:13,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:18:13,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:13,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d9b21949-e6ec-4877-bffa-a724d2ffa014 Date: Tue, 28 Aug 2018 10:18:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:17:31Z", "file": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/file", "owner": "d09714ac9089427c81cdd2171f9902ca", "id": "22a5d959-5008-48c2-bee5-fafa08cbb09f", "size": 12716032, "self": "/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/22a5d959-5008-48c2-bee5-fafa08cbb09f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:17:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:18:13,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9b21949-e6ec-4877-bffa-a724d2ffa014 2018-08-28 10:18:13,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285053014755s 2018-08-28 10:18:13,449 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9b21949-e6ec-4877-bffa-a724d2ffa014 2018-08-28 10:18:13,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:18:13,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}653237f3dee457d87d9889a87b20bcf191379dae" 2018-08-28 10:18:14,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a774279b-3922-41fd-a517-6611b7e592fa Date: Tue, 28 Aug 2018 10:18:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:18:14,579 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f used request id req-a774279b-3922-41fd-a517-6611b7e592fa 2018-08-28 10:18:14,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12841296196s 2018-08-28 10:18:14,580 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/22a5d959-5008-48c2-bee5-fafa08cbb09f used request id req-a774279b-3922-41fd-a517-6611b7e592fa 2018-08-28 10:18:14,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:18:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:14,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-a211180d-c749-41b1-989a-77e81e6f6e12 x-compute-request-id: req-a211180d-c749-41b1-989a-77e81e6f6e12 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4", "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": "39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4"}]} 2018-08-28 10:18:14,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a211180d-c749-41b1-989a-77e81e6f6e12 2018-08-28 10:18:14,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250570774078s 2018-08-28 10:18:14,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a211180d-c749-41b1-989a-77e81e6f6e12 2018-08-28 10:18:14,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:18:14,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:14,645 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:18:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eafcecec-b706-4b3f-aa84-408424e671a1 x-compute-request-id: req-eafcecec-b706-4b3f-aa84-408424e671a1 Content-Length: 0 Content-Type: application/json 2018-08-28 10:18:14,645 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4 used request id req-eafcecec-b706-4b3f-aa84-408424e671a1 2018-08-28 10:18:14,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380210876465s 2018-08-28 10:18:14,646 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/39dd5e26-11e1-4ed3-ac21-1fd0bbc4aee4 used request id req-eafcecec-b706-4b3f-aa84-408424e671a1 2018-08-28 10:18:14,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:18:14,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:14,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d892d0-b708-4a9f-8cee-289271ecd238 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": {"self": "http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e1fb2799f43b44ffaf3ca9d657d8a303", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:18:14,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-02d892d0-b708-4a9f-8cee-289271ecd238 2018-08-28 10:18:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199089050293s 2018-08-28 10:18:14,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-02d892d0-b708-4a9f-8cee-289271ecd238 2018-08-28 10:18:14,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:18:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:15,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72469071-f410-4eff-b930-39157dc70774 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_7ece8d61-843a-4b2f-8b70-3ca1669d6abe", "links": {"self": "http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e1fb2799f43b44ffaf3ca9d657d8a303", "description": null}} 2018-08-28 10:18:15,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 used request id req-72469071-f410-4eff-b930-39157dc70774 2018-08-28 10:18:15,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198271036148s 2018-08-28 10:18:15,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 used request id req-72469071-f410-4eff-b930-39157dc70774 2018-08-28 10:18:15,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:18:15,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:15,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154284f4-1319-442a-8374-b46d14e6826c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:18:15,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 used request id req-154284f4-1319-442a-8374-b46d14e6826c 2018-08-28 10:18:15,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.27147603035s 2018-08-28 10:18:15,322 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e1fb2799f43b44ffaf3ca9d657d8a303 used request id req-154284f4-1319-442a-8374-b46d14e6826c 2018-08-28 10:18:15,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:18:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:15,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1e5999-3553-4dc9-8ac8-eafdfd9ddda4 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca"}, "tags": [], "enabled": true, "id": "d09714ac9089427c81cdd2171f9902ca", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7ece8d61-843a-4b2f-8b70-3ca1669d6abe"}]} 2018-08-28 10:18:15,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e1e5999-3553-4dc9-8ac8-eafdfd9ddda4 2018-08-28 10:18:15,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194427013397s 2018-08-28 10:18:15,523 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6e1e5999-3553-4dc9-8ac8-eafdfd9ddda4 2018-08-28 10:18:15,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:18:15,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}21a6ec27544fbe0c5966b652cec913ea90034d1e" 2018-08-28 10:18:15,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-207c56c6-1e26-4473-866e-9eb8a0bcb018 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:18:15,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca used request id req-207c56c6-1e26-4473-866e-9eb8a0bcb018 2018-08-28 10:18:15,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.299679040909s 2018-08-28 10:18:15,827 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d09714ac9089427c81cdd2171f9902ca used request id req-207c56c6-1e26-4473-866e-9eb8a0bcb018 2018-08-28 10:18:15,882 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-28 10:18:15,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:18:15,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:18:15,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:18:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:18:15,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d57614-1eb8-40c6-9e60-cabcc6d26523 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:18:15,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d3d57614-1eb8-40c6-9e60-cabcc6d26523 2018-08-28 10:18:15,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:18:16,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["TsJzA4TuQDuBqsRtRET-jw"], "issued_at": "2018-08-28T10:18:16.000000Z"}} 2018-08-28 10:18:16,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:16,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:16,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-abd7cc4d-5e34-40b4-8456-c2e4f72aabb5 Date: Tue, 28 Aug 2018 10:18:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:18:16,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abd7cc4d-5e34-40b4-8456-c2e4f72aabb5 2018-08-28 10:18:16,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.408987045288s 2018-08-28 10:18:16,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abd7cc4d-5e34-40b4-8456-c2e4f72aabb5 2018-08-28 10:18:16,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:18:16,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e952c67e-2cff-43d3-9fdf-9b9faceb8823 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:18:16,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-e952c67e-2cff-43d3-9fdf-9b9faceb8823 2018-08-28 10:18:16,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:18:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:16,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abdc7f2d-f535-42f0-bb29-a8273b5be9f5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:18:16,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-abdc7f2d-f535-42f0-bb29-a8273b5be9f5 2018-08-28 10:18:16,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106523036957s 2018-08-28 10:18:16,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-abdc7f2d-f535-42f0-bb29-a8273b5be9f5 2018-08-28 10:18:16,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:18:16,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}}' 2018-08-28 10:18:17,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eeed352-b214-4458-89ae-fc91fe94776f 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.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf"}, "tags": [], "enabled": true, "id": "df3b3c0127e0417b8d40d932135d5ccf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}} 2018-08-28 10:18:17,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5eeed352-b214-4458-89ae-fc91fe94776f 2018-08-28 10:18:17,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.222495079041s 2018-08-28 10:18:17,084 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-5eeed352-b214-4458-89ae-fc91fe94776f 2018-08-28 10:18:17,084 - 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'df3b3c0127e0417b8d40d932135d5ccf', '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_1e260805-bfbd-4e5f-b69a-0c8329f63b04'}) 2018-08-28 10:18:17,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:18:17,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0844361b-bdfa-49a0-945d-c5f6467ee86c", "email": null, "name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}}' 2018-08-28 10:18:17,563 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dde1fdf3-559f-4536-b374-ea41d868aa0f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": {"self": "http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8524a7da6a24132b47f6f59d549d315", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:18:17,563 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-dde1fdf3-559f-4536-b374-ea41d868aa0f 2018-08-28 10:18:17,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473345994949s 2018-08-28 10:18:17,564 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-dde1fdf3-559f-4536-b374-ea41d868aa0f 2018-08-28 10:18:17,564 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8524a7da6a24132b47f6f59d549d315', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04'}) 2018-08-28 10:18:17,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:18:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:17,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e50266-ac45-429c-a75e-d574ab7f4180 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:18:17,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-70e50266-ac45-429c-a75e-d574ab7f4180 2018-08-28 10:18:17,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1819190979s 2018-08-28 10:18:17,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-70e50266-ac45-429c-a75e-d574ab7f4180 2018-08-28 10:18:17,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:18:17,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:17,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da4aa3a-1a97-4281-a075-8b49ea19dea2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:18:17,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6da4aa3a-1a97-4281-a075-8b49ea19dea2 2018-08-28 10:18:17,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.169657945633s 2018-08-28 10:18:17,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6da4aa3a-1a97-4281-a075-8b49ea19dea2 2018-08-28 10:18:17,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:18:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9981663-9fa1-4cba-b6a2-906f89d5da21 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:18:18,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9981663-9fa1-4cba-b6a2-906f89d5da21 2018-08-28 10:18:18,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102899074554s 2018-08-28 10:18:18,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e9981663-9fa1-4cba-b6a2-906f89d5da21 2018-08-28 10:18:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:18:18,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22ab67d-4469-4db9-8655-f1391eef74a6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:18:18,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a22ab67d-4469-4db9-8655-f1391eef74a6 2018-08-28 10:18:18,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177896976471s 2018-08-28 10:18:18,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a22ab67d-4469-4db9-8655-f1391eef74a6 2018-08-28 10:18:18,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:18:18,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b743779-2f8c-446a-905a-d13d306c2de1 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": {"self": "http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8524a7da6a24132b47f6f59d549d315", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:18:18,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0b743779-2f8c-446a-905a-d13d306c2de1 2018-08-28 10:18:18,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.166293144226s 2018-08-28 10:18:18,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0b743779-2f8c-446a-905a-d13d306c2de1 2018-08-28 10:18:18,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:18:18,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9e0cd2-267e-46f9-966c-b4229c935439 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf"}, "tags": [], "enabled": true, "id": "df3b3c0127e0417b8d40d932135d5ccf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}]} 2018-08-28 10:18:18,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6d9e0cd2-267e-46f9-966c-b4229c935439 2018-08-28 10:18:18,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179264068604s 2018-08-28 10:18:18,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6d9e0cd2-267e-46f9-966c-b4229c935439 2018-08-28 10:18:18,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:18:18,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e8524a7da6a24132b47f6f59d549d315&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=df3b3c0127e0417b8d40d932135d5ccf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688b4f4c-3269-4b66-b62b-5c77f9a79e03 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e8524a7da6a24132b47f6f59d549d315&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=df3b3c0127e0417b8d40d932135d5ccf", "previous": null, "next": null}} 2018-08-28 10:18:18,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8524a7da6a24132b47f6f59d549d315&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=df3b3c0127e0417b8d40d932135d5ccf used request id req-688b4f4c-3269-4b66-b62b-5c77f9a79e03 2018-08-28 10:18:18,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0967199802399s 2018-08-28 10:18:18,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8524a7da6a24132b47f6f59d549d315&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=df3b3c0127e0417b8d40d932135d5ccf used request id req-688b4f4c-3269-4b66-b62b-5c77f9a79e03 2018-08-28 10:18:18,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:18:18,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf/users/e8524a7da6a24132b47f6f59d549d315/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:18:18,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190f8de6-87f6-4d96-bfd5-b5551bf8c52e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:18:18,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf/users/e8524a7da6a24132b47f6f59d549d315/roles/2318336d80e24a9a9f8531007b44d834 used request id req-190f8de6-87f6-4d96-bfd5-b5551bf8c52e 2018-08-28 10:18:18,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.206058979034s 2018-08-28 10:18:18,889 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf/users/e8524a7da6a24132b47f6f59d549d315/roles/2318336d80e24a9a9f8531007b44d834 used request id req-190f8de6-87f6-4d96-bfd5-b5551bf8c52e 2018-08-28 10:18:18,890 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 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'df3b3c0127e0417b8d40d932135d5ccf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0844361b-bdfa-49a0-945d-c5f6467ee86c', 'username': u'vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:18:18,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:18:18,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:18:18,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:18:18,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:18:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:18:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:18:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:18:18,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:18:18,895 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'password': '0844361b-bdfa-49a0-945d-c5f6467ee86c', 'project_name': 'vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'df3b3c0127e0417b8d40d932135d5ccf', 'project_domain_name': 'Default'} 2018-08-28 10:18:18,896 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-28 10:18:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:18:18,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88faafeb-24fe-4c9c-a967-719cb61b291d Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:18:18,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-88faafeb-24fe-4c9c-a967-719cb61b291d 2018-08-28 10:18:18,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:18:19,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df3b3c0127e0417b8d40d932135d5ccf", "name": "vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_df3b3c0127e0417b8d40d932135d5ccf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_df3b3c0127e0417b8d40d932135d5ccf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/df3b3c0127e0417b8d40d932135d5ccf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/df3b3c0127e0417b8d40d932135d5ccf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/df3b3c0127e0417b8d40d932135d5ccf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/df3b3c0127e0417b8d40d932135d5ccf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/df3b3c0127e0417b8d40d932135d5ccf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/df3b3c0127e0417b8d40d932135d5ccf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/df3b3c0127e0417b8d40d932135d5ccf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "id": "e8524a7da6a24132b47f6f59d549d315"}, "audit_ids": ["jkiB8VaGSdGG5i_OZ7Cj2Q"], "issued_at": "2018-08-28T10:18:19.000000Z"}} 2018-08-28 10:18:19,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:18:19,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"network": {"name": "vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "admin_state_up": true}}' 2018-08-28 10:18:20,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-65bc9fcd-85e5-4f1f-9335-005026fd160d Date: Tue, 28 Aug 2018 10:18:20 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:18:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}} 2018-08-28 10:18:20,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-65bc9fcd-85e5-4f1f-9335-005026fd160d 2018-08-28 10:18:20,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.858433961868s 2018-08-28 10:18:20,151 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-65bc9fcd-85e5-4f1f-9335-005026fd160d 2018-08-28 10:18:20,151 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:18:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1501e3ea-1ece-421d-b33a-fcca27c69b40', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04', u'admin_state_up': True, u'tenant_id': u'df3b3c0127e0417b8d40d932135d5ccf', u'created_at': u'2018-08-28T10:18:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'df3b3c0127e0417b8d40d932135d5ccf'}) 2018-08-28 10:18:20,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:20,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-13e89257-b390-45ad-84e8-66fb381e34b2 Date: Tue, 28 Aug 2018 10:18:20 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-08-28T10:18:19Z","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:18:20,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-13e89257-b390-45ad-84e8-66fb381e34b2 2018-08-28 10:18:20,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.140149831772s 2018-08-28 10:18:20,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-13e89257-b390-45ad-84e8-66fb381e34b2 2018-08-28 10:18:20,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:18:20,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"subnet": {"name": "vping_userdata-subnet_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "enable_dhcp": true, "network_id": "1501e3ea-1ece-421d-b33a-fcca27c69b40", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:18:20,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b67a176b-3452-46d3-a000-fe76f1e6a97f Date: Tue, 28 Aug 2018 10:18:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:18: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":"df3b3c0127e0417b8d40d932135d5ccf","id":"0a0ad0d4-a8df-4619-9a5a-c45d840648e8","subnetpool_id":null,"name":"vping_userdata-subnet_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}} 2018-08-28 10:18:20,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b67a176b-3452-46d3-a000-fe76f1e6a97f 2018-08-28 10:18:20,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.66296505928s 2018-08-28 10:18:20,957 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b67a176b-3452-46d3-a000-fe76f1e6a97f 2018-08-28 10:18:20,957 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:18: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'0a0ad0d4-a8df-4619-9a5a-c45d840648e8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_1e260805-bfbd-4e5f-b69a-0c8329f63b04', u'enable_dhcp': True, u'network_id': u'1501e3ea-1ece-421d-b33a-fcca27c69b40', u'tenant_id': u'df3b3c0127e0417b8d40d932135d5ccf', u'created_at': u'2018-08-28T10:18: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'df3b3c0127e0417b8d40d932135d5ccf'}) 2018-08-28 10:18:20,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:18:20,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "vping_userdata-router_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "admin_state_up": true}}' 2018-08-28 10:18:22,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-633c2956-28cc-408c-b4cd-e07a81a3c1b0 Date: Tue, 28 Aug 2018 10:18:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "created_at": "2018-08-28T10:18:20Z", "admin_state_up": true, "updated_at": "2018-08-28T10:18:22Z", "revision_number": 2, "routes": [], "project_id": "df3b3c0127e0417b8d40d932135d5ccf", "id": "1ac5682c-dcf2-4c2f-9891-f02a64cf48f0", "name": "vping_userdata-router_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}} 2018-08-28 10:18:22,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-633c2956-28cc-408c-b4cd-e07a81a3c1b0 2018-08-28 10:18:22,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40462112427s 2018-08-28 10:18:22,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-633c2956-28cc-408c-b4cd-e07a81a3c1b0 2018-08-28 10:18:22,364 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'df3b3c0127e0417b8d40d932135d5ccf', u'created_at': u'2018-08-28T10:18:20Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:18:22Z', u'revision_number': 2, u'routes': [], u'project_id': u'df3b3c0127e0417b8d40d932135d5ccf', u'id': u'1ac5682c-dcf2-4c2f-9891-f02a64cf48f0', u'name': u'vping_userdata-router_1e260805-bfbd-4e5f-b69a-0c8329f63b04'}) 2018-08-28 10:18:22,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:18:22,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/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}f938182407cebddd9980163e5440787b8752a05e" -d '{"subnet_id": "0a0ad0d4-a8df-4619-9a5a-c45d840648e8"}' 2018-08-28 10:18:24,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c3e48df-244e-4a87-be15-63c616d0f37a Date: Tue, 28 Aug 2018 10:18:24 GMT RESP BODY: {"network_id": "1501e3ea-1ece-421d-b33a-fcca27c69b40", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "subnet_id": "0a0ad0d4-a8df-4619-9a5a-c45d840648e8", "subnet_ids": ["0a0ad0d4-a8df-4619-9a5a-c45d840648e8"], "port_id": "a3b9f1a2-daee-4946-9d3d-fcaf66d79c7b", "id": "1ac5682c-dcf2-4c2f-9891-f02a64cf48f0"} 2018-08-28 10:18:24,432 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/add_router_interface.json used request id req-6c3e48df-244e-4a87-be15-63c616d0f37a 2018-08-28 10:18:24,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06762003899s 2018-08-28 10:18:24,432 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/add_router_interface.json used request id req-6c3e48df-244e-4a87-be15-63c616d0f37a returning object 1ac5682c-dcf2-4c2f-9891-f02a64cf48f0 2018-08-28 10:18:24,432 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:18:24,565 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:18:24,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:18:24,572 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:18:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:18:24,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:18:24,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:24,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0087121b-557a-46d5-adf6-ea91f8a09a90 Date: Tue, 28 Aug 2018 10:18:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:18:24,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0087121b-557a-46d5-adf6-ea91f8a09a90 2018-08-28 10:18:24,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274689912796s 2018-08-28 10:18:24,852 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0087121b-557a-46d5-adf6-ea91f8a09a90 2018-08-28 10:18:24,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:18:24,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}' 2018-08-28 10:18:24,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5d732348-b1e0-4fad-92a2-aa1176b96266 Date: Tue, 28 Aug 2018 10:18:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:18:24Z", "file": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file", "owner": "df3b3c0127e0417b8d40d932135d5ccf", "id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "size": null, "self": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "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_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "checksum": null, "created_at": "2018-08-28T10:18:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:18:24,912 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5d732348-b1e0-4fad-92a2-aa1176b96266 2018-08-28 10:18:24,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0523159503937s 2018-08-28 10:18:24,912 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5d732348-b1e0-4fad-92a2-aa1176b96266 returning object ea82e502-b5aa-4d3b-9a33-ee53c799c678 2018-08-28 10:18:24,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:18:24,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/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}f938182407cebddd9980163e5440787b8752a05e" -d '' 2018-08-28 10:18:25,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a36eb855-a348-45b6-8e54-80ec83200f03 Date: Tue, 28 Aug 2018 10:18:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:18:25,314 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file used request id req-a36eb855-a348-45b6-8e54-80ec83200f03 2018-08-28 10:18:25,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.401530981064s 2018-08-28 10:18:25,315 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file used request id req-a36eb855-a348-45b6-8e54-80ec83200f03 2018-08-28 10:18:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:18:25,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:25,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-6d59e681-f7a2-48d1-b262-1d38c40138f9 Date: Tue, 28 Aug 2018 10:18:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:18:25Z", "file": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file", "owner": "df3b3c0127e0417b8d40d932135d5ccf", "id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "size": 12716032, "self": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:18:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:18:25,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6d59e681-f7a2-48d1-b262-1d38c40138f9 2018-08-28 10:18:25,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.120657920837s 2018-08-28 10:18:25,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6d59e681-f7a2-48d1-b262-1d38c40138f9 2018-08-28 10:18:25,442 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file', 'owner': u'df3b3c0127e0417b8d40d932135d5ccf', 'id': u'ea82e502-b5aa-4d3b-9a33-ee53c799c678', 'size': 12716032, u'self': u'/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df3b3c0127e0417b8d40d932135d5ccf', 'name': 'vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:18:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:18:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04', '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/ea82e502-b5aa-4d3b-9a33-ee53c799c678', 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_1e260805-bfbd-4e5f-b69a-0c8329f63b04', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'created': u'2018-08-28T10:18:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:18:24Z', 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/ea82e502-b5aa-4d3b-9a33-ee53c799c678', 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_1e260805-bfbd-4e5f-b69a-0c8329f63b04', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:18:25,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:18:25,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:18:25,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-621b0801-1862-41db-8c49-8aeb6294fb9c x-compute-request-id: req-621b0801-1862-41db-8c49-8aeb6294fb9c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "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": "9513c9d7-8429-45e6-8034-3a4bb13784d0"}} 2018-08-28 10:18:25,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-621b0801-1862-41db-8c49-8aeb6294fb9c 2018-08-28 10:18:25,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.306169033051s 2018-08-28 10:18:25,749 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-621b0801-1862-41db-8c49-8aeb6294fb9c 2018-08-28 10:18:25,750 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'9513c9d7-8429-45e6-8034-3a4bb13784d0', 'swap': 0}) 2018-08-28 10:18:25,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:18:25,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0/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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" -d '{"extra_specs": {}}' 2018-08-28 10:18:25,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-de901b6a-bda9-4d87-be0b-4a01c48078c9 x-compute-request-id: req-de901b6a-bda9-4d87-be0b-4a01c48078c9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:18:25,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0/os-extra_specs used request id req-de901b6a-bda9-4d87-be0b-4a01c48078c9 2018-08-28 10:18:25,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208380222321s 2018-08-28 10:18:25,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0/os-extra_specs used request id req-de901b6a-bda9-4d87-be0b-4a01c48078c9 2018-08-28 10:18:25,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:25,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:25,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-18b8a8d2-90a8-4a89-9f56-2c806349ef5e Date: Tue, 28 Aug 2018 10:18:25 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":["0a0ad0d4-a8df-4619-9a5a-c45d840648e8"],"updated_at":"2018-08-28T10:18:20Z","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:18:25,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-18b8a8d2-90a8-4a89-9f56-2c806349ef5e 2018-08-28 10:18:25,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0991299152374s 2018-08-28 10:18:25,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-18b8a8d2-90a8-4a89-9f56-2c806349ef5e 2018-08-28 10:18:25,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:18:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:25,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-a7214dad-ba27-43ea-8127-71aa6eebcca4 Date: Tue, 28 Aug 2018 10:18:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:18:25Z", "file": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file", "owner": "df3b3c0127e0417b8d40d932135d5ccf", "id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "size": 12716032, "self": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:18:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:18:25,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a7214dad-ba27-43ea-8127-71aa6eebcca4 2018-08-28 10:18:25,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345571041107s 2018-08-28 10:18:25,911 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a7214dad-ba27-43ea-8127-71aa6eebcca4 2018-08-28 10:18:25,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:18:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:26,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c14bd47-0069-4c44-a83a-87a0496a37d6 x-compute-request-id: req-6c14bd47-0069-4c44-a83a-87a0496a37d6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "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": "9513c9d7-8429-45e6-8034-3a4bb13784d0"}]} 2018-08-28 10:18:26,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-6c14bd47-0069-4c44-a83a-87a0496a37d6 2018-08-28 10:18:26,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275633096695s 2018-08-28 10:18:26,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-6c14bd47-0069-4c44-a83a-87a0496a37d6 2018-08-28 10:18:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:18:26,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"server": {"name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "imageRef": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "flavorRef": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1501e3ea-1ece-421d-b33a-fcca27c69b40"}]}}' 2018-08-28 10:18:28,042 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:18: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-bccc7593-dbc5-4ffb-8899-ebe0cd576392 x-compute-request-id: req-bccc7593-dbc5-4ffb-8899-ebe0cd576392 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "adminPass": "B5kPAYt8got6"}} 2018-08-28 10:18:28,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bccc7593-dbc5-4ffb-8899-ebe0cd576392 2018-08-28 10:18:28,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.85183095932s 2018-08-28 10:18:28,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bccc7593-dbc5-4ffb-8899-ebe0cd576392 2018-08-28 10:18:28,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:28,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:28,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5637c7c-8f42-4c28-87fc-5a4da8406c07 x-compute-request-id: req-a5637c7c-8f42-4c28-87fc-5a4da8406c07 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.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:28,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a5637c7c-8f42-4c28-87fc-5a4da8406c07 2018-08-28 10:18:28,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607420921326s 2018-08-28 10:18:28,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a5637c7c-8f42-4c28-87fc-5a4da8406c07 2018-08-28 10:18:28,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:28,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:28,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-74a75076-c5e6-4a46-b6e8-bbf81a8baac8 Date: Tue, 28 Aug 2018 10:18:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0a0ad0d4-a8df-4619-9a5a-c45d840648e8"],"updated_at":"2018-08-28T10:18:20Z","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:18:28,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-74a75076-c5e6-4a46-b6e8-bbf81a8baac8 2018-08-28 10:18:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10022687912s 2018-08-28 10:18:28,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-74a75076-c5e6-4a46-b6e8-bbf81a8baac8 2018-08-28 10:18:28,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:18:28,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:28,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f57be8ec-1765-4a4f-96af-19c0e2a54953 Date: Tue, 28 Aug 2018 10:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:18: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":"df3b3c0127e0417b8d40d932135d5ccf","id":"0a0ad0d4-a8df-4619-9a5a-c45d840648e8","subnetpool_id":null,"name":"vping_userdata-subnet_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}]} 2018-08-28 10:18:28,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f57be8ec-1765-4a4f-96af-19c0e2a54953 2018-08-28 10:18:28,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0613310337067s 2018-08-28 10:18:28,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f57be8ec-1765-4a4f-96af-19c0e2a54953 2018-08-28 10:18:28,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:30,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:31,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-400a44bf-1118-4ac2-8e78-6ab140bd4f1b x-compute-request-id: req-400a44bf-1118-4ac2-8e78-6ab140bd4f1b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:30Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:31,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-400a44bf-1118-4ac2-8e78-6ab140bd4f1b 2018-08-28 10:18:31,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695703983307s 2018-08-28 10:18:31,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-400a44bf-1118-4ac2-8e78-6ab140bd4f1b 2018-08-28 10:18:31,525 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:33,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:33,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:33,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-887cc07a-4bf1-4d72-b22f-519ceb8cf864 x-compute-request-id: req-887cc07a-4bf1-4d72-b22f-519ceb8cf864 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:30Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:33,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-887cc07a-4bf1-4d72-b22f-519ceb8cf864 2018-08-28 10:18:33,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194770812988s 2018-08-28 10:18:33,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-887cc07a-4bf1-4d72-b22f-519ceb8cf864 2018-08-28 10:18:33,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:35,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:35,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:36,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8012d4e8-fa12-47a2-991a-96170955b3e9 x-compute-request-id: req-8012d4e8-fa12-47a2-991a-96170955b3e9 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:36,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8012d4e8-fa12-47a2-991a-96170955b3e9 2018-08-28 10:18:36,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475552082062s 2018-08-28 10:18:36,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8012d4e8-fa12-47a2-991a-96170955b3e9 2018-08-28 10:18:36,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:18:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=86dede1b-d241-4d8e-97d5-926e0bb57df5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:36,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f3558343-87cf-4f68-bd4d-8e753850a20a Date: Tue, 28 Aug 2018 10:18:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:30Z","admin_state_up":true,"updated_at":"2018-08-28T10:18:34Z","binding:vnic_type":"normal","device_id":"86dede1b-d241-4d8e-97d5-926e0bb57df5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e1:b2:49","id":"110473ae-2943-4ef6-abb8-7e7eedb68482","port_security_enabled":true,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","fixed_ips":[{"subnet_id":"0a0ad0d4-a8df-4619-9a5a-c45d840648e8","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["028cc95e-0fc3-4658-a5f7-9226ab6a17c8"],"name":""}]} 2018-08-28 10:18:36,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=86dede1b-d241-4d8e-97d5-926e0bb57df5 used request id req-f3558343-87cf-4f68-bd4d-8e753850a20a 2018-08-28 10:18:36,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575618743896s 2018-08-28 10:18:36,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=86dede1b-d241-4d8e-97d5-926e0bb57df5 used request id req-f3558343-87cf-4f68-bd4d-8e753850a20a 2018-08-28 10:18:36,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:18:36,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=110473ae-2943-4ef6-abb8-7e7eedb68482" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:36,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f2daf66e-c810-4d61-9982-84ce2c07621f Date: Tue, 28 Aug 2018 10:18:36 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:18:36,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=110473ae-2943-4ef6-abb8-7e7eedb68482 used request id req-f2daf66e-c810-4d61-9982-84ce2c07621f 2018-08-28 10:18:36,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0454769134521s 2018-08-28 10:18:36,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=110473ae-2943-4ef6-abb8-7e7eedb68482 used request id req-f2daf66e-c810-4d61-9982-84ce2c07621f 2018-08-28 10:18:36,319 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e1:b2:49', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ea82e502-b5aa-4d3b-9a33-ee53c799c678'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:18:34.000000', 'flavor': Munch({u'id': u'9513c9d7-8429-45e6-8034-3a4bb13784d0'}), 'az': u'nova', 'id': u'86dede1b-d241-4d8e-97d5-926e0bb57df5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8524a7da6a24132b47f6f59d549d315', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df3b3c0127e0417b8d40d932135d5ccf', 'name': 'vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04', '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-08-28T10:18:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:18:34Z', 'hostId': u'5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d', '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-08-28T10:18:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'df3b3c0127e0417b8d40d932135d5ccf', 'name': u'vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'adminPass': u'B5kPAYt8got6', 'tenant_id': u'df3b3c0127e0417b8d40d932135d5ccf', 'created_at': u'2018-08-28T10:18:27Z', 'created': u'2018-08-28T10:18:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:18:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:18:36,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:36,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-fdcd7c7e-c7a8-4d8d-b361-03e37e14bcc3 Date: Tue, 28 Aug 2018 10:18:36 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":["0a0ad0d4-a8df-4619-9a5a-c45d840648e8"],"updated_at":"2018-08-28T10:18:20Z","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:18:36,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-fdcd7c7e-c7a8-4d8d-b361-03e37e14bcc3 2018-08-28 10:18:36,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.088928937912s 2018-08-28 10:18:36,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-fdcd7c7e-c7a8-4d8d-b361-03e37e14bcc3 2018-08-28 10:18:36,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:18:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:37,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-694b0775-ef9b-4493-8da7-0242abb46e74 Date: Tue, 28 Aug 2018 10:18:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:18:25Z", "file": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file", "owner": "df3b3c0127e0417b8d40d932135d5ccf", "id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "size": 12716032, "self": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:18:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:18:37,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-694b0775-ef9b-4493-8da7-0242abb46e74 2018-08-28 10:18:37,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765424013138s 2018-08-28 10:18:37,180 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-694b0775-ef9b-4493-8da7-0242abb46e74 2018-08-28 10:18:37,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:18:37,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:37,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-09c67848-8902-4106-97e9-23816fdabed1 x-compute-request-id: req-09c67848-8902-4106-97e9-23816fdabed1 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "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": "9513c9d7-8429-45e6-8034-3a4bb13784d0"}]} 2018-08-28 10:18:37,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-09c67848-8902-4106-97e9-23816fdabed1 2018-08-28 10:18:37,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236389636993s 2018-08-28 10:18:37,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-09c67848-8902-4106-97e9-23816fdabed1 2018-08-28 10:18:37,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:18:37,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" -d '{"server": {"name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "imageRef": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "flavorRef": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1501e3ea-1ece-421d-b33a-fcca27c69b40"}]}}' 2018-08-28 10:18:38,952 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:18: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-2d44b4cb-3cba-4edc-9fd4-dadea305638e x-compute-request-id: req-2d44b4cb-3cba-4edc-9fd4-dadea305638e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "adminPass": "w522QuWiwVcv"}} 2018-08-28 10:18:38,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2d44b4cb-3cba-4edc-9fd4-dadea305638e 2018-08-28 10:18:38,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.74413895607s 2018-08-28 10:18:38,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2d44b4cb-3cba-4edc-9fd4-dadea305638e 2018-08-28 10:18:38,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:38,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:39,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-100ac16b-ad07-4b28-b47a-29c211c23d9a x-compute-request-id: req-100ac16b-ad07-4b28-b47a-29c211c23d9a 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.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:39,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-100ac16b-ad07-4b28-b47a-29c211c23d9a 2018-08-28 10:18:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613723039627s 2018-08-28 10:18:39,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-100ac16b-ad07-4b28-b47a-29c211c23d9a 2018-08-28 10:18:39,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:41,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:41,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:41,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7acef9e1-0310-467d-963b-9092bb10fca2 x-compute-request-id: req-7acef9e1-0310-467d-963b-9092bb10fca2 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:41Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:41,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7acef9e1-0310-467d-963b-9092bb10fca2 2018-08-28 10:18:41,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186865091324s 2018-08-28 10:18:41,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7acef9e1-0310-467d-963b-9092bb10fca2 2018-08-28 10:18:41,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:43,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:43,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:44,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c4d852-caf4-48f3-a58c-1015bd99525f x-compute-request-id: req-48c4d852-caf4-48f3-a58c-1015bd99525f Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:41Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:44,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-48c4d852-caf4-48f3-a58c-1015bd99525f 2018-08-28 10:18:44,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579072952271s 2018-08-28 10:18:44,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-48c4d852-caf4-48f3-a58c-1015bd99525f 2018-08-28 10:18:44,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:46,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:46,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:46,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cc74f56-fe24-46cf-bc38-b635fa01c8eb x-compute-request-id: req-3cc74f56-fe24-46cf-bc38-b635fa01c8eb Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:46,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3cc74f56-fe24-46cf-bc38-b635fa01c8eb 2018-08-28 10:18:46,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192142009735s 2018-08-28 10:18:46,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3cc74f56-fe24-46cf-bc38-b635fa01c8eb 2018-08-28 10:18:46,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:18:46,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6cc666d8-00c4-480f-abbc-0bd22abbb518" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:46,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dbeccf63-48ec-49aa-9341-7f38a28a403c Date: Tue, 28 Aug 2018 10:18:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:42Z","admin_state_up":true,"updated_at":"2018-08-28T10:18:46Z","binding:vnic_type":"normal","device_id":"6cc666d8-00c4-480f-abbc-0bd22abbb518","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e5:67:e0","id":"79f00430-e265-40c4-a15c-e31b9f455eae","port_security_enabled":true,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","fixed_ips":[{"subnet_id":"0a0ad0d4-a8df-4619-9a5a-c45d840648e8","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["028cc95e-0fc3-4658-a5f7-9226ab6a17c8"],"name":""}]} 2018-08-28 10:18:46,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6cc666d8-00c4-480f-abbc-0bd22abbb518 used request id req-dbeccf63-48ec-49aa-9341-7f38a28a403c 2018-08-28 10:18:46,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0529551506042s 2018-08-28 10:18:46,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6cc666d8-00c4-480f-abbc-0bd22abbb518 used request id req-dbeccf63-48ec-49aa-9341-7f38a28a403c 2018-08-28 10:18:46,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:18:46,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=79f00430-e265-40c4-a15c-e31b9f455eae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:46,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8119420f-50ca-41cd-8427-b87b60a5c388 Date: Tue, 28 Aug 2018 10:18:46 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:18:46,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=79f00430-e265-40c4-a15c-e31b9f455eae used request id req-8119420f-50ca-41cd-8427-b87b60a5c388 2018-08-28 10:18:46,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0455160140991s 2018-08-28 10:18:46,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=79f00430-e265-40c4-a15c-e31b9f455eae used request id req-8119420f-50ca-41cd-8427-b87b60a5c388 2018-08-28 10:18:46,660 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:67:e0', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ea82e502-b5aa-4d3b-9a33-ee53c799c678'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:18:46.000000', 'flavor': Munch({u'id': u'9513c9d7-8429-45e6-8034-3a4bb13784d0'}), 'az': u'nova', 'id': u'6cc666d8-00c4-480f-abbc-0bd22abbb518', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8524a7da6a24132b47f6f59d549d315', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df3b3c0127e0417b8d40d932135d5ccf', 'name': 'vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04', '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-08-28T10:18:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:18:46Z', 'hostId': u'3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321', '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-08-28T10:18:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'df3b3c0127e0417b8d40d932135d5ccf', 'name': u'vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04', 'adminPass': u'w522QuWiwVcv', 'tenant_id': u'df3b3c0127e0417b8d40d932135d5ccf', 'created_at': u'2018-08-28T10:18:38Z', 'created': u'2018-08-28T10:18:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:18:46,661 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-28 10:18:47,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:48,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-df93aef1-d6da-407b-a5e5-a26bd93667e8 x-compute-request-id: req-df93aef1-d6da-407b-a5e5-a26bd93667e8 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:48,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df93aef1-d6da-407b-a5e5-a26bd93667e8 2018-08-28 10:18:48,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438621997833s 2018-08-28 10:18:48,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df93aef1-d6da-407b-a5e5-a26bd93667e8 2018-08-28 10:18:48,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:18:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/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}f938182407cebddd9980163e5440787b8752a05e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:18:48,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2faba1e4-88a5-4418-b280-93383cc01a0e x-compute-request-id: req-2faba1e4-88a5-4418-b280-93383cc01a0e Content-Encoding: gzip Content-Length: 7849 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 520115797 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.908 MHz processor\n[ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.189024] pid_max: default: 32768 minimum: 301\n[ 0.190251] ACPI: Core revision 20150930\n[ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193697] Security Framework initialized\n[ 0.194811] Yama: becoming mindful.\n[ 0.195810] AppArmor: AppArmor initialized\n[ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203948] Initializing cgroup subsys io\n[ 0.205056] Initializing cgroup subsys memory\n[ 0.206236] Initializing cgroup subsys devices\n[ 0.207426] Initializing cgroup subsys freezer\n[ 0.208604] Initializing cgroup subsys net_cls\n[ 0.209800] Initializing cgroup subsys perf_event\n[ 0.211037] Initializing cgroup subsys net_prio\n[ 0.212240] Initializing cgroup subsys hugetlb\n[ 0.213420] Initializing cgroup subsys pids\n[ 0.214596] CPU: Physical Processor ID: 0\n[ 0.216383] mce: CPU supports 10 MCE banks\n[ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240727] ftrace: allocating 31920 entries in 125 pages\n[ 0.266652] smpboot: Max logical packages: 1\n[ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269799] x2apic enabled\n[ 0.270938] Switched APIC routing to physical x2apic.\n[ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280040] KVM setup paravirtual spinlock\n[ 0.281623] x86: Booted up 1 node, 1 CPUs\n[ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.284599] devtmpfs: initialized\n[ 0.286567] evm: security.selinux\n[ 0.287527] evm: security.SMACK64\n[ 0.288485] evm: security.SMACK64EXEC\n[ 0.289508] evm: security.SMACK64TRANSMUTE\n[ 0.290607] evm: security.SMACK64MMAP\n[ 0.291620] evm: security.ima\n[ 0.292504] evm: security.capability\n[ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296074] pinctrl core: initialized pinctrl subsystem\n[ 0.297545] RTC time: 10:18:46, date: 08/28/18\n[ 0.298824] NET: Registered protocol family 16\n[ 0.300126] cpuidle: using governor ladder\n[ 0.301240] cpuidle: using governor menu\n[ 0.302317] PCCT header not found.\n[ 0.303336] ACPI: bus type PCI registered\n[ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306093] PCI: Using configuration type 1 for base access\n[ 0.308232] ACPI: Added _OSI(Module Device)\n[ 0.309375] ACPI: Added _OSI(Processor Device)\n[ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313914] ACPI: Interpreter enabled\n[ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325012] ACPI: (supports S0 S5)\n[ 0.325977] ACPI: Using IOAPIC for interrupt routing\n[ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338783] acpiphp: Slot [3] registered\n[ 0.339868] acpiphp: Slot [4] registered\n[ 0.340953] acpiphp: Slot [5] registered\n[ 0.342034] acpiphp: Slot [6] registered\n[ 0.343116] acpiphp: Slot [7] registered\n[ 0.344204] acpiphp: Slot [8] registered\n[ 0.345289] acpiphp: Slot [9] registered\n[ 0.346373] acpiphp: Slot [10] registered\n[ 0.347474] acpiphp: Slot [11] registered\n[ 0.348575] acpiphp: Slot [12] registered\n[ 0.349673] acpiphp: Slot [13] registered\n[ 0.350771] acpiphp: Slot [14] registered\n[ 0.351873] acpiphp: Slot [15] registered\n[ 0.367142] acpiphp: Slot [16] registered\n[ 0.368273] acpiphp: Slot [17] registered\n[ 0.369376] acpiphp: Slot [18] registered\n[ 0.370473] acpiphp: Slot [19] registered\n[ 0.371580] acpiphp: Slot [20] registered\n[ 0.372682] acpiphp: Slot [21] registered\n[ 0.373778] acpiphp: Slot [22] registered\n[ 0.374872] acpiphp: Slot [23] registered\n[ 0.375977] acpiphp: Slot [24] registered\n[ 0.377082] acpiphp: Slot [25] registered\n[ 0.378179] acpiphp: Slot [26] registered\n[ 0.379274] acpiphp: Slot [27] registered\n[ 0.380378] acpiphp: Slot [28] registered\n[ 0.381484] acpiphp: Slot [29] registered\n[ 0.382580] acpiphp: Slot [30] registered\n[ 0.383681] acpiphp: Slot [31] registered\n[ 0.384782] PCI host bridge to bus 0000:00\n[ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446044] vgaarb: loaded\n[ 0.446866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448506] SCSI subsystem initialized\n[ 0.449753] ACPI: bus type USB registered\n[ 0.450883] usbcore: registered new interface driver usbfs\n[ 0.452278] usbcore: registered new interface driver hub\n[ 0.453631] usbcore: registered new device driver usb\n[ 0.455122] PCI: Using ACPI for IRQ routing\n[ 0.456626] NetLabel: Initializing\n[ 0.457606] NetLabel: domain hash size = 128\n[ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460057] NetLabel: unlabeled traffic allowed by default\n[ 0.461622] clocksource: Switched to clocksource kvm-clock\n[ 0.471729] AppArmor: AppArmor Filesystem Enabled\n[ 0.473033] pnp: PnP ACPI init\n[ 0.474251] pnp: PnP ACPI: found 5 devices\n[ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483717] NET: Registered protocol family 2\n[ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493790] NET: Registered protocol family 1\n[ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.527171] Trying to unpack rootfs image as initramfs...\n[ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596765] Scanning for low memory corruption every 60 seconds\n[ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601588] audit: initializing netlink subsys (disabled)\n[ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized\n[ 0.605410] Initialise system trusted keyring\n[ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611458] zbud: loaded\n[ 0.612538] VFS: Disk quotas dquot_6.6.0\n[ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616064] fuse init (API version 7.23)\n[ 0.617320] Key type big_key registered\n[ 0.618452] Allocating IMA MOK and blacklist keyrings.\n[ 0.620214] Key type asymmetric registered\n[ 0.621369] Asymmetric key parser 'x509' registered\n[ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624814] io scheduler noop registered\n[ 0.625920] io scheduler deadline registered (default)\n[ 0.627298] io scheduler cfq registered\n[ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633929] ACPI: Power Button [PWRF]\n[ 0.635304] GHES: HEST is not enabled!\n[ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709518] Linux agpgart interface v0.103\n[ 0.713382] brd: module loaded\n[ 0.715677] loop: module loaded\n[ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722526] GPT:90111 != 2097151\n[ 0.723479] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724986] GPT:90111 != 2097151\n[ 0.725937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727258] vda: vda1 vda15\n[ 0.729230] scsi host0: ata_piix\n[ 0.730312] scsi host1: ata_piix\n[ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734984] libphy: Fixed MDIO Bus: probed\n[ 0.736143] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740716] PPP generic driver version 2.4.2\n[ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743740] ehci-pci: EHCI PCI platform driver\n[ 0.744961] ehci-platform: EHCI generic platform driver\n[ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747876] ohci-pci: OHCI PCI platform driver\n[ 0.749086] ohci-platform: OHCI generic platform driver\n[ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.775450] usb usb1: Product: UHCI Host Controller\n[ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778240] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.779633] hub 1-0:1.0: USB hub found\n[ 0.780716] hub 1-0:1.0: 2 ports detected\n[ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.787714] mousedev: PS/2 mouse device common for all mice\n[ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791942] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796727] i2c /dev entries driver\n[ 0.797808] device-mapper: uevent: version 1.0.3\n[ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805301] NET: Registered protocol family 17\n[ 0.806596] Key type dns_resolver registered\n[ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811993] registered taskstats version 1\n[ 0.813205] Loading compiled-in X.509 certificates\n[ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.817703] zswap: loaded using pool lzo/zbud\n[ 0.820202] Key type trusted registered\n[ 0.822407] Key type encrypted registered\n[ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825027] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826480] evm: HMAC attrs: 0x1\n[ 0.827814] Magic number: 14:447:326\n[ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527)\n[ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.832774] EDD information not available.\n[ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913059] Write protecting the kernel read-only data: 14336k\n[ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.096457] 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.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-08-28 10:18:48,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-2faba1e4-88a5-4418-b280-93383cc01a0e 2018-08-28 10:18:48,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0873830318451s 2018-08-28 10:18:48,192 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-2faba1e4-88a5-4418-b280-93383cc01a0e 2018-08-28 10:18:48,192 - 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 520115797 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.908 MHz processor [ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.189024] pid_max: default: 32768 minimum: 301 [ 0.190251] ACPI: Core revision 20150930 [ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193697] Security Framework initialized [ 0.194811] Yama: becoming mindful. [ 0.195810] AppArmor: AppArmor initialized [ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203948] Initializing cgroup subsys io [ 0.205056] Initializing cgroup subsys memory [ 0.206236] Initializing cgroup subsys devices [ 0.207426] Initializing cgroup subsys freezer [ 0.208604] Initializing cgroup subsys net_cls [ 0.209800] Initializing cgroup subsys perf_event [ 0.211037] Initializing cgroup subsys net_prio [ 0.212240] Initializing cgroup subsys hugetlb [ 0.213420] Initializing cgroup subsys pids [ 0.214596] CPU: Physical Processor ID: 0 [ 0.216383] mce: CPU supports 10 MCE banks [ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240727] ftrace: allocating 31920 entries in 125 pages [ 0.266652] smpboot: Max logical packages: 1 [ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269799] x2apic enabled [ 0.270938] Switched APIC routing to physical x2apic. [ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280040] KVM setup paravirtual spinlock [ 0.281623] x86: Booted up 1 node, 1 CPUs [ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.284599] devtmpfs: initialized [ 0.286567] evm: security.selinux [ 0.287527] evm: security.SMACK64 [ 0.288485] evm: security.SMACK64EXEC [ 0.289508] evm: security.SMACK64TRANSMUTE [ 0.290607] evm: security.SMACK64MMAP [ 0.291620] evm: security.ima [ 0.292504] evm: security.capability [ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296074] pinctrl core: initialized pinctrl subsystem [ 0.297545] RTC time: 10:18:46, date: 08/28/18 [ 0.298824] NET: Registered protocol family 16 [ 0.300126] cpuidle: using governor ladder [ 0.301240] cpuidle: using governor menu [ 0.302317] PCCT header not found. [ 0.303336] ACPI: bus type PCI registered [ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306093] PCI: Using configuration type 1 for base access [ 0.308232] ACPI: Added _OSI(Module Device) [ 0.309375] ACPI: Added _OSI(Processor Device) [ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313914] ACPI: Interpreter enabled [ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325012] ACPI: (supports S0 S5) [ 0.325977] ACPI: Using IOAPIC for interrupt routing [ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338783] acpiphp: Slot [3] registered [ 0.339868] acpiphp: Slot [4] registered [ 0.340953] acpiphp: Slot [5] registered [ 0.342034] acpiphp: Slot [6] registered [ 0.343116] acpiphp: Slot [7] registered [ 0.344204] acpiphp: Slot [8] registered [ 0.345289] acpiphp: Slot [9] registered [ 0.346373] acpiphp: Slot [10] registered [ 0.347474] acpiphp: Slot [11] registered [ 0.348575] acpiphp: Slot [12] registered [ 0.349673] acpiphp: Slot [13] registered [ 0.350771] acpiphp: Slot [14] registered [ 0.351873] acpiphp: Slot [15] registered [ 0.367142] acpiphp: Slot [16] registered [ 0.368273] acpiphp: Slot [17] registered [ 0.369376] acpiphp: Slot [18] registered [ 0.370473] acpiphp: Slot [19] registered [ 0.371580] acpiphp: Slot [20] registered [ 0.372682] acpiphp: Slot [21] registered [ 0.373778] acpiphp: Slot [22] registered [ 0.374872] acpiphp: Slot [23] registered [ 0.375977] acpiphp: Slot [24] registered [ 0.377082] acpiphp: Slot [25] registered [ 0.378179] acpiphp: Slot [26] registered [ 0.379274] acpiphp: Slot [27] registered [ 0.380378] acpiphp: Slot [28] registered [ 0.381484] acpiphp: Slot [29] registered [ 0.382580] acpiphp: Slot [30] registered [ 0.383681] acpiphp: Slot [31] registered [ 0.384782] PCI host bridge to bus 0000:00 [ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446044] vgaarb: loaded [ 0.446866] vgaarb: bridge control possible 0000:00:02.0 [ 0.448506] SCSI subsystem initialized [ 0.449753] ACPI: bus type USB registered [ 0.450883] usbcore: registered new interface driver usbfs [ 0.452278] usbcore: registered new interface driver hub [ 0.453631] usbcore: registered new device driver usb [ 0.455122] PCI: Using ACPI for IRQ routing [ 0.456626] NetLabel: Initializing [ 0.457606] NetLabel: domain hash size = 128 [ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460057] NetLabel: unlabeled traffic allowed by default [ 0.461622] clocksource: Switched to clocksource kvm-clock [ 0.471729] AppArmor: AppArmor Filesystem Enabled [ 0.473033] pnp: PnP ACPI init [ 0.474251] pnp: PnP ACPI: found 5 devices [ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483717] NET: Registered protocol family 2 [ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488852] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493790] NET: Registered protocol family 1 [ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.527171] Trying to unpack rootfs image as initramfs... [ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596765] Scanning for low memory corruption every 60 seconds [ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.601588] audit: initializing netlink subsys (disabled) [ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized [ 0.605410] Initialise system trusted keyring [ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611458] zbud: loaded [ 0.612538] VFS: Disk quotas dquot_6.6.0 [ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616064] fuse init (API version 7.23) [ 0.617320] Key type big_key registered [ 0.618452] Allocating IMA MOK and blacklist keyrings. [ 0.620214] Key type asymmetric registered [ 0.621369] Asymmetric key parser 'x509' registered [ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624814] io scheduler noop registered [ 0.625920] io scheduler deadline registered (default) [ 0.627298] io scheduler cfq registered [ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633929] ACPI: Power Button [PWRF] [ 0.635304] GHES: HEST is not enabled! [ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709518] Linux agpgart interface v0.103 [ 0.713382] brd: module loaded [ 0.715677] loop: module loaded [ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722526] GPT:90111 != 2097151 [ 0.723479] GPT:Alternate GPT header not at the end of the disk. [ 0.724986] GPT:90111 != 2097151 [ 0.725937] GPT: Use GNU Parted to correct GPT errors. [ 0.727258] vda: vda1 vda15 [ 0.729230] scsi host0: ata_piix [ 0.730312] scsi host1: ata_piix [ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734984] libphy: Fixed MDIO Bus: probed [ 0.736143] tun: Universal TUN/TAP device driver, 1.6 [ 0.737466] tun: (C) 1999-2004 Max Krasnyansky [ 0.740716] PPP generic driver version 2.4.2 [ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743740] ehci-pci: EHCI PCI platform driver [ 0.744961] ehci-platform: EHCI generic platform driver [ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747876] ohci-pci: OHCI PCI platform driver [ 0.749086] ohci-platform: OHCI generic platform driver [ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.775450] usb usb1: Product: UHCI Host Controller [ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778240] usb usb1: SerialNumber: 0000:00:01.2 [ 0.779633] hub 1-0:1.0: USB hub found [ 0.780716] hub 1-0:1.0: 2 ports detected [ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.787714] mousedev: PS/2 mouse device common for all mice [ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791942] rtc_cmos 00:00: RTC can wake from S4 [ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796727] i2c /dev entries driver [ 0.797808] device-mapper: uevent: version 1.0.3 [ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs [ 0.803463] NET: Registered protocol family 10 [ 0.805301] NET: Registered protocol family 17 [ 0.806596] Key type dns_resolver registered [ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.811993] registered taskstats version 1 [ 0.813205] Loading compiled-in X.509 certificates [ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.817703] zswap: loaded using pool lzo/zbud [ 0.820202] Key type trusted registered [ 0.822407] Key type encrypted registered [ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825027] ima: No TPM chip found, activating TPM-bypass! [ 0.826480] evm: HMAC attrs: 0x1 [ 0.827814] Magic number: 14:447:326 [ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527) [ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.832774] EDD information not available. [ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913059] Write protecting the kernel read-only data: 14336k [ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.096457] 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.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-08-28 10:18:48,193 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-08-28 10:18:49,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:49,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:49,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-dcf6493a-77a9-4b04-9af7-c773fdcb4964 x-compute-request-id: req-dcf6493a-77a9-4b04-9af7-c773fdcb4964 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:49,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dcf6493a-77a9-4b04-9af7-c773fdcb4964 2018-08-28 10:18:49,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440569162369s 2018-08-28 10:18:49,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dcf6493a-77a9-4b04-9af7-c773fdcb4964 2018-08-28 10:18:49,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:18:49,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/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}f938182407cebddd9980163e5440787b8752a05e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:18:49,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-c9a884bf-413f-42ed-a66e-86957d1e1b20 x-compute-request-id: req-c9a884bf-413f-42ed-a66e-86957d1e1b20 Content-Encoding: gzip Content-Length: 7946 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 520115797 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.908 MHz processor\n[ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.189024] pid_max: default: 32768 minimum: 301\n[ 0.190251] ACPI: Core revision 20150930\n[ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193697] Security Framework initialized\n[ 0.194811] Yama: becoming mindful.\n[ 0.195810] AppArmor: AppArmor initialized\n[ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203948] Initializing cgroup subsys io\n[ 0.205056] Initializing cgroup subsys memory\n[ 0.206236] Initializing cgroup subsys devices\n[ 0.207426] Initializing cgroup subsys freezer\n[ 0.208604] Initializing cgroup subsys net_cls\n[ 0.209800] Initializing cgroup subsys perf_event\n[ 0.211037] Initializing cgroup subsys net_prio\n[ 0.212240] Initializing cgroup subsys hugetlb\n[ 0.213420] Initializing cgroup subsys pids\n[ 0.214596] CPU: Physical Processor ID: 0\n[ 0.216383] mce: CPU supports 10 MCE banks\n[ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240727] ftrace: allocating 31920 entries in 125 pages\n[ 0.266652] smpboot: Max logical packages: 1\n[ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269799] x2apic enabled\n[ 0.270938] Switched APIC routing to physical x2apic.\n[ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280040] KVM setup paravirtual spinlock\n[ 0.281623] x86: Booted up 1 node, 1 CPUs\n[ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.284599] devtmpfs: initialized\n[ 0.286567] evm: security.selinux\n[ 0.287527] evm: security.SMACK64\n[ 0.288485] evm: security.SMACK64EXEC\n[ 0.289508] evm: security.SMACK64TRANSMUTE\n[ 0.290607] evm: security.SMACK64MMAP\n[ 0.291620] evm: security.ima\n[ 0.292504] evm: security.capability\n[ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296074] pinctrl core: initialized pinctrl subsystem\n[ 0.297545] RTC time: 10:18:46, date: 08/28/18\n[ 0.298824] NET: Registered protocol family 16\n[ 0.300126] cpuidle: using governor ladder\n[ 0.301240] cpuidle: using governor menu\n[ 0.302317] PCCT header not found.\n[ 0.303336] ACPI: bus type PCI registered\n[ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306093] PCI: Using configuration type 1 for base access\n[ 0.308232] ACPI: Added _OSI(Module Device)\n[ 0.309375] ACPI: Added _OSI(Processor Device)\n[ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313914] ACPI: Interpreter enabled\n[ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325012] ACPI: (supports S0 S5)\n[ 0.325977] ACPI: Using IOAPIC for interrupt routing\n[ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338783] acpiphp: Slot [3] registered\n[ 0.339868] acpiphp: Slot [4] registered\n[ 0.340953] acpiphp: Slot [5] registered\n[ 0.342034] acpiphp: Slot [6] registered\n[ 0.343116] acpiphp: Slot [7] registered\n[ 0.344204] acpiphp: Slot [8] registered\n[ 0.345289] acpiphp: Slot [9] registered\n[ 0.346373] acpiphp: Slot [10] registered\n[ 0.347474] acpiphp: Slot [11] registered\n[ 0.348575] acpiphp: Slot [12] registered\n[ 0.349673] acpiphp: Slot [13] registered\n[ 0.350771] acpiphp: Slot [14] registered\n[ 0.351873] acpiphp: Slot [15] registered\n[ 0.367142] acpiphp: Slot [16] registered\n[ 0.368273] acpiphp: Slot [17] registered\n[ 0.369376] acpiphp: Slot [18] registered\n[ 0.370473] acpiphp: Slot [19] registered\n[ 0.371580] acpiphp: Slot [20] registered\n[ 0.372682] acpiphp: Slot [21] registered\n[ 0.373778] acpiphp: Slot [22] registered\n[ 0.374872] acpiphp: Slot [23] registered\n[ 0.375977] acpiphp: Slot [24] registered\n[ 0.377082] acpiphp: Slot [25] registered\n[ 0.378179] acpiphp: Slot [26] registered\n[ 0.379274] acpiphp: Slot [27] registered\n[ 0.380378] acpiphp: Slot [28] registered\n[ 0.381484] acpiphp: Slot [29] registered\n[ 0.382580] acpiphp: Slot [30] registered\n[ 0.383681] acpiphp: Slot [31] registered\n[ 0.384782] PCI host bridge to bus 0000:00\n[ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446044] vgaarb: loaded\n[ 0.446866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448506] SCSI subsystem initialized\n[ 0.449753] ACPI: bus type USB registered\n[ 0.450883] usbcore: registered new interface driver usbfs\n[ 0.452278] usbcore: registered new interface driver hub\n[ 0.453631] usbcore: registered new device driver usb\n[ 0.455122] PCI: Using ACPI for IRQ routing\n[ 0.456626] NetLabel: Initializing\n[ 0.457606] NetLabel: domain hash size = 128\n[ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460057] NetLabel: unlabeled traffic allowed by default\n[ 0.461622] clocksource: Switched to clocksource kvm-clock\n[ 0.471729] AppArmor: AppArmor Filesystem Enabled\n[ 0.473033] pnp: PnP ACPI init\n[ 0.474251] pnp: PnP ACPI: found 5 devices\n[ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483717] NET: Registered protocol family 2\n[ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493790] NET: Registered protocol family 1\n[ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.527171] Trying to unpack rootfs image as initramfs...\n[ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596765] Scanning for low memory corruption every 60 seconds\n[ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601588] audit: initializing netlink subsys (disabled)\n[ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized\n[ 0.605410] Initialise system trusted keyring\n[ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611458] zbud: loaded\n[ 0.612538] VFS: Disk quotas dquot_6.6.0\n[ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616064] fuse init (API version 7.23)\n[ 0.617320] Key type big_key registered\n[ 0.618452] Allocating IMA MOK and blacklist keyrings.\n[ 0.620214] Key type asymmetric registered\n[ 0.621369] Asymmetric key parser 'x509' registered\n[ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624814] io scheduler noop registered\n[ 0.625920] io scheduler deadline registered (default)\n[ 0.627298] io scheduler cfq registered\n[ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633929] ACPI: Power Button [PWRF]\n[ 0.635304] GHES: HEST is not enabled!\n[ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709518] Linux agpgart interface v0.103\n[ 0.713382] brd: module loaded\n[ 0.715677] loop: module loaded\n[ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722526] GPT:90111 != 2097151\n[ 0.723479] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724986] GPT:90111 != 2097151\n[ 0.725937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727258] vda: vda1 vda15\n[ 0.729230] scsi host0: ata_piix\n[ 0.730312] scsi host1: ata_piix\n[ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734984] libphy: Fixed MDIO Bus: probed\n[ 0.736143] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740716] PPP generic driver version 2.4.2\n[ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743740] ehci-pci: EHCI PCI platform driver\n[ 0.744961] ehci-platform: EHCI generic platform driver\n[ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747876] ohci-pci: OHCI PCI platform driver\n[ 0.749086] ohci-platform: OHCI generic platform driver\n[ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.775450] usb usb1: Product: UHCI Host Controller\n[ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778240] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.779633] hub 1-0:1.0: USB hub found\n[ 0.780716] hub 1-0:1.0: 2 ports detected\n[ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.787714] mousedev: PS/2 mouse device common for all mice\n[ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791942] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796727] i2c /dev entries driver\n[ 0.797808] device-mapper: uevent: version 1.0.3\n[ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805301] NET: Registered protocol family 17\n[ 0.806596] Key type dns_resolver registered\n[ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811993] registered taskstats version 1\n[ 0.813205] Loading compiled-in X.509 certificates\n[ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.817703] zswap: loaded using pool lzo/zbud\n[ 0.820202] Key type trusted registered\n[ 0.822407] Key type encrypted registered\n[ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825027] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826480] evm: HMAC attrs: 0x1\n[ 0.827814] Magic number: 14:447:326\n[ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527)\n[ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.832774] EDD information not available.\n[ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913059] Write protecting the kernel read-only data: 14336k\n[ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.096457] 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.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-08-28 10:18:49,730 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-c9a884bf-413f-42ed-a66e-86957d1e1b20 2018-08-28 10:18:49,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0914571285248s 2018-08-28 10:18:49,731 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-c9a884bf-413f-42ed-a66e-86957d1e1b20 2018-08-28 10:18:49,731 - 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 520115797 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.908 MHz processor [ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.189024] pid_max: default: 32768 minimum: 301 [ 0.190251] ACPI: Core revision 20150930 [ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193697] Security Framework initialized [ 0.194811] Yama: becoming mindful. [ 0.195810] AppArmor: AppArmor initialized [ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203948] Initializing cgroup subsys io [ 0.205056] Initializing cgroup subsys memory [ 0.206236] Initializing cgroup subsys devices [ 0.207426] Initializing cgroup subsys freezer [ 0.208604] Initializing cgroup subsys net_cls [ 0.209800] Initializing cgroup subsys perf_event [ 0.211037] Initializing cgroup subsys net_prio [ 0.212240] Initializing cgroup subsys hugetlb [ 0.213420] Initializing cgroup subsys pids [ 0.214596] CPU: Physical Processor ID: 0 [ 0.216383] mce: CPU supports 10 MCE banks [ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240727] ftrace: allocating 31920 entries in 125 pages [ 0.266652] smpboot: Max logical packages: 1 [ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269799] x2apic enabled [ 0.270938] Switched APIC routing to physical x2apic. [ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280040] KVM setup paravirtual spinlock [ 0.281623] x86: Booted up 1 node, 1 CPUs [ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.284599] devtmpfs: initialized [ 0.286567] evm: security.selinux [ 0.287527] evm: security.SMACK64 [ 0.288485] evm: security.SMACK64EXEC [ 0.289508] evm: security.SMACK64TRANSMUTE [ 0.290607] evm: security.SMACK64MMAP [ 0.291620] evm: security.ima [ 0.292504] evm: security.capability [ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296074] pinctrl core: initialized pinctrl subsystem [ 0.297545] RTC time: 10:18:46, date: 08/28/18 [ 0.298824] NET: Registered protocol family 16 [ 0.300126] cpuidle: using governor ladder [ 0.301240] cpuidle: using governor menu [ 0.302317] PCCT header not found. [ 0.303336] ACPI: bus type PCI registered [ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306093] PCI: Using configuration type 1 for base access [ 0.308232] ACPI: Added _OSI(Module Device) [ 0.309375] ACPI: Added _OSI(Processor Device) [ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313914] ACPI: Interpreter enabled [ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325012] ACPI: (supports S0 S5) [ 0.325977] ACPI: Using IOAPIC for interrupt routing [ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338783] acpiphp: Slot [3] registered [ 0.339868] acpiphp: Slot [4] registered [ 0.340953] acpiphp: Slot [5] registered [ 0.342034] acpiphp: Slot [6] registered [ 0.343116] acpiphp: Slot [7] registered [ 0.344204] acpiphp: Slot [8] registered [ 0.345289] acpiphp: Slot [9] registered [ 0.346373] acpiphp: Slot [10] registered [ 0.347474] acpiphp: Slot [11] registered [ 0.348575] acpiphp: Slot [12] registered [ 0.349673] acpiphp: Slot [13] registered [ 0.350771] acpiphp: Slot [14] registered [ 0.351873] acpiphp: Slot [15] registered [ 0.367142] acpiphp: Slot [16] registered [ 0.368273] acpiphp: Slot [17] registered [ 0.369376] acpiphp: Slot [18] registered [ 0.370473] acpiphp: Slot [19] registered [ 0.371580] acpiphp: Slot [20] registered [ 0.372682] acpiphp: Slot [21] registered [ 0.373778] acpiphp: Slot [22] registered [ 0.374872] acpiphp: Slot [23] registered [ 0.375977] acpiphp: Slot [24] registered [ 0.377082] acpiphp: Slot [25] registered [ 0.378179] acpiphp: Slot [26] registered [ 0.379274] acpiphp: Slot [27] registered [ 0.380378] acpiphp: Slot [28] registered [ 0.381484] acpiphp: Slot [29] registered [ 0.382580] acpiphp: Slot [30] registered [ 0.383681] acpiphp: Slot [31] registered [ 0.384782] PCI host bridge to bus 0000:00 [ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446044] vgaarb: loaded [ 0.446866] vgaarb: bridge control possible 0000:00:02.0 [ 0.448506] SCSI subsystem initialized [ 0.449753] ACPI: bus type USB registered [ 0.450883] usbcore: registered new interface driver usbfs [ 0.452278] usbcore: registered new interface driver hub [ 0.453631] usbcore: registered new device driver usb [ 0.455122] PCI: Using ACPI for IRQ routing [ 0.456626] NetLabel: Initializing [ 0.457606] NetLabel: domain hash size = 128 [ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460057] NetLabel: unlabeled traffic allowed by default [ 0.461622] clocksource: Switched to clocksource kvm-clock [ 0.471729] AppArmor: AppArmor Filesystem Enabled [ 0.473033] pnp: PnP ACPI init [ 0.474251] pnp: PnP ACPI: found 5 devices [ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483717] NET: Registered protocol family 2 [ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488852] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493790] NET: Registered protocol family 1 [ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.527171] Trying to unpack rootfs image as initramfs... [ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596765] Scanning for low memory corruption every 60 seconds [ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.601588] audit: initializing netlink subsys (disabled) [ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized [ 0.605410] Initialise system trusted keyring [ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611458] zbud: loaded [ 0.612538] VFS: Disk quotas dquot_6.6.0 [ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616064] fuse init (API version 7.23) [ 0.617320] Key type big_key registered [ 0.618452] Allocating IMA MOK and blacklist keyrings. [ 0.620214] Key type asymmetric registered [ 0.621369] Asymmetric key parser 'x509' registered [ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624814] io scheduler noop registered [ 0.625920] io scheduler deadline registered (default) [ 0.627298] io scheduler cfq registered [ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633929] ACPI: Power Button [PWRF] [ 0.635304] GHES: HEST is not enabled! [ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709518] Linux agpgart interface v0.103 [ 0.713382] brd: module loaded [ 0.715677] loop: module loaded [ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722526] GPT:90111 != 2097151 [ 0.723479] GPT:Alternate GPT header not at the end of the disk. [ 0.724986] GPT:90111 != 2097151 [ 0.725937] GPT: Use GNU Parted to correct GPT errors. [ 0.727258] vda: vda1 vda15 [ 0.729230] scsi host0: ata_piix [ 0.730312] scsi host1: ata_piix [ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734984] libphy: Fixed MDIO Bus: probed [ 0.736143] tun: Universal TUN/TAP device driver, 1.6 [ 0.737466] tun: (C) 1999-2004 Max Krasnyansky [ 0.740716] PPP generic driver version 2.4.2 [ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743740] ehci-pci: EHCI PCI platform driver [ 0.744961] ehci-platform: EHCI generic platform driver [ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747876] ohci-pci: OHCI PCI platform driver [ 0.749086] ohci-platform: OHCI generic platform driver [ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.775450] usb usb1: Product: UHCI Host Controller [ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778240] usb usb1: SerialNumber: 0000:00:01.2 [ 0.779633] hub 1-0:1.0: USB hub found [ 0.780716] hub 1-0:1.0: 2 ports detected [ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.787714] mousedev: PS/2 mouse device common for all mice [ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791942] rtc_cmos 00:00: RTC can wake from S4 [ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796727] i2c /dev entries driver [ 0.797808] device-mapper: uevent: version 1.0.3 [ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs [ 0.803463] NET: Registered protocol family 10 [ 0.805301] NET: Registered protocol family 17 [ 0.806596] Key type dns_resolver registered [ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.811993] registered taskstats version 1 [ 0.813205] Loading compiled-in X.509 certificates [ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.817703] zswap: loaded using pool lzo/zbud [ 0.820202] Key type trusted registered [ 0.822407] Key type encrypted registered [ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825027] ima: No TPM chip found, activating TPM-bypass! [ 0.826480] evm: HMAC attrs: 0x1 [ 0.827814] Magic number: 14:447:326 [ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527) [ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.832774] EDD information not available. [ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913059] Write protecting the kernel read-only data: 14336k [ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.096457] 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.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-08-28 10:18:50,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:50,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:50,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-498ab3e2-3308-45de-ac77-a3a45548d3a6 x-compute-request-id: req-498ab3e2-3308-45de-ac77-a3a45548d3a6 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:34Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:50,901 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-498ab3e2-3308-45de-ac77-a3a45548d3a6 2018-08-28 10:18:50,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168153047562s 2018-08-28 10:18:50,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-498ab3e2-3308-45de-ac77-a3a45548d3a6 2018-08-28 10:18:50,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:18:50,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/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}f938182407cebddd9980163e5440787b8752a05e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:18:50,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-431b49d5-671e-4a82-9788-bee2de969fd3 x-compute-request-id: req-431b49d5-671e-4a82-9788-bee2de969fd3 Content-Encoding: gzip Content-Length: 9555 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 520115797 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.908 MHz processor\n[ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.189024] pid_max: default: 32768 minimum: 301\n[ 0.190251] ACPI: Core revision 20150930\n[ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193697] Security Framework initialized\n[ 0.194811] Yama: becoming mindful.\n[ 0.195810] AppArmor: AppArmor initialized\n[ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203948] Initializing cgroup subsys io\n[ 0.205056] Initializing cgroup subsys memory\n[ 0.206236] Initializing cgroup subsys devices\n[ 0.207426] Initializing cgroup subsys freezer\n[ 0.208604] Initializing cgroup subsys net_cls\n[ 0.209800] Initializing cgroup subsys perf_event\n[ 0.211037] Initializing cgroup subsys net_prio\n[ 0.212240] Initializing cgroup subsys hugetlb\n[ 0.213420] Initializing cgroup subsys pids\n[ 0.214596] CPU: Physical Processor ID: 0\n[ 0.216383] mce: CPU supports 10 MCE banks\n[ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240727] ftrace: allocating 31920 entries in 125 pages\n[ 0.266652] smpboot: Max logical packages: 1\n[ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269799] x2apic enabled\n[ 0.270938] Switched APIC routing to physical x2apic.\n[ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280040] KVM setup paravirtual spinlock\n[ 0.281623] x86: Booted up 1 node, 1 CPUs\n[ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.284599] devtmpfs: initialized\n[ 0.286567] evm: security.selinux\n[ 0.287527] evm: security.SMACK64\n[ 0.288485] evm: security.SMACK64EXEC\n[ 0.289508] evm: security.SMACK64TRANSMUTE\n[ 0.290607] evm: security.SMACK64MMAP\n[ 0.291620] evm: security.ima\n[ 0.292504] evm: security.capability\n[ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296074] pinctrl core: initialized pinctrl subsystem\n[ 0.297545] RTC time: 10:18:46, date: 08/28/18\n[ 0.298824] NET: Registered protocol family 16\n[ 0.300126] cpuidle: using governor ladder\n[ 0.301240] cpuidle: using governor menu\n[ 0.302317] PCCT header not found.\n[ 0.303336] ACPI: bus type PCI registered\n[ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306093] PCI: Using configuration type 1 for base access\n[ 0.308232] ACPI: Added _OSI(Module Device)\n[ 0.309375] ACPI: Added _OSI(Processor Device)\n[ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311776] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313914] ACPI: Interpreter enabled\n[ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325012] ACPI: (supports S0 S5)\n[ 0.325977] ACPI: Using IOAPIC for interrupt routing\n[ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338783] acpiphp: Slot [3] registered\n[ 0.339868] acpiphp: Slot [4] registered\n[ 0.340953] acpiphp: Slot [5] registered\n[ 0.342034] acpiphp: Slot [6] registered\n[ 0.343116] acpiphp: Slot [7] registered\n[ 0.344204] acpiphp: Slot [8] registered\n[ 0.345289] acpiphp: Slot [9] registered\n[ 0.346373] acpiphp: Slot [10] registered\n[ 0.347474] acpiphp: Slot [11] registered\n[ 0.348575] acpiphp: Slot [12] registered\n[ 0.349673] acpiphp: Slot [13] registered\n[ 0.350771] acpiphp: Slot [14] registered\n[ 0.351873] acpiphp: Slot [15] registered\n[ 0.367142] acpiphp: Slot [16] registered\n[ 0.368273] acpiphp: Slot [17] registered\n[ 0.369376] acpiphp: Slot [18] registered\n[ 0.370473] acpiphp: Slot [19] registered\n[ 0.371580] acpiphp: Slot [20] registered\n[ 0.372682] acpiphp: Slot [21] registered\n[ 0.373778] acpiphp: Slot [22] registered\n[ 0.374872] acpiphp: Slot [23] registered\n[ 0.375977] acpiphp: Slot [24] registered\n[ 0.377082] acpiphp: Slot [25] registered\n[ 0.378179] acpiphp: Slot [26] registered\n[ 0.379274] acpiphp: Slot [27] registered\n[ 0.380378] acpiphp: Slot [28] registered\n[ 0.381484] acpiphp: Slot [29] registered\n[ 0.382580] acpiphp: Slot [30] registered\n[ 0.383681] acpiphp: Slot [31] registered\n[ 0.384782] PCI host bridge to bus 0000:00\n[ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446044] vgaarb: loaded\n[ 0.446866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448506] SCSI subsystem initialized\n[ 0.449753] ACPI: bus type USB registered\n[ 0.450883] usbcore: registered new interface driver usbfs\n[ 0.452278] usbcore: registered new interface driver hub\n[ 0.453631] usbcore: registered new device driver usb\n[ 0.455122] PCI: Using ACPI for IRQ routing\n[ 0.456626] NetLabel: Initializing\n[ 0.457606] NetLabel: domain hash size = 128\n[ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460057] NetLabel: unlabeled traffic allowed by default\n[ 0.461622] clocksource: Switched to clocksource kvm-clock\n[ 0.471729] AppArmor: AppArmor Filesystem Enabled\n[ 0.473033] pnp: PnP ACPI init\n[ 0.474251] pnp: PnP ACPI: found 5 devices\n[ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483717] NET: Registered protocol family 2\n[ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493790] NET: Registered protocol family 1\n[ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.527171] Trying to unpack rootfs image as initramfs...\n[ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596765] Scanning for low memory corruption every 60 seconds\n[ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601588] audit: initializing netlink subsys (disabled)\n[ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized\n[ 0.605410] Initialise system trusted keyring\n[ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611458] zbud: loaded\n[ 0.612538] VFS: Disk quotas dquot_6.6.0\n[ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616064] fuse init (API version 7.23)\n[ 0.617320] Key type big_key registered\n[ 0.618452] Allocating IMA MOK and blacklist keyrings.\n[ 0.620214] Key type asymmetric registered\n[ 0.621369] Asymmetric key parser 'x509' registered\n[ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624814] io scheduler noop registered\n[ 0.625920] io scheduler deadline registered (default)\n[ 0.627298] io scheduler cfq registered\n[ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633929] ACPI: Power Button [PWRF]\n[ 0.635304] GHES: HEST is not enabled!\n[ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709518] Linux agpgart interface v0.103\n[ 0.713382] brd: module loaded\n[ 0.715677] loop: module loaded\n[ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722526] GPT:90111 != 2097151\n[ 0.723479] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724986] GPT:90111 != 2097151\n[ 0.725937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727258] vda: vda1 vda15\n[ 0.729230] scsi host0: ata_piix\n[ 0.730312] scsi host1: ata_piix\n[ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734984] libphy: Fixed MDIO Bus: probed\n[ 0.736143] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740716] PPP generic driver version 2.4.2\n[ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743740] ehci-pci: EHCI PCI platform driver\n[ 0.744961] ehci-platform: EHCI generic platform driver\n[ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747876] ohci-pci: OHCI PCI platform driver\n[ 0.749086] ohci-platform: OHCI generic platform driver\n[ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.775450] usb usb1: Product: UHCI Host Controller\n[ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778240] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.779633] hub 1-0:1.0: USB hub found\n[ 0.780716] hub 1-0:1.0: 2 ports detected\n[ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.787714] mousedev: PS/2 mouse device common for all mice\n[ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791942] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796727] i2c /dev entries driver\n[ 0.797808] device-mapper: uevent: version 1.0.3\n[ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805301] NET: Registered protocol family 17\n[ 0.806596] Key type dns_resolver registered\n[ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811993] registered taskstats version 1\n[ 0.813205] Loading compiled-in X.509 certificates\n[ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.817703] zswap: loaded using pool lzo/zbud\n[ 0.820202] Key type trusted registered\n[ 0.822407] Key type encrypted registered\n[ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825027] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826480] evm: HMAC attrs: 0x1\n[ 0.827814] Magic number: 14:447:326\n[ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527)\n[ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.832774] EDD information not available.\n[ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913059] Write protecting the kernel read-only data: 14336k\n[ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.096457] 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.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCx98MObtVLzOvMGpcZ5CMTZpCB7Ve9/rg3yP5jCCtp/LNKvl9fepSKkG2aRsr1MwZqMXToNmPScAaDAsadfINsZAmP2l6q9u3dtDwm1cB9HA6uARTrkPC4QS5eaFoKujJMZ/HjLQTSO/cs9rIPrzfMJTUVZ6wJ1EBypNcS+hDZXd7vEw5UCbygQaEJFb+7IkDF+XREL1Ld4TumGqP7Yokl2u+P1L0f/V38YNCwGvQNMkYJh8Jmbr6iqFr6XBy5bYs87f9y6sKiktAGG6QdptTzYPut3VeaVhV1LeyJxi2UMdW0BE70KMThJD2pOfWkL5K9iD2cwtJauQlYWRiXiMRh root@vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04\nssh-dss AAAAB3NzaC1kc3MAAACBAOiWQGhaZSP9ZZO8LUKUY3wOk/j2acKpjaNv5TPlP2xZdkdu3pNitXVmKly+afLdn5NegnPHCgbdCxLwd6Hw30aXWEIX6Cs3APBI77f7Sel5Ou+BqjxiKN5SFq690bhijCCKO9PzKUo31BrLOGd3/7MPbm/Pu8ajm40MF7YySRrzAAAAFQCfrKhapZ11j/o+kW/vRXt9xCnEjQAAAIEA0o/HFaluglXEI/EpKJ6idxiFQA2hkA99ZUVCya+Q8qw2pwg7SfhXQ1PUroIQJE3HrJYTfl3I0wd2HM/OyZ/bOgXWf/V3gRNYuVF1f+xlb5U1STwafIkrTAyyZrEOK4FwNIv/Is99AnlqQfSnvInKN7w4Q6e96nGc/hwAQFztpT8AAACBANJUG9vlIt25qTg9zPiHcLeNxb7XkcqmiQd93eIPkCZo6ys1wkTAHfjy2rBaZ1dWFFmCSJl9b/My6U1md3nG4VlXogN6KNUKhW2cQU7vsC4z++Zw4uy5lkPA1LxZOU13vqDocpPPPo7vrU77DEXOB7AGr7gptNhiqqMaJoyTnICk root@vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04\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.7,24,fe80::f816:3eff:fee5:67e0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.76 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04 login: "} 2018-08-28 10:18:50,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-431b49d5-671e-4a82-9788-bee2de969fd3 2018-08-28 10:18:50,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0821771621704s 2018-08-28 10:18:50,988 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518/action used request id req-431b49d5-671e-4a82-9788-bee2de969fd3 2018-08-28 10:18:50,988 - 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 520115797 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.908 MHz processor [ 0.186764] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.189024] pid_max: default: 32768 minimum: 301 [ 0.190251] ACPI: Core revision 20150930 [ 0.191919] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193697] Security Framework initialized [ 0.194811] Yama: becoming mindful. [ 0.195810] AppArmor: AppArmor initialized [ 0.196969] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202075] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203948] Initializing cgroup subsys io [ 0.205056] Initializing cgroup subsys memory [ 0.206236] Initializing cgroup subsys devices [ 0.207426] Initializing cgroup subsys freezer [ 0.208604] Initializing cgroup subsys net_cls [ 0.209800] Initializing cgroup subsys perf_event [ 0.211037] Initializing cgroup subsys net_prio [ 0.212240] Initializing cgroup subsys hugetlb [ 0.213420] Initializing cgroup subsys pids [ 0.214596] CPU: Physical Processor ID: 0 [ 0.216383] mce: CPU supports 10 MCE banks [ 0.217538] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233856] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240727] ftrace: allocating 31920 entries in 125 pages [ 0.266652] smpboot: Max logical packages: 1 [ 0.267916] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269799] x2apic enabled [ 0.270938] Switched APIC routing to physical x2apic. [ 0.273381] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280040] KVM setup paravirtual spinlock [ 0.281623] x86: Booted up 1 node, 1 CPUs [ 0.282727] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.284599] devtmpfs: initialized [ 0.286567] evm: security.selinux [ 0.287527] evm: security.SMACK64 [ 0.288485] evm: security.SMACK64EXEC [ 0.289508] evm: security.SMACK64TRANSMUTE [ 0.290607] evm: security.SMACK64MMAP [ 0.291620] evm: security.ima [ 0.292504] evm: security.capability [ 0.293580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296074] pinctrl core: initialized pinctrl subsystem [ 0.297545] RTC time: 10:18:46, date: 08/28/18 [ 0.298824] NET: Registered protocol family 16 [ 0.300126] cpuidle: using governor ladder [ 0.301240] cpuidle: using governor menu [ 0.302317] PCCT header not found. [ 0.303336] ACPI: bus type PCI registered [ 0.304429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306093] PCI: Using configuration type 1 for base access [ 0.308232] ACPI: Added _OSI(Module Device) [ 0.309375] ACPI: Added _OSI(Processor Device) [ 0.310550] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313914] ACPI: Interpreter enabled [ 0.314948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325012] ACPI: (supports S0 S5) [ 0.325977] ACPI: Using IOAPIC for interrupt routing [ 0.327256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332579] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.334242] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335841] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338783] acpiphp: Slot [3] registered [ 0.339868] acpiphp: Slot [4] registered [ 0.340953] acpiphp: Slot [5] registered [ 0.342034] acpiphp: Slot [6] registered [ 0.343116] acpiphp: Slot [7] registered [ 0.344204] acpiphp: Slot [8] registered [ 0.345289] acpiphp: Slot [9] registered [ 0.346373] acpiphp: Slot [10] registered [ 0.347474] acpiphp: Slot [11] registered [ 0.348575] acpiphp: Slot [12] registered [ 0.349673] acpiphp: Slot [13] registered [ 0.350771] acpiphp: Slot [14] registered [ 0.351873] acpiphp: Slot [15] registered [ 0.367142] acpiphp: Slot [16] registered [ 0.368273] acpiphp: Slot [17] registered [ 0.369376] acpiphp: Slot [18] registered [ 0.370473] acpiphp: Slot [19] registered [ 0.371580] acpiphp: Slot [20] registered [ 0.372682] acpiphp: Slot [21] registered [ 0.373778] acpiphp: Slot [22] registered [ 0.374872] acpiphp: Slot [23] registered [ 0.375977] acpiphp: Slot [24] registered [ 0.377082] acpiphp: Slot [25] registered [ 0.378179] acpiphp: Slot [26] registered [ 0.379274] acpiphp: Slot [27] registered [ 0.380378] acpiphp: Slot [28] registered [ 0.381484] acpiphp: Slot [29] registered [ 0.382580] acpiphp: Slot [30] registered [ 0.383681] acpiphp: Slot [31] registered [ 0.384782] PCI host bridge to bus 0000:00 [ 0.385878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.389131] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.391102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.393072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.395081] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.399121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400855] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404143] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408440] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432925] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434854] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439031] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440720] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446044] vgaarb: loaded [ 0.446866] vgaarb: bridge control possible 0000:00:02.0 [ 0.448506] SCSI subsystem initialized [ 0.449753] ACPI: bus type USB registered [ 0.450883] usbcore: registered new interface driver usbfs [ 0.452278] usbcore: registered new interface driver hub [ 0.453631] usbcore: registered new device driver usb [ 0.455122] PCI: Using ACPI for IRQ routing [ 0.456626] NetLabel: Initializing [ 0.457606] NetLabel: domain hash size = 128 [ 0.458757] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460057] NetLabel: unlabeled traffic allowed by default [ 0.461622] clocksource: Switched to clocksource kvm-clock [ 0.471729] AppArmor: AppArmor Filesystem Enabled [ 0.473033] pnp: PnP ACPI init [ 0.474251] pnp: PnP ACPI: found 5 devices [ 0.481099] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483717] NET: Registered protocol family 2 [ 0.485212] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487085] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488852] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490573] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.492102] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493790] NET: Registered protocol family 1 [ 0.494992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496482] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497945] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.527171] Trying to unpack rootfs image as initramfs... [ 0.589837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596765] Scanning for low memory corruption every 60 seconds [ 0.599943] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.601588] audit: initializing netlink subsys (disabled) [ 0.603278] audit: type=2000 audit(1535451527.005:1): initialized [ 0.605410] Initialise system trusted keyring [ 0.606972] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608547] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611458] zbud: loaded [ 0.612538] VFS: Disk quotas dquot_6.6.0 [ 0.613750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616064] fuse init (API version 7.23) [ 0.617320] Key type big_key registered [ 0.618452] Allocating IMA MOK and blacklist keyrings. [ 0.620214] Key type asymmetric registered [ 0.621369] Asymmetric key parser 'x509' registered [ 0.622714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624814] io scheduler noop registered [ 0.625920] io scheduler deadline registered (default) [ 0.627298] io scheduler cfq registered [ 0.628580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633929] ACPI: Power Button [PWRF] [ 0.635304] GHES: HEST is not enabled! [ 0.649660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679381] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706324] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709518] Linux agpgart interface v0.103 [ 0.713382] brd: module loaded [ 0.715677] loop: module loaded [ 0.720492] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722526] GPT:90111 != 2097151 [ 0.723479] GPT:Alternate GPT header not at the end of the disk. [ 0.724986] GPT:90111 != 2097151 [ 0.725937] GPT: Use GNU Parted to correct GPT errors. [ 0.727258] vda: vda1 vda15 [ 0.729230] scsi host0: ata_piix [ 0.730312] scsi host1: ata_piix [ 0.731305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734984] libphy: Fixed MDIO Bus: probed [ 0.736143] tun: Universal TUN/TAP device driver, 1.6 [ 0.737466] tun: (C) 1999-2004 Max Krasnyansky [ 0.740716] PPP generic driver version 2.4.2 [ 0.742062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743740] ehci-pci: EHCI PCI platform driver [ 0.744961] ehci-platform: EHCI generic platform driver [ 0.746316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747876] ohci-pci: OHCI PCI platform driver [ 0.749086] ohci-platform: OHCI generic platform driver [ 0.750462] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765170] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.766627] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.768702] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770137] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.773490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.775450] usb usb1: Product: UHCI Host Controller [ 0.776710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778240] usb usb1: SerialNumber: 0000:00:01.2 [ 0.779633] hub 1-0:1.0: USB hub found [ 0.780716] hub 1-0:1.0: 2 ports detected [ 0.782091] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785012] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.786310] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.787714] mousedev: PS/2 mouse device common for all mice [ 0.789446] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791942] rtc_cmos 00:00: RTC can wake from S4 [ 0.793491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795109] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796727] i2c /dev entries driver [ 0.797808] device-mapper: uevent: version 1.0.3 [ 0.799155] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.801421] ledtrig-cpu: registered to indicate activity on CPUs [ 0.803463] NET: Registered protocol family 10 [ 0.805301] NET: Registered protocol family 17 [ 0.806596] Key type dns_resolver registered [ 0.807974] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.809504] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.811993] registered taskstats version 1 [ 0.813205] Loading compiled-in X.509 certificates [ 0.815109] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.817703] zswap: loaded using pool lzo/zbud [ 0.820202] Key type trusted registered [ 0.822407] Key type encrypted registered [ 0.823582] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825027] ima: No TPM chip found, activating TPM-bypass! [ 0.826480] evm: HMAC attrs: 0x1 [ 0.827814] Magic number: 14:447:326 [ 0.829015] rtc_cmos 00:00: setting system clock to 2018-08-28 10:18:47 UTC (1535451527) [ 0.831269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.832774] EDD information not available. [ 0.896278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913059] Write protecting the kernel read-only data: 14336k [ 0.917985] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920612] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.096457] 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.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCx98MObtVLzOvMGpcZ5CMTZpCB7Ve9/rg3yP5jCCtp/LNKvl9fepSKkG2aRsr1MwZqMXToNmPScAaDAsadfINsZAmP2l6q9u3dtDwm1cB9HA6uARTrkPC4QS5eaFoKujJMZ/HjLQTSO/cs9rIPrzfMJTUVZ6wJ1EBypNcS+hDZXd7vEw5UCbygQaEJFb+7IkDF+XREL1Ld4TumGqP7Yokl2u+P1L0f/V38YNCwGvQNMkYJh8Jmbr6iqFr6XBy5bYs87f9y6sKiktAGG6QdptTzYPut3VeaVhV1LeyJxi2UMdW0BE70KMThJD2pOfWkL5K9iD2cwtJauQlYWRiXiMRh root@vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04 ssh-dss AAAAB3NzaC1kc3MAAACBAOiWQGhaZSP9ZZO8LUKUY3wOk/j2acKpjaNv5TPlP2xZdkdu3pNitXVmKly+afLdn5NegnPHCgbdCxLwd6Hw30aXWEIX6Cs3APBI77f7Sel5Ou+BqjxiKN5SFq690bhijCCKO9PzKUo31BrLOGd3/7MPbm/Pu8ajm40MF7YySRrzAAAAFQCfrKhapZ11j/o+kW/vRXt9xCnEjQAAAIEA0o/HFaluglXEI/EpKJ6idxiFQA2hkA99ZUVCya+Q8qw2pwg7SfhXQ1PUroIQJE3HrJYTfl3I0wd2HM/OyZ/bOgXWf/V3gRNYuVF1f+xlb5U1STwafIkrTAyyZrEOK4FwNIv/Is99AnlqQfSnvInKN7w4Q6e96nGc/hwAQFztpT8AAACBANJUG9vlIt25qTg9zPiHcLeNxb7XkcqmiQd93eIPkCZo6ys1wkTAHfjy2rBaZ1dWFFmCSJl9b/My6U1md3nG4VlXogN6KNUKhW2cQU7vsC4z++Zw4uy5lkPA1LxZOU13vqDocpPPPo7vrU77DEXOB7AGr7gptNhiqqMaJoyTnICk root@vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04 -----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.7,24,fe80::f816:3eff:fee5:67e0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.76 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-1e260805-bfbd-4e5f-b69a-0c8329f63b04 login: 2018-08-28 10:18:50,989 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-28 10:18:51,092 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:18:51,093 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 10:18:51,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:18:51,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:51,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3aa1f06a-4b41-4b67-bde7-d4444b26a710 x-compute-request-id: req-3aa1f06a-4b41-4b67-bde7-d4444b26a710 Content-Type: application/json 2018-08-28 10:18:51,270 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5 used request id req-3aa1f06a-4b41-4b67-bde7-d4444b26a710 2018-08-28 10:18:51,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172221899033s 2018-08-28 10:18:51,271 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5 used request id req-3aa1f06a-4b41-4b67-bde7-d4444b26a710 2018-08-28 10:18:51,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:51,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:52,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f81e01e7-c2a7-4d32-b77a-2093cfa8cef3 x-compute-request-id: req-f81e01e7-c2a7-4d32-b77a-2093cfa8cef3 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:b2:49", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/86dede1b-d241-4d8e-97d5-926e0bb57df5", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:34.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "86dede1b-d241-4d8e-97d5-926e0bb57df5", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:51Z", "hostId": "5332531c99159921cfb927c54734281d12a196741dc920e0a1c4414d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:27Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:52,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f81e01e7-c2a7-4d32-b77a-2093cfa8cef3 2018-08-28 10:18:52,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731373786926s 2018-08-28 10:18:52,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f81e01e7-c2a7-4d32-b77a-2093cfa8cef3 2018-08-28 10:18:52,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:54,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:54,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:54,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-86b8f14b-e16f-4fc0-a079-a69f0826593c x-compute-request-id: req-86b8f14b-e16f-4fc0-a079-a69f0826593c Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:46Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:54,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86b8f14b-e16f-4fc0-a079-a69f0826593c 2018-08-28 10:18:54,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53031206131s 2018-08-28 10:18:54,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-86b8f14b-e16f-4fc0-a079-a69f0826593c 2018-08-28 10:18:54,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:18:54,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:54,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:18:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d04712a-f90f-43a8-9cfa-bab7fbd9edc7 x-compute-request-id: req-9d04712a-f90f-43a8-9cfa-bab7fbd9edc7 Content-Type: application/json 2018-08-28 10:18:54,672 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518 used request id req-9d04712a-f90f-43a8-9cfa-bab7fbd9edc7 2018-08-28 10:18:54,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.131521224976s 2018-08-28 10:18:54,672 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518 used request id req-9d04712a-f90f-43a8-9cfa-bab7fbd9edc7 2018-08-28 10:18:54,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:54,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:55,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-54f845f6-cd42-45e1-8369-e7988cb74c92 x-compute-request-id: req-54f845f6-cd42-45e1-8369-e7988cb74c92 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:67:e0", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6cc666d8-00c4-480f-abbc-0bd22abbb518", "rel": "bookmark"}], "image": {"id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "links": [{"href": "http://172.30.9.23:8774/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:18:46.000000", "flavor": {"id": "9513c9d7-8429-45e6-8034-3a4bb13784d0", "links": [{"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "bookmark"}]}, "id": "6cc666d8-00c4-480f-abbc-0bd22abbb518", "security_groups": [{"name": "default"}], "user_id": "e8524a7da6a24132b47f6f59d549d315", "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-08-28T10:18:54Z", "hostId": "3f03395686d6f4b818be8c9ff36455f91e9433ddb3f48851b10a2321", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "created": "2018-08-28T10:18:38Z", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:18:55,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-54f845f6-cd42-45e1-8369-e7988cb74c92 2018-08-28 10:18:55,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579143047333s 2018-08-28 10:18:55,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-54f845f6-cd42-45e1-8369-e7988cb74c92 2018-08-28 10:18:55,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:18:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:18:57,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:57,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:18: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-dac75924-ec08-43e1-894b-ca98c47c28d3 x-compute-request-id: req-dac75924-ec08-43e1-894b-ca98c47c28d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:18:57,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dac75924-ec08-43e1-894b-ca98c47c28d3 2018-08-28 10:18:57,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0674431324005s 2018-08-28 10:18:57,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dac75924-ec08-43e1-894b-ca98c47c28d3 2018-08-28 10:18:57,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:18:57,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/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}f938182407cebddd9980163e5440787b8752a05e" -d '{"subnet_id": "0a0ad0d4-a8df-4619-9a5a-c45d840648e8"}' 2018-08-28 10:18:58,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-949e0214-57a2-453b-9f13-785b54a6bfe8 Date: Tue, 28 Aug 2018 10:18:58 GMT RESP BODY: {"network_id": "1501e3ea-1ece-421d-b33a-fcca27c69b40", "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "subnet_id": "0a0ad0d4-a8df-4619-9a5a-c45d840648e8", "subnet_ids": ["0a0ad0d4-a8df-4619-9a5a-c45d840648e8"], "port_id": "a3b9f1a2-daee-4946-9d3d-fcaf66d79c7b", "id": "1ac5682c-dcf2-4c2f-9891-f02a64cf48f0"} 2018-08-28 10:18:58,802 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/remove_router_interface.json used request id req-949e0214-57a2-453b-9f13-785b54a6bfe8 2018-08-28 10:18:58,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47681593895s 2018-08-28 10:18:58,803 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0/remove_router_interface.json used request id req-949e0214-57a2-453b-9f13-785b54a6bfe8 returning object 1ac5682c-dcf2-4c2f-9891-f02a64cf48f0 2018-08-28 10:18:58,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:18:58,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:18:58,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f70ea1cb-8ea4-4518-b150-729f8c65e7c8 Date: Tue, 28 Aug 2018 10:18:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "df3b3c0127e0417b8d40d932135d5ccf", "created_at": "2018-08-28T10:18:20Z", "admin_state_up": true, "updated_at": "2018-08-28T10:18:58Z", "revision_number": 4, "routes": [], "project_id": "df3b3c0127e0417b8d40d932135d5ccf", "id": "1ac5682c-dcf2-4c2f-9891-f02a64cf48f0", "name": "vping_userdata-router_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}]} 2018-08-28 10:18:58,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f70ea1cb-8ea4-4518-b150-729f8c65e7c8 2018-08-28 10:18:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115457057953s 2018-08-28 10:18:58,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f70ea1cb-8ea4-4518-b150-729f8c65e7c8 2018-08-28 10:18:58,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:18:58,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:00,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce85edfc-d5d8-42fa-8bf7-53a13edf8a48 Content-Length: 0 Date: Tue, 28 Aug 2018 10:19:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:19:00,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0.json used request id req-ce85edfc-d5d8-42fa-8bf7-53a13edf8a48 2018-08-28 10:19:00,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50166106224s 2018-08-28 10:19:00,423 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1ac5682c-dcf2-4c2f-9891-f02a64cf48f0.json used request id req-ce85edfc-d5d8-42fa-8bf7-53a13edf8a48 2018-08-28 10:19:00,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:19:00,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:00,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e3eee6a6-9b9a-480b-a6c1-177a3b408c49 Date: Tue, 28 Aug 2018 10:19:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:18: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":"df3b3c0127e0417b8d40d932135d5ccf","id":"0a0ad0d4-a8df-4619-9a5a-c45d840648e8","subnetpool_id":null,"name":"vping_userdata-subnet_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}]} 2018-08-28 10:19:00,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e3eee6a6-9b9a-480b-a6c1-177a3b408c49 2018-08-28 10:19:00,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0456700325012s 2018-08-28 10:19:00,469 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e3eee6a6-9b9a-480b-a6c1-177a3b408c49 2018-08-28 10:19:00,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:19:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/0a0ad0d4-a8df-4619-9a5a-c45d840648e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:01,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6de185d-306d-44ee-861e-3da02183ce3d Date: Tue, 28 Aug 2018 10:19:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:19:01,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0a0ad0d4-a8df-4619-9a5a-c45d840648e8.json used request id req-e6de185d-306d-44ee-861e-3da02183ce3d 2018-08-28 10:19:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.944972038269s 2018-08-28 10:19:01,416 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0a0ad0d4-a8df-4619-9a5a-c45d840648e8.json used request id req-e6de185d-306d-44ee-861e-3da02183ce3d 2018-08-28 10:19:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:01,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:01,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-42149355-e184-4ee7-8027-740fef3a8c94 Date: Tue, 28 Aug 2018 10:19: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":[],"updated_at":"2018-08-28T10:19:01Z","tenant_id":"df3b3c0127e0417b8d40d932135d5ccf","created_at":"2018-08-28T10:18:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"df3b3c0127e0417b8d40d932135d5ccf","id":"1501e3ea-1ece-421d-b33a-fcca27c69b40","name":"vping_userdata-net_1e260805-bfbd-4e5f-b69a-0c8329f63b04"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"}]} 2018-08-28 10:19:01,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42149355-e184-4ee7-8027-740fef3a8c94 2018-08-28 10:19:01,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.292990207672s 2018-08-28 10:19:01,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-42149355-e184-4ee7-8027-740fef3a8c94 2018-08-28 10:19:01,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:19:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/1501e3ea-1ece-421d-b33a-fcca27c69b40.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:02,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38e8e669-c8b2-46bc-ba5e-3e276e3d52d7 Date: Tue, 28 Aug 2018 10:19:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:19:02,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1501e3ea-1ece-421d-b33a-fcca27c69b40.json used request id req-38e8e669-c8b2-46bc-ba5e-3e276e3d52d7 2018-08-28 10:19:02,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.963398933411s 2018-08-28 10:19:02,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1501e3ea-1ece-421d-b33a-fcca27c69b40.json used request id req-38e8e669-c8b2-46bc-ba5e-3e276e3d52d7 2018-08-28 10:19:02,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:19:02,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:02,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-78ebe148-99f7-41a9-ba0b-28d5602eb708 Date: Tue, 28 Aug 2018 10:19:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:18:25Z", "file": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/file", "owner": "df3b3c0127e0417b8d40d932135d5ccf", "id": "ea82e502-b5aa-4d3b-9a33-ee53c799c678", "size": 12716032, "self": "/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:18:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:19:02,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-78ebe148-99f7-41a9-ba0b-28d5602eb708 2018-08-28 10:19:02,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301270008087s 2018-08-28 10:19:02,982 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-78ebe148-99f7-41a9-ba0b-28d5602eb708 2018-08-28 10:19:02,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:19:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f938182407cebddd9980163e5440787b8752a05e" 2018-08-28 10:19:03,287 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6409d7e6-1071-495c-99c9-b241b128bcac Date: Tue, 28 Aug 2018 10:19:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:19:03,287 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678 used request id req-6409d7e6-1071-495c-99c9-b241b128bcac 2018-08-28 10:19:03,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.303407907486s 2018-08-28 10:19:03,287 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ea82e502-b5aa-4d3b-9a33-ee53c799c678 used request id req-6409d7e6-1071-495c-99c9-b241b128bcac 2018-08-28 10:19:03,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:19:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:03,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14bd7030-66a2-4a85-a3a7-07c64da30334 x-compute-request-id: req-14bd7030-66a2-4a85-a3a7-07c64da30334 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0", "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": "9513c9d7-8429-45e6-8034-3a4bb13784d0"}]} 2018-08-28 10:19:03,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-14bd7030-66a2-4a85-a3a7-07c64da30334 2018-08-28 10:19:03,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213851928711s 2018-08-28 10:19:03,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-14bd7030-66a2-4a85-a3a7-07c64da30334 2018-08-28 10:19:03,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:19:03,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:03,346 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd0baa41-d91a-4f23-a34c-97fc4f4954b8 x-compute-request-id: req-dd0baa41-d91a-4f23-a34c-97fc4f4954b8 Content-Length: 0 Content-Type: application/json 2018-08-28 10:19:03,346 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0 used request id req-dd0baa41-d91a-4f23-a34c-97fc4f4954b8 2018-08-28 10:19:03,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0348999500275s 2018-08-28 10:19:03,346 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9513c9d7-8429-45e6-8034-3a4bb13784d0 used request id req-dd0baa41-d91a-4f23-a34c-97fc4f4954b8 2018-08-28 10:19:03,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:19:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:03,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c429564-03e3-469c-9ca3-603bb458cdc2 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": {"self": "http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8524a7da6a24132b47f6f59d549d315", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:19:03,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6c429564-03e3-469c-9ca3-603bb458cdc2 2018-08-28 10:19:03,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216600179672s 2018-08-28 10:19:03,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6c429564-03e3-469c-9ca3-603bb458cdc2 2018-08-28 10:19:03,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:19:03,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:03,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07cdc8d-eec9-4c54-b669-e17553f41cd3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_1e260805-bfbd-4e5f-b69a-0c8329f63b04", "links": {"self": "http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8524a7da6a24132b47f6f59d549d315", "description": null}} 2018-08-28 10:19:03,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 used request id req-e07cdc8d-eec9-4c54-b669-e17553f41cd3 2018-08-28 10:19:03,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192424058914s 2018-08-28 10:19:03,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 used request id req-e07cdc8d-eec9-4c54-b669-e17553f41cd3 2018-08-28 10:19:03,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:19:03,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:04,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3109a385-f498-46f9-827a-f39e94fc309e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:19:04,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 used request id req-3109a385-f498-46f9-827a-f39e94fc309e 2018-08-28 10:19:04,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.373435974121s 2018-08-28 10:19:04,136 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8524a7da6a24132b47f6f59d549d315 used request id req-3109a385-f498-46f9-827a-f39e94fc309e 2018-08-28 10:19:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:19:04,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:04,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaba0524-b6f8-4100-b49c-33d851fdf9b4 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf"}, "tags": [], "enabled": true, "id": "df3b3c0127e0417b8d40d932135d5ccf", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_1e260805-bfbd-4e5f-b69a-0c8329f63b04"}]} 2018-08-28 10:19:04,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-eaba0524-b6f8-4100-b49c-33d851fdf9b4 2018-08-28 10:19:04,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178838014603s 2018-08-28 10:19:04,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-eaba0524-b6f8-4100-b49c-33d851fdf9b4 2018-08-28 10:19:04,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:19:04,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84e772f64dcfecfa3cb5a32cb7de177388c1f488" 2018-08-28 10:19:04,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a4faf1b-94e6-4ba9-9039-c5d078a2280f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:19:04,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf used request id req-4a4faf1b-94e6-4ba9-9039-c5d078a2280f 2018-08-28 10:19:04,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147301912308s 2018-08-28 10:19:04,474 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/df3b3c0127e0417b8d40d932135d5ccf used request id req-4a4faf1b-94e6-4ba9-9039-c5d078a2280f 2018-08-28 10:19:04,529 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:19:04,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:19:04,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:19:04,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:19:04,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431377a8-e6af-46be-b39a-f5b11c2938cf Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:19:04,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-431377a8-e6af-46be-b39a-f5b11c2938cf 2018-08-28 10:19:04,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:19:04,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["j5owHEp6S_uQcfmDA3UkvQ"], "issued_at": "2018-08-28T10:19:04.000000Z"}} 2018-08-28 10:19:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:05,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3d0e959c-248a-40d8-b8fc-827223358557 Date: Tue, 28 Aug 2018 10:19:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"74721f5d-6096-4ea3-ae93-2107115850e8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","status":"ACTIVE","subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"description":"","tags":[],"updated_at":"2018-08-28T10:12:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","provider:network_type":"flat"}]} 2018-08-28 10:19:05,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d0e959c-248a-40d8-b8fc-827223358557 2018-08-28 10:19:05,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346084117889s 2018-08-28 10:19:05,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d0e959c-248a-40d8-b8fc-827223358557 2018-08-28 10:19:05,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:19:05,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba464221-4d66-401b-acdb-1ddb34345f65 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:19:05,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-ba464221-4d66-401b-acdb-1ddb34345f65 2018-08-28 10:19:05,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:19:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:05,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1798a27-7512-4d12-a94b-bfd5fe20a5e6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/38f9366451fd49ec8a390d35c52a8506"}, "tags": [], "enabled": true, "id": "38f9366451fd49ec8a390d35c52a8506", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 10:19:05,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c1798a27-7512-4d12-a94b-bfd5fe20a5e6 2018-08-28 10:19:05,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10557103157s 2018-08-28 10:19:05,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-c1798a27-7512-4d12-a94b-bfd5fe20a5e6 2018-08-28 10:19:05,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 10:19:05,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}}' 2018-08-28 10:19:05,671 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0b40da-9582-4075-8b94-e9148fb3e1d8 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.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1"}, "tags": [], "enabled": true, "id": "244154fe7df5470b99d741692a34bad1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}} 2018-08-28 10:19:05,672 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9d0b40da-9582-4075-8b94-e9148fb3e1d8 2018-08-28 10:19:05,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221408843994s 2018-08-28 10:19:05,672 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9d0b40da-9582-4075-8b94-e9148fb3e1d8 2018-08-28 10:19:05,673 - 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'244154fe7df5470b99d741692a34bad1', '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_fd9c456e-e9a3-4d3e-91f9-d4182876366d'}) 2018-08-28 10:19:05,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 10:19:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f47632e5-7f6a-4ca2-8829-90f4443f51e6", "email": null, "name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}}' 2018-08-28 10:19:06,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 10:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2321be1f-097d-4777-83b6-82f29fc33c3e Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": {"self": "http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5ab19095ed124e3b933c61252626532c", "domain_id": "default", "password_expires_at": null}} 2018-08-28 10:19:06,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-2321be1f-097d-4777-83b6-82f29fc33c3e 2018-08-28 10:19:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.369071006775s 2018-08-28 10:19:06,048 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-2321be1f-097d-4777-83b6-82f29fc33c3e 2018-08-28 10:19:06,049 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5ab19095ed124e3b933c61252626532c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d'}) 2018-08-28 10:19:06,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:19:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:06,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a7603e-d633-401d-8d82-1e571c0c464d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:19:06,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a2a7603e-d633-401d-8d82-1e571c0c464d 2018-08-28 10:19:06,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173536062241s 2018-08-28 10:19:06,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a2a7603e-d633-401d-8d82-1e571c0c464d 2018-08-28 10:19:06,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:19:06,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:06,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4500b49-72ee-419b-987d-151c44ae3483 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:19:06,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a4500b49-72ee-419b-987d-151c44ae3483 2018-08-28 10:19:06,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971119403839s 2018-08-28 10:19:06,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a4500b49-72ee-419b-987d-151c44ae3483 2018-08-28 10:19:06,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 10:19:06,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:06,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-073dcb37-c72a-4df5-aaa9-7d9c7af3e8b9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1d061e17031249eb9c106a13aedb5a9f", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d061e17031249eb9c106a13aedb5a9f"}, "name": "admin"}, {"domain_id": null, "id": "1d2b5b8dcb564ff58891cea2619926a8", "links": {"self": "http://172.30.9.23:5000/v3/roles/1d2b5b8dcb564ff58891cea2619926a8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2318336d80e24a9a9f8531007b44d834", "links": {"self": "http://172.30.9.23:5000/v3/roles/2318336d80e24a9a9f8531007b44d834"}, "name": "member"}, {"domain_id": null, "id": "358518d476ac4b8fbf8ee168127e523a", "links": {"self": "http://172.30.9.23:5000/v3/roles/358518d476ac4b8fbf8ee168127e523a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "991b78bae862436380cff6114b5767af", "links": {"self": "http://172.30.9.23:5000/v3/roles/991b78bae862436380cff6114b5767af"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1a88a11cef04da78ef7c957c51cb716", "links": {"self": "http://172.30.9.23:5000/v3/roles/a1a88a11cef04da78ef7c957c51cb716"}, "name": "swiftoperator"}]} 2018-08-28 10:19:06,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-073dcb37-c72a-4df5-aaa9-7d9c7af3e8b9 2018-08-28 10:19:06,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174870967865s 2018-08-28 10:19:06,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-073dcb37-c72a-4df5-aaa9-7d9c7af3e8b9 2018-08-28 10:19:06,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 10:19:06,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:06,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4558015b-eb2e-4a81-ba5c-9d41e3026354 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 10:19:06,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-4558015b-eb2e-4a81-ba5c-9d41e3026354 2018-08-28 10:19:06,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177596092224s 2018-08-28 10:19:06,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-4558015b-eb2e-4a81-ba5c-9d41e3026354 2018-08-28 10:19:06,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:19:06,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:06,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30125bc6-c1ad-4a46-a049-ddfb3ce8895f Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": {"self": "http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5ab19095ed124e3b933c61252626532c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:19:06,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-30125bc6-c1ad-4a46-a049-ddfb3ce8895f 2018-08-28 10:19:06,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19362616539s 2018-08-28 10:19:06,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-30125bc6-c1ad-4a46-a049-ddfb3ce8895f 2018-08-28 10:19:06,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:19:06,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:07,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23317e6b-0190-4564-8abb-5a2400de91c6 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1"}, "tags": [], "enabled": true, "id": "244154fe7df5470b99d741692a34bad1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-28 10:19:07,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-23317e6b-0190-4564-8abb-5a2400de91c6 2018-08-28 10:19:07,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.176925897598s 2018-08-28 10:19:07,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-23317e6b-0190-4564-8abb-5a2400de91c6 2018-08-28 10:19:07,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 10:19:07,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=5ab19095ed124e3b933c61252626532c&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=244154fe7df5470b99d741692a34bad1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:07,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047e5a0e-d0a0-4294-a75f-ee770007e391 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=5ab19095ed124e3b933c61252626532c&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=244154fe7df5470b99d741692a34bad1", "previous": null, "next": null}} 2018-08-28 10:19:07,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=5ab19095ed124e3b933c61252626532c&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=244154fe7df5470b99d741692a34bad1 used request id req-047e5a0e-d0a0-4294-a75f-ee770007e391 2018-08-28 10:19:07,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176268100739s 2018-08-28 10:19:07,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=5ab19095ed124e3b933c61252626532c&role.id=2318336d80e24a9a9f8531007b44d834&scope.project.id=244154fe7df5470b99d741692a34bad1 used request id req-047e5a0e-d0a0-4294-a75f-ee770007e391 2018-08-28 10:19:07,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 10:19:07,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1/users/5ab19095ed124e3b933c61252626532c/roles/2318336d80e24a9a9f8531007b44d834 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:19:07,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:19:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50165ad7-f358-419a-91f5-19940852bbc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:19:07,399 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1/users/5ab19095ed124e3b933c61252626532c/roles/2318336d80e24a9a9f8531007b44d834 used request id req-50165ad7-f358-419a-91f5-19940852bbc2 2018-08-28 10:19:07,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134344100952s 2018-08-28 10:19:07,399 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1/users/5ab19095ed124e3b933c61252626532c/roles/2318336d80e24a9a9f8531007b44d834 used request id req-50165ad7-f358-419a-91f5-19940852bbc2 2018-08-28 10:19:07,400 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 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'244154fe7df5470b99d741692a34bad1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f47632e5-7f6a-4ca2-8829-90f4443f51e6', 'username': u'cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 10:19:07,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:19:07,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:19:07,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:19:07,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:19:07,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:19:07,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:19:07,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:19:07,405 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'password': 'f47632e5-7f6a-4ca2-8829-90f4443f51e6', 'project_name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '244154fe7df5470b99d741692a34bad1', 'project_domain_name': 'Default'} 2018-08-28 10:19:07,405 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-28 10:19:07,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:19:07,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c395d6d5-b032-4ab4-93ad-e6219c75105f Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:19:07,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c395d6d5-b032-4ab4-93ad-e6219c75105f 2018-08-28 10:19:07,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:19:07,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}], "expires_at": "2018-08-28T11:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "244154fe7df5470b99d741692a34bad1", "name": "cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_244154fe7df5470b99d741692a34bad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_244154fe7df5470b99d741692a34bad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/244154fe7df5470b99d741692a34bad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/244154fe7df5470b99d741692a34bad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/244154fe7df5470b99d741692a34bad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/244154fe7df5470b99d741692a34bad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/244154fe7df5470b99d741692a34bad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/244154fe7df5470b99d741692a34bad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/244154fe7df5470b99d741692a34bad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/244154fe7df5470b99d741692a34bad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/244154fe7df5470b99d741692a34bad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/244154fe7df5470b99d741692a34bad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/244154fe7df5470b99d741692a34bad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "id": "5ab19095ed124e3b933c61252626532c"}, "audit_ids": ["afHQ8t5zRryDKqGNdYlZKw"], "issued_at": "2018-08-28T10:19:07.000000Z"}} 2018-08-28 10:19:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 10:19:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"network": {"name": "cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "admin_state_up": true}}' 2018-08-28 10:19:08,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-006e0779-3587-47de-8050-15546d24bb2c Date: Tue, 28 Aug 2018 10:19:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T10:19:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}} 2018-08-28 10:19:08,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-006e0779-3587-47de-8050-15546d24bb2c 2018-08-28 10:19:08,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.854788064957s 2018-08-28 10:19:08,658 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-006e0779-3587-47de-8050-15546d24bb2c 2018-08-28 10:19:08,659 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:19:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd6c3abb7-c457-466f-be9c-536785421e98', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d', u'admin_state_up': True, u'tenant_id': u'244154fe7df5470b99d741692a34bad1', u'created_at': u'2018-08-28T10:19:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'244154fe7df5470b99d741692a34bad1'}) 2018-08-28 10:19:08,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:08,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:08,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-72896c04-8479-4bf6-8897-8a5e1dce335a Date: Tue, 28 Aug 2018 10:19:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:19:08Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:08,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-72896c04-8479-4bf6-8897-8a5e1dce335a 2018-08-28 10:19:08,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.166585922241s 2018-08-28 10:19:08,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-72896c04-8479-4bf6-8897-8a5e1dce335a 2018-08-28 10:19:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 10:19:08,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"subnet": {"name": "cinder_test-subnet_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "enable_dhcp": true, "network_id": "d6c3abb7-c457-466f-be9c-536785421e98", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 10:19:09,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-95b741f3-5f42-48d3-97ab-aa5aa4d9bb68 Date: Tue, 28 Aug 2018 10:19:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:19:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"244154fe7df5470b99d741692a34bad1","id":"93e09456-67cf-458d-bd72-b21ed92e704a","subnetpool_id":null,"name":"cinder_test-subnet_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}} 2018-08-28 10:19:09,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-95b741f3-5f42-48d3-97ab-aa5aa4d9bb68 2018-08-28 10:19:09,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.626840829849s 2018-08-28 10:19:09,455 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-95b741f3-5f42-48d3-97ab-aa5aa4d9bb68 2018-08-28 10:19:09,456 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T10:19:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'93e09456-67cf-458d-bd72-b21ed92e704a', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_fd9c456e-e9a3-4d3e-91f9-d4182876366d', u'enable_dhcp': True, u'network_id': u'd6c3abb7-c457-466f-be9c-536785421e98', u'tenant_id': u'244154fe7df5470b99d741692a34bad1', u'created_at': u'2018-08-28T10:19:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'244154fe7df5470b99d741692a34bad1'}) 2018-08-28 10:19:09,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 10:19:09,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"router": {"external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8"}, "name": "cinder_test-router_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "admin_state_up": true}}' 2018-08-28 10:19:10,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8c8e6dcd-d11b-4d90-8d74-320d21c46073 Date: Tue, 28 Aug 2018 10:19:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:09Z", "admin_state_up": true, "updated_at": "2018-08-28T10:19:10Z", "revision_number": 2, "routes": [], "project_id": "244154fe7df5470b99d741692a34bad1", "id": "6608a72f-7f16-4240-b528-3059f2ac2465", "name": "cinder_test-router_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}} 2018-08-28 10:19:10,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c8e6dcd-d11b-4d90-8d74-320d21c46073 2018-08-28 10:19:10,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18584012985s 2018-08-28 10:19:10,642 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8c8e6dcd-d11b-4d90-8d74-320d21c46073 2018-08-28 10:19:10,643 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'244154fe7df5470b99d741692a34bad1', u'created_at': u'2018-08-28T10:19:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T10:19:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'244154fe7df5470b99d741692a34bad1', u'id': u'6608a72f-7f16-4240-b528-3059f2ac2465', u'name': u'cinder_test-router_fd9c456e-e9a3-4d3e-91f9-d4182876366d'}) 2018-08-28 10:19:10,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 10:19:10,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"subnet_id": "93e09456-67cf-458d-bd72-b21ed92e704a"}' 2018-08-28 10:19:12,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5acc23a-f199-4d19-86ce-d4e7b79542de Date: Tue, 28 Aug 2018 10:19:12 GMT RESP BODY: {"network_id": "d6c3abb7-c457-466f-be9c-536785421e98", "tenant_id": "244154fe7df5470b99d741692a34bad1", "subnet_id": "93e09456-67cf-458d-bd72-b21ed92e704a", "subnet_ids": ["93e09456-67cf-458d-bd72-b21ed92e704a"], "port_id": "9961a482-795d-4ef0-b863-1782ca74d35c", "id": "6608a72f-7f16-4240-b528-3059f2ac2465"} 2018-08-28 10:19:12,557 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/add_router_interface.json used request id req-f5acc23a-f199-4d19-86ce-d4e7b79542de 2018-08-28 10:19:12,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91294908524s 2018-08-28 10:19:12,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/add_router_interface.json used request id req-f5acc23a-f199-4d19-86ce-d4e7b79542de returning object 6608a72f-7f16-4240-b528-3059f2ac2465 2018-08-28 10:19:12,558 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 10:19:12,690 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 10:19:12,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:19:12,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 10:19:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-28 10:19:12,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:19:12,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:12,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-62fe4a55-98d9-4fd1-930e-296279a5d542 Date: Tue, 28 Aug 2018 10:19:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:19:12,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62fe4a55-98d9-4fd1-930e-296279a5d542 2018-08-28 10:19:12,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277043819427s 2018-08-28 10:19:12,980 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62fe4a55-98d9-4fd1-930e-296279a5d542 2018-08-28 10:19:12,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 10:19:12,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}' 2018-08-28 10:19:13,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-52d7a573-a10c-4c78-bea7-a7b94d4a102a Date: Tue, 28 Aug 2018 10:19:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:19:13Z", "file": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file", "owner": "244154fe7df5470b99d741692a34bad1", "id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "size": null, "self": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "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_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "checksum": null, "created_at": "2018-08-28T10:19:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 10:19:13,028 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-52d7a573-a10c-4c78-bea7-a7b94d4a102a 2018-08-28 10:19:13,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0397109985352s 2018-08-28 10:19:13,029 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-52d7a573-a10c-4c78-bea7-a7b94d4a102a returning object 6dd2c086-e72a-473e-abcd-c6be3c020567 2018-08-28 10:19:13,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 10:19:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '' 2018-08-28 10:19:13,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45951851-9985-43e9-b8b6-e48e0215a9f3 Date: Tue, 28 Aug 2018 10:19:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:19:13,439 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file used request id req-45951851-9985-43e9-b8b6-e48e0215a9f3 2018-08-28 10:19:13,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.41038608551s 2018-08-28 10:19:13,440 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file used request id req-45951851-9985-43e9-b8b6-e48e0215a9f3 2018-08-28 10:19:13,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:19:13,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:13,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-b42cc9f0-6601-4b5f-be0b-6aa492849f62 Date: Tue, 28 Aug 2018 10:19:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:19:13Z", "file": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file", "owner": "244154fe7df5470b99d741692a34bad1", "id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "size": 12716032, "self": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:19:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:19:13,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b42cc9f0-6601-4b5f-be0b-6aa492849f62 2018-08-28 10:19:13,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0410811901093s 2018-08-28 10:19:13,486 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b42cc9f0-6601-4b5f-be0b-6aa492849f62 2018-08-28 10:19:13,487 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file', 'owner': u'244154fe7df5470b99d741692a34bad1', 'id': u'6dd2c086-e72a-473e-abcd-c6be3c020567', 'size': 12716032, u'self': u'/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T10:19:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T10:19:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d', '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/6dd2c086-e72a-473e-abcd-c6be3c020567', 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_fd9c456e-e9a3-4d3e-91f9-d4182876366d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'created': u'2018-08-28T10:19:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T10:19:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567', 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_fd9c456e-e9a3-4d3e-91f9-d4182876366d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 10:19:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 10:19:13,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 10:19:13,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-7c0b41f9-f9e8-400a-9ceb-b029c9393c9b x-compute-request-id: req-7c0b41f9-f9e8-400a-9ceb-b029c9393c9b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "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": "5ca9abaa-feff-4988-976c-fcce7db5efd2"}} 2018-08-28 10:19:13,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7c0b41f9-f9e8-400a-9ceb-b029c9393c9b 2018-08-28 10:19:13,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.449080944061s 2018-08-28 10:19:13,938 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7c0b41f9-f9e8-400a-9ceb-b029c9393c9b 2018-08-28 10:19:13,939 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d', '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'8c0c48513c494234a764a9b7ebf0db6c', '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'5ca9abaa-feff-4988-976c-fcce7db5efd2', 'swap': 0}) 2018-08-28 10:19:13,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 10:19:13,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2/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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" -d '{"extra_specs": {}}' 2018-08-28 10:19:13,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-e2b141ff-7d9a-4467-a6a0-3ee7b5b3fd18 x-compute-request-id: req-e2b141ff-7d9a-4467-a6a0-3ee7b5b3fd18 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 10:19:13,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2/os-extra_specs used request id req-e2b141ff-7d9a-4467-a6a0-3ee7b5b3fd18 2018-08-28 10:19:13,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0195279121399s 2018-08-28 10:19:13,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2/os-extra_specs used request id req-e2b141ff-7d9a-4467-a6a0-3ee7b5b3fd18 2018-08-28 10:19:13,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 10:19:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"keypair": {"name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}}' 2018-08-28 10:19:14,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-9a0fb650-fd3a-408f-a5b9-91fb7fe7c955 x-compute-request-id: req-9a0fb650-fd3a-408f-a5b9-91fb7fe7c955 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoVEoXt56tpy6jsLo/amVpIRas63IXDUaZDM7oEaJGW3FeuGzAEby0QggGox7/IwbEwrtouGHFVpW91bqMIhy/DyhzQhwynRsWb2NWBNAWeHE3g9Pgb1RKSEfpeZesimEe6LLw4uxWs/IDXNPV+1Lje1TBsUUYx3/qgm42gB1P9GiOo9zd/uLDDr5xrOUDqdk4b8dL5J5DwiB9IEExmJ7D0VcdCY9asx4M2A956cebqWIPsYzuu8EVcBSjZRAz5Ks8ukVVLhiGfg5ZnNPstmolBBQXkQYnwH2H2uKni8sxVS/WAcyoI+ybCsBT9zBvQDYRnoz9Z7yO4ij0Ch60c8kT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqFRKF7eeracuo7C6P2plaSEWrOtyFw1GmQzO6BGiRltxXrhs\nwBG8tEIIBqMe/yMGxMK7aLhhxVaVvdW6jCIcvw8oc0IcMp0bFm9jVgTQFnhxN4PT\n4G9USkhH6XmXrIphHuiy8OLsVrPyA1zT1ftS43tUwbFFGMd/6oJuNoAdT/RojqPc\n3f7iww6+cazlA6nZOG/HS+SeQ8IgfSBBMZiew9FXHQmPWrMeDNgPeenHm6liD7GM\n7rvBFXAUo2UQM+SrPLpFVS4Yhn4OWZzT7LZqJQQUF5EGJ8B9h9rip4vLMVUv1gHM\nqCPsmwrAU/cwb0A2EZ6M/We8juIo9AoetHPJEwIDAQABAoIBAERRiYzcuqtSSkyn\ngsAQR76GbnSaTsDqY3fkyelIluslW/sMsR63VDZ5AlbnR8JXjfy36GZVR2FXhgj5\nQPB1O+OTnGBDObyVJRRS+ydDZs1n7tOQTqMtrDFF6uHottWRiF+KJG4+O5vpBtW0\njEmx6m9nc/v1Hc0z00fzzhWSo9L6ACAQv1hT3WqAwTNiaz4+zTysi13jW96IIhdD\nNHOwfPcz/cIbR2UEWnOqbxNS9JGQwMxnZdoj3VH4GpovKmh/h6xHwosXwZmFF3fd\nCrBPNCFmHp2d9UVUxjpv6cEMzgqcGTRpEM7fKzV00FxfMf2DMWjFc2Ympge/Noy6\nND7HpGkCgYEA0CVMD1seqR38EcnjVzhyB01+ugPnZCUy7DaHJDgqroNPbpA51W1i\n5LRkSFW8BK/UUNz3g7Oth+ZhsZhONy1ktIJMqig0V5NIGGJTMEe6kOwfXgA4YIxR\n+2TXbE1+kHiLVAn3f9Bl2SCXXy/M1sEy3qKb7L9m/deu8PShh6fePEUCgYEAzweK\nc8DOmH/kZLidTet1nR+KirFhFS6QlYlPzoReQQXqFWExdRwK2L6483u9z6iwcVg4\nuEi8DiUepYuYxZFrWzML/zkUipufNDeX14usLtXWIVHFR2Gbkvo7xeDzqoFogmQQ\no/uc6NiCjJ9kJDgS/ehYwNWWTBDSAlyCCYqbgXcCgYEAmAqmhJEK1H4SouvWJOAW\naz8wUrCHVZ/WkrVCAjME+nTwkNLJbB17H5SlrDD0JnhJnsfKBWo6WArxUcjvWV7P\nMQv89E5p7Y6oGye3nIzIuxO/1epTRDM7r2b59SKmUOG85KZjI/oWa4RjDiTcfAKk\nJfyh6U3m7YWfRGNtmqoErAECgYB2WdA7VfiE02/kaGl8tuM4nGRd3wMp0cHTynh2\nDdO4BkKIUFSupwZIW9dtUcrzoHKliRJ7vxDKYUwAxSnjn7somqj8EUx95HMBrdo+\n3VjkOVg9GfrWUKVYQ3bSK0QAsBPnnn6oz9kmf0c6TpA36FprDl1Wd4OBHoh/0xR/\nkd5OBwKBgFTXxZDlapB6KjaCRH+cOh5c6nTnKLxEpUF9bmhayXrgSf2NqVGgwl/c\npbOJk2MorKosb1w0za9b8dyLz5na2N5ThfM+ETslFIu9qLmigovOYo0sSlpTHAPO\nK76LjUTxGEZISoHa0NhL8O85xOZaAd3SjUaPpPibLL7BDR1MzeCo\n-----END RSA PRIVATE KEY-----\n", "user_id": "5ab19095ed124e3b933c61252626532c", "name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "fingerprint": "15:24:e2:e2:82:66:6f:00:b8:22:34:45:55:31:58:34"}} 2018-08-28 10:19:14,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9a0fb650-fd3a-408f-a5b9-91fb7fe7c955 2018-08-28 10:19:14,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.458596944809s 2018-08-28 10:19:14,419 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9a0fb650-fd3a-408f-a5b9-91fb7fe7c955 2018-08-28 10:19:14,420 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoVEoXt56tpy6jsLo/amVpIRas63IXDUaZDM7oEaJGW3FeuGzAEby0QggGox7/IwbEwrtouGHFVpW91bqMIhy/DyhzQhwynRsWb2NWBNAWeHE3g9Pgb1RKSEfpeZesimEe6LLw4uxWs/IDXNPV+1Lje1TBsUUYx3/qgm42gB1P9GiOo9zd/uLDDr5xrOUDqdk4b8dL5J5DwiB9IEExmJ7D0VcdCY9asx4M2A956cebqWIPsYzuu8EVcBSjZRAz5Ks8ukVVLhiGfg5ZnNPstmolBBQXkQYnwH2H2uKni8sxVS/WAcyoI+ybCsBT9zBvQDYRnoz9Z7yO4ij0Ch60c8kT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqFRKF7eeracuo7C6P2plaSEWrOtyFw1GmQzO6BGiRltxXrhs\nwBG8tEIIBqMe/yMGxMK7aLhhxVaVvdW6jCIcvw8oc0IcMp0bFm9jVgTQFnhxN4PT\n4G9USkhH6XmXrIphHuiy8OLsVrPyA1zT1ftS43tUwbFFGMd/6oJuNoAdT/RojqPc\n3f7iww6+cazlA6nZOG/HS+SeQ8IgfSBBMZiew9FXHQmPWrMeDNgPeenHm6liD7GM\n7rvBFXAUo2UQM+SrPLpFVS4Yhn4OWZzT7LZqJQQUF5EGJ8B9h9rip4vLMVUv1gHM\nqCPsmwrAU/cwb0A2EZ6M/We8juIo9AoetHPJEwIDAQABAoIBAERRiYzcuqtSSkyn\ngsAQR76GbnSaTsDqY3fkyelIluslW/sMsR63VDZ5AlbnR8JXjfy36GZVR2FXhgj5\nQPB1O+OTnGBDObyVJRRS+ydDZs1n7tOQTqMtrDFF6uHottWRiF+KJG4+O5vpBtW0\njEmx6m9nc/v1Hc0z00fzzhWSo9L6ACAQv1hT3WqAwTNiaz4+zTysi13jW96IIhdD\nNHOwfPcz/cIbR2UEWnOqbxNS9JGQwMxnZdoj3VH4GpovKmh/h6xHwosXwZmFF3fd\nCrBPNCFmHp2d9UVUxjpv6cEMzgqcGTRpEM7fKzV00FxfMf2DMWjFc2Ympge/Noy6\nND7HpGkCgYEA0CVMD1seqR38EcnjVzhyB01+ugPnZCUy7DaHJDgqroNPbpA51W1i\n5LRkSFW8BK/UUNz3g7Oth+ZhsZhONy1ktIJMqig0V5NIGGJTMEe6kOwfXgA4YIxR\n+2TXbE1+kHiLVAn3f9Bl2SCXXy/M1sEy3qKb7L9m/deu8PShh6fePEUCgYEAzweK\nc8DOmH/kZLidTet1nR+KirFhFS6QlYlPzoReQQXqFWExdRwK2L6483u9z6iwcVg4\nuEi8DiUepYuYxZFrWzML/zkUipufNDeX14usLtXWIVHFR2Gbkvo7xeDzqoFogmQQ\no/uc6NiCjJ9kJDgS/ehYwNWWTBDSAlyCCYqbgXcCgYEAmAqmhJEK1H4SouvWJOAW\naz8wUrCHVZ/WkrVCAjME+nTwkNLJbB17H5SlrDD0JnhJnsfKBWo6WArxUcjvWV7P\nMQv89E5p7Y6oGye3nIzIuxO/1epTRDM7r2b59SKmUOG85KZjI/oWa4RjDiTcfAKk\nJfyh6U3m7YWfRGNtmqoErAECgYB2WdA7VfiE02/kaGl8tuM4nGRd3wMp0cHTynh2\nDdO4BkKIUFSupwZIW9dtUcrzoHKliRJ7vxDKYUwAxSnjn7somqj8EUx95HMBrdo+\n3VjkOVg9GfrWUKVYQ3bSK0QAsBPnnn6oz9kmf0c6TpA36FprDl1Wd4OBHoh/0xR/\nkd5OBwKBgFTXxZDlapB6KjaCRH+cOh5c6nTnKLxEpUF9bmhayXrgSf2NqVGgwl/c\npbOJk2MorKosb1w0za9b8dyLz5na2N5ThfM+ETslFIu9qLmigovOYo0sSlpTHAPO\nK76LjUTxGEZISoHa0NhL8O85xOZaAd3SjUaPpPibLL7BDR1MzeCo\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5ab19095ed124e3b933c61252626532c', 'name': u'cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'created_at': '2018-08-28T10:19:14.419974', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'15:24:e2:e2:82:66:6f:00:b8:22:34:45:55:31:58:34', 'type': 'ssh', 'id': u'cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d'}) 2018-08-28 10:19:14,420 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAqFRKF7eeracuo7C6P2plaSEWrOtyFw1GmQzO6BGiRltxXrhs wBG8tEIIBqMe/yMGxMK7aLhhxVaVvdW6jCIcvw8oc0IcMp0bFm9jVgTQFnhxN4PT 4G9USkhH6XmXrIphHuiy8OLsVrPyA1zT1ftS43tUwbFFGMd/6oJuNoAdT/RojqPc 3f7iww6+cazlA6nZOG/HS+SeQ8IgfSBBMZiew9FXHQmPWrMeDNgPeenHm6liD7GM 7rvBFXAUo2UQM+SrPLpFVS4Yhn4OWZzT7LZqJQQUF5EGJ8B9h9rip4vLMVUv1gHM qCPsmwrAU/cwb0A2EZ6M/We8juIo9AoetHPJEwIDAQABAoIBAERRiYzcuqtSSkyn gsAQR76GbnSaTsDqY3fkyelIluslW/sMsR63VDZ5AlbnR8JXjfy36GZVR2FXhgj5 QPB1O+OTnGBDObyVJRRS+ydDZs1n7tOQTqMtrDFF6uHottWRiF+KJG4+O5vpBtW0 jEmx6m9nc/v1Hc0z00fzzhWSo9L6ACAQv1hT3WqAwTNiaz4+zTysi13jW96IIhdD NHOwfPcz/cIbR2UEWnOqbxNS9JGQwMxnZdoj3VH4GpovKmh/h6xHwosXwZmFF3fd CrBPNCFmHp2d9UVUxjpv6cEMzgqcGTRpEM7fKzV00FxfMf2DMWjFc2Ympge/Noy6 ND7HpGkCgYEA0CVMD1seqR38EcnjVzhyB01+ugPnZCUy7DaHJDgqroNPbpA51W1i 5LRkSFW8BK/UUNz3g7Oth+ZhsZhONy1ktIJMqig0V5NIGGJTMEe6kOwfXgA4YIxR +2TXbE1+kHiLVAn3f9Bl2SCXXy/M1sEy3qKb7L9m/deu8PShh6fePEUCgYEAzweK c8DOmH/kZLidTet1nR+KirFhFS6QlYlPzoReQQXqFWExdRwK2L6483u9z6iwcVg4 uEi8DiUepYuYxZFrWzML/zkUipufNDeX14usLtXWIVHFR2Gbkvo7xeDzqoFogmQQ o/uc6NiCjJ9kJDgS/ehYwNWWTBDSAlyCCYqbgXcCgYEAmAqmhJEK1H4SouvWJOAW az8wUrCHVZ/WkrVCAjME+nTwkNLJbB17H5SlrDD0JnhJnsfKBWo6WArxUcjvWV7P MQv89E5p7Y6oGye3nIzIuxO/1epTRDM7r2b59SKmUOG85KZjI/oWa4RjDiTcfAKk Jfyh6U3m7YWfRGNtmqoErAECgYB2WdA7VfiE02/kaGl8tuM4nGRd3wMp0cHTynh2 DdO4BkKIUFSupwZIW9dtUcrzoHKliRJ7vxDKYUwAxSnjn7somqj8EUx95HMBrdo+ 3VjkOVg9GfrWUKVYQ3bSK0QAsBPnnn6oz9kmf0c6TpA36FprDl1Wd4OBHoh/0xR/ kd5OBwKBgFTXxZDlapB6KjaCRH+cOh5c6nTnKLxEpUF9bmhayXrgSf2NqVGgwl/c pbOJk2MorKosb1w0za9b8dyLz5na2N5ThfM+ETslFIu9qLmigovOYo0sSlpTHAPO K76LjUTxGEZISoHa0NhL8O85xOZaAd3SjUaPpPibLL7BDR1MzeCo -----END RSA PRIVATE KEY----- 2018-08-28 10:19:14,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 10:19:14,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"security_group": {"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-28 10:19:14,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-7af19cd0-fe56-48a3-b371-8ea3dbb22419 Date: Tue, 28 Aug 2018 10:19:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "updated_at": "2018-08-28T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "4368765e-73c5-493a-a16e-709fa2d66ee9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "dfd8e1d5-a5cd-4ff1-aa45-f6604afd8315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 1, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}} 2018-08-28 10:19:14,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7af19cd0-fe56-48a3-b371-8ea3dbb22419 2018-08-28 10:19:14,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.180037975311s 2018-08-28 10:19:14,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7af19cd0-fe56-48a3-b371-8ea3dbb22419 2018-08-28 10:19:14,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:19:14,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:14,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-31bb43b6-ca6c-4f73-945c-d5b0d5a1d49a Date: Tue, 28 Aug 2018 10:19:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:08Z", "updated_at": "2018-08-28T10:19:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "33c027d7-6c2c-4269-9f3d-1460f912cb39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c28db593-29d6-47f4-a64c-068f7742fa5b", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c5ac3747-50d7-4047-9b1c-c91f9f01101d", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "f78554f2-0c3d-444a-a42e-10987d6ff878", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 1, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "updated_at": "2018-08-28T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "4368765e-73c5-493a-a16e-709fa2d66ee9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "dfd8e1d5-a5cd-4ff1-aa45-f6604afd8315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 1, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:14,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-31bb43b6-ca6c-4f73-945c-d5b0d5a1d49a 2018-08-28 10:19:14,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0701570510864s 2018-08-28 10:19:14,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-31bb43b6-ca6c-4f73-945c-d5b0d5a1d49a 2018-08-28 10:19:14,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:19:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -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": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}}' 2018-08-28 10:19:14,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-df67b678-421e-48ed-8ee4-f89cad8aef77 Date: Tue, 28 Aug 2018 10:19:14 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-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "port_range_min": 22, "revision_number": 0, "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "project_id": "244154fe7df5470b99d741692a34bad1", "id": "b8fc4e15-cef5-4c82-9a3b-bb981dbbe734"}} 2018-08-28 10:19:14,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-df67b678-421e-48ed-8ee4-f89cad8aef77 2018-08-28 10:19:14,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169398784637s 2018-08-28 10:19:14,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-df67b678-421e-48ed-8ee4-f89cad8aef77 2018-08-28 10:19:14,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:19:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:14,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-1da1fd92-8f07-4265-abd9-5a3ef639b106 Date: Tue, 28 Aug 2018 10:19:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:08Z", "updated_at": "2018-08-28T10:19:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "33c027d7-6c2c-4269-9f3d-1460f912cb39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c28db593-29d6-47f4-a64c-068f7742fa5b", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c5ac3747-50d7-4047-9b1c-c91f9f01101d", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "f78554f2-0c3d-444a-a42e-10987d6ff878", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 1, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "updated_at": "2018-08-28T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "4368765e-73c5-493a-a16e-709fa2d66ee9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "b8fc4e15-cef5-4c82-9a3b-bb981dbbe734", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "dfd8e1d5-a5cd-4ff1-aa45-f6604afd8315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 2, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:14,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1da1fd92-8f07-4265-abd9-5a3ef639b106 2018-08-28 10:19:14,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0558729171753s 2018-08-28 10:19:14,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1da1fd92-8f07-4265-abd9-5a3ef639b106 2018-08-28 10:19:14,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 10:19:14,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -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": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}}' 2018-08-28 10:19:15,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7c8c493c-b2fd-4c5f-8ac8-1b42293d0164 Date: Tue, 28 Aug 2018 10:19:15 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-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "port_range_min": null, "revision_number": 0, "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "project_id": "244154fe7df5470b99d741692a34bad1", "id": "4f84c01a-3eee-497c-ad1a-f056466d834e"}} 2018-08-28 10:19:15,044 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7c8c493c-b2fd-4c5f-8ac8-1b42293d0164 2018-08-28 10:19:15,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128748893738s 2018-08-28 10:19:15,044 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7c8c493c-b2fd-4c5f-8ac8-1b42293d0164 2018-08-28 10:19:15,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:15,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:15,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c21fab91-9b81-4ec8-a340-e68927d60a2c Date: Tue, 28 Aug 2018 10:19:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93e09456-67cf-458d-bd72-b21ed92e704a"],"updated_at":"2018-08-28T10:19:09Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:15,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c21fab91-9b81-4ec8-a340-e68927d60a2c 2018-08-28 10:19:15,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101125001907s 2018-08-28 10:19:15,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c21fab91-9b81-4ec8-a340-e68927d60a2c 2018-08-28 10:19:15,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:19:15,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:15,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-b15d6c83-7e44-470f-ab8c-db058798d58b Date: Tue, 28 Aug 2018 10:19:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:19:13Z", "file": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file", "owner": "244154fe7df5470b99d741692a34bad1", "id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "size": 12716032, "self": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:19:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:19:15,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b15d6c83-7e44-470f-ab8c-db058798d58b 2018-08-28 10:19:15,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0340540409088s 2018-08-28 10:19:15,186 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b15d6c83-7e44-470f-ab8c-db058798d58b 2018-08-28 10:19:15,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:19:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:15,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-41fb6498-39ec-4ac1-baa3-9a99890eebfd x-compute-request-id: req-41fb6498-39ec-4ac1-baa3-9a99890eebfd Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "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": "5ca9abaa-feff-4988-976c-fcce7db5efd2"}]} 2018-08-28 10:19:15,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-41fb6498-39ec-4ac1-baa3-9a99890eebfd 2018-08-28 10:19:15,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0217220783234s 2018-08-28 10:19:15,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-41fb6498-39ec-4ac1-baa3-9a99890eebfd 2018-08-28 10:19:15,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:19:15,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"server": {"name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "imageRef": "6dd2c086-e72a-473e-abcd-c6be3c020567", "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "flavorRef": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d6c3abb7-c457-466f-be9c-536785421e98"}], "security_groups": [{"name": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}]}}' 2018-08-28 10:19:17,065 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:19: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-d5ba49c7-0937-4391-a794-3812e17bb441 x-compute-request-id: req-d5ba49c7-0937-4391-a794-3812e17bb441 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}], "OS-DCF:diskConfig": "MANUAL", "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "adminPass": "VqAALuVE8pfL"}} 2018-08-28 10:19:17,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d5ba49c7-0937-4391-a794-3812e17bb441 2018-08-28 10:19:17,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.85364794731s 2018-08-28 10:19:17,065 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d5ba49c7-0937-4391-a794-3812e17bb441 2018-08-28 10:19:17,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:17,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-9bf2c8fc-2dd1-42e2-9847-a2f1fa2390a2 x-compute-request-id: req-9bf2c8fc-2dd1-42e2-9847-a2f1fa2390a2 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:17,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9bf2c8fc-2dd1-42e2-9847-a2f1fa2390a2 2018-08-28 10:19:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614696025848s 2018-08-28 10:19:17,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9bf2c8fc-2dd1-42e2-9847-a2f1fa2390a2 2018-08-28 10:19:17,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:17,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:17,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b68c2b84-b625-45a9-912d-2043b7e842fc Date: Tue, 28 Aug 2018 10:19: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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93e09456-67cf-458d-bd72-b21ed92e704a"],"updated_at":"2018-08-28T10:19:09Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:17,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b68c2b84-b625-45a9-912d-2043b7e842fc 2018-08-28 10:19:17,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246901988983s 2018-08-28 10:19:17,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b68c2b84-b625-45a9-912d-2043b7e842fc 2018-08-28 10:19:17,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:19:17,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:17,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-42a21e9c-99d7-47a6-9bf3-f43ad4a5e391 Date: Tue, 28 Aug 2018 10:19:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:19:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"244154fe7df5470b99d741692a34bad1","id":"93e09456-67cf-458d-bd72-b21ed92e704a","subnetpool_id":null,"name":"cinder_test-subnet_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:17,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-42a21e9c-99d7-47a6-9bf3-f43ad4a5e391 2018-08-28 10:19:17,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0581669807434s 2018-08-28 10:19:17,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-42a21e9c-99d7-47a6-9bf3-f43ad4a5e391 2018-08-28 10:19:17,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:20,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-542f5113-e9a2-4328-a76d-bca9337d80c2 x-compute-request-id: req-542f5113-e9a2-4328-a76d-bca9337d80c2 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:19Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:20,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-542f5113-e9a2-4328-a76d-bca9337d80c2 2018-08-28 10:19:20,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.127693891525s 2018-08-28 10:19:20,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-542f5113-e9a2-4328-a76d-bca9337d80c2 2018-08-28 10:19:20,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:22,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:22,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:22,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1f58f04-7306-447b-9c20-b4332e415767 x-compute-request-id: req-b1f58f04-7306-447b-9c20-b4332e415767 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:19Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:22,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1f58f04-7306-447b-9c20-b4332e415767 2018-08-28 10:19:22,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667663097382s 2018-08-28 10:19:22,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1f58f04-7306-447b-9c20-b4332e415767 2018-08-28 10:19:22,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:24,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:25,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-181df935-449d-4e76-8a39-08e9b4243879 x-compute-request-id: req-181df935-449d-4e76-8a39-08e9b4243879 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:24Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:25,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-181df935-449d-4e76-8a39-08e9b4243879 2018-08-28 10:19:25,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58544588089s 2018-08-28 10:19:25,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-181df935-449d-4e76-8a39-08e9b4243879 2018-08-28 10:19:25,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:19:25,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:25,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0e415789-87f5-49c1-8bef-e2ff19ba7648 Date: Tue, 28 Aug 2018 10:19:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:20Z","admin_state_up":true,"updated_at":"2018-08-28T10:19:24Z","binding:vnic_type":"normal","device_id":"cd61dbf7-3b13-426f-bf14-82113bb4a184","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f5:7f:9f","id":"c1e65b16-c4fe-4a4c-b494-1a344a3143e8","port_security_enabled":true,"project_id":"244154fe7df5470b99d741692a34bad1","fixed_ips":[{"subnet_id":"93e09456-67cf-458d-bd72-b21ed92e704a","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"],"name":""}]} 2018-08-28 10:19:25,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-0e415789-87f5-49c1-8bef-e2ff19ba7648 2018-08-28 10:19:25,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0792849063873s 2018-08-28 10:19:25,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-0e415789-87f5-49c1-8bef-e2ff19ba7648 2018-08-28 10:19:25,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:19:25,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c1e65b16-c4fe-4a4c-b494-1a344a3143e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:25,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6872b0af-faa4-4b8f-b0e6-080067955f7f Date: Tue, 28 Aug 2018 10:19:25 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:19:25,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c1e65b16-c4fe-4a4c-b494-1a344a3143e8 used request id req-6872b0af-faa4-4b8f-b0e6-080067955f7f 2018-08-28 10:19:25,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0487740039825s 2018-08-28 10:19:25,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c1e65b16-c4fe-4a4c-b494-1a344a3143e8 used request id req-6872b0af-faa4-4b8f-b0e6-080067955f7f 2018-08-28 10:19:25,533 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f5:7f:9f', 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'6dd2c086-e72a-473e-abcd-c6be3c020567'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:19:24.000000', 'flavor': Munch({u'id': u'5ca9abaa-feff-4988-976c-fcce7db5efd2'}), 'az': u'nova', 'id': u'cd61dbf7-3b13-426f-bf14-82113bb4a184', 'security_groups': [Munch({u'name': u'cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5ab19095ed124e3b933c61252626532c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', '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-08-28T10:19:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:19:24Z', 'hostId': u'f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad', '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-08-28T10:19:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244154fe7df5470b99d741692a34bad1', 'name': u'cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'adminPass': u'VqAALuVE8pfL', 'tenant_id': u'244154fe7df5470b99d741692a34bad1', 'created_at': u'2018-08-28T10:19:17Z', 'created': u'2018-08-28T10:19:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:19:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:25,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-37418484-1d7c-4ef5-92d9-99f030d522ce Date: Tue, 28 Aug 2018 10:19: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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93e09456-67cf-458d-bd72-b21ed92e704a"],"updated_at":"2018-08-28T10:19:09Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:25,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37418484-1d7c-4ef5-92d9-99f030d522ce 2018-08-28 10:19:25,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0910270214081s 2018-08-28 10:19:25,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37418484-1d7c-4ef5-92d9-99f030d522ce 2018-08-28 10:19:25,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:19:25,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:25,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-947a5fa9-7355-4c92-9e4b-03db9d782367 Date: Tue, 28 Aug 2018 10:19:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:20Z","admin_state_up":true,"updated_at":"2018-08-28T10:19:24Z","binding:vnic_type":"normal","device_id":"cd61dbf7-3b13-426f-bf14-82113bb4a184","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f5:7f:9f","id":"c1e65b16-c4fe-4a4c-b494-1a344a3143e8","port_security_enabled":true,"project_id":"244154fe7df5470b99d741692a34bad1","fixed_ips":[{"subnet_id":"93e09456-67cf-458d-bd72-b21ed92e704a","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"],"name":""}]} 2018-08-28 10:19:25,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-947a5fa9-7355-4c92-9e4b-03db9d782367 2018-08-28 10:19:25,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0454819202423s 2018-08-28 10:19:25,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-947a5fa9-7355-4c92-9e4b-03db9d782367 2018-08-28 10:19:25,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 10:19:25,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"floatingip": {"floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.10", "port_id": "c1e65b16-c4fe-4a4c-b494-1a344a3143e8"}}' 2018-08-28 10:19:27,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c51b01e6-cc7d-47d1-9cf1-8eb61d7682b8 Date: Tue, 28 Aug 2018 10:19:27 GMT RESP BODY: {"floatingip": {"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:26Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "c1e65b16-c4fe-4a4c-b494-1a344a3143e8", "id": "325e92da-7ca7-42cb-8ca2-738921e9af3c", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:26Z", "project_id": "244154fe7df5470b99d741692a34bad1"}} 2018-08-28 10:19:27,311 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c51b01e6-cc7d-47d1-9cf1-8eb61d7682b8 2018-08-28 10:19:27,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.63564801216s 2018-08-28 10:19:27,311 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c51b01e6-cc7d-47d1-9cf1-8eb61d7682b8 2018-08-28 10:19:27,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:19:27,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:27,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c2afd15a-8be7-42bb-9af5-15c6d4b509fa Date: Tue, 28 Aug 2018 10:19:27 GMT RESP BODY: {"floatingips": [{"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:26Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "c1e65b16-c4fe-4a4c-b494-1a344a3143e8", "id": "325e92da-7ca7-42cb-8ca2-738921e9af3c", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:26Z", "project_id": "244154fe7df5470b99d741692a34bad1"}]} 2018-08-28 10:19:27,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2afd15a-8be7-42bb-9af5-15c6d4b509fa 2018-08-28 10:19:27,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0591990947723s 2018-08-28 10:19:27,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c2afd15a-8be7-42bb-9af5-15c6d4b509fa 2018-08-28 10:19:27,382 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6608a72f-7f16-4240-b528-3059f2ac2465', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'244154fe7df5470b99d741692a34bad1', 'created_at': u'2018-08-28T10:19:26Z', 'attached': True, 'updated_at': u'2018-08-28T10:19:26Z', 'id': u'325e92da-7ca7-42cb-8ca2-738921e9af3c', 'floating_network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6608a72f-7f16-4240-b528-3059f2ac2465', 'project_id': u'244154fe7df5470b99d741692a34bad1', 'port_id': u'c1e65b16-c4fe-4a4c-b494-1a344a3143e8', 'port': u'c1e65b16-c4fe-4a4c-b494-1a344a3143e8', 'network': u'74721f5d-6096-4ea3-ae93-2107115850e8'}) 2018-08-28 10:19:27,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:19:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:19:27,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-05da0cb7-0888-4677-82c8-9fc2db19f0be x-compute-request-id: req-05da0cb7-0888-4677-82c8-9fc2db19f0be Content-Encoding: gzip Content-Length: 9448 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 484996299 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.187220] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189518] pid_max: default: 32768 minimum: 301\n[ 0.190772] ACPI: Core revision 20150930\n[ 0.192456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194279] Security Framework initialized\n[ 0.195410] Yama: becoming mindful.\n[ 0.196422] AppArmor: AppArmor initialized\n[ 0.197595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199398] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204695] Initializing cgroup subsys io\n[ 0.205829] Initializing cgroup subsys memory\n[ 0.207024] Initializing cgroup subsys devices\n[ 0.208236] Initializing cgroup subsys freezer\n[ 0.209434] Initializing cgroup subsys net_cls\n[ 0.210642] Initializing cgroup subsys perf_event\n[ 0.211907] Initializing cgroup subsys net_prio\n[ 0.213122] Initializing cgroup subsys hugetlb\n[ 0.214334] Initializing cgroup subsys pids\n[ 0.215529] CPU: Physical Processor ID: 0\n[ 0.217341] mce: CPU supports 10 MCE banks\n[ 0.218517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219900] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234877] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241541] ftrace: allocating 31920 entries in 125 pages\n[ 0.267300] smpboot: Max logical packages: 1\n[ 0.268585] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270552] x2apic enabled\n[ 0.271717] Switched APIC routing to physical x2apic.\n[ 0.274253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275832] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281245] KVM setup paravirtual spinlock\n[ 0.283044] x86: Booted up 1 node, 1 CPUs\n[ 0.284186] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286145] devtmpfs: initialized\n[ 0.288198] evm: security.selinux\n[ 0.289187] evm: security.SMACK64\n[ 0.290158] evm: security.SMACK64EXEC\n[ 0.291216] evm: security.SMACK64TRANSMUTE\n[ 0.292357] evm: security.SMACK64MMAP\n[ 0.293409] evm: security.ima\n[ 0.294315] evm: security.capability\n[ 0.295438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298100] pinctrl core: initialized pinctrl subsystem\n[ 0.299631] RTC time: 10:19:24, date: 08/28/18\n[ 0.300980] NET: Registered protocol family 16\n[ 0.302346] cpuidle: using governor ladder\n[ 0.303497] cpuidle: using governor menu\n[ 0.304609] PCCT header not found.\n[ 0.305661] ACPI: bus type PCI registered\n[ 0.306838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.308612] PCI: Using configuration type 1 for base access\n[ 0.310856] ACPI: Added _OSI(Module Device)\n[ 0.312037] ACPI: Added _OSI(Processor Device)\n[ 0.313242] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.314519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.316751] ACPI: Interpreter enabled\n[ 0.317839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.320436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.325651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328288] ACPI: (supports S0 S5)\n[ 0.329286] ACPI: Using IOAPIC for interrupt routing\n[ 0.330610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336106] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342618] acpiphp: Slot [3] registered\n[ 0.343749] acpiphp: Slot [4] registered\n[ 0.344871] acpiphp: Slot [5] registered\n[ 0.345995] acpiphp: Slot [6] registered\n[ 0.347149] acpiphp: Slot [7] registered\n[ 0.348298] acpiphp: Slot [8] registered\n[ 0.349420] acpiphp: Slot [9] registered\n[ 0.350551] acpiphp: Slot [10] registered\n[ 0.351734] acpiphp: Slot [11] registered\n[ 0.352907] acpiphp: Slot [12] registered\n[ 0.354049] acpiphp: Slot [13] registered\n[ 0.355188] acpiphp: Slot [14] registered\n[ 0.356331] acpiphp: Slot [15] registered\n[ 0.371634] acpiphp: Slot [16] registered\n[ 0.372870] acpiphp: Slot [17] registered\n[ 0.374037] acpiphp: Slot [18] registered\n[ 0.375217] acpiphp: Slot [19] registered\n[ 0.376386] acpiphp: Slot [20] registered\n[ 0.377569] acpiphp: Slot [21] registered\n[ 0.378767] acpiphp: Slot [22] registered\n[ 0.379943] acpiphp: Slot [23] registered\n[ 0.381136] acpiphp: Slot [24] registered\n[ 0.382313] acpiphp: Slot [25] registered\n[ 0.383492] acpiphp: Slot [26] registered\n[ 0.384819] acpiphp: Slot [27] registered\n[ 0.386446] acpiphp: Slot [28] registered\n[ 0.387595] acpiphp: Slot [29] registered\n[ 0.388766] acpiphp: Slot [30] registered\n[ 0.389912] acpiphp: Slot [31] registered\n[ 0.391348] PCI host bridge to bus 0000:00\n[ 0.392897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.395282] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.396994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.410773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412534] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.416933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418941] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440510] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450751] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452597] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.456284] vgaarb: loaded\n[ 0.457145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458879] SCSI subsystem initialized\n[ 0.460178] ACPI: bus type USB registered\n[ 0.461339] usbcore: registered new interface driver usbfs\n[ 0.462793] usbcore: registered new interface driver hub\n[ 0.464216] usbcore: registered new device driver usb\n[ 0.465770] PCI: Using ACPI for IRQ routing\n[ 0.467354] NetLabel: Initializing\n[ 0.468365] NetLabel: domain hash size = 128\n[ 0.469557] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470916] NetLabel: unlabeled traffic allowed by default\n[ 0.472531] clocksource: Switched to clocksource kvm-clock\n[ 0.482579] AppArmor: AppArmor Filesystem Enabled\n[ 0.483931] pnp: PnP ACPI init\n[ 0.485187] pnp: PnP ACPI: found 5 devices\n[ 0.492030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494435] NET: Registered protocol family 2\n[ 0.495916] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497778] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.499474] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501184] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504339] NET: Registered protocol family 1\n[ 0.505568] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508637] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523397] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539204] Trying to unpack rootfs image as initramfs...\n[ 0.602655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607652] Scanning for low memory corruption every 60 seconds\n[ 0.609949] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611622] audit: initializing netlink subsys (disabled)\n[ 0.613172] audit: type=2000 audit(1535451564.997:1): initialized\n[ 0.615095] Initialise system trusted keyring\n[ 0.616731] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.618396] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.621298] zbud: loaded\n[ 0.622370] VFS: Disk quotas dquot_6.6.0\n[ 0.623699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.626219] fuse init (API version 7.23)\n[ 0.627660] Key type big_key registered\n[ 0.629037] Allocating IMA MOK and blacklist keyrings.\n[ 0.630860] Key type asymmetric registered\n[ 0.632063] Asymmetric key parser 'x509' registered\n[ 0.633436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635583] io scheduler noop registered\n[ 0.636791] io scheduler deadline registered (default)\n[ 0.638227] io scheduler cfq registered\n[ 0.639520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645107] ACPI: Power Button [PWRF]\n[ 0.646444] GHES: HEST is not enabled!\n[ 0.661475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691654] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694899] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718797] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722112] Linux agpgart interface v0.103\n[ 0.726087] brd: module loaded\n[ 0.728426] loop: module loaded\n[ 0.733275] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735294] GPT:90111 != 2097151\n[ 0.736237] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737740] GPT:90111 != 2097151\n[ 0.738681] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740013] vda: vda1 vda15\n[ 0.741956] scsi host0: ata_piix\n[ 0.743040] scsi host1: ata_piix\n[ 0.744045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747842] libphy: Fixed MDIO Bus: probed\n[ 0.749211] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750525] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753611] PPP generic driver version 2.4.2\n[ 0.754889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756505] ehci-pci: EHCI PCI platform driver\n[ 0.757784] ehci-platform: EHCI generic platform driver\n[ 0.759174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760742] ohci-pci: OHCI PCI platform driver\n[ 0.761955] ohci-platform: OHCI generic platform driver\n[ 0.763342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778013] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781473] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784531] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788198] usb usb1: Product: UHCI Host Controller\n[ 0.789473] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792492] hub 1-0:1.0: USB hub found\n[ 0.793588] hub 1-0:1.0: 2 ports detected\n[ 0.794962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799223] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800654] mousedev: PS/2 mouse device common for all mice\n[ 0.802388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804905] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808068] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.809717] i2c /dev entries driver\n[ 0.810789] device-mapper: uevent: version 1.0.3\n[ 0.812127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816421] NET: Registered protocol family 10\n[ 0.818238] NET: Registered protocol family 17\n[ 0.819492] Key type dns_resolver registered\n[ 0.820899] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824898] registered taskstats version 1\n[ 0.826081] Loading compiled-in X.509 certificates\n[ 0.828001] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830549] zswap: loaded using pool lzo/zbud\n[ 0.833042] Key type trusted registered\n[ 0.835231] Key type encrypted registered\n[ 0.836382] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837845] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839290] evm: HMAC attrs: 0x1\n[ 0.840669] Magic number: 14:447:326\n[ 0.841892] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:25 UTC (1535451565)\n[ 0.844180] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845697] EDD information not available.\n[ 0.907166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923764] Write protecting the kernel read-only data: 14336k\n[ 0.928670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... [ 1.105534] 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.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.94. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpm4n2+FNLKbmNgUnJb0BJ/DbwdSeZm+Jje7PIJ3nUbwKzY1313jHjxsoiLvK3zmprP4ipo3nPvx5kepqxAeb1bRsh2eAu1NL0EQNJcQvgSoJ1B6rC9DzbPbLnrh0mtzjsz+UGEOnNNpfaVDakvjTdcHsFf9dbgbNRLaFBVQ8saVC4k6zfKDLL30VZVPJ9fNLG5EIw4N6Ml/JrcgdUYhVzScw8b9TgldZPquqxKcDrAeVaZTPtZnFbSLC4S5FOK8fXpUIRq0jD4SLAMx3zE304D8oNIeZbFqdtbSsoCraCcNRdYbL1enz1h9ggNBrpM8WyWQAmu+yLWtoITJxCDLwv root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nssh-dss AAAAB3NzaC1kc3MAAACBANscntpfNJW+s07ZWPbYK09BV7/8VJXtrrr7UopLFSzREfCcS8BeIn5oGjGKKpq/guDSx+xTfw57rZQC5rch41sFMA5dsyosyQLXWno9QK3An6B2uqUrWcBoZelJXmpabQxrAnHuPtUKQjdbKNz7gwPe4ZHWxI3eoRGJWM74QY3VAAAAFQCQV2XCcJ34eAKfkLW0now34EqpHQAAAIEAxILYb3X3H+t7wAkxLN+RChooh7PYGpKYQAAqXWKbSuwXwh+czPP7R2Ww8zQ/qlGiOwECEylRop75QC/eeU+SgPI/r2MVi9IElaw8xfYwWyl6mjqZwnl4CZgIw9ad0asrGbdCjxs84SlF8ZfPsssB1hqRQkPXirgk31iFmSgoehQAAACAEjkfuIOv8Z4sc9zuzsHOe+EZMZp9DzEeo/9nuPp4NBhBJGqPSwLDuERFemq4R98dkPoITIXEkApMWu4AgzVZhhEwqd40ut3ZwDuhJv1ls10Pq/+3fnzud9Z96XToeJQIkOIBrHn4JWdHyVyf2Y4tO4HkQQaebRCe8jsm8BTHaNI= root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fef5:7f9f/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.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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\n ____ ____ ____\n / __/ __ __"} 2018-08-28 10:19:27,469 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/action used request id req-05da0cb7-0888-4677-82c8-9fc2db19f0be 2018-08-28 10:19:27,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0858178138733s 2018-08-28 10:19:27,470 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/action used request id req-05da0cb7-0888-4677-82c8-9fc2db19f0be 2018-08-28 10:19:27,470 - 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 484996299 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.187220] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.189518] pid_max: default: 32768 minimum: 301 [ 0.190772] ACPI: Core revision 20150930 [ 0.192456] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194279] Security Framework initialized [ 0.195410] Yama: becoming mindful. [ 0.196422] AppArmor: AppArmor initialized [ 0.197595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.199398] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204695] Initializing cgroup subsys io [ 0.205829] Initializing cgroup subsys memory [ 0.207024] Initializing cgroup subsys devices [ 0.208236] Initializing cgroup subsys freezer [ 0.209434] Initializing cgroup subsys net_cls [ 0.210642] Initializing cgroup subsys perf_event [ 0.211907] Initializing cgroup subsys net_prio [ 0.213122] Initializing cgroup subsys hugetlb [ 0.214334] Initializing cgroup subsys pids [ 0.215529] CPU: Physical Processor ID: 0 [ 0.217341] mce: CPU supports 10 MCE banks [ 0.218517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219900] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234877] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241541] ftrace: allocating 31920 entries in 125 pages [ 0.267300] smpboot: Max logical packages: 1 [ 0.268585] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270552] x2apic enabled [ 0.271717] Switched APIC routing to physical x2apic. [ 0.274253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275832] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281245] KVM setup paravirtual spinlock [ 0.283044] x86: Booted up 1 node, 1 CPUs [ 0.284186] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286145] devtmpfs: initialized [ 0.288198] evm: security.selinux [ 0.289187] evm: security.SMACK64 [ 0.290158] evm: security.SMACK64EXEC [ 0.291216] evm: security.SMACK64TRANSMUTE [ 0.292357] evm: security.SMACK64MMAP [ 0.293409] evm: security.ima [ 0.294315] evm: security.capability [ 0.295438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298100] pinctrl core: initialized pinctrl subsystem [ 0.299631] RTC time: 10:19:24, date: 08/28/18 [ 0.300980] NET: Registered protocol family 16 [ 0.302346] cpuidle: using governor ladder [ 0.303497] cpuidle: using governor menu [ 0.304609] PCCT header not found. [ 0.305661] ACPI: bus type PCI registered [ 0.306838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.308612] PCI: Using configuration type 1 for base access [ 0.310856] ACPI: Added _OSI(Module Device) [ 0.312037] ACPI: Added _OSI(Processor Device) [ 0.313242] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.314519] ACPI: Added _OSI(Processor Aggregator Device) [ 0.316751] ACPI: Interpreter enabled [ 0.317839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.320436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.325651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328288] ACPI: (supports S0 S5) [ 0.329286] ACPI: Using IOAPIC for interrupt routing [ 0.330610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.334504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.336106] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.337856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.339546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342618] acpiphp: Slot [3] registered [ 0.343749] acpiphp: Slot [4] registered [ 0.344871] acpiphp: Slot [5] registered [ 0.345995] acpiphp: Slot [6] registered [ 0.347149] acpiphp: Slot [7] registered [ 0.348298] acpiphp: Slot [8] registered [ 0.349420] acpiphp: Slot [9] registered [ 0.350551] acpiphp: Slot [10] registered [ 0.351734] acpiphp: Slot [11] registered [ 0.352907] acpiphp: Slot [12] registered [ 0.354049] acpiphp: Slot [13] registered [ 0.355188] acpiphp: Slot [14] registered [ 0.356331] acpiphp: Slot [15] registered [ 0.371634] acpiphp: Slot [16] registered [ 0.372870] acpiphp: Slot [17] registered [ 0.374037] acpiphp: Slot [18] registered [ 0.375217] acpiphp: Slot [19] registered [ 0.376386] acpiphp: Slot [20] registered [ 0.377569] acpiphp: Slot [21] registered [ 0.378767] acpiphp: Slot [22] registered [ 0.379943] acpiphp: Slot [23] registered [ 0.381136] acpiphp: Slot [24] registered [ 0.382313] acpiphp: Slot [25] registered [ 0.383492] acpiphp: Slot [26] registered [ 0.384819] acpiphp: Slot [27] registered [ 0.386446] acpiphp: Slot [28] registered [ 0.387595] acpiphp: Slot [29] registered [ 0.388766] acpiphp: Slot [30] registered [ 0.389912] acpiphp: Slot [31] registered [ 0.391348] PCI host bridge to bus 0000:00 [ 0.392897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.395282] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.396994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403200] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.410773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412534] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.416933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418941] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440510] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450751] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452597] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.456284] vgaarb: loaded [ 0.457145] vgaarb: bridge control possible 0000:00:02.0 [ 0.458879] SCSI subsystem initialized [ 0.460178] ACPI: bus type USB registered [ 0.461339] usbcore: registered new interface driver usbfs [ 0.462793] usbcore: registered new interface driver hub [ 0.464216] usbcore: registered new device driver usb [ 0.465770] PCI: Using ACPI for IRQ routing [ 0.467354] NetLabel: Initializing [ 0.468365] NetLabel: domain hash size = 128 [ 0.469557] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470916] NetLabel: unlabeled traffic allowed by default [ 0.472531] clocksource: Switched to clocksource kvm-clock [ 0.482579] AppArmor: AppArmor Filesystem Enabled [ 0.483931] pnp: PnP ACPI init [ 0.485187] pnp: PnP ACPI: found 5 devices [ 0.492030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494435] NET: Registered protocol family 2 [ 0.495916] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497778] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.499474] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501184] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.502692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.504339] NET: Registered protocol family 1 [ 0.505568] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.508637] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523397] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539204] Trying to unpack rootfs image as initramfs... [ 0.602655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607652] Scanning for low memory corruption every 60 seconds [ 0.609949] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611622] audit: initializing netlink subsys (disabled) [ 0.613172] audit: type=2000 audit(1535451564.997:1): initialized [ 0.615095] Initialise system trusted keyring [ 0.616731] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.618396] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.621298] zbud: loaded [ 0.622370] VFS: Disk quotas dquot_6.6.0 [ 0.623699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.626219] fuse init (API version 7.23) [ 0.627660] Key type big_key registered [ 0.629037] Allocating IMA MOK and blacklist keyrings. [ 0.630860] Key type asymmetric registered [ 0.632063] Asymmetric key parser 'x509' registered [ 0.633436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635583] io scheduler noop registered [ 0.636791] io scheduler deadline registered (default) [ 0.638227] io scheduler cfq registered [ 0.639520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645107] ACPI: Power Button [PWRF] [ 0.646444] GHES: HEST is not enabled! [ 0.661475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691654] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694899] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718797] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722112] Linux agpgart interface v0.103 [ 0.726087] brd: module loaded [ 0.728426] loop: module loaded [ 0.733275] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735294] GPT:90111 != 2097151 [ 0.736237] GPT:Alternate GPT header not at the end of the disk. [ 0.737740] GPT:90111 != 2097151 [ 0.738681] GPT: Use GNU Parted to correct GPT errors. [ 0.740013] vda: vda1 vda15 [ 0.741956] scsi host0: ata_piix [ 0.743040] scsi host1: ata_piix [ 0.744045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747842] libphy: Fixed MDIO Bus: probed [ 0.749211] tun: Universal TUN/TAP device driver, 1.6 [ 0.750525] tun: (C) 1999-2004 Max Krasnyansky [ 0.753611] PPP generic driver version 2.4.2 [ 0.754889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756505] ehci-pci: EHCI PCI platform driver [ 0.757784] ehci-platform: EHCI generic platform driver [ 0.759174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760742] ohci-pci: OHCI PCI platform driver [ 0.761955] ohci-platform: OHCI generic platform driver [ 0.763342] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778013] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781473] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784531] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788198] usb usb1: Product: UHCI Host Controller [ 0.789473] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791028] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792492] hub 1-0:1.0: USB hub found [ 0.793588] hub 1-0:1.0: 2 ports detected [ 0.794962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799223] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800654] mousedev: PS/2 mouse device common for all mice [ 0.802388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804905] rtc_cmos 00:00: RTC can wake from S4 [ 0.806458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808068] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809717] i2c /dev entries driver [ 0.810789] device-mapper: uevent: version 1.0.3 [ 0.812127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814416] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816421] NET: Registered protocol family 10 [ 0.818238] NET: Registered protocol family 17 [ 0.819492] Key type dns_resolver registered [ 0.820899] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822405] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824898] registered taskstats version 1 [ 0.826081] Loading compiled-in X.509 certificates [ 0.828001] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830549] zswap: loaded using pool lzo/zbud [ 0.833042] Key type trusted registered [ 0.835231] Key type encrypted registered [ 0.836382] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837845] ima: No TPM chip found, activating TPM-bypass! [ 0.839290] evm: HMAC attrs: 0x1 [ 0.840669] Magic number: 14:447:326 [ 0.841892] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:25 UTC (1535451565) [ 0.844180] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845697] EDD information not available. [ 0.907166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923764] Write protecting the kernel read-only data: 14336k [ 0.928670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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... [ 1.105534] 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.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.94. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpm4n2+FNLKbmNgUnJb0BJ/DbwdSeZm+Jje7PIJ3nUbwKzY1313jHjxsoiLvK3zmprP4ipo3nPvx5kepqxAeb1bRsh2eAu1NL0EQNJcQvgSoJ1B6rC9DzbPbLnrh0mtzjsz+UGEOnNNpfaVDakvjTdcHsFf9dbgbNRLaFBVQ8saVC4k6zfKDLL30VZVPJ9fNLG5EIw4N6Ml/JrcgdUYhVzScw8b9TgldZPquqxKcDrAeVaZTPtZnFbSLC4S5FOK8fXpUIRq0jD4SLAMx3zE304D8oNIeZbFqdtbSsoCraCcNRdYbL1enz1h9ggNBrpM8WyWQAmu+yLWtoITJxCDLwv root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d ssh-dss AAAAB3NzaC1kc3MAAACBANscntpfNJW+s07ZWPbYK09BV7/8VJXtrrr7UopLFSzREfCcS8BeIn5oGjGKKpq/guDSx+xTfw57rZQC5rch41sFMA5dsyosyQLXWno9QK3An6B2uqUrWcBoZelJXmpabQxrAnHuPtUKQjdbKNz7gwPe4ZHWxI3eoRGJWM74QY3VAAAAFQCQV2XCcJ34eAKfkLW0now34EqpHQAAAIEAxILYb3X3H+t7wAkxLN+RChooh7PYGpKYQAAqXWKbSuwXwh+czPP7R2Ww8zQ/qlGiOwECEylRop75QC/eeU+SgPI/r2MVi9IElaw8xfYwWyl6mjqZwnl4CZgIw9ad0asrGbdCjxs84SlF8ZfPsssB1hqRQkPXirgk31iFmSgoehQAAACAEjkfuIOv8Z4sc9zuzsHOe+EZMZp9DzEeo/9nuPp4NBhBJGqPSwLDuERFemq4R98dkPoITIXEkApMWu4AgzVZhhEwqd40ut3ZwDuhJv1ls10Pq/+3fnzud9Z96XToeJQIkOIBrHn4JWdHyVyf2Y4tO4HkQQaebRCe8jsm8BTHaNI= root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.29s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fef5:7f9f/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.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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d launch-index: 0 === cirros: current=0.4.0 uptime=2.62 === ____ ____ ____ / __/ __ __ 2018-08-28 10:19:28,471 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-28 10:19:37,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:19:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:19:37,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-975867d1-f0bb-4930-a159-09ac73f051f2 x-compute-request-id: req-975867d1-f0bb-4930-a159-09ac73f051f2 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 484996299 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.187220] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189518] pid_max: default: 32768 minimum: 301\n[ 0.190772] ACPI: Core revision 20150930\n[ 0.192456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194279] Security Framework initialized\n[ 0.195410] Yama: becoming mindful.\n[ 0.196422] AppArmor: AppArmor initialized\n[ 0.197595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199398] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204695] Initializing cgroup subsys io\n[ 0.205829] Initializing cgroup subsys memory\n[ 0.207024] Initializing cgroup subsys devices\n[ 0.208236] Initializing cgroup subsys freezer\n[ 0.209434] Initializing cgroup subsys net_cls\n[ 0.210642] Initializing cgroup subsys perf_event\n[ 0.211907] Initializing cgroup subsys net_prio\n[ 0.213122] Initializing cgroup subsys hugetlb\n[ 0.214334] Initializing cgroup subsys pids\n[ 0.215529] CPU: Physical Processor ID: 0\n[ 0.217341] mce: CPU supports 10 MCE banks\n[ 0.218517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219900] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234877] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241541] ftrace: allocating 31920 entries in 125 pages\n[ 0.267300] smpboot: Max logical packages: 1\n[ 0.268585] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270552] x2apic enabled\n[ 0.271717] Switched APIC routing to physical x2apic.\n[ 0.274253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275832] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.281245] KVM setup paravirtual spinlock\n[ 0.283044] x86: Booted up 1 node, 1 CPUs\n[ 0.284186] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286145] devtmpfs: initialized\n[ 0.288198] evm: security.selinux\n[ 0.289187] evm: security.SMACK64\n[ 0.290158] evm: security.SMACK64EXEC\n[ 0.291216] evm: security.SMACK64TRANSMUTE\n[ 0.292357] evm: security.SMACK64MMAP\n[ 0.293409] evm: security.ima\n[ 0.294315] evm: security.capability\n[ 0.295438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298100] pinctrl core: initialized pinctrl subsystem\n[ 0.299631] RTC time: 10:19:24, date: 08/28/18\n[ 0.300980] NET: Registered protocol family 16\n[ 0.302346] cpuidle: using governor ladder\n[ 0.303497] cpuidle: using governor menu\n[ 0.304609] PCCT header not found.\n[ 0.305661] ACPI: bus type PCI registered\n[ 0.306838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.308612] PCI: Using configuration type 1 for base access\n[ 0.310856] ACPI: Added _OSI(Module Device)\n[ 0.312037] ACPI: Added _OSI(Processor Device)\n[ 0.313242] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.314519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.316751] ACPI: Interpreter enabled\n[ 0.317839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.320436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.325651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328288] ACPI: (supports S0 S5)\n[ 0.329286] ACPI: Using IOAPIC for interrupt routing\n[ 0.330610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336106] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342618] acpiphp: Slot [3] registered\n[ 0.343749] acpiphp: Slot [4] registered\n[ 0.344871] acpiphp: Slot [5] registered\n[ 0.345995] acpiphp: Slot [6] registered\n[ 0.347149] acpiphp: Slot [7] registered\n[ 0.348298] acpiphp: Slot [8] registered\n[ 0.349420] acpiphp: Slot [9] registered\n[ 0.350551] acpiphp: Slot [10] registered\n[ 0.351734] acpiphp: Slot [11] registered\n[ 0.352907] acpiphp: Slot [12] registered\n[ 0.354049] acpiphp: Slot [13] registered\n[ 0.355188] acpiphp: Slot [14] registered\n[ 0.356331] acpiphp: Slot [15] registered\n[ 0.371634] acpiphp: Slot [16] registered\n[ 0.372870] acpiphp: Slot [17] registered\n[ 0.374037] acpiphp: Slot [18] registered\n[ 0.375217] acpiphp: Slot [19] registered\n[ 0.376386] acpiphp: Slot [20] registered\n[ 0.377569] acpiphp: Slot [21] registered\n[ 0.378767] acpiphp: Slot [22] registered\n[ 0.379943] acpiphp: Slot [23] registered\n[ 0.381136] acpiphp: Slot [24] registered\n[ 0.382313] acpiphp: Slot [25] registered\n[ 0.383492] acpiphp: Slot [26] registered\n[ 0.384819] acpiphp: Slot [27] registered\n[ 0.386446] acpiphp: Slot [28] registered\n[ 0.387595] acpiphp: Slot [29] registered\n[ 0.388766] acpiphp: Slot [30] registered\n[ 0.389912] acpiphp: Slot [31] registered\n[ 0.391348] PCI host bridge to bus 0000:00\n[ 0.392897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.395282] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.396994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403200] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.410773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412534] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.416933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418941] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440510] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450751] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452597] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.456284] vgaarb: loaded\n[ 0.457145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458879] SCSI subsystem initialized\n[ 0.460178] ACPI: bus type USB registered\n[ 0.461339] usbcore: registered new interface driver usbfs\n[ 0.462793] usbcore: registered new interface driver hub\n[ 0.464216] usbcore: registered new device driver usb\n[ 0.465770] PCI: Using ACPI for IRQ routing\n[ 0.467354] NetLabel: Initializing\n[ 0.468365] NetLabel: domain hash size = 128\n[ 0.469557] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470916] NetLabel: unlabeled traffic allowed by default\n[ 0.472531] clocksource: Switched to clocksource kvm-clock\n[ 0.482579] AppArmor: AppArmor Filesystem Enabled\n[ 0.483931] pnp: PnP ACPI init\n[ 0.485187] pnp: PnP ACPI: found 5 devices\n[ 0.492030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.494435] NET: Registered protocol family 2\n[ 0.495916] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.497778] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.499474] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.501184] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504339] NET: Registered protocol family 1\n[ 0.505568] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507123] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508637] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523397] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539204] Trying to unpack rootfs image as initramfs...\n[ 0.602655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607652] Scanning for low memory corruption every 60 seconds\n[ 0.609949] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611622] audit: initializing netlink subsys (disabled)\n[ 0.613172] audit: type=2000 audit(1535451564.997:1): initialized\n[ 0.615095] Initialise system trusted keyring\n[ 0.616731] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.618396] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.621298] zbud: loaded\n[ 0.622370] VFS: Disk quotas dquot_6.6.0\n[ 0.623699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.626219] fuse init (API version 7.23)\n[ 0.627660] Key type big_key registered\n[ 0.629037] Allocating IMA MOK and blacklist keyrings.\n[ 0.630860] Key type asymmetric registered\n[ 0.632063] Asymmetric key parser 'x509' registered\n[ 0.633436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635583] io scheduler noop registered\n[ 0.636791] io scheduler deadline registered (default)\n[ 0.638227] io scheduler cfq registered\n[ 0.639520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645107] ACPI: Power Button [PWRF]\n[ 0.646444] GHES: HEST is not enabled!\n[ 0.661475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691654] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694899] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718797] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722112] Linux agpgart interface v0.103\n[ 0.726087] brd: module loaded\n[ 0.728426] loop: module loaded\n[ 0.733275] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735294] GPT:90111 != 2097151\n[ 0.736237] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737740] GPT:90111 != 2097151\n[ 0.738681] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740013] vda: vda1 vda15\n[ 0.741956] scsi host0: ata_piix\n[ 0.743040] scsi host1: ata_piix\n[ 0.744045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747842] libphy: Fixed MDIO Bus: probed\n[ 0.749211] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750525] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753611] PPP generic driver version 2.4.2\n[ 0.754889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756505] ehci-pci: EHCI PCI platform driver\n[ 0.757784] ehci-platform: EHCI generic platform driver\n[ 0.759174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760742] ohci-pci: OHCI PCI platform driver\n[ 0.761955] ohci-platform: OHCI generic platform driver\n[ 0.763342] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778013] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781473] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.782871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784531] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788198] usb usb1: Product: UHCI Host Controller\n[ 0.789473] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.792492] hub 1-0:1.0: USB hub found\n[ 0.793588] hub 1-0:1.0: 2 ports detected\n[ 0.794962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.797934] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799223] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.800654] mousedev: PS/2 mouse device common for all mice\n[ 0.802388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.804905] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808068] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.809717] i2c /dev entries driver\n[ 0.810789] device-mapper: uevent: version 1.0.3\n[ 0.812127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816421] NET: Registered protocol family 10\n[ 0.818238] NET: Registered protocol family 17\n[ 0.819492] Key type dns_resolver registered\n[ 0.820899] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824898] registered taskstats version 1\n[ 0.826081] Loading compiled-in X.509 certificates\n[ 0.828001] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830549] zswap: loaded using pool lzo/zbud\n[ 0.833042] Key type trusted registered\n[ 0.835231] Key type encrypted registered\n[ 0.836382] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837845] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839290] evm: HMAC attrs: 0x1\n[ 0.840669] Magic number: 14:447:326\n[ 0.841892] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:25 UTC (1535451565)\n[ 0.844180] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845697] EDD information not available.\n[ 0.907166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923764] Write protecting the kernel read-only data: 14336k\n[ 0.928670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... [ 1.105534] 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.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.94. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpm4n2+FNLKbmNgUnJb0BJ/DbwdSeZm+Jje7PIJ3nUbwKzY1313jHjxsoiLvK3zmprP4ipo3nPvx5kepqxAeb1bRsh2eAu1NL0EQNJcQvgSoJ1B6rC9DzbPbLnrh0mtzjsz+UGEOnNNpfaVDakvjTdcHsFf9dbgbNRLaFBVQ8saVC4k6zfKDLL30VZVPJ9fNLG5EIw4N6Ml/JrcgdUYhVzScw8b9TgldZPquqxKcDrAeVaZTPtZnFbSLC4S5FOK8fXpUIRq0jD4SLAMx3zE304D8oNIeZbFqdtbSsoCraCcNRdYbL1enz1h9ggNBrpM8WyWQAmu+yLWtoITJxCDLwv root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nssh-dss AAAAB3NzaC1kc3MAAACBANscntpfNJW+s07ZWPbYK09BV7/8VJXtrrr7UopLFSzREfCcS8BeIn5oGjGKKpq/guDSx+xTfw57rZQC5rch41sFMA5dsyosyQLXWno9QK3An6B2uqUrWcBoZelJXmpabQxrAnHuPtUKQjdbKNz7gwPe4ZHWxI3eoRGJWM74QY3VAAAAFQCQV2XCcJ34eAKfkLW0now34EqpHQAAAIEAxILYb3X3H+t7wAkxLN+RChooh7PYGpKYQAAqXWKbSuwXwh+czPP7R2Ww8zQ/qlGiOwECEylRop75QC/eeU+SgPI/r2MVi9IElaw8xfYwWyl6mjqZwnl4CZgIw9ad0asrGbdCjxs84SlF8ZfPsssB1hqRQkPXirgk31iFmSgoehQAAACAEjkfuIOv8Z4sc9zuzsHOe+EZMZp9DzEeo/9nuPp4NBhBJGqPSwLDuERFemq4R98dkPoITIXEkApMWu4AgzVZhhEwqd40ut3ZwDuhJv1ls10Pq/+3fnzud9Z96XToeJQIkOIBrHn4JWdHyVyf2Y4tO4HkQQaebRCe8jsm8BTHaNI= root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fef5:7f9f/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.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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.62 ===\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-fd9c456e-e9a3-4d3e-91f9-d4182876366d login: "} 2018-08-28 10:19:37,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/action used request id req-975867d1-f0bb-4930-a159-09ac73f051f2 2018-08-28 10:19:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0744249820709s 2018-08-28 10:19:37,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/action used request id req-975867d1-f0bb-4930-a159-09ac73f051f2 2018-08-28 10:19:37,556 - 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 484996299 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.187220] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.189518] pid_max: default: 32768 minimum: 301 [ 0.190772] ACPI: Core revision 20150930 [ 0.192456] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194279] Security Framework initialized [ 0.195410] Yama: becoming mindful. [ 0.196422] AppArmor: AppArmor initialized [ 0.197595] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.199398] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201141] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202796] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204695] Initializing cgroup subsys io [ 0.205829] Initializing cgroup subsys memory [ 0.207024] Initializing cgroup subsys devices [ 0.208236] Initializing cgroup subsys freezer [ 0.209434] Initializing cgroup subsys net_cls [ 0.210642] Initializing cgroup subsys perf_event [ 0.211907] Initializing cgroup subsys net_prio [ 0.213122] Initializing cgroup subsys hugetlb [ 0.214334] Initializing cgroup subsys pids [ 0.215529] CPU: Physical Processor ID: 0 [ 0.217341] mce: CPU supports 10 MCE banks [ 0.218517] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219900] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234877] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241541] ftrace: allocating 31920 entries in 125 pages [ 0.267300] smpboot: Max logical packages: 1 [ 0.268585] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270552] x2apic enabled [ 0.271717] Switched APIC routing to physical x2apic. [ 0.274253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275832] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.281245] KVM setup paravirtual spinlock [ 0.283044] x86: Booted up 1 node, 1 CPUs [ 0.284186] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286145] devtmpfs: initialized [ 0.288198] evm: security.selinux [ 0.289187] evm: security.SMACK64 [ 0.290158] evm: security.SMACK64EXEC [ 0.291216] evm: security.SMACK64TRANSMUTE [ 0.292357] evm: security.SMACK64MMAP [ 0.293409] evm: security.ima [ 0.294315] evm: security.capability [ 0.295438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298100] pinctrl core: initialized pinctrl subsystem [ 0.299631] RTC time: 10:19:24, date: 08/28/18 [ 0.300980] NET: Registered protocol family 16 [ 0.302346] cpuidle: using governor ladder [ 0.303497] cpuidle: using governor menu [ 0.304609] PCCT header not found. [ 0.305661] ACPI: bus type PCI registered [ 0.306838] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.308612] PCI: Using configuration type 1 for base access [ 0.310856] ACPI: Added _OSI(Module Device) [ 0.312037] ACPI: Added _OSI(Processor Device) [ 0.313242] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.314519] ACPI: Added _OSI(Processor Aggregator Device) [ 0.316751] ACPI: Interpreter enabled [ 0.317839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.320436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.325651] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328288] ACPI: (supports S0 S5) [ 0.329286] ACPI: Using IOAPIC for interrupt routing [ 0.330610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.334504] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.336106] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.337856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.339546] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342618] acpiphp: Slot [3] registered [ 0.343749] acpiphp: Slot [4] registered [ 0.344871] acpiphp: Slot [5] registered [ 0.345995] acpiphp: Slot [6] registered [ 0.347149] acpiphp: Slot [7] registered [ 0.348298] acpiphp: Slot [8] registered [ 0.349420] acpiphp: Slot [9] registered [ 0.350551] acpiphp: Slot [10] registered [ 0.351734] acpiphp: Slot [11] registered [ 0.352907] acpiphp: Slot [12] registered [ 0.354049] acpiphp: Slot [13] registered [ 0.355188] acpiphp: Slot [14] registered [ 0.356331] acpiphp: Slot [15] registered [ 0.371634] acpiphp: Slot [16] registered [ 0.372870] acpiphp: Slot [17] registered [ 0.374037] acpiphp: Slot [18] registered [ 0.375217] acpiphp: Slot [19] registered [ 0.376386] acpiphp: Slot [20] registered [ 0.377569] acpiphp: Slot [21] registered [ 0.378767] acpiphp: Slot [22] registered [ 0.379943] acpiphp: Slot [23] registered [ 0.381136] acpiphp: Slot [24] registered [ 0.382313] acpiphp: Slot [25] registered [ 0.383492] acpiphp: Slot [26] registered [ 0.384819] acpiphp: Slot [27] registered [ 0.386446] acpiphp: Slot [28] registered [ 0.387595] acpiphp: Slot [29] registered [ 0.388766] acpiphp: Slot [30] registered [ 0.389912] acpiphp: Slot [31] registered [ 0.391348] PCI host bridge to bus 0000:00 [ 0.392897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.395282] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.396994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401120] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403200] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407351] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409153] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.410773] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412534] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.416933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418941] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440510] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446574] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448987] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450751] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452597] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.456284] vgaarb: loaded [ 0.457145] vgaarb: bridge control possible 0000:00:02.0 [ 0.458879] SCSI subsystem initialized [ 0.460178] ACPI: bus type USB registered [ 0.461339] usbcore: registered new interface driver usbfs [ 0.462793] usbcore: registered new interface driver hub [ 0.464216] usbcore: registered new device driver usb [ 0.465770] PCI: Using ACPI for IRQ routing [ 0.467354] NetLabel: Initializing [ 0.468365] NetLabel: domain hash size = 128 [ 0.469557] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470916] NetLabel: unlabeled traffic allowed by default [ 0.472531] clocksource: Switched to clocksource kvm-clock [ 0.482579] AppArmor: AppArmor Filesystem Enabled [ 0.483931] pnp: PnP ACPI init [ 0.485187] pnp: PnP ACPI: found 5 devices [ 0.492030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.494435] NET: Registered protocol family 2 [ 0.495916] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.497778] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.499474] TCP: Hash tables configured (established 4096 bind 4096) [ 0.501184] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.502692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.504339] NET: Registered protocol family 1 [ 0.505568] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.507123] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.508637] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.523397] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539204] Trying to unpack rootfs image as initramfs... [ 0.602655] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607652] Scanning for low memory corruption every 60 seconds [ 0.609949] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611622] audit: initializing netlink subsys (disabled) [ 0.613172] audit: type=2000 audit(1535451564.997:1): initialized [ 0.615095] Initialise system trusted keyring [ 0.616731] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.618396] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.621298] zbud: loaded [ 0.622370] VFS: Disk quotas dquot_6.6.0 [ 0.623699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.626219] fuse init (API version 7.23) [ 0.627660] Key type big_key registered [ 0.629037] Allocating IMA MOK and blacklist keyrings. [ 0.630860] Key type asymmetric registered [ 0.632063] Asymmetric key parser 'x509' registered [ 0.633436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635583] io scheduler noop registered [ 0.636791] io scheduler deadline registered (default) [ 0.638227] io scheduler cfq registered [ 0.639520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.642890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645107] ACPI: Power Button [PWRF] [ 0.646444] GHES: HEST is not enabled! [ 0.661475] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691654] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694899] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718797] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722112] Linux agpgart interface v0.103 [ 0.726087] brd: module loaded [ 0.728426] loop: module loaded [ 0.733275] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735294] GPT:90111 != 2097151 [ 0.736237] GPT:Alternate GPT header not at the end of the disk. [ 0.737740] GPT:90111 != 2097151 [ 0.738681] GPT: Use GNU Parted to correct GPT errors. [ 0.740013] vda: vda1 vda15 [ 0.741956] scsi host0: ata_piix [ 0.743040] scsi host1: ata_piix [ 0.744045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747842] libphy: Fixed MDIO Bus: probed [ 0.749211] tun: Universal TUN/TAP device driver, 1.6 [ 0.750525] tun: (C) 1999-2004 Max Krasnyansky [ 0.753611] PPP generic driver version 2.4.2 [ 0.754889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756505] ehci-pci: EHCI PCI platform driver [ 0.757784] ehci-platform: EHCI generic platform driver [ 0.759174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760742] ohci-pci: OHCI PCI platform driver [ 0.761955] ohci-platform: OHCI generic platform driver [ 0.763342] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778013] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781473] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.782871] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784531] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788198] usb usb1: Product: UHCI Host Controller [ 0.789473] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791028] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792492] hub 1-0:1.0: USB hub found [ 0.793588] hub 1-0:1.0: 2 ports detected [ 0.794962] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797934] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799223] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800654] mousedev: PS/2 mouse device common for all mice [ 0.802388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.804905] rtc_cmos 00:00: RTC can wake from S4 [ 0.806458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808068] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809717] i2c /dev entries driver [ 0.810789] device-mapper: uevent: version 1.0.3 [ 0.812127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814416] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816421] NET: Registered protocol family 10 [ 0.818238] NET: Registered protocol family 17 [ 0.819492] Key type dns_resolver registered [ 0.820899] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822405] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824898] registered taskstats version 1 [ 0.826081] Loading compiled-in X.509 certificates [ 0.828001] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830549] zswap: loaded using pool lzo/zbud [ 0.833042] Key type trusted registered [ 0.835231] Key type encrypted registered [ 0.836382] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837845] ima: No TPM chip found, activating TPM-bypass! [ 0.839290] evm: HMAC attrs: 0x1 [ 0.840669] Magic number: 14:447:326 [ 0.841892] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:25 UTC (1535451565) [ 0.844180] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845697] EDD information not available. [ 0.907166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923764] Write protecting the kernel read-only data: 14336k [ 0.928670] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931310] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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... [ 1.105534] 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.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.94. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpm4n2+FNLKbmNgUnJb0BJ/DbwdSeZm+Jje7PIJ3nUbwKzY1313jHjxsoiLvK3zmprP4ipo3nPvx5kepqxAeb1bRsh2eAu1NL0EQNJcQvgSoJ1B6rC9DzbPbLnrh0mtzjsz+UGEOnNNpfaVDakvjTdcHsFf9dbgbNRLaFBVQ8saVC4k6zfKDLL30VZVPJ9fNLG5EIw4N6Ml/JrcgdUYhVzScw8b9TgldZPquqxKcDrAeVaZTPtZnFbSLC4S5FOK8fXpUIRq0jD4SLAMx3zE304D8oNIeZbFqdtbSsoCraCcNRdYbL1enz1h9ggNBrpM8WyWQAmu+yLWtoITJxCDLwv root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d ssh-dss AAAAB3NzaC1kc3MAAACBANscntpfNJW+s07ZWPbYK09BV7/8VJXtrrr7UopLFSzREfCcS8BeIn5oGjGKKpq/guDSx+xTfw57rZQC5rch41sFMA5dsyosyQLXWno9QK3An6B2uqUrWcBoZelJXmpabQxrAnHuPtUKQjdbKNz7gwPe4ZHWxI3eoRGJWM74QY3VAAAAFQCQV2XCcJ34eAKfkLW0now34EqpHQAAAIEAxILYb3X3H+t7wAkxLN+RChooh7PYGpKYQAAqXWKbSuwXwh+czPP7R2Ww8zQ/qlGiOwECEylRop75QC/eeU+SgPI/r2MVi9IElaw8xfYwWyl6mjqZwnl4CZgIw9ad0asrGbdCjxs84SlF8ZfPsssB1hqRQkPXirgk31iFmSgoehQAAACAEjkfuIOv8Z4sc9zuzsHOe+EZMZp9DzEeo/9nuPp4NBhBJGqPSwLDuERFemq4R98dkPoITIXEkApMWu4AgzVZhhEwqd40ut3ZwDuhJv1ls10Pq/+3fnzud9Z96XToeJQIkOIBrHn4JWdHyVyf2Y4tO4HkQQaebRCe8jsm8BTHaNI= root@cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.29s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fef5:7f9f/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.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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d launch-index: 0 === cirros: current=0.4.0 uptime=2.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-fd9c456e-e9a3-4d3e-91f9-d4182876366d login: 2018-08-28 10:19:37,559 - paramiko.transport - DEBUG - starting thread (client mode): 0xe2aa7610L 2018-08-28 10:19:37,560 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 10:19:37,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 10:19:37,560 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 10:19:37,562 - 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-08-28 10:19:37,562 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 10:19:37,562 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 10:19:37,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 10:19:37,563 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 10:19:37,563 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 10:19:37,580 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 10:19:37,580 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 10:19:37,592 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 6341d90b51ba1b97953ff04611d68ffe 2018-08-28 10:19:37,593 - paramiko.transport - DEBUG - Trying discovered key 1524e2e282666f00b822344555315834 in /tmp/tmpUGmgTz 2018-08-28 10:19:37,616 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 10:19:37,623 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 10:19:37,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-28 10:19:37,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"volume": {"display_name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "size": "2"}}' 2018-08-28 10:19:38,846 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:19:37 GMT Server: Apache x-compute-request-id: req-0355c821-9931-4b8b-9b53-7a1a41ccdf01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0355c821-9931-4b8b-9b53-7a1a41ccdf01 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}} 2018-08-28 10:19:38,846 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes used request id req-0355c821-9931-4b8b-9b53-7a1a41ccdf01 2018-08-28 10:19:38,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.21838903427s 2018-08-28 10:19:38,847 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes used request id req-0355c821-9931-4b8b-9b53-7a1a41ccdf01 2018-08-28 10:19:38,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:19:38,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:39,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:38 GMT Server: Apache x-compute-request-id: req-75d28650-a31c-4f6c-b846-c337cc0cf4f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75d28650-a31c-4f6c-b846-c337cc0cf4f0 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:19:38.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:19:39,872 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-75d28650-a31c-4f6c-b846-c337cc0cf4f0 2018-08-28 10:19:39,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02489709854s 2018-08-28 10:19:39,873 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-75d28650-a31c-4f6c-b846-c337cc0cf4f0 2018-08-28 10:19:39,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:41,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:19:41,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:42,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:41 GMT Server: Apache x-compute-request-id: req-767c38e8-28bc-487a-923d-543b1f99a31b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-767c38e8-28bc-487a-923d-543b1f99a31b Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:19:40.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:19:42,877 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-767c38e8-28bc-487a-923d-543b1f99a31b 2018-08-28 10:19:42,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.999917030334s 2018-08-28 10:19:42,877 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-767c38e8-28bc-487a-923d-543b1f99a31b 2018-08-28 10:19:42,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:42,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:43,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-32d9aaaa-b1b1-40ee-bb31-49ecdc3447c1 Date: Tue, 28 Aug 2018 10:19: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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93e09456-67cf-458d-bd72-b21ed92e704a"],"updated_at":"2018-08-28T10:19:09Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:43,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-32d9aaaa-b1b1-40ee-bb31-49ecdc3447c1 2018-08-28 10:19:43,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.326673030853s 2018-08-28 10:19:43,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-32d9aaaa-b1b1-40ee-bb31-49ecdc3447c1 2018-08-28 10:19:43,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:19:43,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:43,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-5e1edee3-73f9-424d-acf4-07d9103cdfdd Date: Tue, 28 Aug 2018 10:19:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:19:13Z", "file": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file", "owner": "244154fe7df5470b99d741692a34bad1", "id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "size": 12716032, "self": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:19:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:19:43,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5e1edee3-73f9-424d-acf4-07d9103cdfdd 2018-08-28 10:19:43,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768435001373s 2018-08-28 10:19:43,980 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5e1edee3-73f9-424d-acf4-07d9103cdfdd 2018-08-28 10:19:43,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:19:43,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:44,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-a0dcc2eb-af22-4cad-975d-e126f02f2bd7 x-compute-request-id: req-a0dcc2eb-af22-4cad-975d-e126f02f2bd7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "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": "5ca9abaa-feff-4988-976c-fcce7db5efd2"}]} 2018-08-28 10:19:44,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0dcc2eb-af22-4cad-975d-e126f02f2bd7 2018-08-28 10:19:44,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250308513641s 2018-08-28 10:19:44,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0dcc2eb-af22-4cad-975d-e126f02f2bd7 2018-08-28 10:19:44,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 10:19:44,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"server": {"name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "imageRef": "6dd2c086-e72a-473e-abcd-c6be3c020567", "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "flavorRef": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d6c3abb7-c457-466f-be9c-536785421e98"}], "security_groups": [{"name": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}]}}' 2018-08-28 10:19:45,865 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:19: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-fd5e3be1-c496-4098-b46e-63dc20fef6fd x-compute-request-id: req-fd5e3be1-c496-4098-b46e-63dc20fef6fd Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"}], "OS-DCF:diskConfig": "MANUAL", "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "adminPass": "GWWhDjrU93bN"}} 2018-08-28 10:19:45,865 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fd5e3be1-c496-4098-b46e-63dc20fef6fd 2018-08-28 10:19:45,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.85700798035s 2018-08-28 10:19:45,866 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fd5e3be1-c496-4098-b46e-63dc20fef6fd 2018-08-28 10:19:45,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:45,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:46,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-d058b4b0-71c3-4249-b1be-cf6dbd727195 x-compute-request-id: req-d058b4b0-71c3-4249-b1be-cf6dbd727195 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:24Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:46,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d058b4b0-71c3-4249-b1be-cf6dbd727195 2018-08-28 10:19:46,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427196979523s 2018-08-28 10:19:46,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d058b4b0-71c3-4249-b1be-cf6dbd727195 2018-08-28 10:19:46,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:48,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:48,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:48,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-36e86e77-d153-40b7-9ed2-10988eef84fb x-compute-request-id: req-36e86e77-d153-40b7-9ed2-10988eef84fb Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:48Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:24Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:48,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36e86e77-d153-40b7-9ed2-10988eef84fb 2018-08-28 10:19:48,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657611846924s 2018-08-28 10:19:48,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-36e86e77-d153-40b7-9ed2-10988eef84fb 2018-08-28 10:19:48,965 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:50,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:50,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:51,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac3b880b-56b5-4a7a-94dc-22f4016f57a3 x-compute-request-id: req-ac3b880b-56b5-4a7a-94dc-22f4016f57a3 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:48Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:24Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:51,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac3b880b-56b5-4a7a-94dc-22f4016f57a3 2018-08-28 10:19:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187335968018s 2018-08-28 10:19:51,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac3b880b-56b5-4a7a-94dc-22f4016f57a3 2018-08-28 10:19:51,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:19:53,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:19:53,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:53,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a26882b-4122-4220-89f9-7dd1d3f6c936 x-compute-request-id: req-9a26882b-4122-4220-89f9-7dd1d3f6c936 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:52.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:52Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:24Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:19:53,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a26882b-4122-4220-89f9-7dd1d3f6c936 2018-08-28 10:19:53,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168075084686s 2018-08-28 10:19:53,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9a26882b-4122-4220-89f9-7dd1d3f6c936 2018-08-28 10:19:53,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:19:53,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:53,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9123734e-77d8-4043-af02-661f612b894d Date: Tue, 28 Aug 2018 10:19:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:48Z","admin_state_up":true,"updated_at":"2018-08-28T10:19:52Z","binding:vnic_type":"normal","device_id":"b303e229-11a1-4045-b4c5-c4a6c0ec6a91","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b9:ad:34","id":"3cf200d3-49a8-4cc2-9970-3ebc23bae79b","port_security_enabled":true,"project_id":"244154fe7df5470b99d741692a34bad1","fixed_ips":[{"subnet_id":"93e09456-67cf-458d-bd72-b21ed92e704a","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"],"name":""}]} 2018-08-28 10:19:53,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-9123734e-77d8-4043-af02-661f612b894d 2018-08-28 10:19:53,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0453240871429s 2018-08-28 10:19:53,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-9123734e-77d8-4043-af02-661f612b894d 2018-08-28 10:19:53,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:19:53,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3cf200d3-49a8-4cc2-9970-3ebc23bae79b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:53,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cfac3241-186d-455c-847d-d3b70c97d35f Date: Tue, 28 Aug 2018 10:19:53 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:19:53,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3cf200d3-49a8-4cc2-9970-3ebc23bae79b used request id req-cfac3241-186d-455c-847d-d3b70c97d35f 2018-08-28 10:19:53,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0419380664825s 2018-08-28 10:19:53,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3cf200d3-49a8-4cc2-9970-3ebc23bae79b used request id req-cfac3241-186d-455c-847d-d3b70c97d35f 2018-08-28 10:19:53,431 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b9:ad:34', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6dd2c086-e72a-473e-abcd-c6be3c020567'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T10:19:52.000000', 'flavor': Munch({u'id': u'5ca9abaa-feff-4988-976c-fcce7db5efd2'}), 'az': u'nova', 'id': u'b303e229-11a1-4045-b4c5-c4a6c0ec6a91', 'security_groups': [Munch({u'name': u'cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5ab19095ed124e3b933c61252626532c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', '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-08-28T10:19:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T10:19:52Z', 'hostId': u'81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c', '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-08-28T10:19:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'244154fe7df5470b99d741692a34bad1', 'name': u'cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'adminPass': u'GWWhDjrU93bN', 'tenant_id': u'244154fe7df5470b99d741692a34bad1', 'created_at': u'2018-08-28T10:19:45Z', 'created': u'2018-08-28T10:19:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 10:19:53,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:19:53,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:53,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-ec15b668-1e26-4623-b02b-ce68dcc26c96 Date: Tue, 28 Aug 2018 10:19: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":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["93e09456-67cf-458d-bd72-b21ed92e704a"],"updated_at":"2018-08-28T10:19:09Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:19:53,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec15b668-1e26-4623-b02b-ce68dcc26c96 2018-08-28 10:19:53,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865149497986s 2018-08-28 10:19:53,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec15b668-1e26-4623-b02b-ce68dcc26c96 2018-08-28 10:19:53,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 10:19:53,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:53,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-17c1e0c5-39a4-426e-be5c-2be61796c1d5 Date: Tue, 28 Aug 2018 10:19:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:48Z","admin_state_up":true,"updated_at":"2018-08-28T10:19:52Z","binding:vnic_type":"normal","device_id":"b303e229-11a1-4045-b4c5-c4a6c0ec6a91","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b9:ad:34","id":"3cf200d3-49a8-4cc2-9970-3ebc23bae79b","port_security_enabled":true,"project_id":"244154fe7df5470b99d741692a34bad1","fixed_ips":[{"subnet_id":"93e09456-67cf-458d-bd72-b21ed92e704a","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82"],"name":""}]} 2018-08-28 10:19:53,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-17c1e0c5-39a4-426e-be5c-2be61796c1d5 2018-08-28 10:19:53,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0432579517365s 2018-08-28 10:19:53,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-17c1e0c5-39a4-426e-be5c-2be61796c1d5 2018-08-28 10:19:53,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 10:19:53,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"floatingip": {"floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "port_id": "3cf200d3-49a8-4cc2-9970-3ebc23bae79b"}}' 2018-08-28 10:19:55,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-b21e3142-015e-4dbc-9e8c-d3c2a83662d0 Date: Tue, 28 Aug 2018 10:19:55 GMT RESP BODY: {"floatingip": {"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:54Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3cf200d3-49a8-4cc2-9970-3ebc23bae79b", "id": "4d3aedaa-44f6-4951-b57f-e1e3d62fab6d", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:54Z", "project_id": "244154fe7df5470b99d741692a34bad1"}} 2018-08-28 10:19:55,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b21e3142-015e-4dbc-9e8c-d3c2a83662d0 2018-08-28 10:19:55,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.88053107262s 2018-08-28 10:19:55,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b21e3142-015e-4dbc-9e8c-d3c2a83662d0 2018-08-28 10:19:55,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:19:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:19:55,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-5f72fba4-ecc1-4667-b50a-b983f1645b50 Date: Tue, 28 Aug 2018 10:19:55 GMT RESP BODY: {"floatingips": [{"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:26Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "c1e65b16-c4fe-4a4c-b494-1a344a3143e8", "id": "325e92da-7ca7-42cb-8ca2-738921e9af3c", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:26Z", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:54Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3cf200d3-49a8-4cc2-9970-3ebc23bae79b", "id": "4d3aedaa-44f6-4951-b57f-e1e3d62fab6d", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:54Z", "project_id": "244154fe7df5470b99d741692a34bad1"}]} 2018-08-28 10:19:55,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5f72fba4-ecc1-4667-b50a-b983f1645b50 2018-08-28 10:19:55,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0722270011902s 2018-08-28 10:19:55,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5f72fba4-ecc1-4667-b50a-b983f1645b50 2018-08-28 10:19:55,536 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6608a72f-7f16-4240-b528-3059f2ac2465', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'244154fe7df5470b99d741692a34bad1', 'created_at': u'2018-08-28T10:19:54Z', 'attached': True, 'updated_at': u'2018-08-28T10:19:54Z', 'id': u'4d3aedaa-44f6-4951-b57f-e1e3d62fab6d', 'floating_network_id': u'74721f5d-6096-4ea3-ae93-2107115850e8', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'244154fe7df5470b99d741692a34bad1', 'name': 'cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6608a72f-7f16-4240-b528-3059f2ac2465', 'project_id': u'244154fe7df5470b99d741692a34bad1', 'port_id': u'3cf200d3-49a8-4cc2-9970-3ebc23bae79b', 'port': u'3cf200d3-49a8-4cc2-9970-3ebc23bae79b', 'network': u'74721f5d-6096-4ea3-ae93-2107115850e8'}) 2018-08-28 10:19:55,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:19:55,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:19:55,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:19: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-d2bf7053-8cee-471b-84c8-d19537c47f75 x-compute-request-id: req-d2bf7053-8cee-471b-84c8-d19537c47f75 Content-Encoding: gzip Content-Length: 7922 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489170391 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.908 MHz processor\n[ 0.179377] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.181603] pid_max: default: 32768 minimum: 301\n[ 0.182814] ACPI: Core revision 20150930\n[ 0.184475] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186220] Security Framework initialized\n[ 0.187308] Yama: becoming mindful.\n[ 0.188290] AppArmor: AppArmor initialized\n[ 0.189420] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192821] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196219] Initializing cgroup subsys io\n[ 0.197297] Initializing cgroup subsys memory\n[ 0.198459] Initializing cgroup subsys devices\n[ 0.199613] Initializing cgroup subsys freezer\n[ 0.200761] Initializing cgroup subsys net_cls\n[ 0.201902] Initializing cgroup subsys perf_event\n[ 0.203115] Initializing cgroup subsys net_prio\n[ 0.204294] Initializing cgroup subsys hugetlb\n[ 0.205444] Initializing cgroup subsys pids\n[ 0.206599] CPU: Physical Processor ID: 0\n[ 0.208364] mce: CPU supports 10 MCE banks\n[ 0.209479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210813] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225743] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232405] ftrace: allocating 31920 entries in 125 pages\n[ 0.258234] smpboot: Max logical packages: 1\n[ 0.259403] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261219] x2apic enabled\n[ 0.262346] Switched APIC routing to physical x2apic.\n[ 0.264768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266271] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271336] KVM setup paravirtual spinlock\n[ 0.272963] x86: Booted up 1 node, 1 CPUs\n[ 0.274037] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.275867] devtmpfs: initialized\n[ 0.277826] evm: security.selinux\n[ 0.278765] evm: security.SMACK64\n[ 0.279701] evm: security.SMACK64EXEC\n[ 0.280705] evm: security.SMACK64TRANSMUTE\n[ 0.281786] evm: security.SMACK64MMAP\n[ 0.282789] evm: security.ima\n[ 0.283665] evm: security.capability\n[ 0.284725] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287166] pinctrl core: initialized pinctrl subsystem\n[ 0.288599] RTC time: 10:19:52, date: 08/28/18\n[ 0.289862] NET: Registered protocol family 16\n[ 0.291164] cpuidle: using governor ladder\n[ 0.292258] cpuidle: using governor menu\n[ 0.293306] PCCT header not found.\n[ 0.294310] ACPI: bus type PCI registered\n[ 0.295389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297034] PCI: Using configuration type 1 for base access\n[ 0.299152] ACPI: Added _OSI(Module Device)\n[ 0.300283] ACPI: Added _OSI(Processor Device)\n[ 0.301425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302619] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304769] ACPI: Interpreter enabled\n[ 0.305787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315594] ACPI: (supports S0 S5)\n[ 0.316540] ACPI: Using IOAPIC for interrupt routing\n[ 0.317785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324637] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326202] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329480] acpiphp: Slot [3] registered\n[ 0.330780] acpiphp: Slot [4] registered\n[ 0.332123] acpiphp: Slot [5] registered\n[ 0.333438] acpiphp: Slot [6] registered\n[ 0.334724] acpiphp: Slot [7] registered\n[ 0.336035] acpiphp: Slot [8] registered\n[ 0.337336] acpiphp: Slot [9] registered\n[ 0.338625] acpiphp: Slot [10] registered\n[ 0.339952] acpiphp: Slot [11] registered\n[ 0.341279] acpiphp: Slot [12] registered\n[ 0.342592] acpiphp: Slot [13] registered\n[ 0.343903] acpiphp: Slot [14] registered\n[ 0.345248] acpiphp: Slot [15] registered\n[ 0.360590] acpiphp: Slot [16] registered\n[ 0.361915] acpiphp: Slot [17] registered\n[ 0.363235] acpiphp: Slot [18] registered\n[ 0.364542] acpiphp: Slot [19] registered\n[ 0.365853] acpiphp: Slot [20] registered\n[ 0.367185] acpiphp: Slot [21] registered\n[ 0.368506] acpiphp: Slot [22] registered\n[ 0.369810] acpiphp: Slot [23] registered\n[ 0.371134] acpiphp: Slot [24] registered\n[ 0.372449] acpiphp: Slot [25] registered\n[ 0.373790] acpiphp: Slot [26] registered\n[ 0.375104] acpiphp: Slot [27] registered\n[ 0.376435] acpiphp: Slot [28] registered\n[ 0.377718] acpiphp: Slot [29] registered\n[ 0.379041] acpiphp: Slot [30] registered\n[ 0.380332] acpiphp: Slot [31] registered\n[ 0.381636] PCI host bridge to bus 0000:00\n[ 0.382949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391536] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393909] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398290] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436923] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441520] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445556] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447293] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449822] vgaarb: loaded\n[ 0.450799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452719] SCSI subsystem initialized\n[ 0.454186] ACPI: bus type USB registered\n[ 0.455530] usbcore: registered new interface driver usbfs\n[ 0.457218] usbcore: registered new interface driver hub\n[ 0.458858] usbcore: registered new device driver usb\n[ 0.460617] PCI: Using ACPI for IRQ routing\n[ 0.462356] NetLabel: Initializing\n[ 0.463520] NetLabel: domain hash size = 128\n[ 0.464906] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466477] NetLabel: unlabeled traffic allowed by default\n[ 0.468339] clocksource: Switched to clocksource kvm-clock\n[ 0.478630] AppArmor: AppArmor Filesystem Enabled\n[ 0.480186] pnp: PnP ACPI init\n[ 0.481572] pnp: PnP ACPI: found 5 devices\n[ 0.488644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.491437] NET: Registered protocol family 2\n[ 0.493080] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495194] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497162] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499128] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500892] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502800] NET: Registered protocol family 1\n[ 0.504231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506020] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507768] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537476] Trying to unpack rootfs image as initramfs...\n[ 0.600045] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.605422] Scanning for low memory corruption every 60 seconds\n[ 0.607903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.609870] audit: initializing netlink subsys (disabled)\n[ 0.611614] audit: type=2000 audit(1535451593.577:1): initialized\n[ 0.613794] Initialise system trusted keyring\n[ 0.615386] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620369] zbud: loaded\n[ 0.621502] VFS: Disk quotas dquot_6.6.0\n[ 0.622838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625346] fuse init (API version 7.23)\n[ 0.626782] Key type big_key registered\n[ 0.628083] Allocating IMA MOK and blacklist keyrings.\n[ 0.630042] Key type asymmetric registered\n[ 0.631385] Asymmetric key parser 'x509' registered\n[ 0.632956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635393] io scheduler noop registered\n[ 0.636694] io scheduler deadline registered (default)\n[ 0.638324] io scheduler cfq registered\n[ 0.639707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.643526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645907] ACPI: Power Button [PWRF]\n[ 0.647330] GHES: HEST is not enabled!\n[ 0.661682] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723454] Linux agpgart interface v0.103\n[ 0.727532] brd: module loaded\n[ 0.729974] loop: module loaded\n[ 0.734963] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737034] GPT:90111 != 2097151\n[ 0.737996] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739526] GPT:90111 != 2097151\n[ 0.740490] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741848] vda: vda1 vda15\n[ 0.743840] scsi host0: ata_piix\n[ 0.744971] scsi host1: ata_piix\n[ 0.745998] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.747699] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.749807] libphy: Fixed MDIO Bus: probed\n[ 0.750987] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752343] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.755733] PPP generic driver version 2.4.2\n[ 0.757083] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758800] ehci-pci: EHCI PCI platform driver\n[ 0.760065] ehci-platform: EHCI generic platform driver\n[ 0.761488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763155] ohci-pci: OHCI PCI platform driver\n[ 0.764431] ohci-platform: OHCI generic platform driver\n[ 0.765867] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782271] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784393] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789288] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791340] usb usb1: Product: UHCI Host Controller\n[ 0.792670] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794391] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795811] hub 1-0:1.0: USB hub found\n[ 0.796962] hub 1-0:1.0: 2 ports detected\n[ 0.798398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802832] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804301] mousedev: PS/2 mouse device common for all mice\n[ 0.806114] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812067] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813769] i2c /dev entries driver\n[ 0.814879] device-mapper: uevent: version 1.0.3\n[ 0.816316] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818707] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820867] NET: Registered protocol family 10\n[ 0.823044] NET: Registered protocol family 17\n[ 0.824365] Key type dns_resolver registered\n[ 0.825804] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.827376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.829962] registered taskstats version 1\n[ 0.831221] Loading compiled-in X.509 certificates\n[ 0.833212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836003] zswap: loaded using pool lzo/zbud\n[ 0.838662] Key type trusted registered\n[ 0.841183] Key type encrypted registered\n[ 0.842460] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.845461] evm: HMAC attrs: 0x1\n[ 0.846865] Magic number: 14:447:326\n[ 0.848098] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:53 UTC (1535451593)\n[ 0.850463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.852058] EDD information not available.\n[ 0.911078] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.928204] Write protecting the kernel read-only data: 14336k\n[ 0.933413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.936191] 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.985678] 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.3...\nLease of 192.168.120.3 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-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-28 10:19:55,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/action used request id req-d2bf7053-8cee-471b-84c8-d19537c47f75 2018-08-28 10:19:55,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0756831169128s 2018-08-28 10:19:55,613 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/action used request id req-d2bf7053-8cee-471b-84c8-d19537c47f75 2018-08-28 10:19:55,613 - 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 489170391 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.908 MHz processor [ 0.179377] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.181603] pid_max: default: 32768 minimum: 301 [ 0.182814] ACPI: Core revision 20150930 [ 0.184475] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186220] Security Framework initialized [ 0.187308] Yama: becoming mindful. [ 0.188290] AppArmor: AppArmor initialized [ 0.189420] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192821] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196219] Initializing cgroup subsys io [ 0.197297] Initializing cgroup subsys memory [ 0.198459] Initializing cgroup subsys devices [ 0.199613] Initializing cgroup subsys freezer [ 0.200761] Initializing cgroup subsys net_cls [ 0.201902] Initializing cgroup subsys perf_event [ 0.203115] Initializing cgroup subsys net_prio [ 0.204294] Initializing cgroup subsys hugetlb [ 0.205444] Initializing cgroup subsys pids [ 0.206599] CPU: Physical Processor ID: 0 [ 0.208364] mce: CPU supports 10 MCE banks [ 0.209479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210813] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225743] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232405] ftrace: allocating 31920 entries in 125 pages [ 0.258234] smpboot: Max logical packages: 1 [ 0.259403] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261219] x2apic enabled [ 0.262346] Switched APIC routing to physical x2apic. [ 0.264768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266271] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271336] KVM setup paravirtual spinlock [ 0.272963] x86: Booted up 1 node, 1 CPUs [ 0.274037] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.275867] devtmpfs: initialized [ 0.277826] evm: security.selinux [ 0.278765] evm: security.SMACK64 [ 0.279701] evm: security.SMACK64EXEC [ 0.280705] evm: security.SMACK64TRANSMUTE [ 0.281786] evm: security.SMACK64MMAP [ 0.282789] evm: security.ima [ 0.283665] evm: security.capability [ 0.284725] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287166] pinctrl core: initialized pinctrl subsystem [ 0.288599] RTC time: 10:19:52, date: 08/28/18 [ 0.289862] NET: Registered protocol family 16 [ 0.291164] cpuidle: using governor ladder [ 0.292258] cpuidle: using governor menu [ 0.293306] PCCT header not found. [ 0.294310] ACPI: bus type PCI registered [ 0.295389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297034] PCI: Using configuration type 1 for base access [ 0.299152] ACPI: Added _OSI(Module Device) [ 0.300283] ACPI: Added _OSI(Processor Device) [ 0.301425] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302619] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304769] ACPI: Interpreter enabled [ 0.305787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315594] ACPI: (supports S0 S5) [ 0.316540] ACPI: Using IOAPIC for interrupt routing [ 0.317785] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324637] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326202] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329480] acpiphp: Slot [3] registered [ 0.330780] acpiphp: Slot [4] registered [ 0.332123] acpiphp: Slot [5] registered [ 0.333438] acpiphp: Slot [6] registered [ 0.334724] acpiphp: Slot [7] registered [ 0.336035] acpiphp: Slot [8] registered [ 0.337336] acpiphp: Slot [9] registered [ 0.338625] acpiphp: Slot [10] registered [ 0.339952] acpiphp: Slot [11] registered [ 0.341279] acpiphp: Slot [12] registered [ 0.342592] acpiphp: Slot [13] registered [ 0.343903] acpiphp: Slot [14] registered [ 0.345248] acpiphp: Slot [15] registered [ 0.360590] acpiphp: Slot [16] registered [ 0.361915] acpiphp: Slot [17] registered [ 0.363235] acpiphp: Slot [18] registered [ 0.364542] acpiphp: Slot [19] registered [ 0.365853] acpiphp: Slot [20] registered [ 0.367185] acpiphp: Slot [21] registered [ 0.368506] acpiphp: Slot [22] registered [ 0.369810] acpiphp: Slot [23] registered [ 0.371134] acpiphp: Slot [24] registered [ 0.372449] acpiphp: Slot [25] registered [ 0.373790] acpiphp: Slot [26] registered [ 0.375104] acpiphp: Slot [27] registered [ 0.376435] acpiphp: Slot [28] registered [ 0.377718] acpiphp: Slot [29] registered [ 0.379041] acpiphp: Slot [30] registered [ 0.380332] acpiphp: Slot [31] registered [ 0.381636] PCI host bridge to bus 0000:00 [ 0.382949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391536] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393909] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398290] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.436923] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441520] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443506] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445556] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447293] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449822] vgaarb: loaded [ 0.450799] vgaarb: bridge control possible 0000:00:02.0 [ 0.452719] SCSI subsystem initialized [ 0.454186] ACPI: bus type USB registered [ 0.455530] usbcore: registered new interface driver usbfs [ 0.457218] usbcore: registered new interface driver hub [ 0.458858] usbcore: registered new device driver usb [ 0.460617] PCI: Using ACPI for IRQ routing [ 0.462356] NetLabel: Initializing [ 0.463520] NetLabel: domain hash size = 128 [ 0.464906] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466477] NetLabel: unlabeled traffic allowed by default [ 0.468339] clocksource: Switched to clocksource kvm-clock [ 0.478630] AppArmor: AppArmor Filesystem Enabled [ 0.480186] pnp: PnP ACPI init [ 0.481572] pnp: PnP ACPI: found 5 devices [ 0.488644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.491437] NET: Registered protocol family 2 [ 0.493080] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495194] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497162] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499128] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500892] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502800] NET: Registered protocol family 1 [ 0.504231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506020] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507768] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.537476] Trying to unpack rootfs image as initramfs... [ 0.600045] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.605422] Scanning for low memory corruption every 60 seconds [ 0.607903] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.609870] audit: initializing netlink subsys (disabled) [ 0.611614] audit: type=2000 audit(1535451593.577:1): initialized [ 0.613794] Initialise system trusted keyring [ 0.615386] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617300] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620369] zbud: loaded [ 0.621502] VFS: Disk quotas dquot_6.6.0 [ 0.622838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625346] fuse init (API version 7.23) [ 0.626782] Key type big_key registered [ 0.628083] Allocating IMA MOK and blacklist keyrings. [ 0.630042] Key type asymmetric registered [ 0.631385] Asymmetric key parser 'x509' registered [ 0.632956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635393] io scheduler noop registered [ 0.636694] io scheduler deadline registered (default) [ 0.638324] io scheduler cfq registered [ 0.639707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.643526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645907] ACPI: Power Button [PWRF] [ 0.647330] GHES: HEST is not enabled! [ 0.661682] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723454] Linux agpgart interface v0.103 [ 0.727532] brd: module loaded [ 0.729974] loop: module loaded [ 0.734963] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737034] GPT:90111 != 2097151 [ 0.737996] GPT:Alternate GPT header not at the end of the disk. [ 0.739526] GPT:90111 != 2097151 [ 0.740490] GPT: Use GNU Parted to correct GPT errors. [ 0.741848] vda: vda1 vda15 [ 0.743840] scsi host0: ata_piix [ 0.744971] scsi host1: ata_piix [ 0.745998] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747699] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749807] libphy: Fixed MDIO Bus: probed [ 0.750987] tun: Universal TUN/TAP device driver, 1.6 [ 0.752343] tun: (C) 1999-2004 Max Krasnyansky [ 0.755733] PPP generic driver version 2.4.2 [ 0.757083] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758800] ehci-pci: EHCI PCI platform driver [ 0.760065] ehci-platform: EHCI generic platform driver [ 0.761488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763155] ohci-pci: OHCI PCI platform driver [ 0.764431] ohci-platform: OHCI generic platform driver [ 0.765867] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780616] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782271] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784393] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.785825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789288] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791340] usb usb1: Product: UHCI Host Controller [ 0.792670] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794391] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795811] hub 1-0:1.0: USB hub found [ 0.796962] hub 1-0:1.0: 2 ports detected [ 0.798398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801467] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802832] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804301] mousedev: PS/2 mouse device common for all mice [ 0.806114] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808737] rtc_cmos 00:00: RTC can wake from S4 [ 0.810377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812067] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813769] i2c /dev entries driver [ 0.814879] device-mapper: uevent: version 1.0.3 [ 0.816316] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818707] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820867] NET: Registered protocol family 10 [ 0.823044] NET: Registered protocol family 17 [ 0.824365] Key type dns_resolver registered [ 0.825804] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.827376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.829962] registered taskstats version 1 [ 0.831221] Loading compiled-in X.509 certificates [ 0.833212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836003] zswap: loaded using pool lzo/zbud [ 0.838662] Key type trusted registered [ 0.841183] Key type encrypted registered [ 0.842460] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843952] ima: No TPM chip found, activating TPM-bypass! [ 0.845461] evm: HMAC attrs: 0x1 [ 0.846865] Magic number: 14:447:326 [ 0.848098] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:53 UTC (1535451593) [ 0.850463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.852058] EDD information not available. [ 0.911078] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.928204] Write protecting the kernel read-only data: 14336k [ 0.933413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936191] 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.985678] 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.3... Lease of 192.168.120.3 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-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-28 10:19:56,616 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-28 10:20:05,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 10:20:05,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 10:20:05,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da21a63-dad0-4ade-a6ee-7071afdb0e7e x-compute-request-id: req-9da21a63-dad0-4ade-a6ee-7071afdb0e7e Content-Encoding: gzip Content-Length: 9575 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 489170391 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.908 MHz processor\n[ 0.179377] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.181603] pid_max: default: 32768 minimum: 301\n[ 0.182814] ACPI: Core revision 20150930\n[ 0.184475] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186220] Security Framework initialized\n[ 0.187308] Yama: becoming mindful.\n[ 0.188290] AppArmor: AppArmor initialized\n[ 0.189420] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192821] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196219] Initializing cgroup subsys io\n[ 0.197297] Initializing cgroup subsys memory\n[ 0.198459] Initializing cgroup subsys devices\n[ 0.199613] Initializing cgroup subsys freezer\n[ 0.200761] Initializing cgroup subsys net_cls\n[ 0.201902] Initializing cgroup subsys perf_event\n[ 0.203115] Initializing cgroup subsys net_prio\n[ 0.204294] Initializing cgroup subsys hugetlb\n[ 0.205444] Initializing cgroup subsys pids\n[ 0.206599] CPU: Physical Processor ID: 0\n[ 0.208364] mce: CPU supports 10 MCE banks\n[ 0.209479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210813] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225743] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232405] ftrace: allocating 31920 entries in 125 pages\n[ 0.258234] smpboot: Max logical packages: 1\n[ 0.259403] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261219] x2apic enabled\n[ 0.262346] Switched APIC routing to physical x2apic.\n[ 0.264768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266271] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271336] KVM setup paravirtual spinlock\n[ 0.272963] x86: Booted up 1 node, 1 CPUs\n[ 0.274037] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.275867] devtmpfs: initialized\n[ 0.277826] evm: security.selinux\n[ 0.278765] evm: security.SMACK64\n[ 0.279701] evm: security.SMACK64EXEC\n[ 0.280705] evm: security.SMACK64TRANSMUTE\n[ 0.281786] evm: security.SMACK64MMAP\n[ 0.282789] evm: security.ima\n[ 0.283665] evm: security.capability\n[ 0.284725] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287166] pinctrl core: initialized pinctrl subsystem\n[ 0.288599] RTC time: 10:19:52, date: 08/28/18\n[ 0.289862] NET: Registered protocol family 16\n[ 0.291164] cpuidle: using governor ladder\n[ 0.292258] cpuidle: using governor menu\n[ 0.293306] PCCT header not found.\n[ 0.294310] ACPI: bus type PCI registered\n[ 0.295389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297034] PCI: Using configuration type 1 for base access\n[ 0.299152] ACPI: Added _OSI(Module Device)\n[ 0.300283] ACPI: Added _OSI(Processor Device)\n[ 0.301425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302619] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304769] ACPI: Interpreter enabled\n[ 0.305787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315594] ACPI: (supports S0 S5)\n[ 0.316540] ACPI: Using IOAPIC for interrupt routing\n[ 0.317785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324637] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326202] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329480] acpiphp: Slot [3] registered\n[ 0.330780] acpiphp: Slot [4] registered\n[ 0.332123] acpiphp: Slot [5] registered\n[ 0.333438] acpiphp: Slot [6] registered\n[ 0.334724] acpiphp: Slot [7] registered\n[ 0.336035] acpiphp: Slot [8] registered\n[ 0.337336] acpiphp: Slot [9] registered\n[ 0.338625] acpiphp: Slot [10] registered\n[ 0.339952] acpiphp: Slot [11] registered\n[ 0.341279] acpiphp: Slot [12] registered\n[ 0.342592] acpiphp: Slot [13] registered\n[ 0.343903] acpiphp: Slot [14] registered\n[ 0.345248] acpiphp: Slot [15] registered\n[ 0.360590] acpiphp: Slot [16] registered\n[ 0.361915] acpiphp: Slot [17] registered\n[ 0.363235] acpiphp: Slot [18] registered\n[ 0.364542] acpiphp: Slot [19] registered\n[ 0.365853] acpiphp: Slot [20] registered\n[ 0.367185] acpiphp: Slot [21] registered\n[ 0.368506] acpiphp: Slot [22] registered\n[ 0.369810] acpiphp: Slot [23] registered\n[ 0.371134] acpiphp: Slot [24] registered\n[ 0.372449] acpiphp: Slot [25] registered\n[ 0.373790] acpiphp: Slot [26] registered\n[ 0.375104] acpiphp: Slot [27] registered\n[ 0.376435] acpiphp: Slot [28] registered\n[ 0.377718] acpiphp: Slot [29] registered\n[ 0.379041] acpiphp: Slot [30] registered\n[ 0.380332] acpiphp: Slot [31] registered\n[ 0.381636] PCI host bridge to bus 0000:00\n[ 0.382949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391536] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393909] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398290] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.404325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.436923] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441520] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443506] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445556] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447293] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449822] vgaarb: loaded\n[ 0.450799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452719] SCSI subsystem initialized\n[ 0.454186] ACPI: bus type USB registered\n[ 0.455530] usbcore: registered new interface driver usbfs\n[ 0.457218] usbcore: registered new interface driver hub\n[ 0.458858] usbcore: registered new device driver usb\n[ 0.460617] PCI: Using ACPI for IRQ routing\n[ 0.462356] NetLabel: Initializing\n[ 0.463520] NetLabel: domain hash size = 128\n[ 0.464906] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466477] NetLabel: unlabeled traffic allowed by default\n[ 0.468339] clocksource: Switched to clocksource kvm-clock\n[ 0.478630] AppArmor: AppArmor Filesystem Enabled\n[ 0.480186] pnp: PnP ACPI init\n[ 0.481572] pnp: PnP ACPI: found 5 devices\n[ 0.488644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.491437] NET: Registered protocol family 2\n[ 0.493080] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495194] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497162] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499128] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500892] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502800] NET: Registered protocol family 1\n[ 0.504231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506020] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507768] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537476] Trying to unpack rootfs image as initramfs...\n[ 0.600045] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.605422] Scanning for low memory corruption every 60 seconds\n[ 0.607903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.609870] audit: initializing netlink subsys (disabled)\n[ 0.611614] audit: type=2000 audit(1535451593.577:1): initialized\n[ 0.613794] Initialise system trusted keyring\n[ 0.615386] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620369] zbud: loaded\n[ 0.621502] VFS: Disk quotas dquot_6.6.0\n[ 0.622838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625346] fuse init (API version 7.23)\n[ 0.626782] Key type big_key registered\n[ 0.628083] Allocating IMA MOK and blacklist keyrings.\n[ 0.630042] Key type asymmetric registered\n[ 0.631385] Asymmetric key parser 'x509' registered\n[ 0.632956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635393] io scheduler noop registered\n[ 0.636694] io scheduler deadline registered (default)\n[ 0.638324] io scheduler cfq registered\n[ 0.639707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.643526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645907] ACPI: Power Button [PWRF]\n[ 0.647330] GHES: HEST is not enabled!\n[ 0.661682] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723454] Linux agpgart interface v0.103\n[ 0.727532] brd: module loaded\n[ 0.729974] loop: module loaded\n[ 0.734963] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737034] GPT:90111 != 2097151\n[ 0.737996] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739526] GPT:90111 != 2097151\n[ 0.740490] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741848] vda: vda1 vda15\n[ 0.743840] scsi host0: ata_piix\n[ 0.744971] scsi host1: ata_piix\n[ 0.745998] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.747699] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.749807] libphy: Fixed MDIO Bus: probed\n[ 0.750987] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752343] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.755733] PPP generic driver version 2.4.2\n[ 0.757083] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758800] ehci-pci: EHCI PCI platform driver\n[ 0.760065] ehci-platform: EHCI generic platform driver\n[ 0.761488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763155] ohci-pci: OHCI PCI platform driver\n[ 0.764431] ohci-platform: OHCI generic platform driver\n[ 0.765867] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782271] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784393] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789288] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791340] usb usb1: Product: UHCI Host Controller\n[ 0.792670] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794391] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795811] hub 1-0:1.0: USB hub found\n[ 0.796962] hub 1-0:1.0: 2 ports detected\n[ 0.798398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801467] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802832] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804301] mousedev: PS/2 mouse device common for all mice\n[ 0.806114] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812067] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813769] i2c /dev entries driver\n[ 0.814879] device-mapper: uevent: version 1.0.3\n[ 0.816316] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818707] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820867] NET: Registered protocol family 10\n[ 0.823044] NET: Registered protocol family 17\n[ 0.824365] Key type dns_resolver registered\n[ 0.825804] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.827376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.829962] registered taskstats version 1\n[ 0.831221] Loading compiled-in X.509 certificates\n[ 0.833212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836003] zswap: loaded using pool lzo/zbud\n[ 0.838662] Key type trusted registered\n[ 0.841183] Key type encrypted registered\n[ 0.842460] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.845461] evm: HMAC attrs: 0x1\n[ 0.846865] Magic number: 14:447:326\n[ 0.848098] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:53 UTC (1535451593)\n[ 0.850463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.852058] EDD information not available.\n[ 0.911078] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.928204] Write protecting the kernel read-only data: 14336k\n[ 0.933413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.936191] 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.985678] 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.3...\nLease of 192.168.120.3 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-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCPttWhJect8ZPJT84P2176316wrGJ66vczOnsGOHFb0/o+/C5JhG3qomPoLcvFabMXN5TGG0aE3h6Kwmrtgzp/43aGHunDeX13eTYkKMbTzV+UhqQgbhnE19JpMmK0UiB05EqLMBwiI0ehO81Dg7n4fAUpJjA2hjWRiZR8IF0EGXhKTlCpeL9JYJGhgjuactqJvfutlNziynwVY7EJg3xNsM9YwiLjm6KyBQegDdo5aXtjYgjIZJkCAkYDoN4SrlVJmcjTrcBl4htEYFxSznO2TjVInYB382ozuCuNgT6mhO8UHDjCuqS395FauDnyQQNhFhiuZiSWJM23HgjIqlhV root@cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nssh-dss AAAAB3NzaC1kc3MAAACBAK97F1i3jllMif1Em7hv2E6I3tjU8AOMvYM617qq04h+PrFawZqDwxVaCjey2beCMFVWDLee3R/eH1q/DqOZ5u/zWESp3Y6NxAxjN+stzx2P0+k51WOwnbZocT+qMa21e1RGDP4Nu6tnAf30dOzozxUwg4hnA/wJ6BOLm7kvfxbHAAAAFQDxeiOwpQTh3ehUVBtm+BbPqgJ01wAAAIAY6cKt2KyvkckIQ1ckvUsjGOzDB5eEeZqGYtykCdt0vbrjwRRzDvIg3IJOlfCOt0auA0o8U/VXqFTPaqdIWZsCIRJY8J8GWjjR72rv/063olSmovz2Kl1zscGxEUuiagrLrZWgrLzyBBF1gW1Ll4AowbUuL31Fz+EmSA0nBo5X9wAAAIEAlzb98aRUEIq7U42dxDRSMonsHIQRwKJIvqLDHKcFBPHg0rU6kN6tIYBEY3FVc7FYCs4ncEUHDqXTi+OUiI2goQsSI3wVEhZXH867ylxUYRPVQ0vD4bFtmsyBI9nMrSMw32+RNqMiVWulrG+tTCstMPmDwb5HcSuoMjQY1Z+fWTk= root@cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:feb9:ad34/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.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.14 ===\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-fd9c456e-e9a3-4d3e-91f9-d4182876366d login: "} 2018-08-28 10:20:05,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/action used request id req-9da21a63-dad0-4ade-a6ee-7071afdb0e7e 2018-08-28 10:20:05,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0782458782196s 2018-08-28 10:20:05,706 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/action used request id req-9da21a63-dad0-4ade-a6ee-7071afdb0e7e 2018-08-28 10:20:05,706 - 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 489170391 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.908 MHz processor [ 0.179377] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.181603] pid_max: default: 32768 minimum: 301 [ 0.182814] ACPI: Core revision 20150930 [ 0.184475] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186220] Security Framework initialized [ 0.187308] Yama: becoming mindful. [ 0.188290] AppArmor: AppArmor initialized [ 0.189420] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192821] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196219] Initializing cgroup subsys io [ 0.197297] Initializing cgroup subsys memory [ 0.198459] Initializing cgroup subsys devices [ 0.199613] Initializing cgroup subsys freezer [ 0.200761] Initializing cgroup subsys net_cls [ 0.201902] Initializing cgroup subsys perf_event [ 0.203115] Initializing cgroup subsys net_prio [ 0.204294] Initializing cgroup subsys hugetlb [ 0.205444] Initializing cgroup subsys pids [ 0.206599] CPU: Physical Processor ID: 0 [ 0.208364] mce: CPU supports 10 MCE banks [ 0.209479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210813] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225743] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232405] ftrace: allocating 31920 entries in 125 pages [ 0.258234] smpboot: Max logical packages: 1 [ 0.259403] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261219] x2apic enabled [ 0.262346] Switched APIC routing to physical x2apic. [ 0.264768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266271] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268937] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271336] KVM setup paravirtual spinlock [ 0.272963] x86: Booted up 1 node, 1 CPUs [ 0.274037] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.275867] devtmpfs: initialized [ 0.277826] evm: security.selinux [ 0.278765] evm: security.SMACK64 [ 0.279701] evm: security.SMACK64EXEC [ 0.280705] evm: security.SMACK64TRANSMUTE [ 0.281786] evm: security.SMACK64MMAP [ 0.282789] evm: security.ima [ 0.283665] evm: security.capability [ 0.284725] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287166] pinctrl core: initialized pinctrl subsystem [ 0.288599] RTC time: 10:19:52, date: 08/28/18 [ 0.289862] NET: Registered protocol family 16 [ 0.291164] cpuidle: using governor ladder [ 0.292258] cpuidle: using governor menu [ 0.293306] PCCT header not found. [ 0.294310] ACPI: bus type PCI registered [ 0.295389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297034] PCI: Using configuration type 1 for base access [ 0.299152] ACPI: Added _OSI(Module Device) [ 0.300283] ACPI: Added _OSI(Processor Device) [ 0.301425] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302619] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304769] ACPI: Interpreter enabled [ 0.305787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310694] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315594] ACPI: (supports S0 S5) [ 0.316540] ACPI: Using IOAPIC for interrupt routing [ 0.317785] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324637] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326202] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329480] acpiphp: Slot [3] registered [ 0.330780] acpiphp: Slot [4] registered [ 0.332123] acpiphp: Slot [5] registered [ 0.333438] acpiphp: Slot [6] registered [ 0.334724] acpiphp: Slot [7] registered [ 0.336035] acpiphp: Slot [8] registered [ 0.337336] acpiphp: Slot [9] registered [ 0.338625] acpiphp: Slot [10] registered [ 0.339952] acpiphp: Slot [11] registered [ 0.341279] acpiphp: Slot [12] registered [ 0.342592] acpiphp: Slot [13] registered [ 0.343903] acpiphp: Slot [14] registered [ 0.345248] acpiphp: Slot [15] registered [ 0.360590] acpiphp: Slot [16] registered [ 0.361915] acpiphp: Slot [17] registered [ 0.363235] acpiphp: Slot [18] registered [ 0.364542] acpiphp: Slot [19] registered [ 0.365853] acpiphp: Slot [20] registered [ 0.367185] acpiphp: Slot [21] registered [ 0.368506] acpiphp: Slot [22] registered [ 0.369810] acpiphp: Slot [23] registered [ 0.371134] acpiphp: Slot [24] registered [ 0.372449] acpiphp: Slot [25] registered [ 0.373790] acpiphp: Slot [26] registered [ 0.375104] acpiphp: Slot [27] registered [ 0.376435] acpiphp: Slot [28] registered [ 0.377718] acpiphp: Slot [29] registered [ 0.379041] acpiphp: Slot [30] registered [ 0.380332] acpiphp: Slot [31] registered [ 0.381636] PCI host bridge to bus 0000:00 [ 0.382949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389233] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391536] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393909] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398290] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402273] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.404325] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408553] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432321] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.436923] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439315] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441520] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443506] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445556] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447293] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449822] vgaarb: loaded [ 0.450799] vgaarb: bridge control possible 0000:00:02.0 [ 0.452719] SCSI subsystem initialized [ 0.454186] ACPI: bus type USB registered [ 0.455530] usbcore: registered new interface driver usbfs [ 0.457218] usbcore: registered new interface driver hub [ 0.458858] usbcore: registered new device driver usb [ 0.460617] PCI: Using ACPI for IRQ routing [ 0.462356] NetLabel: Initializing [ 0.463520] NetLabel: domain hash size = 128 [ 0.464906] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466477] NetLabel: unlabeled traffic allowed by default [ 0.468339] clocksource: Switched to clocksource kvm-clock [ 0.478630] AppArmor: AppArmor Filesystem Enabled [ 0.480186] pnp: PnP ACPI init [ 0.481572] pnp: PnP ACPI: found 5 devices [ 0.488644] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.491437] NET: Registered protocol family 2 [ 0.493080] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495194] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497162] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499128] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500892] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502800] NET: Registered protocol family 1 [ 0.504231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506020] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507768] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.537476] Trying to unpack rootfs image as initramfs... [ 0.600045] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.605422] Scanning for low memory corruption every 60 seconds [ 0.607903] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.609870] audit: initializing netlink subsys (disabled) [ 0.611614] audit: type=2000 audit(1535451593.577:1): initialized [ 0.613794] Initialise system trusted keyring [ 0.615386] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617300] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620369] zbud: loaded [ 0.621502] VFS: Disk quotas dquot_6.6.0 [ 0.622838] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625346] fuse init (API version 7.23) [ 0.626782] Key type big_key registered [ 0.628083] Allocating IMA MOK and blacklist keyrings. [ 0.630042] Key type asymmetric registered [ 0.631385] Asymmetric key parser 'x509' registered [ 0.632956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.635393] io scheduler noop registered [ 0.636694] io scheduler deadline registered (default) [ 0.638324] io scheduler cfq registered [ 0.639707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.643526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645907] ACPI: Power Button [PWRF] [ 0.647330] GHES: HEST is not enabled! [ 0.661682] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691573] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723454] Linux agpgart interface v0.103 [ 0.727532] brd: module loaded [ 0.729974] loop: module loaded [ 0.734963] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737034] GPT:90111 != 2097151 [ 0.737996] GPT:Alternate GPT header not at the end of the disk. [ 0.739526] GPT:90111 != 2097151 [ 0.740490] GPT: Use GNU Parted to correct GPT errors. [ 0.741848] vda: vda1 vda15 [ 0.743840] scsi host0: ata_piix [ 0.744971] scsi host1: ata_piix [ 0.745998] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.747699] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749807] libphy: Fixed MDIO Bus: probed [ 0.750987] tun: Universal TUN/TAP device driver, 1.6 [ 0.752343] tun: (C) 1999-2004 Max Krasnyansky [ 0.755733] PPP generic driver version 2.4.2 [ 0.757083] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758800] ehci-pci: EHCI PCI platform driver [ 0.760065] ehci-platform: EHCI generic platform driver [ 0.761488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763155] ohci-pci: OHCI PCI platform driver [ 0.764431] ohci-platform: OHCI generic platform driver [ 0.765867] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780616] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782271] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784393] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.785825] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789288] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791340] usb usb1: Product: UHCI Host Controller [ 0.792670] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794391] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795811] hub 1-0:1.0: USB hub found [ 0.796962] hub 1-0:1.0: 2 ports detected [ 0.798398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801467] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802832] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804301] mousedev: PS/2 mouse device common for all mice [ 0.806114] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808737] rtc_cmos 00:00: RTC can wake from S4 [ 0.810377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812067] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813769] i2c /dev entries driver [ 0.814879] device-mapper: uevent: version 1.0.3 [ 0.816316] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818707] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820867] NET: Registered protocol family 10 [ 0.823044] NET: Registered protocol family 17 [ 0.824365] Key type dns_resolver registered [ 0.825804] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.827376] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.829962] registered taskstats version 1 [ 0.831221] Loading compiled-in X.509 certificates [ 0.833212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836003] zswap: loaded using pool lzo/zbud [ 0.838662] Key type trusted registered [ 0.841183] Key type encrypted registered [ 0.842460] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843952] ima: No TPM chip found, activating TPM-bypass! [ 0.845461] evm: HMAC attrs: 0x1 [ 0.846865] Magic number: 14:447:326 [ 0.848098] rtc_cmos 00:00: setting system clock to 2018-08-28 10:19:53 UTC (1535451593) [ 0.850463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.852058] EDD information not available. [ 0.911078] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.928204] Write protecting the kernel read-only data: 14336k [ 0.933413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936191] 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.985678] 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.3... Lease of 192.168.120.3 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-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCPttWhJect8ZPJT84P2176316wrGJ66vczOnsGOHFb0/o+/C5JhG3qomPoLcvFabMXN5TGG0aE3h6Kwmrtgzp/43aGHunDeX13eTYkKMbTzV+UhqQgbhnE19JpMmK0UiB05EqLMBwiI0ehO81Dg7n4fAUpJjA2hjWRiZR8IF0EGXhKTlCpeL9JYJGhgjuactqJvfutlNziynwVY7EJg3xNsM9YwiLjm6KyBQegDdo5aXtjYgjIZJkCAkYDoN4SrlVJmcjTrcBl4htEYFxSznO2TjVInYB382ozuCuNgT6mhO8UHDjCuqS395FauDnyQQNhFhiuZiSWJM23HgjIqlhV root@cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d ssh-dss AAAAB3NzaC1kc3MAAACBAK97F1i3jllMif1Em7hv2E6I3tjU8AOMvYM617qq04h+PrFawZqDwxVaCjey2beCMFVWDLee3R/eH1q/DqOZ5u/zWESp3Y6NxAxjN+stzx2P0+k51WOwnbZocT+qMa21e1RGDP4Nu6tnAf30dOzozxUwg4hnA/wJ6BOLm7kvfxbHAAAAFQDxeiOwpQTh3ehUVBtm+BbPqgJ01wAAAIAY6cKt2KyvkckIQ1ckvUsjGOzDB5eEeZqGYtykCdt0vbrjwRRzDvIg3IJOlfCOt0auA0o8U/VXqFTPaqdIWZsCIRJY8J8GWjjR72rv/063olSmovz2Kl1zscGxEUuiagrLrZWgrLzyBBF1gW1Ll4AowbUuL31Fz+EmSA0nBo5X9wAAAIEAlzb98aRUEIq7U42dxDRSMonsHIQRwKJIvqLDHKcFBPHg0rU6kN6tIYBEY3FVc7FYCs4ncEUHDqXTi+OUiI2goQsSI3wVEhZXH867ylxUYRPVQ0vD4bFtmsyBI9nMrSMw32+RNqMiVWulrG+tTCstMPmDwb5HcSuoMjQY1Z+fWTk= root@cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:feb9:ad34/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.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d launch-index: 0 === cirros: current=0.4.0 uptime=3.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-fd9c456e-e9a3-4d3e-91f9-d4182876366d login: 2018-08-28 10:20:05,709 - paramiko.transport - DEBUG - starting thread (client mode): 0xe2aa7a50L 2018-08-28 10:20:05,709 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 10:20:05,709 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 10:20:05,710 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 10:20:05,711 - 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-08-28 10:20:05,711 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 10:20:05,711 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 10:20:05,711 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 10:20:05,712 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 10:20:05,712 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 10:20:05,729 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 10:20:05,729 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 10:20:05,741 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: b8ac063833ecb2d4336ec1713533c1ba 2018-08-28 10:20:05,742 - paramiko.transport - DEBUG - Trying discovered key 1524e2e282666f00b822344555315834 in /tmp/tmpUGmgTz 2018-08-28 10:20:05,767 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 10:20:05,773 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 10:20:05,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-28 10:20:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"volumeAttachment": {"volumeId": "f60e1bc2-ff50-4864-a530-64473c78c38d"}}' 2018-08-28 10:20:07,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-129595d5-96a6-4a01-9833-a84efaf41a56 x-compute-request-id: req-129595d5-96a6-4a01-9833-a84efaf41a56 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "volumeId": "f60e1bc2-ff50-4864-a530-64473c78c38d"}} 2018-08-28 10:20:07,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/os-volume_attachments used request id req-129595d5-96a6-4a01-9833-a84efaf41a56 2018-08-28 10:20:07,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.94578886032s 2018-08-28 10:20:07,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/os-volume_attachments used request id req-129595d5-96a6-4a01-9833-a84efaf41a56 2018-08-28 10:20:07,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:07,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:07,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:07 GMT Server: Apache x-compute-request-id: req-237ffa43-d26c-40af-a906-81521c67ec82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-237ffa43-d26c-40af-a906-81521c67ec82 Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:07.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:07,780 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-237ffa43-d26c-40af-a906-81521c67ec82 2018-08-28 10:20:07,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.058678150177s 2018-08-28 10:20:07,781 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-237ffa43-d26c-40af-a906-81521c67ec82 2018-08-28 10:20:07,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:09,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:09,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:10,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:09 GMT Server: Apache x-compute-request-id: req-d7bb88e6-6a91-46ff-adef-c85c8e823a0f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7bb88e6-6a91-46ff-adef-c85c8e823a0f Content-Encoding: gzip Content-Length: 456 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:07.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:10,758 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-d7bb88e6-6a91-46ff-adef-c85c8e823a0f 2018-08-28 10:20:10,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.974056959152s 2018-08-28 10:20:10,759 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-d7bb88e6-6a91-46ff-adef-c85c8e823a0f 2018-08-28 10:20:10,760 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:12,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:12,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:13,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:12 GMT Server: Apache x-compute-request-id: req-27e13c64-7f7e-4ea7-9238-a491421bc36c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27e13c64-7f7e-4ea7-9238-a491421bc36c Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [{"server_id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "attachment_id": "27d12508-159e-4073-806c-18603b819a40", "attached_at": "2018-08-28T10:20:10.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "device": "/dev/vdb", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d"}], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:11.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:13,681 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-27e13c64-7f7e-4ea7-9238-a491421bc36c 2018-08-28 10:20:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.917616128922s 2018-08-28 10:20:13,681 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-27e13c64-7f7e-4ea7-9238-a491421bc36c 2018-08-28 10:20:13,683 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 10:20:13,684 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 10:20:13,684 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 10:20:13,685 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 10:20:13,755 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 10:20:13,756 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-28 10:20:13,757 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-28 10:20:13,757 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 10:20:13,795 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-28 10:20:13,795 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-28 10:20:13,822 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-28 10:20:14,461 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-28 10:20:14,461 - 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: 16ed83a6-46d3-431e-91a7-9fe164d1feda 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-08-28 10:20:14,461 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-28 10:20:14,462 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-28 10:20:14,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-28 10:20:14,463 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-28 10:20:14,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:15,077 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:20:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-753af0af-4d7d-4b59-8797-4510c32023f6 x-compute-request-id: req-753af0af-4d7d-4b59-8797-4510c32023f6 Content-Length: 0 Content-Type: application/json 2018-08-28 10:20:15,077 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-753af0af-4d7d-4b59-8797-4510c32023f6 2018-08-28 10:20:15,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.61425280571s 2018-08-28 10:20:15,077 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-753af0af-4d7d-4b59-8797-4510c32023f6 2018-08-28 10:20:15,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:15,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:15,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:15 GMT Server: Apache x-compute-request-id: req-98ac483a-b0f9-434b-ba00-68741d56f383 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98ac483a-b0f9-434b-ba00-68741d56f383 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [{"server_id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "attachment_id": "27d12508-159e-4073-806c-18603b819a40", "attached_at": "2018-08-28T10:20:10.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "device": "/dev/vdb", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d"}], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:15.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:15,134 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-98ac483a-b0f9-434b-ba00-68741d56f383 2018-08-28 10:20:15,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.056627035141s 2018-08-28 10:20:15,135 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-98ac483a-b0f9-434b-ba00-68741d56f383 2018-08-28 10:20:15,136 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:17,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:17,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:17 GMT Server: Apache x-compute-request-id: req-4f352f4c-4c8c-40f6-96f1-b27981b9da8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f352f4c-4c8c-40f6-96f1-b27981b9da8b Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:16.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:17,187 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-4f352f4c-4c8c-40f6-96f1-b27981b9da8b 2018-08-28 10:20:17,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0487489700317s 2018-08-28 10:20:17,188 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-4f352f4c-4c8c-40f6-96f1-b27981b9da8b 2018-08-28 10:20:17,189 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-28 10:20:17,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-28 10:20:17,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"volumeAttachment": {"volumeId": "f60e1bc2-ff50-4864-a530-64473c78c38d"}}' 2018-08-28 10:20:18,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20: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-2c774fd3-9968-4dd8-8321-4ae2ea9aef28 x-compute-request-id: req-2c774fd3-9968-4dd8-8321-4ae2ea9aef28 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "volumeId": "f60e1bc2-ff50-4864-a530-64473c78c38d"}} 2018-08-28 10:20:18,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/os-volume_attachments used request id req-2c774fd3-9968-4dd8-8321-4ae2ea9aef28 2018-08-28 10:20:18,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.875486135483s 2018-08-28 10:20:18,065 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/os-volume_attachments used request id req-2c774fd3-9968-4dd8-8321-4ae2ea9aef28 2018-08-28 10:20:18,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:18,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:18,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:18 GMT Server: Apache x-compute-request-id: req-128e1f90-5d90-4eb5-acf4-85c3be225ef1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-128e1f90-5d90-4eb5-acf4-85c3be225ef1 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:17.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:18,119 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-128e1f90-5d90-4eb5-acf4-85c3be225ef1 2018-08-28 10:20:18,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0531060695648s 2018-08-28 10:20:18,119 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-128e1f90-5d90-4eb5-acf4-85c3be225ef1 2018-08-28 10:20:18,121 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:20,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:20,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:21,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:20 GMT Server: Apache x-compute-request-id: req-ffaa80fa-f2b4-4ef9-af3b-b89ab6b2fc07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ffaa80fa-f2b4-4ef9-af3b-b89ab6b2fc07 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [{"server_id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "attachment_id": "3fd24dab-e812-4cd6-be75-93d6ccd8866b", "attached_at": "2018-08-28T10:20:19.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "device": "/dev/vdb", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d"}], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:20.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:21,156 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-ffaa80fa-f2b4-4ef9-af3b-b89ab6b2fc07 2018-08-28 10:20:21,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03305912018s 2018-08-28 10:20:21,157 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-ffaa80fa-f2b4-4ef9-af3b-b89ab6b2fc07 2018-08-28 10:20:21,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 10:20:21,161 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 10:20:21,161 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 10:20:21,164 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 10:20:21,233 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 10:20:21,233 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-28 10:20:21,234 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-28 10:20:21,235 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 10:20:21,273 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-28 10:20:21,273 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-28 10:20:21,299 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-28 10:20:21,325 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-28 10:20:21,325 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-28 10:20:21,326 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-28 10:20:21,326 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-28 10:20:21,327 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-28 10:20:21,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-28 10:20:21,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:22,929 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54fcdb92-2dca-4bd8-896d-6c149379928e x-compute-request-id: req-54fcdb92-2dca-4bd8-896d-6c149379928e Content-Length: 0 Content-Type: application/json 2018-08-28 10:20:22,929 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-54fcdb92-2dca-4bd8-896d-6c149379928e 2018-08-28 10:20:22,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.60203695297s 2018-08-28 10:20:22,930 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184/os-volume_attachments/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-54fcdb92-2dca-4bd8-896d-6c149379928e 2018-08-28 10:20:22,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:22,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:22,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:22 GMT Server: Apache x-compute-request-id: req-cd2e9e2d-7dd3-46a2-b014-ea9c3a240930 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd2e9e2d-7dd3-46a2-b014-ea9c3a240930 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [{"server_id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "attachment_id": "3fd24dab-e812-4cd6-be75-93d6ccd8866b", "attached_at": "2018-08-28T10:20:19.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "device": "/dev/vdb", "id": "f60e1bc2-ff50-4864-a530-64473c78c38d"}], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:22.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:22,994 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-cd2e9e2d-7dd3-46a2-b014-ea9c3a240930 2018-08-28 10:20:22,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0637800693512s 2018-08-28 10:20:22,995 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-cd2e9e2d-7dd3-46a2-b014-ea9c3a240930 2018-08-28 10:20:22,997 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:24,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:25,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:25 GMT Server: Apache x-compute-request-id: req-9ecdc2c0-983c-4beb-be94-f1ab46d957b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ecdc2c0-983c-4beb-be94-f1ab46d957b9 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:23.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:25,049 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-9ecdc2c0-983c-4beb-be94-f1ab46d957b9 2018-08-28 10:20:25,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0497570037842s 2018-08-28 10:20:25,050 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-9ecdc2c0-983c-4beb-be94-f1ab46d957b9 2018-08-28 10:20:25,174 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:20:25,174 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-28 10:20:25,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:20:25,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:25,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:20: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-5733d172-e79e-466a-98e9-ec341a3e7944 x-compute-request-id: req-5733d172-e79e-466a-98e9-ec341a3e7944 Content-Type: application/json 2018-08-28 10:20:25,418 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-5733d172-e79e-466a-98e9-ec341a3e7944 2018-08-28 10:20:25,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.238450050354s 2018-08-28 10:20:25,418 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184 used request id req-5733d172-e79e-466a-98e9-ec341a3e7944 2018-08-28 10:20:25,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:20:25,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:25,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a873b33-4d07-45a6-b0cd-d6a4e60b015a x-compute-request-id: req-8a873b33-4d07-45a6-b0cd-d6a4e60b015a Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:52.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:52Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:7f:9f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:20:25Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:20:25,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8a873b33-4d07-45a6-b0cd-d6a4e60b015a 2018-08-28 10:20:25,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224833965302s 2018-08-28 10:20:25,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8a873b33-4d07-45a6-b0cd-d6a4e60b015a 2018-08-28 10:20:25,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:27,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:20:27,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:28,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20: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-bae55ae6-17e0-4954-af3e-c4b06cf51e06 x-compute-request-id: req-bae55ae6-17e0-4954-af3e-c4b06cf51e06 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:52.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:52Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cd61dbf7-3b13-426f-bf14-82113bb4a184", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-28T10:19:24.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "cd61dbf7-3b13-426f-bf14-82113bb4a184", "user_id": "5ab19095ed124e3b933c61252626532c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-28T10:20:27Z", "hostId": "f89ace73b353af86ae900a58cec417b9f1f1e719fe7d7b3894de5aad", "OS-SRV-USG:terminated_at": "2018-08-28T10:20:27.000000", "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm2_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:17Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:20:28,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bae55ae6-17e0-4954-af3e-c4b06cf51e06 2018-08-28 10:20:28,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823844909668s 2018-08-28 10:20:28,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bae55ae6-17e0-4954-af3e-c4b06cf51e06 2018-08-28 10:20:28,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:30,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:20:30,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:30,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20: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-cc77a92f-cbcc-49b4-90e7-7cdd37da9e2b x-compute-request-id: req-cc77a92f-cbcc-49b4-90e7-7cdd37da9e2b Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:52.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:19:52Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:20:30,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc77a92f-cbcc-49b4-90e7-7cdd37da9e2b 2018-08-28 10:20:30,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164556026459s 2018-08-28 10:20:30,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc77a92f-cbcc-49b4-90e7-7cdd37da9e2b 2018-08-28 10:20:30,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 10:20:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/325e92da-7ca7-42cb-8ca2-738921e9af3c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:31,276 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d05a587f-c173-4766-ad36-40f4cf0070cf Content-Length: 0 Date: Tue, 28 Aug 2018 10:20:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:31,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/325e92da-7ca7-42cb-8ca2-738921e9af3c.json used request id req-d05a587f-c173-4766-ad36-40f4cf0070cf 2018-08-28 10:20:31,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.629065990448s 2018-08-28 10:20:31,277 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/325e92da-7ca7-42cb-8ca2-738921e9af3c.json used request id req-d05a587f-c173-4766-ad36-40f4cf0070cf 2018-08-28 10:20:31,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:20:31,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:31,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-12709496-24b4-4b25-ad7b-fd9710cadefd Date: Tue, 28 Aug 2018 10:20:31 GMT RESP BODY: {"floatingips": [{"router_id": "6608a72f-7f16-4240-b528-3059f2ac2465", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T10:19:54Z", "floating_network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3cf200d3-49a8-4cc2-9970-3ebc23bae79b", "id": "4d3aedaa-44f6-4951-b57f-e1e3d62fab6d", "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:54Z", "project_id": "244154fe7df5470b99d741692a34bad1"}]} 2018-08-28 10:20:31,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-12709496-24b4-4b25-ad7b-fd9710cadefd 2018-08-28 10:20:31,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0637550354004s 2018-08-28 10:20:31,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-12709496-24b4-4b25-ad7b-fd9710cadefd 2018-08-28 10:20:31,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:31,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:31 GMT Server: Apache x-compute-request-id: req-8c205498-79ab-4565-8cd4-541ec9967588 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c205498-79ab-4565-8cd4-541ec9967588 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:23.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:31,400 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-8c205498-79ab-4565-8cd4-541ec9967588 2018-08-28 10:20:31,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0502419471741s 2018-08-28 10:20:31,400 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-8c205498-79ab-4565-8cd4-541ec9967588 2018-08-28 10:20:31,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-28 10:20:31,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:31,497 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:20:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1758077-442f-4f9f-882f-e925057cac9a 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-08-28 10:20:31,497 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-c1758077-442f-4f9f-882f-e925057cac9a 2018-08-28 10:20:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.095920085907s 2018-08-28 10:20:31,498 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d used request id req-c1758077-442f-4f9f-882f-e925057cac9a 2018-08-28 10:20:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:31,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:31 GMT Server: Apache x-compute-request-id: req-4f0bb393-2cec-409f-9367-d30c3090f73d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f0bb393-2cec-409f-9367-d30c3090f73d Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "5ab19095ed124e3b933c61252626532c", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "self"}, {"href": "http://172.30.9.23:8776/244154fe7df5470b99d741692a34bad1/volumes/f60e1bc2-ff50-4864-a530-64473c78c38d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T10:19:38.000000", "description": null, "os-vol-tenant-attr:tenant_id": "244154fe7df5470b99d741692a34bad1", "updated_at": "2018-08-28T10:20:31.000000", "volume_type": null, "name": "cinder_test-volume_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f60e1bc2-ff50-4864-a530-64473c78c38d", "size": 2}]} 2018-08-28 10:20:31,553 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-4f0bb393-2cec-409f-9367-d30c3090f73d 2018-08-28 10:20:31,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0550398826599s 2018-08-28 10:20:31,553 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-4f0bb393-2cec-409f-9367-d30c3090f73d 2018-08-28 10:20:31,554 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:33,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 10:20:33,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:33,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:33 GMT Server: Apache x-compute-request-id: req-a1c6c00d-ffec-4cc5-bddf-7137a2231a13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1c6c00d-ffec-4cc5-bddf-7137a2231a13 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-28 10:20:33,598 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-a1c6c00d-ffec-4cc5-bddf-7137a2231a13 2018-08-28 10:20:33,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0409369468689s 2018-08-28 10:20:33,598 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/244154fe7df5470b99d741692a34bad1/volumes/detail used request id req-a1c6c00d-ffec-4cc5-bddf-7137a2231a13 2018-08-28 10:20:33,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 10:20:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/4d3aedaa-44f6-4951-b57f-e1e3d62fab6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:34,601 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8faa8d8b-76c3-4ac0-b14e-787d158314c3 Content-Length: 0 Date: Tue, 28 Aug 2018 10:20:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:34,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/4d3aedaa-44f6-4951-b57f-e1e3d62fab6d.json used request id req-8faa8d8b-76c3-4ac0-b14e-787d158314c3 2018-08-28 10:20:34,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.999891996384s 2018-08-28 10:20:34,601 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/4d3aedaa-44f6-4951-b57f-e1e3d62fab6d.json used request id req-8faa8d8b-76c3-4ac0-b14e-787d158314c3 2018-08-28 10:20:34,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 10:20:34,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:34,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c841719c-5d61-4a9b-887c-6d0a8134d0ca Date: Tue, 28 Aug 2018 10:20:34 GMT RESP BODY: {"floatingips": []} 2018-08-28 10:20:34,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c841719c-5d61-4a9b-887c-6d0a8134d0ca 2018-08-28 10:20:34,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0511238574982s 2018-08-28 10:20:34,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c841719c-5d61-4a9b-887c-6d0a8134d0ca 2018-08-28 10:20:34,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 10:20:34,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:34,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:20: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-311b38d4-f387-49ac-bd68-fb2d87547054 x-compute-request-id: req-311b38d4-f387-49ac-bd68-fb2d87547054 Content-Type: application/json 2018-08-28 10:20:34,820 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-311b38d4-f387-49ac-bd68-fb2d87547054 2018-08-28 10:20:34,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161977052689s 2018-08-28 10:20:34,820 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91 used request id req-311b38d4-f387-49ac-bd68-fb2d87547054 2018-08-28 10:20:34,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:20:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:35,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20: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-5b6c22ce-d3ca-4ef0-b7be-9187dbe0ec36 x-compute-request-id: req-5b6c22ce-d3ca-4ef0-b7be-9187dbe0ec36 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ad:34", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "rel": "bookmark"}], "image": {"id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "links": [{"href": "http://172.30.9.23:8774/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T10:19:52.000000", "flavor": {"id": "5ca9abaa-feff-4988-976c-fcce7db5efd2", "links": [{"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "bookmark"}]}, "id": "b303e229-11a1-4045-b4c5-c4a6c0ec6a91", "security_groups": [{"name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}], "user_id": "5ab19095ed124e3b933c61252626532c", "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-08-28T10:20:34Z", "hostId": "81e1b197bdc6efe4752954eacf7bc56949caddb02048659a13d93d3c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "name": "cinder_test-vm_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "created": "2018-08-28T10:19:45Z", "tenant_id": "244154fe7df5470b99d741692a34bad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 10:20:35,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b6c22ce-d3ca-4ef0-b7be-9187dbe0ec36 2018-08-28 10:20:35,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.746444940567s 2018-08-28 10:20:35,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5b6c22ce-d3ca-4ef0-b7be-9187dbe0ec36 2018-08-28 10:20:35,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 10:20:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 10:20:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:37,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20: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-c6632603-30c8-4f98-a336-01072b80b633 x-compute-request-id: req-c6632603-30c8-4f98-a336-01072b80b633 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 10:20:37,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6632603-30c8-4f98-a336-01072b80b633 2018-08-28 10:20:37,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0675828456879s 2018-08-28 10:20:37,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c6632603-30c8-4f98-a336-01072b80b633 2018-08-28 10:20:37,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 10:20:37,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:37,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-639c31f4-2274-4c86-bf16-9e2c402775f5 Date: Tue, 28 Aug 2018 10:20:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:08Z", "updated_at": "2018-08-28T10:19:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "33c027d7-6c2c-4269-9f3d-1460f912cb39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c28db593-29d6-47f4-a64c-068f7742fa5b", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "c5ac3747-50d7-4047-9b1c-c91f9f01101d", "remote_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:08Z", "revision_number": 0, "id": "f78554f2-0c3d-444a-a42e-10987d6ff878", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:08Z", "security_group_id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 1, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "3e2a38d0-6621-4e3c-aa7a-fd70df523090", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:14Z", "updated_at": "2018-08-28T10:19:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "4368765e-73c5-493a-a16e-709fa2d66ee9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "4f84c01a-3eee-497c-ad1a-f056466d834e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "b8fc4e15-cef5-4c82-9a3b-bb981dbbe734", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "244154fe7df5470b99d741692a34bad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T10:19:14Z", "revision_number": 0, "id": "dfd8e1d5-a5cd-4ff1-aa45-f6604afd8315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T10:19:14Z", "security_group_id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "tenant_id": "244154fe7df5470b99d741692a34bad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "244154fe7df5470b99d741692a34bad1"}], "revision_number": 3, "project_id": "244154fe7df5470b99d741692a34bad1", "id": "69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82", "name": "cinder_test-sg_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:20:37,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-639c31f4-2274-4c86-bf16-9e2c402775f5 2018-08-28 10:20:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0457699298859s 2018-08-28 10:20:37,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-639c31f4-2274-4c86-bf16-9e2c402775f5 2018-08-28 10:20:37,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 10:20:37,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:37,863 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fce8a746-f006-465d-815d-83de14e4e442 Content-Length: 0 Date: Tue, 28 Aug 2018 10:20:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:37,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82.json used request id req-fce8a746-f006-465d-815d-83de14e4e442 2018-08-28 10:20:37,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.170855998993s 2018-08-28 10:20:37,864 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/69d1cebb-39e1-4a3f-b8ee-c3ef60fe8a82.json used request id req-fce8a746-f006-465d-815d-83de14e4e442 2018-08-28 10:20:37,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 10:20:37,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:37,918 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:20: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-f7ed2e48-3471-48e7-8170-7ee7522a8bb0 x-compute-request-id: req-f7ed2e48-3471-48e7-8170-7ee7522a8bb0 Content-Length: 0 Content-Type: application/json 2018-08-28 10:20:37,918 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d used request id req-f7ed2e48-3471-48e7-8170-7ee7522a8bb0 2018-08-28 10:20:37,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0539410114288s 2018-08-28 10:20:37,918 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_fd9c456e-e9a3-4d3e-91f9-d4182876366d used request id req-f7ed2e48-3471-48e7-8170-7ee7522a8bb0 2018-08-28 10:20:37,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 10:20:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" -d '{"subnet_id": "93e09456-67cf-458d-bd72-b21ed92e704a"}' 2018-08-28 10:20:39,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-487b0652-5109-4603-8ab4-09f7a1dbd34a Date: Tue, 28 Aug 2018 10:20:39 GMT RESP BODY: {"network_id": "d6c3abb7-c457-466f-be9c-536785421e98", "tenant_id": "244154fe7df5470b99d741692a34bad1", "subnet_id": "93e09456-67cf-458d-bd72-b21ed92e704a", "subnet_ids": ["93e09456-67cf-458d-bd72-b21ed92e704a"], "port_id": "9961a482-795d-4ef0-b863-1782ca74d35c", "id": "6608a72f-7f16-4240-b528-3059f2ac2465"} 2018-08-28 10:20:39,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/remove_router_interface.json used request id req-487b0652-5109-4603-8ab4-09f7a1dbd34a 2018-08-28 10:20:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72319197655s 2018-08-28 10:20:39,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465/remove_router_interface.json used request id req-487b0652-5109-4603-8ab4-09f7a1dbd34a returning object 6608a72f-7f16-4240-b528-3059f2ac2465 2018-08-28 10:20:39,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 10:20:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:39,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b408aa51-ee0a-4b4a-afda-ad12fa6af6ba Date: Tue, 28 Aug 2018 10:20:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "74721f5d-6096-4ea3-ae93-2107115850e8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "244154fe7df5470b99d741692a34bad1", "created_at": "2018-08-28T10:19:09Z", "admin_state_up": true, "updated_at": "2018-08-28T10:20:38Z", "revision_number": 4, "routes": [], "project_id": "244154fe7df5470b99d741692a34bad1", "id": "6608a72f-7f16-4240-b528-3059f2ac2465", "name": "cinder_test-router_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:20:39,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b408aa51-ee0a-4b4a-afda-ad12fa6af6ba 2018-08-28 10:20:39,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114707946777s 2018-08-28 10:20:39,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b408aa51-ee0a-4b4a-afda-ad12fa6af6ba 2018-08-28 10:20:39,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 10:20:39,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:41,044 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf72e428-3c28-4d58-adc7-5245bea36be6 Content-Length: 0 Date: Tue, 28 Aug 2018 10:20:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:41,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465.json used request id req-cf72e428-3c28-4d58-adc7-5245bea36be6 2018-08-28 10:20:41,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28468585014s 2018-08-28 10:20:41,045 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6608a72f-7f16-4240-b528-3059f2ac2465.json used request id req-cf72e428-3c28-4d58-adc7-5245bea36be6 2018-08-28 10:20:41,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 10:20:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:41,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7e966ef0-cc89-43f1-902b-0a4bbedea82b Date: Tue, 28 Aug 2018 10:20:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6c3abb7-c457-466f-be9c-536785421e98","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T10:19:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"244154fe7df5470b99d741692a34bad1","id":"93e09456-67cf-458d-bd72-b21ed92e704a","subnetpool_id":null,"name":"cinder_test-subnet_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:20:41,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7e966ef0-cc89-43f1-902b-0a4bbedea82b 2018-08-28 10:20:41,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0403220653534s 2018-08-28 10:20:41,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7e966ef0-cc89-43f1-902b-0a4bbedea82b 2018-08-28 10:20:41,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 10:20:41,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/93e09456-67cf-458d-bd72-b21ed92e704a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:42,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b04822b-09d7-491c-ac9d-44b3e3dc12e1 Date: Tue, 28 Aug 2018 10:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:42,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/93e09456-67cf-458d-bd72-b21ed92e704a.json used request id req-2b04822b-09d7-491c-ac9d-44b3e3dc12e1 2018-08-28 10:20:42,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11735796928s 2018-08-28 10:20:42,205 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/93e09456-67cf-458d-bd72-b21ed92e704a.json used request id req-2b04822b-09d7-491c-ac9d-44b3e3dc12e1 2018-08-28 10:20:42,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 10:20:42,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:42,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-7192f644-0457-4cc5-a33c-9a6d7e2f0400 Date: Tue, 28 Aug 2018 10:20:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4d8aa6-79b7-41a6-9fe4-7ee91323e3c6"],"updated_at":"2018-08-28T10:12:18Z","tenant_id":"b18112b49c304b0097f2129a84e3e067","created_at":"2018-08-28T10:12:15Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b18112b49c304b0097f2129a84e3e067","id":"74721f5d-6096-4ea3-ae93-2107115850e8","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-08-28T10:20:42Z","tenant_id":"244154fe7df5470b99d741692a34bad1","created_at":"2018-08-28T10:19:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"244154fe7df5470b99d741692a34bad1","id":"d6c3abb7-c457-466f-be9c-536785421e98","name":"cinder_test-net_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}]} 2018-08-28 10:20:42,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7192f644-0457-4cc5-a33c-9a6d7e2f0400 2018-08-28 10:20:42,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.096736907959s 2018-08-28 10:20:42,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7192f644-0457-4cc5-a33c-9a6d7e2f0400 2018-08-28 10:20:42,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 10:20:42,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d6c3abb7-c457-466f-be9c-536785421e98.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:43,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e29aa82-c7ab-4efd-8627-d2e3d66b40c3 Date: Tue, 28 Aug 2018 10:20:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 10:20:43,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d6c3abb7-c457-466f-be9c-536785421e98.json used request id req-8e29aa82-c7ab-4efd-8627-d2e3d66b40c3 2018-08-28 10:20:43,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17676687241s 2018-08-28 10:20:43,482 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d6c3abb7-c457-466f-be9c-536785421e98.json used request id req-8e29aa82-c7ab-4efd-8627-d2e3d66b40c3 2018-08-28 10:20:43,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 10:20:43,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:43,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-928e81d8-8ce3-4a84-b13a-9141b1ef5ee5 Date: Tue, 28 Aug 2018 10:20:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T10:19:13Z", "file": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567/file", "owner": "244154fe7df5470b99d741692a34bad1", "id": "6dd2c086-e72a-473e-abcd-c6be3c020567", "size": 12716032, "self": "/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://88bdc01c-56ee-4c8d-826b-00baeda8796e/images/6dd2c086-e72a-473e-abcd-c6be3c020567/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T10:19:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 10:20:43,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-928e81d8-8ce3-4a84-b13a-9141b1ef5ee5 2018-08-28 10:20:43,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286031007767s 2018-08-28 10:20:43,773 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-928e81d8-8ce3-4a84-b13a-9141b1ef5ee5 2018-08-28 10:20:43,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 10:20:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0061ab6df2c2af0c485ed0d5377159f6e2905d2a" 2018-08-28 10:20:44,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7277171-3601-43aa-bcd9-75dceed0e800 Date: Tue, 28 Aug 2018 10:20:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 10:20:44,560 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567 used request id req-e7277171-3601-43aa-bcd9-75dceed0e800 2018-08-28 10:20:44,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.785389900208s 2018-08-28 10:20:44,561 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/6dd2c086-e72a-473e-abcd-c6be3c020567 used request id req-e7277171-3601-43aa-bcd9-75dceed0e800 2018-08-28 10:20:44,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 10:20:44,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:44,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2781d48-3ead-485c-94eb-d05c324dc148 x-compute-request-id: req-d2781d48-3ead-485c-94eb-d05c324dc148 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2", "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": "5ca9abaa-feff-4988-976c-fcce7db5efd2"}]} 2018-08-28 10:20:44,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d2781d48-3ead-485c-94eb-d05c324dc148 2018-08-28 10:20:44,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225741863251s 2018-08-28 10:20:44,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d2781d48-3ead-485c-94eb-d05c324dc148 2018-08-28 10:20:44,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 10:20:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:44,620 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 10:20: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-f797de00-f6e6-41e1-853d-0b14b1de2360 x-compute-request-id: req-f797de00-f6e6-41e1-853d-0b14b1de2360 Content-Length: 0 Content-Type: application/json 2018-08-28 10:20:44,620 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2 used request id req-f797de00-f6e6-41e1-853d-0b14b1de2360 2018-08-28 10:20:44,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0339970588684s 2018-08-28 10:20:44,620 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5ca9abaa-feff-4988-976c-fcce7db5efd2 used request id req-f797de00-f6e6-41e1-853d-0b14b1de2360 2018-08-28 10:20:44,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:20:44,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:44,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb7481b5-1f04-407c-b38b-b0f10bb5e7a2 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b32f804b754b29a1f7e61c3378d247"}, "domain_id": "38f9366451fd49ec8a390d35c52a8506", "enabled": true, "options": {}, "id": "27b32f804b754b29a1f7e61c3378d247", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/4a935503bda2418698ba4cdf49ac118e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a935503bda2418698ba4cdf49ac118e", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/4c4a903190c74c58ab4da4b8ea4cd189"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4c4a903190c74c58ab4da4b8ea4cd189", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": {"self": "http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5ab19095ed124e3b933c61252626532c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/5d9ba9dead474b6bbc46a4c4f99935d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d9ba9dead474b6bbc46a4c4f99935d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/725fa4c6f88d4f4098f958f225f6a305"}, "domain_id": "default", "enabled": true, "options": {}, "id": "725fa4c6f88d4f4098f958f225f6a305", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/7b4aae6608254ab58bf48a379c0aebef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b4aae6608254ab58bf48a379c0aebef", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/7d9189204af940b9acbecac1fa6d2c97"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d9189204af940b9acbecac1fa6d2c97", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/85c240800bb14705840a89c634365425"}, "domain_id": "default", "enabled": true, "options": {}, "id": "85c240800bb14705840a89c634365425", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/9c492cc0cee34e8f83376436e77c121b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c492cc0cee34e8f83376436e77c121b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/affe1f787aa142b4bf7007c538537ce8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "affe1f787aa142b4bf7007c538537ce8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/b2577058625347bd9a40cfbdb03410ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2577058625347bd9a40cfbdb03410ad", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/d389f051fabe410e8502908ac03cd984"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d389f051fabe410e8502908ac03cd984", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/d99a9ba817914b698aadce26b795f9a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d99a9ba817914b698aadce26b795f9a6", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e3cf43e3b52e44379a978352a09a50d9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3cf43e3b52e44379a978352a09a50d9", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-28 10:20:44,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-eb7481b5-1f04-407c-b38b-b0f10bb5e7a2 2018-08-28 10:20:44,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20353102684s 2018-08-28 10:20:44,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-eb7481b5-1f04-407c-b38b-b0f10bb5e7a2 2018-08-28 10:20:44,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 10:20:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:45,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe56c8b-4cd6-4fd2-8956-9c96a8a00512 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_fd9c456e-e9a3-4d3e-91f9-d4182876366d", "links": {"self": "http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5ab19095ed124e3b933c61252626532c", "description": null}} 2018-08-28 10:20:45,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c used request id req-2fe56c8b-4cd6-4fd2-8956-9c96a8a00512 2018-08-28 10:20:45,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202039957047s 2018-08-28 10:20:45,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c used request id req-2fe56c8b-4cd6-4fd2-8956-9c96a8a00512 2018-08-28 10:20:45,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 10:20:45,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:45,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6a73dec-0f3c-409b-9101-9061b06ecd8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:20:45,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c used request id req-f6a73dec-0f3c-409b-9101-9061b06ecd8b 2018-08-28 10:20:45,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.277779102325s 2018-08-28 10:20:45,312 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/5ab19095ed124e3b933c61252626532c used request id req-f6a73dec-0f3c-409b-9101-9061b06ecd8b 2018-08-28 10:20:45,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 10:20:45,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:45,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb83d680-d418-4cd4-9f28-c39522d628a0 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1"}, "tags": [], "enabled": true, "id": "244154fe7df5470b99d741692a34bad1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_fd9c456e-e9a3-4d3e-91f9-d4182876366d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/8c0c48513c494234a764a9b7ebf0db6c"}, "tags": [], "enabled": true, "id": "8c0c48513c494234a764a9b7ebf0db6c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/b18112b49c304b0097f2129a84e3e067"}, "tags": [], "enabled": true, "id": "b18112b49c304b0097f2129a84e3e067", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-28 10:20:45,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-eb83d680-d418-4cd4-9f28-c39522d628a0 2018-08-28 10:20:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179921150208s 2018-08-28 10:20:45,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-eb83d680-d418-4cd4-9f28-c39522d628a0 2018-08-28 10:20:45,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 10:20:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2c9ccc5499a0f3bff3726c450d31bd6bf710fadb" 2018-08-28 10:20:45,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 10:20:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8062e7e-d39a-46f5-94f5-73e581075f76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 10:20:45,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1 used request id req-f8062e7e-d39a-46f5-94f5-73e581075f76 2018-08-28 10:20:45,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.24266409874s 2018-08-28 10:20:45,746 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/244154fe7df5470b99d741692a34bad1 used request id req-f8062e7e-d39a-46f5-94f5-73e581075f76 2018-08-28 10:20:45,793 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-28 10:20:45,920 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 10:20:45,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 10:20:45,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 10:20:45,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:20:45,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671dbc97-fa19-4437-8a06-6bbf57607171 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-28 10:20:45,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-671dbc97-fa19-4437-8a06-6bbf57607171 2018-08-28 10:20:45,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-28 10:20:46,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d061e17031249eb9c106a13aedb5a9f", "name": "admin"}, {"id": "991b78bae862436380cff6114b5767af", "name": "reader"}, {"id": "2318336d80e24a9a9f8531007b44d834", "name": "member"}], "expires_at": "2018-08-28T11:20:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0c48513c494234a764a9b7ebf0db6c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e9cb41b1aa7141969f96d2d347e71252"}], "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"url": "http://12.0.0.26:8080/v1/AUTH_8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e90555c4cac54efd9b0e58943b4f62d3"}], "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "583c7b07e3674c59af7c0b363459870a"}, {"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd4f8a391024cb5811389676f252577"}], "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "533dfa7812aa453288bdc187f96181e4"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de800115e1b142b199d336c1531fe6f3"}], "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3d9e717a7d9244a78f309276883e8431"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d9f4ba75980f4447aa3b762f148f27de"}], "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"url": "http://192.30.9.6:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"url": "http://172.30.9.23:8776/v3/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c544ce6e278e44fb8dabd80445cadc05"}], "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d86c12ff23c420190734972f7bc724c"}, {"url": "http://192.30.9.6:8776/v2/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}], "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "84aed203888d49ca98c5435c63b5d840"}], "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"url": "http://192.30.9.6:8776/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}], "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}], "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"url": "http://172.30.9.23:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"url": "http://192.30.9.6:8004/v1/8c0c48513c494234a764a9b7ebf0db6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}], "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "40fa881ebfc542b48609b0165d191e18"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75ca6fd708174678a148a223d4617d21"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76f35073d4054cb7a53f50ac72cfd123"}], "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"url": "http://192.30.9.6:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4788a398551b44eaba2e45e96369afab"}, {"url": "http://192.30.9.6:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84c619426b0b4fa786744604c30a5aec"}], "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "7b4aae6608254ab58bf48a379c0aebef"}, "audit_ids": ["ciwihlVoT-SUDifyx0QH5Q"], "issued_at": "2018-08-28T10:20:46.000000Z"}} 2018-08-28 10:20:46,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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-08-28 10:20:46,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee8f07c-6c4b-45c6-addc-883d828ea6ed 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.23:5000/v3/", "rel": "self"}]}]}} 2018-08-28 10:20:46,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-0ee8f07c-6c4b-45c6-addc-883d828ea6ed 2018-08-28 10:20:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-28 10:20:46,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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-08-28 10:20:46,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 10:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-786735de-7694-411e-bde4-3992b6cbb93e 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.6:35357/v3/", "rel": "self"}]}]}} 2018-08-28 10:20:46,337 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.6:35357/ used request id req-786735de-7694-411e-bde4-3992b6cbb93e 2018-08-28 10:20:46,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6: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}83faff46917e93bd0cb87dc0fce78b560e3adfd4" 2018-08-28 10:20:46,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699da575-e8d3-4467-8864-7f96f7921ad4 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.6:35357/v3/services/2002b7cc38434a57b96cdc23e8b23b4c"}, "enabled": true, "type": "compute", "id": "2002b7cc38434a57b96cdc23e8b23b4c", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.6:35357/v3/services/54bf71dcf7a045bf9b677f12d4627355"}, "enabled": true, "type": "object-store", "id": "54bf71dcf7a045bf9b677f12d4627355", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.6:35357/v3/services/5dd98f7ce32444968855ec8c30385d55"}, "enabled": true, "type": "metric", "id": "5dd98f7ce32444968855ec8c30385d55", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.6:35357/v3/services/67abc31f5b984a44b7d1ce51bbfdaceb"}, "enabled": true, "type": "network", "id": "67abc31f5b984a44b7d1ce51bbfdaceb", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.6:35357/v3/services/7eabf3378ec94d2e860ad686d3e0e62c"}, "enabled": true, "type": "metering", "id": "7eabf3378ec94d2e860ad686d3e0e62c", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.6:35357/v3/services/804b1db2d9d249399910656e9e3f4099"}, "enabled": true, "type": "image", "id": "804b1db2d9d249399910656e9e3f4099", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.6:35357/v3/services/96edc7675a9948538254c197107af43f"}, "enabled": true, "type": "volumev3", "id": "96edc7675a9948538254c197107af43f", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.6:35357/v3/services/99ff12233af94e1ea75065eb635d519d"}, "enabled": true, "type": "volumev2", "id": "99ff12233af94e1ea75065eb635d519d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.6:35357/v3/services/9b5aab03f1584fdc9cb8cee4d52ed87e"}, "enabled": true, "type": "alarming", "id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.6:35357/v3/services/9b9fb01480ee42a8a1e74fb7a011c77f"}, "enabled": true, "type": "cloudformation", "id": "9b9fb01480ee42a8a1e74fb7a011c77f", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.6:35357/v3/services/a09a115de186426f90adfbb7e2dd8402"}, "enabled": true, "type": "volume", "id": "a09a115de186426f90adfbb7e2dd8402", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.6:35357/v3/services/ad8e184f09b3424db8b63156c4d88bb1"}, "enabled": true, "type": "identity", "id": "ad8e184f09b3424db8b63156c4d88bb1", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.6:35357/v3/services/ae672eaab26842b99a87e72ab6cf40c1"}, "enabled": true, "type": "orchestration", "id": "ae672eaab26842b99a87e72ab6cf40c1", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.6:35357/v3/services/eb4a7e2e18704ae192446dcc021662e5"}, "enabled": true, "type": "placement", "id": "eb4a7e2e18704ae192446dcc021662e5", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.6:35357/v3/services/fa59c0d4aa1249fba055f525062a9829"}, "enabled": true, "type": "event", "id": "fa59c0d4aa1249fba055f525062a9829", "name": "panko"}], "links": {"self": "http://192.30.9.6:35357/v3/services", "previous": null, "next": null}} 2018-08-28 10:20:46,511 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-699da575-e8d3-4467-8864-7f96f7921ad4 2018-08-28 10:20:46,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.183758020401s 2018-08-28 10:20:46,512 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/services used request id req-699da575-e8d3-4467-8864-7f96f7921ad4 2018-08-28 10:20:46,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-28 10:20:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}83faff46917e93bd0cb87dc0fce78b560e3adfd4" 2018-08-28 10:20:46,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 10:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b5182e-0c92-443c-aa73-1766302b888b Content-Encoding: gzip Content-Length: 1984 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0a4bafd5e8264fbeaac1852f28fa3ccf"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "0a4bafd5e8264fbeaac1852f28fa3ccf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0ae325e34a8c465c875f577b9c30dc6d"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "0ae325e34a8c465c875f577b9c30dc6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0fd95ecf5a1e488d9c88558195d462d4"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "0fd95ecf5a1e488d9c88558195d462d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/150bbee73ff64f87bd2ac5e40bec660c"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "150bbee73ff64f87bd2ac5e40bec660c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/15247ec8870b4226b403a52cb5d9acd5"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "15247ec8870b4226b403a52cb5d9acd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b06215d83a34cfaba9c6218a7624bb8"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "1b06215d83a34cfaba9c6218a7624bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b25fdda0d8f4f32b42fb31f1df32426"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "1b25fdda0d8f4f32b42fb31f1df32426"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/304ff35cf02346388ca8f009ae941aa2"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "304ff35cf02346388ca8f009ae941aa2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/35489c7b9e7f46deaaba9b3f39392547"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "35489c7b9e7f46deaaba9b3f39392547"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3d9e717a7d9244a78f309276883e8431"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "3d9e717a7d9244a78f309276883e8431"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ecb9373f4d546abbaeb0031e12e1148"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "3ecb9373f4d546abbaeb0031e12e1148"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/40fa881ebfc542b48609b0165d191e18"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "40fa881ebfc542b48609b0165d191e18"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4208c3ce837f4630bdfdcde7b5a68848"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96edc7675a9948538254c197107af43f", "id": "4208c3ce837f4630bdfdcde7b5a68848"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4314d13fecb2491fb3bd9fdf02820ab0"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "4314d13fecb2491fb3bd9fdf02820ab0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4788a398551b44eaba2e45e96369afab"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "4788a398551b44eaba2e45e96369afab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4b0e947be5154094a7b4e85a0bc0e7dd"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "4b0e947be5154094a7b4e85a0bc0e7dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4bcc0b16ca444cf0bf5d22700a32eb2d"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96edc7675a9948538254c197107af43f", "id": "4bcc0b16ca444cf0bf5d22700a32eb2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4d86c12ff23c420190734972f7bc724c"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "4d86c12ff23c420190734972f7bc724c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/533dfa7812aa453288bdc187f96181e4"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "533dfa7812aa453288bdc187f96181e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/583c7b07e3674c59af7c0b363459870a"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "583c7b07e3674c59af7c0b363459870a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5e26c8e191b446c6b7314efa09a288f0"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "5e26c8e191b446c6b7314efa09a288f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6ac8328f508b4fa19f5a91858b9cf24e"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "6ac8328f508b4fa19f5a91858b9cf24e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/75ca6fd708174678a148a223d4617d21"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "75ca6fd708174678a148a223d4617d21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/76f35073d4054cb7a53f50ac72cfd123"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb4a7e2e18704ae192446dcc021662e5", "id": "76f35073d4054cb7a53f50ac72cfd123"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7afeab6936a34c0b9b73fe1343a5be58"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "7afeab6936a34c0b9b73fe1343a5be58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/84aed203888d49ca98c5435c63b5d840"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9b9fb01480ee42a8a1e74fb7a011c77f", "id": "84aed203888d49ca98c5435c63b5d840"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/84c619426b0b4fa786744604c30a5aec"}, "url": "http://192.30.9.6:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa59c0d4aa1249fba055f525062a9829", "id": "84c619426b0b4fa786744604c30a5aec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e3b2acbf456476782bcce876a5b1032"}, "url": "http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "9e3b2acbf456476782bcce876a5b1032"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a12f1d480a754e0cb7145af520a8cd86"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "a12f1d480a754e0cb7145af520a8cd86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a8870673d95b4b3db3eac7a52641649e"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "a8870673d95b4b3db3eac7a52641649e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bfd68afc82a645a0b0ca9f5610a1f8b6"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ae672eaab26842b99a87e72ab6cf40c1", "id": "bfd68afc82a645a0b0ca9f5610a1f8b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c53963882a204e3e96ccf228a6d7bb6d"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "c53963882a204e3e96ccf228a6d7bb6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c544ce6e278e44fb8dabd80445cadc05"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96edc7675a9948538254c197107af43f", "id": "c544ce6e278e44fb8dabd80445cadc05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c5ea8e79d2244f57a606ce0915a1f3df"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ad8e184f09b3424db8b63156c4d88bb1", "id": "c5ea8e79d2244f57a606ce0915a1f3df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ce302a56adea4f9c9b3eadf13d4b9a83"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9b5aab03f1584fdc9cb8cee4d52ed87e", "id": "ce302a56adea4f9c9b3eadf13d4b9a83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cfd4f8a391024cb5811389676f252577"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5dd98f7ce32444968855ec8c30385d55", "id": "cfd4f8a391024cb5811389676f252577"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d5dfc8c179ee4902bbed8aa35ae8c3c5"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a09a115de186426f90adfbb7e2dd8402", "id": "d5dfc8c179ee4902bbed8aa35ae8c3c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d9f4ba75980f4447aa3b762f148f27de"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "804b1db2d9d249399910656e9e3f4099", "id": "d9f4ba75980f4447aa3b762f148f27de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/de800115e1b142b199d336c1531fe6f3"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "67abc31f5b984a44b7d1ce51bbfdaceb", "id": "de800115e1b142b199d336c1531fe6f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e90555c4cac54efd9b0e58943b4f62d3"}, "url": "http://12.0.0.26:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54bf71dcf7a045bf9b677f12d4627355", "id": "e90555c4cac54efd9b0e58943b4f62d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e9cb41b1aa7141969f96d2d347e71252"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2002b7cc38434a57b96cdc23e8b23b4c", "id": "e9cb41b1aa7141969f96d2d347e71252"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ed3ba42ab03446d4ba25d088a07f6adb"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99ff12233af94e1ea75065eb635d519d", "id": "ed3ba42ab03446d4ba25d088a07f6adb"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-28 10:20:46,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-84b5182e-0c92-443c-aa73-1766302b888b 2018-08-28 10:20:46,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.187730073929s 2018-08-28 10:20:46,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-84b5182e-0c92-443c-aa73-1766302b888b 2018-08-28 10:29:32,631 - 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.6', 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.6', 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.6', 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.6', 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.6', 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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/619a7d31-f630-40ec-a61a-d919cd21847d (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.6', 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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/a2f7f9e9-ce6e-43fd-b5c0-2acc863486d4 (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.6', 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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/8c678b3f-9541-4b55-843d-d5afb2b75782 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/8c678b3f-9541-4b55-843d-d5afb2b75782 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/8c678b3f-9541-4b55-843d-d5afb2b75782 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/8c678b3f-9541-4b55-843d-d5afb2b75782 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/a2f7f9e9-ce6e-43fd-b5c0-2acc863486d4 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/a2f7f9e9-ce6e-43fd-b5c0-2acc863486d4 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/a2f7f9e9-ce6e-43fd-b5c0-2acc863486d4 (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/619a7d31-f630-40ec-a61a-d919cd21847d (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/619a7d31-f630-40ec-a61a-d919cd21847d (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.6', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/619a7d31-f630-40ec-a61a-d919cd21847d (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-08-28 10:29:32,658 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-28 10:29:32,761 - 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-08-28 10:29:32,884 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 10:29:32,885 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-28 10:29:32,890 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-08-28 10:29:32,891 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:06 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:36 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 00:35 | PASS | | vping_userdata | functest | healthcheck | 00:32 | PASS | | cinder_test | functest | healthcheck | 01:18 | PASS | | odl | functest | healthcheck | 08:46 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-28 10:29:32,905 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR